git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
swscale: check memory allocations
[ffmpeg.git]
/
libswscale
/
swscale.c
2013-08-29
Diego Biurrun
swscale: cosmetics: Drop silly camelCase from swScale...
blob
|
commitdiff
2013-08-29
Diego Biurrun
swscale: ppc: Hide arch-specific initialization details
blob
|
commitdiff
|
diff to current
2013-08-28
Diego Biurrun
swscale: x86: Hide arch-specific initialization details
blob
|
commitdiff
|
diff to current
2013-08-15
Diego Biurrun
swscale: Move extern declarations for tables to swscale...
blob
|
commitdiff
|
diff to current
2013-08-15
Diego Biurrun
swscale: Mark a bunch of tables only used within one...
blob
|
commitdiff
|
diff to current
2013-01-27
Michael Niedermayer
swscale: GBRP output support
blob
|
commitdiff
|
diff to current
2012-12-20
Diego Biurrun
miscellaneous typo fixes
blob
|
commitdiff
|
diff to current
2012-10-30
Luca Barbato
swscale: support gray to 9bit and 10bit formats
blob
|
commitdiff
|
diff to current
2012-10-12
Anton Khirnov
sws: do not use av_pix_fmt_descriptors directly.
blob
|
commitdiff
|
diff to current
2012-10-08
Anton Khirnov
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
blob
|
commitdiff
|
diff to current
2012-09-13
Diego Biurrun
swscale: Remove two bogus asserts
blob
|
commitdiff
|
diff to current
2012-09-07
Diego Biurrun
x86: more specific checks for availability of required...
blob
|
commitdiff
|
diff to current
2012-08-30
Diego Biurrun
x86: Split inline and external assembly #ifdefs
blob
|
commitdiff
|
diff to current
2012-08-03
Diego Biurrun
x86: build: replace mmx2 by mmxext
blob
|
commitdiff
|
diff to current
2012-07-30
Ronald S. Bultje
swscale: bury one more piece of inline asm under HAVE_I...
blob
|
commitdiff
|
diff to current
2012-07-23
Ronald S. Bultje
swscale: add missing HAVE_INLINE_ASM check.
blob
|
commitdiff
|
diff to current
2012-04-13
Diego Biurrun
swscale: K&R formatting cosmetics (part II)
blob
|
commitdiff
|
diff to current
2012-03-06
Ronald S. Bultje
swscale: make filterPos 32bit.
blob
|
commitdiff
|
diff to current
2012-02-23
Ronald S. Bultje
swscale: fix underflows in firstline calculations for...
blob
|
commitdiff
|
diff to current
2012-02-13
Diego Biurrun
swscale: Remove unused variable alpMmxFilter.
blob
|
commitdiff
|
diff to current
2012-02-13
Ronald S. Bultje
swscale: handle gray16 as a "planar" YUV format (Y...
blob
|
commitdiff
|
diff to current
2012-02-13
Ronald S. Bultje
swscale: use yuv2packed1() functions for unscaled chrom...
blob
|
commitdiff
|
diff to current
2012-02-07
Ronald S. Bultje
swscale: split C output functions into separate file.
blob
|
commitdiff
|
diff to current
2012-02-07
Ronald S. Bultje
swscale: Split C input functions into separate file.
blob
|
commitdiff
|
diff to current
2012-02-01
Ronald S. Bultje
swscale: remove obsolete comment.
blob
|
commitdiff
|
diff to current
2012-01-30
Paul B Mahol
swscale: more generic check for planar destination...
blob
|
commitdiff
|
diff to current
2012-01-09
Paul B Mahol
swscale: RGB4444 and BGR444 input
blob
|
commitdiff
|
diff to current
2012-01-05
Ronald S. Bultje
swscale: remove unused U/V arguments from yuv2rgb_write().
blob
|
commitdiff
|
diff to current
2012-01-04
Ronald S. Bultje
swscale: remove obsolete comment.
blob
|
commitdiff
|
diff to current
2012-01-04
Ronald S. Bultje
swscale: don't show full-chroma-int warning for non...
blob
|
commitdiff
|
diff to current
2011-12-18
Ronald S. Bultje
swscale: fix overflows in vertical scaling at top/botto...
blob
|
commitdiff
|
diff to current
2011-12-17
Ronald S. Bultje
swscale: fix overflow in gray16 vertical scaling.
blob
|
commitdiff
|
diff to current
2011-12-17
Mans Rullgard
swscale: fix integer overflows in RGB pixel writing.
blob
|
commitdiff
|
diff to current
2011-12-17
Ronald S. Bultje
swscale: fix overflows in output of RGB48 pixels.
blob
|
commitdiff
|
diff to current
2011-12-17
Ronald S. Bultje
swscale: fix overflows in RGB rounding constants.
blob
|
commitdiff
|
diff to current
2011-12-11
Mans Rullgard
Remove extraneous semicolons
blob
|
commitdiff
|
diff to current
2011-11-26
Mans Rullgard
swscale: fix signed overflow in yuv2mono_X_c_template
blob
|
commitdiff
|
diff to current
2011-11-24
Ronald S. Bultje
swscale: add support for planar RGB input.
blob
|
commitdiff
|
diff to current
2011-10-22
Ronald S. Bultje
swscale: decide whether to use yuv2plane1/X on a per...
blob
|
commitdiff
|
diff to current
2011-10-22
Ronald S. Bultje
swscale: reintroduce full precision in 16-bit output.
blob
|
commitdiff
|
diff to current
2011-10-22
Kieran Kunhya
Split up yuv2yuvX functions
blob
|
commitdiff
|
diff to current
2011-10-22
Kieran Kunhya
Split out yuv2yuv1 luma and chroma in order to make...
blob
|
commitdiff
|
diff to current
2011-10-21
Ronald S. Bultje
sws/pixfmt/pixdesc: add support for yuv420p9le/be.
blob
|
commitdiff
|
diff to current
2011-09-23
Kieran Kunhya
Fix unnecessary shift with 9/10bit vertical scaling
blob
|
commitdiff
|
diff to current
2011-08-18
Ronald S. Bultje
swscale: split hScale() function pointer into h[cy...
blob
|
commitdiff
|
diff to current
2011-08-12
Ronald S. Bultje
swscale: use 15-bit intermediates for 9/10-bit scaling.
blob
|
commitdiff
|
diff to current
2011-08-02
Ronald S. Bultje
Revert "swscale: use 15-bit intermediates for 9/10...
blob
|
commitdiff
|
diff to current
2011-08-02
Ronald S. Bultje
swscale: use 15-bit intermediates for 9/10-bit scaling.
blob
|
commitdiff
|
diff to current
2011-07-08
Ronald S. Bultje
swscale: error dithering for 16/9/10-bit to 8-bit.
blob
|
commitdiff
|
diff to current
2011-07-08
Ronald S. Bultje
swscale: fix overflow in 16-bit vertical scaling.
blob
|
commitdiff
|
diff to current
2011-07-08
Ronald S. Bultje
swscale: fix crash in 8-bpc bilinear output without...
blob
|
commitdiff
|
diff to current
2011-07-08
Ronald S. Bultje
swscale: fix 16-bit horizontal scaling underflow.
blob
|
commitdiff
|
diff to current
2011-07-04
Diego Biurrun
Remove unused static tables and static inline functions.
blob
|
commitdiff
|
diff to current
2011-07-01
Ronald S. Bultje
swscale: for >8bit scaling, read in native bit-depth.
blob
|
commitdiff
|
diff to current
2011-06-30
Ronald S. Bultje
swscale: fix another yuv range conversion overflow...
blob
|
commitdiff
|
diff to current
2011-06-30
Mohamed Naufal
swscale: Unbreak build with --enable-small
blob
|
commitdiff
|
diff to current
2011-06-30
Ronald S. Bultje
swscale: fix yuv range correction when using 16-bit...
blob
|
commitdiff
|
diff to current
2011-06-29
Ronald S. Bultje
swscale: implement >8bit scaling support.
blob
|
commitdiff
|
diff to current
2011-06-28
Ronald S. Bultje
swscale: change prototypes of scaled YUV output functions.
blob
|
commitdiff
|
diff to current
2011-06-28
Ronald S. Bultje
swscale: re-add support for non-native endianness.
blob
|
commitdiff
|
diff to current
2011-06-28
Ronald S. Bultje
swscale: disentangle yuv2rgbX_c_full() into small funct...
blob
|
commitdiff
|
diff to current
2011-06-28
Ronald Bultje
swscale: split yuv2packed[12X]_c() remainders into...
blob
|
commitdiff
|
diff to current
2011-06-26
Ronald S. Bultje
swscale: remove unused xInc/srcW arguments from hScale().
blob
|
commitdiff
|
diff to current
2011-06-14
Ronald S. Bultje
swscale: remove misplaced comment.
blob
|
commitdiff
|
diff to current
2011-06-14
Ronald S. Bultje
swscale: split out RGB48 output functions from yuv2pack...
blob
|
commitdiff
|
diff to current
2011-06-14
Michael Niedermayer
swscale: fix JPEG-range YUV scaling artifacts.
blob
|
commitdiff
|
diff to current
2011-06-10
Ronald S. Bultje
libavutil/swscale: YUV444P10/YUV444P9 support.
blob
|
commitdiff
|
diff to current
2011-06-10
Ronald S. Bultje
swscale: split YUYV output out of yuv2packed[12X]_c().
blob
|
commitdiff
|
diff to current
2011-06-09
Ronald S. Bultje
swscale: extract monowhite/black output from yuv2packed...
blob
|
commitdiff
|
diff to current
2011-06-09
Ronald S. Bultje
swscale: de-macro'ify RGB15/16/32 input functions.
blob
|
commitdiff
|
diff to current
2011-06-09
Ronald S. Bultje
swscale: rearrange code.
blob
|
commitdiff
|
diff to current
2011-06-09
Ronald S. Bultje
swscale: change 48bit RGB input macros to inline functions.
blob
|
commitdiff
|
diff to current
2011-06-09
Ronald S. Bultje
swscale: change 9/10bit YUV input macros to inline...
blob
|
commitdiff
|
diff to current
2011-06-09
Ronald S. Bultje
swscale: extract gray16 output functions from yuv2packe...
blob
|
commitdiff
|
diff to current
2011-06-09
Ronald S. Bultje
swscale: use standard clipping functions.
blob
|
commitdiff
|
diff to current
2011-06-09
Ronald S. Bultje
swscale: merge macros that are used only once.
blob
|
commitdiff
|
diff to current
2011-06-09
Ronald S. Bultje
swscale: fix function declarations in swscale.c.
blob
|
commitdiff
|
diff to current
2011-06-08
Ronald S. Bultje
swscale: remove unused function.
blob
|
commitdiff
|
diff to current
2011-06-07
Ronald S. Bultje
swscale: remove duplicate conversion routine in swScale().
blob
|
commitdiff
|
diff to current
2011-06-07
Ronald S. Bultje
swscale: integrate yuv2nv12X_C into yuv2yuvX() function...
blob
|
commitdiff
|
diff to current
2011-06-07
Ronald S. Bultje
swscale: extract SWS_FULL_CHR_H_INT conditional into...
blob
|
commitdiff
|
diff to current
2011-06-07
Ronald S. Bultje
swscale: cosmetics.
blob
|
commitdiff
|
diff to current
2011-06-07
Ronald S. Bultje
swscale: remove alp/chr/lumSrcOffset.
blob
|
commitdiff
|
diff to current
2011-06-07
Ronald S. Bultje
swscale: un-special-case yuv2yuvX16_c().
blob
|
commitdiff
|
diff to current
2011-06-03
Ronald S. Bultje
swscale: split swscale.c in unscaled and generic conver...
blob
|
commitdiff
|
diff to current
2011-06-03
Ronald S. Bultje
swscale: cosmetics.
blob
|
commitdiff
|
diff to current
2011-06-03
Ronald S. Bultje
swscale: integrate (literally) swscale_template.c in...
blob
|
commitdiff
|
diff to current
2011-06-03
Ronald S. Bultje
swscale: split out x86/swscale_template.c from swscale.c.
blob
|
commitdiff
|
diff to current
2011-06-03
Ronald S. Bultje
swscale: split out ppc _template.c files from main...
blob
|
commitdiff
|
diff to current
2011-06-03
Ronald S. Bultje
swscale: remove indirections in ppc/swscale_template.c.
blob
|
commitdiff
|
diff to current
2011-06-03
Ronald S. Bultje
swscale: split out unscaled altivec YUV converters...
blob
|
commitdiff
|
diff to current
2011-06-03
Ronald S. Bultje
swscale: remove unused COMPILE_TEMPLATE_ALTIVEC.
blob
|
commitdiff
|
diff to current
2011-05-28
Anton Khirnov
sws: replace all long with int.
blob
|
commitdiff
|
diff to current
2011-05-26
Ronald S. Bultje
swscale: split chroma buffers into separate U/V planes.
blob
|
commitdiff
|
diff to current
2011-05-24
Ronald S. Bultje
swscale: remove swScale_{c,MMX,MMX2} duplication.
blob
|
commitdiff
|
diff to current
2011-05-24
Ronald S. Bultje
swscale: remove AMD3DNOW "optimizations".
blob
|
commitdiff
|
diff to current
2011-05-24
Ronald S. Bultje
swscale: remove duplicate code in ppc/ subdirectory.
blob
|
commitdiff
|
diff to current
2011-05-24
Ronald S. Bultje
swscale: force --enable-runtime-cpudetect and remove...
blob
|
commitdiff
|
diff to current
2011-05-23
Kieran Kunhya
Fix 9/10 bit in swscale.
blob
|
commitdiff
|
diff to current
2011-05-13
Ronald S. Bultje
swscale: properly inline bits/endianness in yuv2yuvX16i...
blob
|
commitdiff
|
diff to current
next