1172 Commits (37a15f3e669372075c88254e070c971aecb485aa)

Author SHA1 Message Date
Diego Biurrun 95a06eb4d5 Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination. 14 years ago
Michael Niedermayer 4832ed4c62 h264: do not increase recovery frame which would lead to endless moving away of the recovery point. 14 years ago
Michael Niedermayer a8a9844a3c h264: reset recovery frame on seeks. 14 years ago
John Stebbins 53e37840bf calculate frame_num for recovery point "keyframe" 14 years ago
Michael Niedermayer ba5ff1b31e h264dec: add forgotten copying of h->sync 14 years ago
Michael Niedermayer 0812ad01c8 h264dec: Support CODEC_FLAG2_SHOW_ALL. 14 years ago
Michael Niedermayer a64b028aeb h264dec: Dont display trash before a keyframe. 14 years ago
Michael Niedermayer 205c13685f h264: allow disabling bitstream overread protection by using the fast flag. 14 years ago
Michael Niedermayer 716c1f7b2a h264: improve MAX_SLICES too small check so it gives less false positives. 14 years ago
Michael Niedermayer ea0ac11e52 h264: prevent an out of array read in decode_nal_units() 14 years ago
Michael Niedermayer 23f5cff92c h264dec: Prevent CABAC and CAVLC bitsteram overreading 14 years ago
Michael Niedermayer 66ce282df5 h264: clean all non null elements of delayed_pic[] 14 years ago
Michael Niedermayer b955ab2f49 h264: change MAX_DELAYED_PIC_COUNT check to av_assert0 14 years ago
Luca Barbato 22141917a9 Revert "h264: Properly set coded_{width, height} when parsing H.264." 14 years ago
Michael Niedermayer 13e9a0fbfb h264: fixup indention 14 years ago
Jeff Downs 6581e161c5 h264: fix PCM intra-coded blocks in monochrome case 14 years ago
Jeff Downs 87cf70eb23 h264: correct implicit weight table computation for long ref pics 14 years ago
Baptiste Coudurier 231a6df9ea h264dec: h264: 4:2:2 intra decoding 14 years ago
Dustin Brody bac3ab13ea h264: notice memory allocation failure 14 years ago
Dustin Brody 12fe759423 h264: propagate error return values for AV_LOG_ERROR-triggering events 14 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Jeff Downs 4105443872 h264 - Correct implicit weight table computation for long ref pics 14 years ago
Jeff Downs 188694b2f5 h264 - Fix PCM intra coded blocks in monochrome case 14 years ago
Michael Niedermayer 2fb9fc0f6c h264: improve max slices error message 14 years ago
Mans Rullgard 5cc2600964 dsputil: create 16/32-bit dctcoef versions of some functions 14 years ago
Michael Niedermayer ba99474b1d h264: fix h264-test 14 years ago
Diego Biurrun 1b4a17094e h264: remove some disabled code 14 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
Jason Garrett-Glaser 6a2176aac0 H.264: improve qp_thresh check 14 years ago
Jason Garrett-Glaser 298e52c99c H.264: Remove redundant hl_motion_16/8 code 14 years ago
Jason Garrett-Glaser bbdd52ed34 H.264: av_always_inline some more functions 14 years ago
Jason Garrett-Glaser 556f8a066c H.264: template left MB handling 14 years ago
Jason Garrett-Glaser 3b7ebeb4d5 H.264: faster write_back_* 14 years ago
Jason Garrett-Glaser cb5469462d H.264: faster fill_filter_caches 14 years ago
Mans Rullgard add41decd9 Remove return statements following infinite loops without break 14 years ago
Jason Garrett-Glaser 9a0dda8b3a H.264: disable 2tap qpel with CODEC_FLAG2_FAST and >8-bit 14 years ago
Jason Garrett-Glaser 7c9079ab4c H.264: fix 4:4:4 + deblocking + MBAFF 14 years ago
Jason Garrett-Glaser 3b79f2e2e9 H.264: fix bug in lossless 4:4:4 decoding 14 years ago
Diego Biurrun 6371ce4b0f h264: Fix assert that failed to compile with -DDEBUG. 14 years ago
Jason Garrett-Glaser da0dadb936 Fix H.264 4:4:4 lossless decoding. 14 years ago
Ronald S. Bultje ea6331f8bb h264-mt: fix deadlock in packets with multiple slices (e.g. MP4). 14 years ago
Alex Converse 0c17beba97 h264: drop some ugly casts 14 years ago
Michael Niedermayer a4233d1f95 h264: print actual slice number in "Too many slices" warning 14 years ago
Alexander Strange 3803af22d8 h264: Complexify frame num gap shortening code 14 years ago
Mike Scheutzow aa15e68721 Fix decoding of mpegts streams with h264 video that does *NOT* have b frames 14 years ago
Jason Garrett-Glaser 7b442ad918 H.264: fix CODEC_FLAG_GRAY 14 years ago
Jason Garrett-Glaser c90b94424c 4:4:4 H.264 decoding support 14 years ago
Jason Garrett-Glaser 504811baea Roll back 4:4:4 H.264 for now 14 years ago
Jason Garrett-Glaser c177cfb4fb H.264: fix CODEC_FLAG_GRAY 14 years ago
Jason Garrett-Glaser c9c493872c 4:4:4 H.264 decoding support 14 years ago