summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavfi/silencedetect: use av_ts2timestr() macro.Clément Bœsch2012-02-15
* swscale: yuv2422_2_c_template() add cliping.Michael Niedermayer2012-02-14
* swscale: Add cliping to yuv2422_1_c_template()Michael Niedermayer2012-02-14
* swscale: Fix rounding in yuv2mono_1_c_template()Michael Niedermayer2012-02-14
* swscale: Fix rounding in yuv2rgb_1_c_template()Michael Niedermayer2012-02-14
* swscale: yuv2422_1_c_template: fix roundingMichael Niedermayer2012-02-14
* lavfi/ashowinfo: only print checksum for the existing planesStefano Sabatini2012-02-14
* lavfi/showinfo: only print checksum for the existing planesStefano Sabatini2012-02-14
* lavfi/*showinfo: use av_ts2* macros in showinfo and ashowinfoStefano Sabatini2012-02-14
* ffmpeg.c: implement -debug_ts optionStefano Sabatini2012-02-14
* Fix compilation with old yasm that does not support AVX.Carl Eugen Hoyos2012-02-14
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-14
|\
| * swscale: fix crashes in yuv2yuvX on x86-32.Ronald S. Bultje2012-02-13
| * sunrast: Add fate test for gray8.Aneesh Dogra2012-02-13
* | lavc: add missing PIX_FMT_YUVA444PPaul B Mahol2012-02-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-14
|\|
| * rtpdec: Use 4 byte startcodes for H.264Matthew Szatmary2012-02-13
| * matroskadec: Mark variable as av_unused.Diego Biurrun2012-02-13
| * Move some conditionally used variables into the block where they are used.Diego Biurrun2012-02-13
| * Drop some completely unnecessary av_unused attributes.Diego Biurrun2012-02-13
| * swscale: Remove unused variable alpMmxFilter.Diego Biurrun2012-02-13
| * Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun2012-02-13
| * movenc: Support muxing wmapro in ismv/ismaMartin Storsjö2012-02-13
| * mpegtsenc: Add an AVOption for forcing a new PAT/PMT/SDT to be writtenMartin Storsjö2012-02-13
| * swscale: move YUV2PACKED16WRAPPER() macro down to where it is used.Ronald S. Bultje2012-02-13
| * swscale: handle gray16 as a "planar" YUV format (Y-only, of course).Ronald S. Bultje2012-02-13
| * swscale: use yuv2packed1() functions for unscaled chroma also.Ronald S. Bultje2012-02-13
| * swscale: fix incorrect chroma bias in yuv2rgb48_1_c().Ronald S. Bultje2012-02-13
| * swscale: fix invalid memory accesses in yuvpacked1() functions.Ronald S. Bultje2012-02-13
| * Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun2012-02-13
| * mips: Move MMI function declarations to a header.Diego Biurrun2012-02-13
| * build: Set correct dependencies for rtmp* protocols implemented by librtmp.Diego Biurrun2012-02-13
* | jpeglsdec: fix bpp & limit.Michael Niedermayer2012-02-14
* | jpeglsdec: Prevent out of array write.Michael Niedermayer2012-02-14
* | iff: Fix decode_ham_plane32() buf_size.Michael Niedermayer2012-02-14
* | ffmpeg: remove unneeded ost->picref check.Clément Bœsch2012-02-13
* | ffmpeg: remove pointless avcodec_get_frame_defaults().Clément Bœsch2012-02-13
* | ffmpeg: raise ENOMEM on avfilter_graph_alloc() failure.Clément Bœsch2012-02-13
* | Update mkv seek tests.Reimar Döffinger2012-02-13
* | matroskadec: properly fall back to generic seek.Reimar Döffinger2012-02-13
* | matroskadec: reset num_levels on seek.Reimar Döffinger2012-02-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-13
|\|
| * swscale: convert yuv2yuvX() to using named arguments.Ronald S. Bultje2012-02-12
| * swscale: rename "dstw" to "w" to prevent name collisions.Ronald S. Bultje2012-02-12
| * swscale: use named registers in yuv2yuv1_plane() place.Ronald S. Bultje2012-02-12
| * lavf: fix aspect ratio mismatch message.Andrey Utkin2012-02-12
| * avconv: set AVFormatContext.duration from '-t'Andrey Utkin2012-02-12
| * cljr: implement encode2.Anton Khirnov2012-02-12
| * cljr: set the properties of the coded_frame, not input frame.Anton Khirnov2012-02-12
| * dnxhdenc: switch to encode2.Anton Khirnov2012-02-12