| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 15 | -32/+81 |
|\ |
|
| * | flvdec: remove spurious use of stream id | Luca Barbato | 2012-07-29 | 1 | -8/+7 |
| * | lavf: deprecate r_frame_rate. | Anton Khirnov | 2012-07-29 | 21 | -125/+160 |
| * | lavf: round estimated average fps to a "standard" fps. | Anton Khirnov | 2012-07-29 | 1 | -0/+18 |
* | | lavfi/avcodec: rename picref->samplesref variable in avfilter_get_audio_buffe... | Stefano Sabatini | 2012-07-30 | 1 | -4/+4 |
* | | lavfi/color: free internal context options in uninit() | Stefano Sabatini | 2012-07-30 | 1 | -1/+1 |
* | | lavfi/color: cache and reuse colored picture in context | Stefano Sabatini | 2012-07-30 | 1 | -12/+22 |
* | | lavfi/color: reindent after the previous commit | Stefano Sabatini | 2012-07-30 | 1 | -14/+14 |
* | | lavfi/color: drop support for old deprecated syntax | Stefano Sabatini | 2012-07-30 | 3 | -29/+1 |
* | | lavfi/testsrc: add comment in options | Stefano Sabatini | 2012-07-30 | 1 | -0/+2 |
* | | Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23' | Michael Niedermayer | 2012-07-29 | 15 | -334/+321 |
|\| |
|
| * | lavf: use dts difference instead of AVPacket.duration in find_stream_info() | Anton Khirnov | 2012-07-29 | 3 | -8/+42 |
| * | avf: introduce nobuffer option | Luca Barbato | 2012-07-29 | 5 | -5/+15 |
| * | fate: make yadif tests consistent across systems | Mans Rullgard | 2012-07-28 | 3 | -95/+95 |
| * | vf_hqdn3d: support 9 and 10bit colordepth | Loren Merritt | 2012-07-28 | 1 | -19/+53 |
| * | vf_hqdn3d: reduce intermediate precision | Loren Merritt | 2012-07-28 | 1 | -30/+32 |
| * | vf_hqdn3d: simplify and optimize | Loren Merritt | 2012-07-28 | 1 | -106/+51 |
| * | factor identical ff_inplace_start_frame out of two filters | Loren Merritt | 2012-07-28 | 4 | -73/+39 |
| * | vf_hqdn3d: cosmetics | Loren Merritt | 2012-07-28 | 1 | -156/+152 |
| * | avprobe/avconv: fix tentative declaration compile errors on MSVS. | Ronald S. Bultje | 2012-07-28 | 2 | -4/+6 |
* | | aacenc: new default cutoff | Michael Niedermayer | 2012-07-29 | 3 | -1/+6 |
* | | doc/filters: document TB variable for vf_setpts. | Nicolas George | 2012-07-29 | 1 | -0/+3 |
* | | libx264: list possible profiles. | Nicolas George | 2012-07-29 | 1 | -0/+5 |
* | | lavf/apetag: move common stuff between writer and reader to single file | Paul B Mahol | 2012-07-29 | 3 | -7/+5 |
* | | doc/general: add missed WavPack muxing support information | Paul B Mahol | 2012-07-29 | 1 | -1/+1 |
* | | lavf/smacker: remove bogus video from .long_name | Paul B Mahol | 2012-07-29 | 1 | -1/+1 |
* | | wvenc: support for ape tags | Paul B Mahol | 2012-07-29 | 1 | -0/+3 |
* | | APE tag writer | Paul B Mahol | 2012-07-29 | 3 | -1/+75 |
* | | WavPack muxer | Paul B Mahol | 2012-07-29 | 3 | -1/+99 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-29 | 40 | -525/+807 |
|\| |
|
| * | h264_idct_10bit: port x86 assembly to cpuflags. | Ronald S. Bultje | 2012-07-28 | 1 | -127/+127 |
| * | x86inc: clip num_args to 7 on x86-32. | Loren Merritt | 2012-07-28 | 1 | -0/+3 |
| * | x86inc: sync to latest version from x264. | Ronald S. Bultje | 2012-07-28 | 1 | -92/+124 |
| * | fft: rename "z" to "zc" to prevent name collision. | Ronald S. Bultje | 2012-07-28 | 1 | -9/+9 |
| * | wv: return meaningful error codes. | Anton Khirnov | 2012-07-28 | 1 | -22/+23 |
| * | wv: return AVERROR_EOF on EOF, not EIO. | Anton Khirnov | 2012-07-28 | 1 | -1/+1 |
| * | mp3dec: forward errors for av_get_packet(). | Anton Khirnov | 2012-07-28 | 1 | -3/+2 |
| * | mp3dec: remove a pointless local variable. | Anton Khirnov | 2012-07-28 | 1 | -4/+2 |
| * | mp3dec: remove commented out cruft. | Anton Khirnov | 2012-07-28 | 1 | -1/+0 |
| * | lavfi: bump minor to mark stabilizing the ABI. | Anton Khirnov | 2012-07-28 | 1 | -1/+1 |
| * | FATE: add tests for yadif. | Anton Khirnov | 2012-07-28 | 3 | -0/+104 |
| * | FATE: add a test for delogo video filter. | Anton Khirnov | 2012-07-28 | 2 | -0/+115 |
| * | FATE: add a test for amix audio filter. | Anton Khirnov | 2012-07-28 | 1 | -0/+22 |
| * | audiogen: allow specifying random seed as a commandline parameter. | Anton Khirnov | 2012-07-28 | 1 | -2/+5 |
| * | vc1dec: Override invalid macroblock quantizer | Michael Niedermayer | 2012-07-28 | 1 | -0/+5 |
| * | vc1: avoid reading beyond the last line in vc1_draw_sprites() | Michael Niedermayer | 2012-07-28 | 1 | -2/+6 |
| * | vc1dec: check that coded slice positions and interlacing match. | Michael Niedermayer | 2012-07-28 | 1 | -0/+6 |
| * | vc1dec: Do not ignore ff_vc1_parse_frame_header_adv return value | Michael Niedermayer | 2012-07-28 | 1 | -4/+10 |
| * | configure: Move parts that should not be user-selectable to CONFIG_EXTRA | Diego Biurrun | 2012-07-28 | 1 | -6/+6 |
| * | lavf: remove commented out cruft in avformat_find_stream_info() | Anton Khirnov | 2012-07-28 | 1 | -7/+1 |