9830 Commits (f4c13872492b1b5ea3d1d06b7b70f4d3562aa985)

Author SHA1 Message Date
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
Reimar Döffinger 643fd8a198 Add a got_picture flag to MJpegDecodeContext which indicates if its picture 16 years ago
Reimar Döffinger b27bf2a7b4 mjpegdec: check that the coded dc_index and ac_index have a valid associated VLC table. 16 years ago
Alexander Strange e5f61b94a1 H.264: Check the return value of decode_vui_parameters() 16 years ago
Alexander Strange 0410ee8f86 H.264: Don't set data_partitioning for invalid NAL_DPA. 16 years ago
Art Clarke bda1ad1e73 Cleanup properly at the end of MPEG Audio parsing. 16 years ago
Baptiste Coudurier 6be8b20466 Revert r19317, "simplify slice_end, return size of output frame". 16 years ago
Michael Niedermayer fb6ecd7285 indent 16 years ago
Michael Niedermayer 37458d7e1b Make sure we dont read over the end. 16 years ago
Måns Rullgård ec62d942ea Fix potentially unaligned accesses in ff_copy_bits() 16 years ago
Baptiste Coudurier f7f1eb6cc9 simplify slice_end, return size of output frame 16 years ago