20303 Commits (84c04e25196a59694abec3ae17af476994bc5ce8)
 

Author SHA1 Message Date
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
Frank Barchard 31457d7a2e Do not fail if 'uuid' atom is encountered before 'moov'. 16 years ago
Diego Biurrun d03936e5aa libfaac no longer claims to be LGPL. 16 years ago
Diego Biurrun 29ce043374 The AltiVec code in libswscale no longer is under GPL. 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
Carl Eugen Hoyos 340e230392 Use enum CodecID instead of int. 16 years ago
Baptiste Coudurier 4eba9cdd07 fix and simplify long gop mpeg codec ul computation 16 years ago
Baptiste Coudurier df1550f081 set index duration to 0 for cbr, specifying whole container coverage 16 years ago
Baptiste Coudurier 76b092e207 use ber4 length for descriptors preferred by specs 16 years ago
Baptiste Coudurier 6a43aab01b write profile and level local tag in mpeg descriptor 16 years ago
Alexander Strange e5f61b94a1 H.264: Check the return value of decode_vui_parameters() 16 years ago
Reimar Döffinger 11d058b7b3 Replace invalid Theora frame rate by 25 FPS. 16 years ago
Reimar Döffinger 3dcddf82ed Check for failed extradata malloc, fixes a crash in out-of-memory conditions 16 years ago
Reimar Döffinger 5a4a4d7839 Check size of "strf" header against size of enclosing "LIST" if there is one. 16 years ago
Reimar Döffinger b098b30905 Fix indentation 16 years ago
Reimar Döffinger 68a10b40bc Avoid divisions by 0 in the ASF demuxer if packet_size is not valid. 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
Michael Niedermayer e7e5d1e990 If either of num or den is 0 make both 0 in av_set_pts_info(). 16 years ago
Michael Niedermayer d218a86a0d Make sure av_set_pts_info() does not set the fields of a timebase to 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
Stefano Sabatini edb501c45b Add an explanation and complete the metadata usage example. 16 years ago
Michael Niedermayer dec14949a6 Make arguments of av_set_pts_info() unsigned. 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
Frank Barchard 06a497afab Use slightly more appropriate format strings for printing decimal values. 16 years ago
Måns Rullgård b4b9170234 Use enum PixelFormat in sws_format_name() prototype 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
Måns Rullgård 300ad6c16e ARM: use gcc inline asm in bswap.h only when available 16 years ago
Jason Garrett-Glaser fe022ce2f8 Fix libx264.c to not drop SEI userdata from x264 encoder. 16 years ago