aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* h264: allow disabling bitstream overread protection by using the fast flag.Michael Niedermayer2011-09-211-2/+6
* h264: prevent an out of array read in decode_nal_units()Michael Niedermayer2011-09-211-1/+1
* h264dec: Prevent CABAC and CAVLC bitsteram overreadingMichael Niedermayer2011-09-211-7/+11
* h264: clean all non null elements of delayed_pic[]Michael Niedermayer2011-09-211-1/+1
* h264: change MAX_DELAYED_PIC_COUNT check to av_assert0Michael Niedermayer2011-09-211-1/+1
* Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer2011-07-261-2/+3
|\
| * H.264: disable 2tap qpel with CODEC_FLAG2_FAST and >8-bitJason Garrett-Glaser2011-06-271-1/+2
| * H.264: fix 4:4:4 + deblocking + MBAFFJason Garrett-Glaser2011-06-231-2/+2
| * H.264: fix bug in lossless 4:4:4 decodingJason Garrett-Glaser2011-06-231-1/+1
| * h264: Fix assert that failed to compile with -DDEBUG.Diego Biurrun2011-06-231-1/+1
* | H.264: fix 4:4:4 + deblocking + MBAFFJason Garrett-Glaser2011-06-231-2/+2
* | Fix H.264 4:4:4 lossless decoding.Jason Garrett-Glaser2011-06-211-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-211-0/+2
|\|
| * h264-mt: fix deadlock in packets with multiple slices (e.g. MP4).Ronald S. Bultje2011-06-201-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-201-2/+2
|\|
| * h264: drop some ugly castsAlex Converse2011-06-181-2/+2
* | h264: print actual slice number in "Too many slices" warningMichael Niedermayer2011-06-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-181-2/+2
|\|
| * h264: Complexify frame num gap shortening codeAlexander Strange2011-06-161-3/+14
| * Fix decoding of mpegts streams with h264 video that does *NOT* have b framesMike Scheutzow2011-06-161-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-151-288/+519
|\|
| * H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser2011-06-131-23/+28
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-264/+498
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-141-11/+11
|\|
| * Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-519/+280
| * H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser2011-06-131-23/+28
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-264/+498
| * h264: don't be so picky on decoding pps in extradata.Michael Niedermayer2011-06-131-1/+1
| * h264: change a few comments into error messagesMichael Niedermayer2011-06-131-7/+17
* | H264: Reduce pointless diffs to qatarMichael Niedermayer2011-06-131-50/+87
* | Revert "H264: Split out hl_motion and template it, this seems a bit faster"Michael Niedermayer2011-06-131-1/+284
* | h264: Complexify frame num gap shortening codeAlexander Strange2011-06-121-3/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-10/+142
|\|
| * H264/MPEG frame-level multi-threading.Alexander Strange2011-06-021-174/+562
* | h264 fill_filter_caches: Dont init chroma nnz_cache.Michael Niedermayer2011-06-031-4/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-241-0/+3
|\|
| * h264: Properly set coded_{width, height} when parsing H.264.Felipe Contreras2011-05-231-0/+3
* | Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-05-211-13/+42
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-201-21/+18
|\|
| * h264: correct border check.Ronald S. Bultje2011-05-191-8/+8
| * h264: fix loopfilter with threading at slice boundaries.Ronald S. Bultje2011-05-191-7/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-191-0/+1
|\|
| * h264: copy pixel_shift between slice threading contexts.Ronald S. Bultje2011-05-181-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-62/+73
|\|
| * Enable decoding of high bit depth h264.Oskar Arvidsson2011-05-101-0/+11
| * Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-4/+18
| * Add support for higher QP values in h264.Oskar Arvidsson2011-05-101-8/+11
| * Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-101-103/+220
| * Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-05-101-25/+4
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-30/+30