summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_cavlc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-3/+3
|\
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-3/+3
| * h264: check for invalid zeros_left before writingRonald S. Bultje2012-12-081-5/+6
| * h264: fix invalid pointer arithmeticMans Rullgard2012-10-271-5/+5
| * h264: don't touch H264Context->ref_count[] during MB decodingRonald S. Bultje2012-10-051-20/+13
* | h264: Check gray scale CBP, fix out of array accesses.Michael Niedermayer2012-11-181-0/+5
* | lavc/h264: don't touch H264Context->ref_count[] during MB decoding.Ronald S. Bultje2012-10-051-19/+13
* | h264_cavlc: switch forgotten assert to av_assertMichael Niedermayer2012-08-131-1/+1
* | h264_cabac: switch to av_assertMichael Niedermayer2012-07-261-7/+6
* | h264_cavlc: check prefix before using it.Michael Niedermayer2012-05-301-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-051-2/+2
|\ \ | |/
| * h264: Factorize declaration of mb_sizes array.Diego Biurrun2012-04-051-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-111-2/+2
|\ \ | |/
| * h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje2012-02-091-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\ \ | |/
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* | h264: disable checking reader, overreads are not possibleMichael Niedermayer2011-12-181-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-2/+2
|\ \ | |/
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-2/+2
| * h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-7/+120
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-121-4/+5
|\ \ | |/
| * h264: fix invalid shifts in init_cavlc_level_tab()Mans Rullgard2011-10-111-4/+5
* | h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred.Laurent Aimar2011-10-021-2/+2
* | h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier2011-08-151-11/+105
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-4/+4
|\ \ | |/
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-1/+1
|\ \ | |/
| * H.264: faster write_back_*Jason Garrett-Glaser2011-07-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-151-81/+117
|\ \ | |/
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-81/+117
| * Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-117/+81
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-81/+117
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-5/+6
|\ \ | |/
| * Add support for higher QP values in h264.Oskar Arvidsson2011-05-101-4/+5
| * Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-101-37/+47
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-7/+7
| * Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-021-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-201-2/+1
| * Set gray (128) U/V planes for chroma-less samples. Fixes two fate samplesRonald S. Bultje2011-01-201-0/+2
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-7/+7
* | replace deprecated av_get_pict_type_char() with av_get_picture_type_char()Stefano Sabatini2011-05-021-1/+1
* | H264: replace pixel_size by pixel_shiftMichael Niedermayer2011-04-101-6/+6
* | Add support for higher QP values in h264.Oskar Arvidsson2011-04-101-4/+5
* | Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-04-101-37/+46
* | Set gray (128) U/V planes for chroma-less samples. Fixes two fate samplesRonald S. Bultje2011-01-211-0/+2
* | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-211-2/+1
|/
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-151-1/+2
* H.264: switch to x264-style tracking of luma/chroma DC NNZJason Garrett-Glaser2011-01-141-5/+5
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-141-4/+4
OpenPOWER on IntegriCloud