summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
Commit message (Expand)AuthorAge
...
* | swscale: Fix yuv422p10Michael Niedermayer2011-06-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-29
|\|
| * swscale: re-add support for non-native endianness.Ronald S. Bultje2011-06-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-16
|\|
| * swscale: use SwsContext for av_log when availableJanne Grunau2011-06-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-11
|\|
| * libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje2011-06-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-10
|\|
| * swscale: de-macro'ify RGB15/16/32 input functions.Ronald S. Bultje2011-06-09
| * swscale: allocate larger buffer to handle altivec overreads.Ronald S. Bultje2011-06-02
* | swscale: reintroduce sws_format_name() symbolStefano Sabatini2011-06-03
* | swscale: remove sws_format_name()Stefano Sabatini2011-05-30
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-29
|\|
| * swscale: fix crash in bilinear scaling.Ronald S. Bultje2011-05-28
| * swscale: delay allocation of formatConvBuffer().Ronald S. Bultje2011-05-27
| * swscale: remove VOF/VOFW.Ronald S. Bultje2011-05-26
| * swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje2011-05-26
| * swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje2011-05-26
| * swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-26
* | swscale: Commits that could not be pulled earlier due to bugs #2Michael Niedermayer2011-05-29
* | Commits that could not be pulled earlier due to bugs.Michael Niedermayer2011-05-29
* | swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje2011-05-28
* | swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-28
* | swscale: Do not loose precission on yuv values after rgb->yuv.Michael Niedermayer2011-05-26
* | Return -1 on invalid input instead of crashing.Jean-Tiare Le Bigot2011-05-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-25
|\|
| * swscale: use emms_c().Ronald S. Bultje2011-05-24
| * swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-24
* | swscale: dont loose bits on planar >8bit yuv ind gray nput.Michael Niedermayer2011-05-25
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-13
|\|
| * configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
| * swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-11
* | swscale: remove fork bug that i missed in the merge.Michael Niedermayer2011-05-11
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-11
|\|
| * Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-10
| * libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-28
| * sws: remove disabled cruft.Anton Khirnov2011-04-19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | swscale: 9,10 bits pixel format output supportBaptiste Coudurier2011-05-08
* | Rename y400a to gray8a.Baptiste Coudurier2011-04-27
* | Fix runtime CPU detection in libswscale.tateu2011-04-27
* | lsws: prevent overflow in sws_init_context()Stefano Sabatini2011-04-25
* | Check mmap() return against correct valueunknown author2011-04-25
* | Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-04-10
* | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-03-26
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-17
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-17
|/
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-16
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-16
* Store src/dstFormat after calling handle_jpegMartin Storsjö2010-10-29