| Commit message (Expand) | Author | Age | Files | Lines |
* | XBM decoder | Paul B Mahol | 2012-03-27 | 5 | -3/+134 |
* | j2kdec: move ff_j2k_init_tier1_luts() to j2kdec_init() | Paul B Mahol | 2012-03-27 | 1 | -2/+3 |
* | Clarify the use of the interl=1|-1 option of the scale filter. | Tim Nicholson | 2012-03-27 | 1 | -0/+5 |
* | alsdec: check return values. | Thilo Borgmann | 2012-03-27 | 1 | -3/+3 |
* | h264: dont mess with chroma planes for grayscale h264. | Michael Niedermayer | 2012-03-27 | 4 | -4/+8 |
* | alsdec: make sure no invalid opt_order stays in the context. | Michael Niedermayer | 2012-03-27 | 1 | -0/+1 |
* | vc1dec: dont ignore ff_vc1_parse_frame_header_advs return value | Michael Niedermayer | 2012-03-27 | 1 | -4/+10 |
* | vc1dec: avoid == -1 checks for errors. | Michael Niedermayer | 2012-03-27 | 1 | -2/+2 |
* | vc1dec: sanity check state used in get_mvdata_interlaced() | Michael Niedermayer | 2012-03-27 | 1 | -0/+2 |
* | oma: dont over-read buffer | Michael Niedermayer | 2012-03-27 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-27 | 8 | -123/+159 |
|\ |
|
| * | make av_interleaved_write_frame() flush packets when pkt is NULL | Jindrich Makovicka | 2012-03-27 | 2 | -12/+20 |
| * | mpegts: Fix dead error checks | Alex Converse | 2012-03-26 | 1 | -6/+12 |
| * | vc1: Do not read from array if index is invalid. | Mashiat Sarker Shakkhar | 2012-03-26 | 4 | -6/+22 |
| * | targa: convert to bytestream2. | Ronald S. Bultje | 2012-03-26 | 1 | -107/+90 |
| * | rv34: set mb_num_left to 0 after finishing a frame | Ronald S. Bultje | 2012-03-26 | 1 | -0/+2 |
* | | doc: clarify dshow input requirements | Compn | 2012-03-26 | 1 | -1/+1 |
* | | j2kdec: remove pointless swapping | Paul B Mahol | 2012-03-27 | 1 | -4/+1 |
* | | j2kdec: vertically align AVCodec members | Paul B Mahol | 2012-03-27 | 1 | -2/+2 |
* | | j2kdec: Remove useless .pix_fmts. | Paul B Mahol | 2012-03-27 | 1 | -2/+0 |
* | | j2kdec: convert to bytestream2 API | Paul B Mahol | 2012-03-27 | 1 | -131/+144 |
* | | ffmpeg: fix handling or empty audio packets | Michael Niedermayer | 2012-03-27 | 1 | -1/+1 |
* | | ffmpeg: more verbose error messages in case of audio encoding failure. | Michael Niedermayer | 2012-03-27 | 1 | -2/+2 |
* | | Revert "raw: move buffer size check up." | Michael Niedermayer | 2012-03-27 | 1 | -3/+3 |
* | | j2kenc: cosmetics: vertically align AVCodec members. | Paul B Mahol | 2012-03-27 | 1 | -8/+7 |
* | | libopenjpegdec: hack to fix GRAY16 decoding | Paul B Mahol | 2012-03-27 | 1 | -0/+4 |
* | | vc1dec: move mquant zero check down. | Michael Niedermayer | 2012-03-27 | 1 | -4/+4 |
* | | targa: Fix input buffer size check. | Michael Niedermayer | 2012-03-27 | 1 | -1/+1 |
* | | RELEASE: bump to current version (0.10.2). | Clément Bœsch | 2012-03-26 | 1 | -1/+1 |
* | | APIchanges: fill in missing dates and hashes. | Clément Bœsch | 2012-03-26 | 1 | -12/+12 |
* | | aac: reference supported sample rates in encoders. | Clément Bœsch | 2012-03-26 | 2 | -0/+2 |
* | | ffmpeg: more expressive sample rate automatic selection. | Clément Bœsch | 2012-03-26 | 1 | -1/+12 |
* | | lavfi: add avfilter_fill_frame_from_{audio_,}buffer_ref(). | Clément Bœsch | 2012-03-26 | 4 | -2/+50 |
* | | indeo3dec: check mv bitstream pointer | Michael Niedermayer | 2012-03-26 | 1 | -0/+4 |
* | | indeo3dec: Fix end pointer. | Michael Niedermayer | 2012-03-26 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-26 | 19 | -150/+235 |
|\| |
|
| * | build: ppc: drop stray leftover backslash | Diego Biurrun | 2012-03-26 | 1 | -1/+1 |
| * | build: Only clean the architecture subdirectory we build for. | Diego Biurrun | 2012-03-26 | 6 | -13/+3 |
| * | build: drop some unnecessary dependencies from the H.264 parser | Diego Biurrun | 2012-03-26 | 1 | -1/+1 |
| * | build: prettyprinting cosmetics | Diego Biurrun | 2012-03-26 | 9 | -79/+76 |
| * | libavutil: Remove pointless rational test program. | Diego Biurrun | 2012-03-26 | 2 | -26/+1 |
| * | libavutil: Remove broken and pointless lzo test program. | Diego Biurrun | 2012-03-26 | 3 | -49/+0 |
| * | lavf doxy: expand AVStream.codec doxy. | Anton Khirnov | 2012-03-26 | 1 | -1/+12 |
| * | lavf doxy: improve AVStream.time_base doxy. | Anton Khirnov | 2012-03-26 | 1 | -3/+5 |
| * | lavf doxy: add some basic documentation about reading from the demuxer. | Anton Khirnov | 2012-03-26 | 1 | -0/+16 |
| * | lavf doxy: document passing options to demuxers. | Anton Khirnov | 2012-03-26 | 1 | -0/+41 |
| * | lavf doxy: clarify that an AVPacket contains encoded data. | Anton Khirnov | 2012-03-26 | 1 | -2/+2 |
| * | mpegtsenc: allow user triggered PES packet flushing | Jindrich Makovicka | 2012-03-26 | 1 | -9/+31 |
| * | APIchanges: mark the place where 0.7 was cut. | Anton Khirnov | 2012-03-26 | 1 | -0/+7 |
| * | APIchanges: mark the place where 0.8 was cut. | Anton Khirnov | 2012-03-26 | 1 | -0/+8 |