13479 Commits (3188d33a117e1d85cfef1840090035e46133f5cf)

Author SHA1 Message Date
Philip Langdale 3188d33a11 Revert "CrystalHD: Refine heuristic logic." 14 years ago
Philip Langdale f968ef922d CrystalHD: Refine heuristic logic. 14 years ago
Philip Langdale 4ab57cffba CrystalHD: Add heuristics to try and distinguish h.264 PAFF variants. 14 years ago
Philip Langdale e44073ca5e CrystalHD: Improve interlaced h.264 support. 14 years ago
Reimar Döffinger 8361315469 DPX decode: add buffer size checks. 14 years ago
Peter Ross 7181627686 rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE 14 years ago
Justin Ruggles be18738801 Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser 14 years ago
Justin Ruggles 34b47d7cbc Add audio_service_type field to AVCodecContext for encoding and reporting 14 years ago
Michael Niedermayer ab8b73ff4e lavc: Bump micro for dvd subtitle cb/cr fix Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 14 years ago
Alexandre Colucci 5fd7bc25f1 Fix incorrect colors when decoding Blu-ray subtitles 14 years ago
Alexandre Colucci 9743e909f1 Fix incorrect colors when decoding DVD subtitles 14 years ago
Young Han Lee 00f0b4b92e aacenc: indentation 14 years ago
Young Han Lee 92efa2bdd9 aacenc: fix the side calculation in search_for_ms 14 years ago
Michael Niedermayer 5d6c5dd36c Merge remote-tracking branch 'ffmpeg-mt/master' 14 years ago
Michael Niedermayer 3eb9e571dc Remove a tab, somehow it sneaked past the hooks in the merge war. 14 years ago
Alexander Strange 66f608a6aa vp8.c: rename EDGE_* to VP8_EDGE_*. 14 years ago
Michael Niedermayer 628724b61d More advanced ffmpeg mpeg2 aspect guessing code. 14 years ago
XV eea4fa0591 Intel H.263 aspect ratio processing fix. 14 years ago
XV b14748dd75 Fix Intel I.263 "Strict H.263 compliance" file playback / issue2449 14 years ago
Aurelien Jacobs 71af7377bf srtdec: make sure we don't write past the end of buffer 14 years ago
Mans Rullgard d743065e18 ARM: fix ff_apply_window_int16_neon() prototype 14 years ago
Mans Rullgard 2d3b21ffb9 ARM: NEON optimised apply_window_int16() 14 years ago
Mans Rullgard 245c78313f ac3enc: NEON optimised shift functions 14 years ago
Mans Rullgard f4855a904e ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_min 14 years ago
Ronald S. Bultje f711424969 mpeg12.c: fix slice threading for mpeg2 field picture mode. 14 years ago
Tomas Härdin 0cd138340e Improve channel count and bitrate error handling in wmav* encode_init() 14 years ago
Anton Khirnov 3dd851c46b lavc: move the version macros to a new installed header. 14 years ago
Justin Ruggles e6e9823488 Add apply_window_int16() to DSPContext with x86-optimized versions and use it 14 years ago
Vitor Sessak ee26abf2a4 Fix an infinite loop when RoQ encoded generated a frame with a size greater than the maximum valid size. 14 years ago
Kieran Kunhya a6d2227bc8 Add kbdwin.o to AC3 decoder 14 years ago
Michael Niedermayer d375c10400 Fake-Merge remote-tracking branch 'ffmpeg-mt/master' 14 years ago
Reimar Döffinger 4c886d613d Detect byte-swapped AC-3 and support decoding it directly. 14 years ago
Justin Ruggles 40728b5169 cosmetics: indentation 14 years ago
Justin Ruggles 67fc8652b9 Always copy input data for AC3 decoder. 14 years ago
Justin Ruggles 85ab290470 ac3enc: make sym_quant() branch-free 14 years ago
Ronald S. Bultje c47d383502 vc1: make P-frame deblock filter bit-exact. 14 years ago
Ronald S. Bultje f44d6445b7 vc1: slice support. 14 years ago
Ronald S. Bultje b81a935bd9 vc1: fix up memleaks in the error codepath. 14 years ago
Ronald S. Bultje 72452cc475 vc1: warn for unimplemented pan-scan feature. 14 years ago
Mans Rullgard 027f60f32b ffv1: allocate correct size for sample buffer 14 years ago
Mans Rullgard e87a6f0dc9 Move ff_dct_init_mmx declaration to dct.h 14 years ago
Mans Rullgard 8eec00278c dct: remove superflous #include 14 years ago
Mans Rullgard 0aded9484d Move dct and rdft definitions to separate files 14 years ago
Mans Rullgard 4538729afe Move sine windows to a separate file 14 years ago
Mans Rullgard a45fbda994 Move ff_kbd_window_init() to a separate file 14 years ago
Mans Rullgard 26f548bb59 fft: remove inline wrappers for function pointers 14 years ago
Mans Rullgard 42cfb3835b Remove Sonic experimental audio codec 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reimar Döffinger 6820008a5c Fix compiler warnings due to missing casts. 14 years ago
Reimar Döffinger c9f6eab184 Detect byte-swapped AC-3 (aka DNET) and support decoding it directly. 14 years ago