1145 Commits (76e8b336cd12f49ebbf510609b323c6f25acd415)

Author SHA1 Message Date
Jeff Downs 188694b2f5 h264 - Fix PCM intra coded blocks in monochrome case 13 years ago
Michael Niedermayer 2fb9fc0f6c h264: improve max slices error message 13 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
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
Michael Niedermayer 21d5de9303 H264: Reduce pointless diffs to qatar 14 years ago
Michael Niedermayer f0e9ee8d94 Revert "H264: Split out hl_motion and template it, this seems a bit faster" 14 years ago
Alexander Strange 33eac92a3c h264: Complexify frame num gap shortening code 14 years ago
Michael Niedermayer 9034001b17 h264 fill_filter_caches: Dont init chroma nnz_cache. 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
Michael Niedermayer 0424e052f8 Merge remote-tracking branch 'ffmpeg-mt/master' 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
Oskar Arvidsson 19a0729b4c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Oskar Arvidsson fcc0224e4f Add support for higher QP values in h264. 14 years ago
Oskar Arvidsson 6e3ef511d7 Add the notion of pixel size in h264 related functions. 14 years ago
Oskar Arvidsson e39e3abad4 Choose h264 chroma dc dequant function dynamically. 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 301183d9be replace deprecated av_get_pict_type_char() with av_get_picture_type_char() 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Stefano Sabatini 6209669de4 Replace deprecated av_get_pict_type_char() with av_get_picture_type_char(). 14 years ago
Michael Niedermayer 0e5758d101 H264: print nal_ref_idc too for debug 14 years ago