9940 Commits (e482c2e2fbae77876ab9b9efb1082ee30dd1aaba)

Author SHA1 Message Date
Diego Biurrun 6410134000 Remove two more lines related to the WMV3 decoder. 16 years ago
Diego Biurrun 015f8ee009 Make WMV3 decoders depend on their VC-1 counterparts. 16 years ago
Alex Converse 3d51be014c Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup. 16 years ago
Alex Converse c369e83608 Dead code removal in the AAC encoder. 16 years ago
Carl Eugen Hoyos 36904c4c9f Icc 11.1 still does not align the stack pointer, disable some x264 functions. 16 years ago
Alex Converse 6bb17c5155 Add iirfilter to the TESTPROGS variable (and target) 16 years ago
Alex Converse a5762c9b59 When calculating AAC quantized band cost, don't leave garbage in the bit count 16 years ago
Alex Converse ca0f1e5092 IIR filter test program. 16 years ago
Diego Biurrun 359a9979ad cosmetics: Move some code blocks to reduce the number of #ifdefs. 16 years ago
Janne Grunau d6a1611cc2 Set subtitle type in DVB subtitle decoder. 16 years ago
Alex Converse 2876a9dbaf Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess. 16 years ago
David Conrad 3e962f315b Fix "warning: assignment discards qualifiers from pointer target type" 16 years ago
Art Clarke 870ee6f715 Fix memory leak in libtheora encoder 16 years ago
Diego Biurrun 95a61cfc24 Make VAAPI/VDPAU variant of decoder foo depend on decoder foo. 16 years ago
Alex Converse 36f517736f Cosmetics: reindent after last commit 16 years ago
Alex Converse 6308765cb5 Ignore subsequent channel configurations after the first in an AAC file. The 16 years ago
Alex Converse c8ec2f1cb8 Mark iir filter init and free functions av_cold. 16 years ago
Alex Converse 47f49f98ca Fix "iirfilter.c:55: warning: unused variable ‘size’" 16 years ago
Alex Converse e187d87d7d Eliminate use of complex.h from iirfilter.c 16 years ago
Alex Converse 988c170547 Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems. 16 years ago
Måns Rullgård 181b336304 Fix declarations of complex numbers 16 years ago
Alex Converse f11bfe3065 Reindent after last commit 16 years ago
Alex Converse 48d20c11ba Prevent AAC frame size overflows. 16 years ago
Alex Converse 5962f6b0da Refactor windowing and early psy from bitstream writing parts of the AAC encoder. 16 years ago
Alex Converse 7a4eebcdce Turn on AAC rate control. 16 years ago
Diego Biurrun c8f47d8b79 cosmetics: Remove unnecessary {} around if/for blocks; 16 years ago
Diego Biurrun 99d61d340c cosmetics: prettyprinting, K&R style, break overly long lines 16 years ago
Alex Converse fd257dc4c0 Cosmetics: Pretty print the AAC encoder. 16 years ago
Alex Converse 78e65cd772 Merge the AAC encoder from SoC svn. It is still considered experimental. 16 years ago
Reimar Döffinger 5e039e1b4c Add extra validation checks to ff_vorbis_len2vlc. 16 years ago
Reimar Döffinger 1de4ba7155 Make sure that values generated for ff_vorbis_len2vlc in 16 years ago
Alexis Ballier 287fff266f Add PIX_FMT_ARGB encoding to qtrle. 16 years ago
Diego Biurrun 6ae5c1f0fb whitespace cosmetics: Realign colums after last commit. 16 years ago
Diego Biurrun 36b38500b6 Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of just 16 years ago
Diego Biurrun fc1206a4d9 Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding. 16 years ago
Reimar Döffinger 4f76697b3e Change av_free to av_freep 16 years ago
Reimar Döffinger 16c8318513 Reallocate internal buffer when coded frame size changes. 16 years ago
Reimar Döffinger 28bcc76ab7 Change iv_decode_frame to get AVCodecContext as argument, so that 16 years ago
Reimar Döffinger c79c960ade Remove useless ret variable added in last revision again. 16 years ago
Reimar Döffinger 7cda815044 100l, theora_decode_init must pass on errors from vp3_decode_init 16 years ago
Reimar Döffinger c4b7b8bf9c Make decode_init fail if the huffman tables are invalid and thus init_vlc fails. 16 years ago
Reimar Döffinger e13cca4b14 Ensure that the filter limit values do not exceed the maximum allowed value of 127. 16 years ago
Reimar Döffinger 7fa5f9990b Extend init_loop_filter to work for filter limit values up to 127 instead 16 years ago
Reimar Döffinger ad92108694 Add a check to vp6_parse_coeff_huffman to ensure it does not overread the input buffer. 16 years ago
Aurelien Jacobs 7576516a7e vp56dec: ensure range coder won't read past the end of input buffer 16 years ago
Reimar Döffinger 5be5daf1e5 Check that palctrl is available on init instead of crashing when trying to use 16 years ago
Loren Merritt e30004fa73 fix a buffer overrun on corrupt huffyuv streams 16 years ago
David Conrad 2483298ae2 ARM: NEON VP3 IDCT 16 years ago
Reimar Döffinger 82c9182fe3 If the end of the input buffer is reached while decoding MJPEG and at least 16 years ago
Reimar Döffinger 1496b04c28 Make the MJPEG decoder return -1 when no image was decoded so that decode 16 years ago