13920 Commits (680b1852ab0326a0756abffa8b8ef8d6c5468ec9)

Author SHA1 Message Date
Mans Rullgard e897a633cd ARM: factor some repetitive code into macros 14 years ago
Jason Garrett-Glaser 11177a4d82 Fix SVQ3 after adding 4:4:4 H.264 support 14 years ago
Jason Garrett-Glaser 7b442ad918 H.264: fix CODEC_FLAG_GRAY 14 years ago
Jason Garrett-Glaser c90b94424c 4:4:4 H.264 decoding support 14 years ago
Justin Ruggles 99477adc31 ac3enc: fix allocation of floating point samples. 14 years ago
Justin Ruggles 38c304addd ac3enc: remove empty ac3_float function that is never called 14 years ago
Justin Ruggles e0cc66df61 ac3enc: split templated float vs. fixed functions into a separate file. 14 years ago
Justin Ruggles e754dfc0bb ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdct 14 years ago
Justin Ruggles 36151b3e31 ac3enc: use function pointer to choose between AC-3 and E-AC-3 header output 14 years ago
Jason Garrett-Glaser 504811baea Roll back 4:4:4 H.264 for now 14 years ago
Jason Garrett-Glaser 295f0a2503 Fix SVQ3 after adding 4:4:4 H.264 support 14 years ago
Jason Garrett-Glaser c177cfb4fb H.264: fix CODEC_FLAG_GRAY 14 years ago
Jason Garrett-Glaser c9c493872c 4:4:4 H.264 decoding support 14 years ago
Philip Langdale 25f05ddb1a h264_parser: Fix whitespace after previous change. 14 years ago
Philip Langdale a26ce1e2df h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set. 14 years ago
Michael Niedermayer 108f318d90 h264: don't be so picky on decoding pps in extradata. 14 years ago
Wim Lewis 3de33b00de avcodec.h: add or elaborate on some documentation comments. 14 years ago
Michael Niedermayer 33aec3f402 h264: change a few comments into error messages 14 years ago
Reimar Döffinger 86961eeabf ac3dec: fix doxy-style for comment ("///>" should be "///<" instead). 14 years ago
Michael Niedermayer 294e5475c2 ffv1: fix undefined behavior with insane widths. 14 years ago
Mans Rullgard 9776e25db9 ARM: jrevdct_arm: simplify stack usage 14 years ago
Mans Rullgard 13743c7ab0 ARM: jrevdct_arm: use push/pop mnemonics 14 years ago
Mans Rullgard 77cdfde73e ARM: jrevdct_arm: misc cleanup 14 years ago
Mans Rullgard 5c46ad1da0 ARM: optimised mpadsp_apply_window_fixed 14 years ago
Alex Converse 19d824e473 bitstream: Properly promote av_reverse values before shifting. 14 years ago
Jason Garrett-Glaser c149843b5a H.264: Fix high bit depth explicit biweight 14 years ago
Oskar Arvidsson 6c031a3338 h264: Fix 10-bit H.264 x86 chroma v loopfilter asm. 14 years ago
Justin Ruggles aecc596a65 Update copyright year for ac3enc_opts_template.c. 14 years ago
Juan Carlos Rodriguez 0832122880 rtpenc: MP4A-LATM payload support 14 years ago
Michael Niedermayer d8999306e5 mpeg12: more advanced ffmpeg mpeg2 aspect guessing code. 14 years ago
Anton Khirnov 8e84c072e4 intelh263dec: aspect ratio processing fix. 14 years ago
Anton Khirnov 95a05030ca intelh263dec: fix "Strict H.263 compliance" file playback 14 years ago
Diego Biurrun a4855adc80 dvbsubdec: Fix compilation of debug code. 14 years ago
Diego Biurrun ac4a854811 Remove some non-compiling debug messages. 14 years ago
Daniel Kang 4de83b7b6d H264: x86 predict init cosmetics. 14 years ago
Diego Biurrun d3778972d8 ac3enc: Fix linking of AC-3 encoder without the E-AC-3 encoder. 14 years ago
Justin Ruggles c8e9ea43d0 Move E-AC-3 encoder functions to a separate eac3enc.c file. 14 years ago
Justin Ruggles 787a13535a ac3enc: remove convenience macro, #define DEBUG 14 years ago
Justin Ruggles a8bd53402a ac3enc: remove unused #define 14 years ago
John Stebbins 7b20d35a54 vc1: re-initialize tables after width/height change. 14 years ago
Justin Ruggles 2f37321abc iirfilter: fix biquad filter coefficients. 14 years ago
Diego Biurrun b9478cfefb shorten: Remove stray DEBUG #define and corresponding av_dlog statement. 14 years ago
Diego Biurrun 2d9570a304 vorbisdec: Restore mistakenly removed debug output. 14 years ago
Diego Biurrun 02a8d43adf Replace some av_log/printf + #ifdef combinations by av_dlog. 14 years ago
Diego Biurrun 1f6b9cc31d Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG. 14 years ago
Diego Biurrun f8ea0eb6ff svq1dec: Fix debug statements that referenced non-existing context. 14 years ago
Diego Biurrun dc25d79f49 Drop unnecessary directory prefixes from #include directives. 14 years ago
Baptiste Coudurier 4f8da7e7dc s302m: fix resampling for 16 and 24bits. 14 years ago
Mans Rullgard 21c6512542 ARM: remove MUL64 and MAC64 inline asm 14 years ago
Ronald S. Bultje ceff045dbe utils.c: fix crash with threading enabled. 14 years ago