summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-161-4/+4
|\
| * swscale: use SwsContext for av_log when availableJanne Grunau2011-06-151-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-111-0/+6
|\ \ | |/
| * libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje2011-06-101-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-101-5/+24
|\ \ | |/
| * swscale: de-macro'ify RGB15/16/32 input functions.Ronald S. Bultje2011-06-091-5/+24
| * swscale: allocate larger buffer to handle altivec overreads.Ronald S. Bultje2011-06-021-1/+1
* | swscale: reintroduce sws_format_name() symbolStefano Sabatini2011-06-031-0/+7
* | swscale: remove sws_format_name()Stefano Sabatini2011-05-301-13/+5
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-291-0/+1
|\ \ | |/
| * swscale: fix crash in bilinear scaling.Ronald S. Bultje2011-05-281-0/+1
| * swscale: delay allocation of formatConvBuffer().Ronald S. Bultje2011-05-271-1/+1
| * swscale: remove VOF/VOFW.Ronald S. Bultje2011-05-261-8/+7
| * swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje2011-05-261-7/+12
| * swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje2011-05-261-4/+2
| * swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-261-1/+0
* | swscale: Commits that could not be pulled earlier due to bugs #2Michael Niedermayer2011-05-291-1/+1
* | Commits that could not be pulled earlier due to bugs.Michael Niedermayer2011-05-291-15/+15
* | swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje2011-05-281-0/+2
* | swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-281-1/+0
* | swscale: Do not loose precission on yuv values after rgb->yuv.Michael Niedermayer2011-05-261-1/+1
* | Return -1 on invalid input instead of crashing.Jean-Tiare Le Bigot2011-05-251-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-251-75/+53
|\ \ | |/
| * swscale: use emms_c().Ronald S. Bultje2011-05-241-4/+2
| * swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-241-66/+54
* | swscale: dont loose bits on planar >8bit yuv ind gray nput.Michael Niedermayer2011-05-251-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-131-5/+9
|\ \ | |/
| * configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-2/+0
| * swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-111-0/+4
* | swscale: remove fork bug that i missed in the merge.Michael Niedermayer2011-05-111-4/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-0/+4
|\ \ | |/
| * Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-101-0/+4
| * libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-281-0/+2
| * sws: remove disabled cruft.Anton Khirnov2011-04-191-7/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | swscale: 9,10 bits pixel format output supportBaptiste Coudurier2011-05-081-0/+4
* | Rename y400a to gray8a.Baptiste Coudurier2011-04-271-1/+1
* | Fix runtime CPU detection in libswscale.tateu2011-04-271-0/+8
* | lsws: prevent overflow in sws_init_context()Stefano Sabatini2011-04-251-1/+1
* | Check mmap() return against correct valueunknown author2011-04-251-0/+4
* | Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-04-101-0/+2
* | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-03-261-0/+2
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-171-1/+1
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-171-1/+1
|/
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-1/+1
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-1/+1
* Store src/dstFormat after calling handle_jpegMartin Storsjö2010-10-291-2/+2
* 100l, fix sws_getCachedContext. It did not set the colorspace details,Reimar Döffinger2010-10-031-0/+5
* Set default values for the scale context in sws_alloc_context().Stefano Sabatini2010-09-291-3/+2
* Cosmetics: put "if (...)" and "av_log(...)" in the same line forStefano Sabatini2010-09-291-10/+5