1415 Commits (66f5790d7bc22a3cd1b3b266a8c22bd51c65a05c)

Author SHA1 Message Date
Baptiste Coudurier 76741b0e56 h264: 4:2:2 intra decoding support 13 years ago
Steven Walters 27237d524e w32threads: support for frame multithreading 13 years ago
Michael Niedermayer 2ed7e353bd h264: Workaround invalid flag combinations of 8x8 inference. 13 years ago
Mans Rullgard 318efbfc10 h264: change unsupported bit depth message to error level 13 years ago
Laurent Aimar 4c7a232fc8 h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reordering() 13 years ago
Mans Rullgard 4d1418cd4f h264: fix signed overflows in x*0x01010101 expressions 13 years ago
Themaister a3e11fa43c Start adding pixel definitions for planar rgb. 13 years ago
Michael Niedermayer 74f77eb048 H264: set colorspace and full range to values indicating unspecified by default 13 years ago
Michael Niedermayer 14c21c1ff5 H264: Only wait before triggering ff_thread_setup_complete() until the next slice that contains a start-of-field/frame macroblock 13 years ago
Laurent Aimar 5ec55d216e h264: reject unsupported 422 9 bit streams 13 years ago
Ronald S. Bultje 4418aa9cb3 h264: correct implicit_weight for field-interlaced pictures. 13 years ago
Laurent Aimar 0333d234b0 h264: do not let invalid values in h->ref_count after a decoder reset. 13 years ago
Laurent Aimar 253d18b352 h264: bit depth/chroma idc changes must go through a full format negociation. 13 years ago
Laurent Aimar a51fbb56bb h254: explicitly initialize bit depth/chroma idc 13 years ago
Michael Niedermayer eaa21b6870 H264: hotfix for speedloss on frame threading and h264 files with slices. 13 years ago
Laurent Aimar a4fd95b5d5 h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred. 13 years ago
Laurent Aimar 2428b53f6d h264: do not let invalid values in h->ref_count on ff_h264_decode_ref_pic_list_reordering() errors. 13 years ago
Michael Niedermayer 3af2de76ac h264: set unused ref_counts to 0 as a precautionary meassure. 13 years ago
Michael Niedermayer c9c7a776db h264: try reading SPS with wrong escaping, it sometimes works better 13 years ago
Michael Niedermayer dc9ce40069 h264: More correct ref_count check in decode_slice_header() 13 years ago
Michael Niedermayer 5a6e7771ed h264: dont set key_frame when the frame is not a real keyframe. 13 years ago
Michael Niedermayer f85c9b7771 h264dec: fix decoding problems introduced with baad01d8b4. 13 years ago
Alexander Strasser baad01d8b4 h264: improve checks before calling ff_h264_decode_extradata 13 years ago
Alexander Strasser 715f259bf9 h264: ff_h264_decode_extradata: check buffer args 13 years ago
Laurent Aimar d1186ff72d h264: check for out of bounds reads in ff_h264_decode_extradata(). 13 years ago
Laurent Aimar 57764c6996 h264: Check for out of bounds reads in ff_h264_decode_extradata(). 13 years ago
Michael Niedermayer 9b73fbcff6 h264dec: Decode in stream avc extradata. 13 years ago
Michael Niedermayer 4ba396834d h264: pass buffer & size to ff_h264_decode_extradata() 13 years ago
Diego Biurrun 95a06eb4d5 Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination. 13 years ago
Michael Niedermayer 4832ed4c62 h264: do not increase recovery frame which would lead to endless moving away of the recovery point. 13 years ago
Michael Niedermayer a8a9844a3c h264: reset recovery frame on seeks. 13 years ago
John Stebbins 53e37840bf calculate frame_num for recovery point "keyframe" 13 years ago
Michael Niedermayer ba5ff1b31e h264dec: add forgotten copying of h->sync 13 years ago
Michael Niedermayer 0812ad01c8 h264dec: Support CODEC_FLAG2_SHOW_ALL. 13 years ago
Michael Niedermayer a64b028aeb h264dec: Dont display trash before a keyframe. 13 years ago
Michael Niedermayer 205c13685f h264: allow disabling bitstream overread protection by using the fast flag. 13 years ago
Michael Niedermayer 716c1f7b2a h264: improve MAX_SLICES too small check so it gives less false positives. 13 years ago
Michael Niedermayer ea0ac11e52 h264: prevent an out of array read in decode_nal_units() 13 years ago
Michael Niedermayer 23f5cff92c h264dec: Prevent CABAC and CAVLC bitsteram overreading 13 years ago
Michael Niedermayer 66ce282df5 h264: clean all non null elements of delayed_pic[] 13 years ago
Michael Niedermayer b955ab2f49 h264: change MAX_DELAYED_PIC_COUNT check to av_assert0 13 years ago
Luca Barbato 22141917a9 Revert "h264: Properly set coded_{width, height} when parsing H.264." 13 years ago
Michael Niedermayer 13e9a0fbfb h264: fixup indention 13 years ago
Jeff Downs 6581e161c5 h264: fix PCM intra-coded blocks in monochrome case 13 years ago
Jeff Downs 87cf70eb23 h264: correct implicit weight table computation for long ref pics 13 years ago
Baptiste Coudurier 231a6df9ea h264dec: h264: 4:2:2 intra decoding 13 years ago
Dustin Brody bac3ab13ea h264: notice memory allocation failure 13 years ago
Dustin Brody 12fe759423 h264: propagate error return values for AV_LOG_ERROR-triggering events 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Jeff Downs 4105443872 h264 - Correct implicit weight table computation for long ref pics 13 years ago