20190 Commits (e187d87d7d1118bf6e592ad09320694c027bd0f8)
 

Author SHA1 Message Date
Reimar Döffinger 5be5daf1e5 Check that palctrl is available on init instead of crashing when trying to use 15 years ago
Loren Merritt e30004fa73 fix a buffer overrun on corrupt huffyuv streams 15 years ago
David Conrad 2483298ae2 ARM: NEON VP3 IDCT 15 years ago
Reimar Döffinger 82c9182fe3 If the end of the input buffer is reached while decoding MJPEG and at least 15 years ago
Reimar Döffinger 1496b04c28 Make the MJPEG decoder return -1 when no image was decoded so that decode 15 years ago
Reimar Döffinger 643fd8a198 Add a got_picture flag to MJpegDecodeContext which indicates if its picture 15 years ago
Reimar Döffinger b27bf2a7b4 mjpegdec: check that the coded dc_index and ac_index have a valid associated VLC table. 15 years ago
Carl Eugen Hoyos 340e230392 Use enum CodecID instead of int. 15 years ago
Baptiste Coudurier 4eba9cdd07 fix and simplify long gop mpeg codec ul computation 15 years ago
Baptiste Coudurier df1550f081 set index duration to 0 for cbr, specifying whole container coverage 15 years ago
Baptiste Coudurier 76b092e207 use ber4 length for descriptors preferred by specs 15 years ago
Baptiste Coudurier 6a43aab01b write profile and level local tag in mpeg descriptor 15 years ago
Alexander Strange e5f61b94a1 H.264: Check the return value of decode_vui_parameters() 15 years ago
Reimar Döffinger 11d058b7b3 Replace invalid Theora frame rate by 25 FPS. 15 years ago
Reimar Döffinger 3dcddf82ed Check for failed extradata malloc, fixes a crash in out-of-memory conditions 15 years ago
Reimar Döffinger 5a4a4d7839 Check size of "strf" header against size of enclosing "LIST" if there is one. 15 years ago
Reimar Döffinger b098b30905 Fix indentation 15 years ago
Reimar Döffinger 68a10b40bc Avoid divisions by 0 in the ASF demuxer if packet_size is not valid. 15 years ago
Alexander Strange 0410ee8f86 H.264: Don't set data_partitioning for invalid NAL_DPA. 15 years ago
Art Clarke bda1ad1e73 Cleanup properly at the end of MPEG Audio parsing. 15 years ago
Michael Niedermayer e7e5d1e990 If either of num or den is 0 make both 0 in av_set_pts_info(). 15 years ago
Michael Niedermayer d218a86a0d Make sure av_set_pts_info() does not set the fields of a timebase to 15 years ago
Baptiste Coudurier 6be8b20466 Revert r19317, "simplify slice_end, return size of output frame". 15 years ago
Michael Niedermayer fb6ecd7285 indent 15 years ago
Michael Niedermayer 37458d7e1b Make sure we dont read over the end. 15 years ago
Stefano Sabatini edb501c45b Add an explanation and complete the metadata usage example. 15 years ago
Michael Niedermayer dec14949a6 Make arguments of av_set_pts_info() unsigned. 15 years ago
Måns Rullgård ec62d942ea Fix potentially unaligned accesses in ff_copy_bits() 15 years ago
Baptiste Coudurier f7f1eb6cc9 simplify slice_end, return size of output frame 15 years ago
Kostya Shishkov 39c601b5e7 RV3/4 intra types array causes alignment issues (at least on ARM5), thus change 15 years ago
Frank Barchard 06a497afab Use slightly more appropriate format strings for printing decimal values. 15 years ago
Måns Rullgård b4b9170234 Use enum PixelFormat in sws_format_name() prototype 15 years ago
Måns Rullgård 4a30fff60d Fix argument type mismatches for av_picture_crop and av_picture_fill 15 years ago
Baptiste Coudurier fb0a835ff4 add missing \n to error message 15 years ago
Måns Rullgård 6816f8b8e4 ADPCM: remove unreachable break statement after return 15 years ago
Måns Rullgård 300ad6c16e ARM: use gcc inline asm in bswap.h only when available 15 years ago
Jason Garrett-Glaser fe022ce2f8 Fix libx264.c to not drop SEI userdata from x264 encoder. 15 years ago
Frank Barchard cb28f95454 Use more portable 'PRId64' instead of 'llx' as conversion/length specifier. 15 years ago
Måns Rullgård d6ced96317 ARM: enable fast_unaligned when --cpu=armv[67] is specified 15 years ago
Reimar Döffinger 8d8409ca9f Fix nalsize check to avoid an integer overflow that made the check 15 years ago
Michael Niedermayer 0444a8c534 Update seek regression checksums due to: 15 years ago
Baptiste Coudurier b399b932b7 cosmetics, change case and comments alignment 15 years ago
Baptiste Coudurier 61f9e3c16a correctly compute frame flags with closed gop 15 years ago
Stefan Gehrer 470de55aa1 fix slice header checking 15 years ago
Michael Niedermayer 822d0a6e0c Drop code that attempts to decode frames that are prefixed by junk. 15 years ago
Kostya Shishkov f3ac96e4d8 Support RGB48 PNG decoding 15 years ago
Michael Niedermayer 2073fc84ff Rewrite mp3 parser. New code is much simpler and does not drop 15 years ago
Alex Converse ad92558754 Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173). 15 years ago
Måns Rullgård 07a8eef699 Fix build on Net/OpenBSD 15 years ago
Stefano Sabatini 4e622deaab Cosmetics: group together indev/outdev dependencies. 15 years ago