| Commit message (Expand) | Author | Age | Files | Lines |
* | DPX decode: add buffer size checks. | Reimar Döffinger | 2011-03-26 | 1 | -5/+14 |
* | rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE | Peter Ross | 2011-03-26 | 1 | -0/+2 |
* | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-26 | 13 | -8/+64 |
|\ |
|
| * | Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser | Justin Ruggles | 2011-03-25 | 8 | -3/+29 |
| * | Add audio_service_type field to AVCodecContext for encoding and reporting | Justin Ruggles | 2011-03-25 | 3 | -1/+31 |
| * | aacenc: indentation | Young Han Lee | 2011-03-24 | 1 | -1/+1 |
| * | aacenc: fix the side calculation in search_for_ms | Young Han Lee | 2011-03-24 | 1 | -1/+1 |
| * | vp8.c: rename EDGE_* to VP8_EDGE_*. | Alexander Strange | 2011-03-24 | 1 | -5/+5 |
* | | lavc: Bump micro for dvd subtitle cb/cr fix Signed-off-by: Michael Niedermaye... | Michael Niedermayer | 2011-03-25 | 1 | -1/+1 |
* | | Fix incorrect colors when decoding Blu-ray subtitles | Alexandre Colucci | 2011-03-25 | 1 | -1/+1 |
* | | Fix incorrect colors when decoding DVD subtitles | Alexandre Colucci | 2011-03-25 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-25 | 8 | -1/+166 |
|\| |
|
| * | ARM: fix ff_apply_window_int16_neon() prototype | Mans Rullgard | 2011-03-24 | 1 | -1/+1 |
| * | ARM: NEON optimised apply_window_int16() | Mans Rullgard | 2011-03-24 | 2 | -0/+28 |
| * | ac3enc: NEON optimised shift functions | Mans Rullgard | 2011-03-24 | 2 | -0/+25 |
| * | ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_min | Mans Rullgard | 2011-03-24 | 5 | -0/+100 |
| * | mpeg12.c: fix slice threading for mpeg2 field picture mode. | Ronald S. Bultje | 2011-03-24 | 1 | -1/+13 |
* | | Merge remote-tracking branch 'ffmpeg-mt/master' | Michael Niedermayer | 2011-03-25 | 1 | -1/+2 |
* | | Remove a tab, somehow it sneaked past the hooks in the merge war. | Michael Niedermayer | 2011-03-25 | 1 | -1/+1 |
* | | More advanced ffmpeg mpeg2 aspect guessing code. | Michael Niedermayer | 2011-03-25 | 1 | -2/+18 |
* | | Intel H.263 aspect ratio processing fix. | XV | 2011-03-25 | 1 | -2/+8 |
* | | Fix Intel I.263 "Strict H.263 compliance" file playback / issue2449 | XV | 2011-03-25 | 1 | -2/+6 |
* | | srtdec: make sure we don't write past the end of buffer | Aurelien Jacobs | 2011-03-25 | 1 | -1/+1 |
* | | Improve channel count and bitrate error handling in wmav* encode_init() | Tomas Härdin | 2011-03-24 | 1 | -4/+10 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-24 | 11 | -66/+275 |
|\| |
|
| * | lavc: move the version macros to a new installed header. | Anton Khirnov | 2011-03-22 | 3 | -52/+77 |
| * | Add apply_window_int16() to DSPContext with x86-optimized versions and use it | Justin Ruggles | 2011-03-22 | 8 | -14/+198 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-23 | 10 | -175/+316 |
|\| |
|
| * | Fix an infinite loop when RoQ encoded generated a frame with a size greater t... | Vitor Sessak | 2011-03-22 | 1 | -3/+14 |
| * | Add kbdwin.o to AC3 decoder | Kieran Kunhya | 2011-03-22 | 1 | -1/+1 |
| * | Detect byte-swapped AC-3 and support decoding it directly. | Reimar Döffinger | 2011-03-22 | 1 | -0/+5 |
| * | cosmetics: indentation | Justin Ruggles | 2011-03-22 | 1 | -3/+3 |
| * | Always copy input data for AC3 decoder. | Justin Ruggles | 2011-03-22 | 1 | -7/+2 |
| * | ac3enc: make sym_quant() branch-free | Justin Ruggles | 2011-03-22 | 1 | -11/+1 |
| * | vc1: make P-frame deblock filter bit-exact. | Ronald S. Bultje | 2011-03-21 | 2 | -94/+206 |
| * | vc1: slice support. | Ronald S. Bultje | 2011-03-21 | 1 | -24/+57 |
| * | vc1: fix up memleaks in the error codepath. | Ronald S. Bultje | 2011-03-21 | 1 | -22/+19 |
| * | vc1: warn for unimplemented pan-scan feature. | Ronald S. Bultje | 2011-03-21 | 1 | -0/+1 |
| * | ffv1: allocate correct size for sample buffer | Mans Rullgard | 2011-03-20 | 1 | -1/+1 |
| * | Move ff_dct_init_mmx declaration to dct.h | Mans Rullgard | 2011-03-20 | 2 | -1/+2 |
* | | Fake-Merge remote-tracking branch 'ffmpeg-mt/master' | Michael Niedermayer | 2011-03-22 | 18 | -296/+986 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-21 | 41 | -256/+406 |
|\| |
|
| * | dct: remove superflous #include | Mans Rullgard | 2011-03-20 | 1 | -1/+0 |
| * | Move dct and rdft definitions to separate files | Mans Rullgard | 2011-03-20 | 13 | -72/+138 |
| * | Move sine windows to a separate file | Mans Rullgard | 2011-03-20 | 18 | -33/+98 |
| * | Move ff_kbd_window_init() to a separate file | Mans Rullgard | 2011-03-19 | 9 | -41/+90 |
| * | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 27 | -109/+80 |
| * | Remove Sonic experimental audio codec | Mans Rullgard | 2011-03-19 | 3 | -982/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 825 | -3336/+3336 |
* | | Fix compiler warnings due to missing casts. | Reimar Döffinger | 2011-03-19 | 1 | -1/+1 |