| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: add avpriv_h264_has_num_reorder_frames() | Michael Niedermayer | 2012-07-02 | 2 | -0/+8 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-02 | 14 | -50/+1024 |
|\ |
|
| * | snow: remove VLA in mc_block() | Mans Rullgard | 2012-07-02 | 1 | -16/+25 |
| * | snow: remove a VLA. | Ronald S. Bultje | 2012-07-02 | 1 | -20/+21 |
| * | MS ATC Screen (aka MSS3) decoder | Kostya Shishkov | 2012-07-02 | 5 | -1/+971 |
| * | roqvideo: Remove a totally unused dspcontext | Martin Storsjö | 2012-07-01 | 1 | -1/+0 |
| * | smacker: remove some unused code | Mans Rullgard | 2012-07-01 | 1 | -5/+1 |
| * | dsicin: remove dead assignment | Mans Rullgard | 2012-07-01 | 1 | -1/+1 |
| * | aacdec: remove dead assignment | Mans Rullgard | 2012-07-01 | 1 | -1/+1 |
| * | rl2: remove dead assignment | Mans Rullgard | 2012-07-01 | 1 | -1/+1 |
| * | proresenc: make a variable local to the loop where it is used | Mans Rullgard | 2012-07-01 | 1 | -2/+1 |
| * | alsdec: remove dead assignments | Mans Rullgard | 2012-07-01 | 1 | -2/+2 |
* | | vc1dsp: use av_assert2 | Michael Niedermayer | 2012-07-02 | 1 | -4/+4 |
* | | resample2: use av_assert() | Michael Niedermayer | 2012-07-02 | 1 | -1/+2 |
* | | wmaenc: dont mess with the bitrate. | Michael Niedermayer | 2012-07-02 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-01 | 8 | -17/+11 |
|\| |
|
| * | wma: Lower the maximum number of channels to 2 | Martin Storsjö | 2012-07-01 | 1 | -1/+1 |
| * | ARM: generate position independent code to access data symbols | Mans Rullgard | 2012-07-01 | 6 | -11/+10 |
* | | h264: clear the ref lists when the reference are cleared. | Michael Niedermayer | 2012-07-01 | 1 | -0/+3 |
* | | h264: check log2_max_poc_lsb for validity | Michael Niedermayer | 2012-07-01 | 1 | -1/+6 |
* | | ituh263dec: use av_assert | Michael Niedermayer | 2012-07-01 | 1 | -1/+1 |
* | | wmaenc: switch all remaining asserts to av_asserts | Michael Niedermayer | 2012-07-01 | 1 | -11/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-30 | 6 | -12/+96 |
|\| |
|
| * | dsputilenc_mmx: split assignment of ff_sse16_sse2 to SSE2 section. | Ronald S. Bultje | 2012-06-30 | 1 | -3/+6 |
| * | dnxhdenc: add space between function argument type and comment. | Ronald S. Bultje | 2012-06-30 | 1 | -1/+1 |
| * | x86: fmtconvert: add special asm for float_to_int16_interleave_misc_* | Ronald S. Bultje | 2012-06-30 | 2 | -5/+85 |
| * | x86: vc1: fix and enable optimised loop filter | Mans Rullgard | 2012-06-30 | 2 | -3/+4 |
* | | avcodec_encode_audio2: print error messages for errors | Michael Niedermayer | 2012-06-30 | 1 | -2/+6 |
* | | wmaenc: rewrite 2nd stage quantization code | Michael Niedermayer | 2012-06-30 | 1 | -3/+4 |
* | | wmaenc: remove alternative quantization loop | Michael Niedermayer | 2012-06-30 | 1 | -17/+0 |
* | | wmaenc: fix off by 1 error in quantization loop | Michael Niedermayer | 2012-06-30 | 1 | -1/+1 |
* | | wmaenc: change another assert to av_assert | Michael Niedermayer | 2012-06-30 | 1 | -1/+1 |
* | | pngdsp: Fix license header | Michael Niedermayer | 2012-06-29 | 1 | -4/+4 |
* | | prores: Fix license header | Michael Niedermayer | 2012-06-29 | 2 | -8/+8 |
* | | wma_common: Fix license header | Michael Niedermayer | 2012-06-29 | 1 | -4/+4 |
* | | RealText demuxer and decoder. | Clément Bœsch | 2012-06-29 | 5 | -1/+87 |
* | | SAMI demuxer and decoder. | Clément Bœsch | 2012-06-29 | 5 | -2/+163 |
* | | lavc/microdvddec: support "DEFAULT" properties. | Clément Bœsch | 2012-06-29 | 1 | -1/+49 |
* | | lavc/ass: honor Default style. | Clément Bœsch | 2012-06-29 | 1 | -2/+2 |
* | | cosmetics: minor libavcodec spelling errors | Lou Logan | 2012-06-29 | 24 | -30/+30 |
* | | dca: favor native over ffmpeg in table name | Michael Niedermayer | 2012-06-29 | 1 | -3/+3 |
* | | dca: fix project reference in table name | Michael Niedermayer | 2012-06-29 | 1 | -3/+3 |
* | | Replace Libav with FFmpeg in license headers for files created by me | Paul B Mahol | 2012-06-29 | 5 | -20/+20 |
* | | Generate channel layout, reordering for DTS-XXCH extension and, undo embedded... | Nick Brereton | 2012-06-28 | 2 | -57/+309 |
* | | Parse & decode DTS XXCH frames | Nick Brereton | 2012-06-28 | 1 | -7/+101 |
* | | h264: Fix maximum reference count check for non-b frames | Jeff Downs | 2012-06-28 | 1 | -3/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-28 | 3 | -28/+24 |
|\| |
|
| * | mss1: validate number of changeable palette entries | Kostya Shishkov | 2012-06-27 | 1 | -0/+6 |
| * | mss1: report palette changed when some additional colours were decoded | Kostya Shishkov | 2012-06-27 | 1 | -1/+1 |
| * | x86: fft: replace call to memcpy by a loop | Christophe Gisquet | 2012-06-27 | 1 | -25/+12 |