10008 Commits (d87d5025aaf5ca784db5be942a392002d6a533b3)

Author SHA1 Message Date
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
Kostya Shishkov 39c601b5e7 RV3/4 intra types array causes alignment issues (at least on ARM5), thus change 16 years ago
Måns Rullgård 4a30fff60d Fix argument type mismatches for av_picture_crop and av_picture_fill 16 years ago
Baptiste Coudurier fb0a835ff4 add missing \n to error message 16 years ago
Måns Rullgård 6816f8b8e4 ADPCM: remove unreachable break statement after return 16 years ago
Jason Garrett-Glaser fe022ce2f8 Fix libx264.c to not drop SEI userdata from x264 encoder. 16 years ago
Reimar Döffinger 8d8409ca9f Fix nalsize check to avoid an integer overflow that made the check 16 years ago
Stefan Gehrer 470de55aa1 fix slice header checking 16 years ago
Michael Niedermayer 822d0a6e0c Drop code that attempts to decode frames that are prefixed by junk. 16 years ago
Kostya Shishkov f3ac96e4d8 Support RGB48 PNG decoding 16 years ago
Michael Niedermayer 2073fc84ff Rewrite mp3 parser. New code is much simpler and does not drop 16 years ago
Ronald S. Bultje 684aa30251 Add doxy to av_log_missing_feature() etc. stating that the function is 16 years ago
Ronald S. Bultje 4811f89bc6 Move av_log_missing_feature() from the internal.h to the public avcodec.h 16 years ago
Ronald S. Bultje ce863d7f36 Rename ff_log_missing_feature() to av_log_missing_feature(). 16 years ago
David Conrad 29024501b7 Revert r19149 "Disable native Vorbis encoder" 16 years ago
Carl Eugen Hoyos a10de6dc4b Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188: 16 years ago
Vladimir Voroshilov d266709055 Pitch delay decoding 16 years ago
Vladimir Voroshilov 2b0691349f Replace pitch_delay_int array with single variable. 16 years ago
Stefano Sabatini d171a651db Rewrite doxy for av_strtod(). 16 years ago
Haruhiko Yamagata c173a0881f Improve wording: s/reseted/reset 16 years ago
Vladimir Voroshilov 3c70902bf5 LSF (Line Spectral Frequencies) decoding routine. 16 years ago
Haruhiko Yamagata 2722c3a30d Fix H.264 picture reordering, 2nd try. 16 years ago
Brian Crowell ce9dd8f509 Make documentation better match the code. Now AVCodecContext.sample_fmt 16 years ago