904 Commits (b06df7075590b7954900a9ef5e2dd0e7e832544c)

Author SHA1 Message Date
Ronald S. Bultje 27209bb108 h264: mark some MC functions with av_always_inline instead of inline. 13 years ago
Ronald S. Bultje 05fb63f5a0 H264: have hl_motion() and its callees take a chroma_idc argument. 13 years ago
Ronald S. Bultje c2d337429c H264: change weight/biweight functions to take a height argument. 13 years ago
Ronald S. Bultje 229d263cc9 Support for lossless and inter H264 4:2:2. 13 years ago
Baptiste Coudurier 76741b0e56 h264: 4:2:2 intra decoding support 13 years ago
Steven Walters 27237d524e w32threads: support for frame multithreading 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
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
Ronald S. Bultje 4418aa9cb3 h264: correct implicit_weight for field-interlaced pictures. 13 years ago
Laurent Aimar d1186ff72d h264: check for out of bounds reads in 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
Luca Barbato 22141917a9 Revert "h264: Properly set coded_{width, height} when parsing H.264." 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
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
Mans Rullgard 5cc2600964 dsputil: create 16/32-bit dctcoef versions of some functions 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
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
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
Michael Niedermayer 108f318d90 h264: don't be so picky on decoding pps in extradata. 14 years ago
Michael Niedermayer 33aec3f402 h264: change a few comments into error messages 14 years ago
Alexander Strange 6a9c859444 H264/MPEG frame-level multi-threading. 14 years ago
Felipe Contreras b47904d158 h264: Properly set coded_{width, height} when parsing H.264. 14 years ago
Ronald S. Bultje 4e987f8282 h264: correct border check. 14 years ago
Ronald S. Bultje 0ffc841505 h264: fix loopfilter with threading at slice boundaries. 14 years ago
Ronald S. Bultje 8d44cd2cd8 h264: copy pixel_shift between slice threading contexts. 14 years ago
Oskar Arvidsson d545cf804c Enable decoding of high bit depth h264. 14 years ago