summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_cavlc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264_cavlc: Fix integer overflows with motion vector residual additionMichael Niedermayer2019-07-191-8/+8
* avcodec/h264_cavlc: Check mb_skip_runMichael Niedermayer2018-10-181-2/+8
* avcodec/h264_cavlc: Set valid qscale value in ff_h264_decode_mb_cavlc()Xiaohan Wang2018-02-141-0/+1
* avcodec/h264: Declare the local variable decode_chroma as const.Wan-Teh Chang2017-07-211-2/+2
* avcodec/h264: Fix mix of lossless and lossy MBs decodingAnton Mitrofanov2017-06-191-8/+8
* avcodec/h264_cavlc: Fix runtime error: index -1 out of bounds for type 'VLC [6]'Michael Niedermayer2017-05-171-6/+6
* avcodec/h264_cavlc: Fix runtime error: index -1 out of bounds for type 'VLC [15]Michael Niedermayer2017-05-131-15/+15
* avcodec/h264_cavlc: Fix undefined behavior on qscale overflowMichael Niedermayer2017-04-221-1/+1
* Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-291-1/+1
|\
| * h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-211-1/+1
* | Merge commit '6e92181bf836f48627a4733b6fd240a99fd36365'Clément Bœsch2016-07-011-2/+2
|\ \ | |/
| * h264: pass just the PPS to get_chroma_qp()Anton Khirnov2016-06-121-2/+2
* | Merge commit '52567e8198669a1e7493c75771613f87a90466c3'Hendrik Leppkes2016-06-261-4/+0
|\ \ | |/
| * get_bits: Drop some TRACE-level debug codeDiego Biurrun2016-05-221-4/+0
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
| * h264: Drop broken trace debug outputDiego Biurrun2016-05-031-1/+0
* | avodec/h264dec: fix compilation with -DTRACEJames Almer2016-06-161-1/+1
* | Merge commit '3176217c60ca7828712985092d9102d331ea4f3d'Clément Bœsch2016-06-121-11/+11
|\ \ | |/
| * h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-241-11/+11
* | Merge commit 'ecc31f6b086453ab9811dce2ae5ceb6a7c19e4ad'Derek Buitenhuis2016-04-271-3/+6
|\ \ | |/
| * h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parseAnton Khirnov2016-03-281-3/+6
* | Merge commit 'a7da517f6a5c472f46f67dd33bb6b95ccc919923'Derek Buitenhuis2016-04-241-17/+19
|\ \ | |/
| * h264data: Move all data tables from a header to a .c fileDiego Biurrun2016-03-251-16/+19
* | Merge commit '6b96d2dcdaa60d7919d710432c6ca204b7fab0ab'Derek Buitenhuis2016-02-241-3/+0
|\ \ | |/
| * cosmetics: Drop particularly redundant silly commentsDiego Biurrun2016-02-181-3/+0
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-7/+7
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-7/+7
* | avcodec/h264_cavlc: Drop local_ref_countMichael Niedermayer2015-03-221-14/+13
* | Merge commit '7505c8dfba255f8e6c6dbb574d0cec91da16f24d'Michael Niedermayer2015-03-211-4/+9
|\ \ | |/
| * h264_cavlc: constify all uses of H264ContextAnton Khirnov2015-03-211-4/+9
* | Merge commit 'e9b2383bf86b38ad18a001801aee20c8182e29bd'Michael Niedermayer2015-03-211-4/+4
|\ \ | |/
| * h264: move mb_mbaff into the per-slice contextAnton Khirnov2015-03-211-6/+6
* | Merge commit 'bc98e8c0e0a8babfea35c98855e366b29cbe1191'Michael Niedermayer2015-03-211-3/+3
|\ \ | |/
| * h264: move mb_field_decoding_flag into the per-slice contextAnton Khirnov2015-03-211-3/+3
* | Merge commit 'f42485dbce614b3f63182845da43db690b427b7c'Michael Niedermayer2015-03-211-33/+33
|\ \ | |/
| * h264: use a separate GetBitContext for slice dataAnton Khirnov2015-03-211-33/+33
* | Merge commit '404a416d4b1fcbf9db5569481d8181f296c01ea9'Michael Niedermayer2015-03-211-3/+3
|\ \ | |/
| * h264: remove some remnants of data partitioningAnton Khirnov2015-03-211-3/+3
* | Merge commit 'd4d9068cdf8f4b2b87ae87a2ef880d243f77b977'Michael Niedermayer2015-03-211-12/+12
|\ \ | |/
| * h264: move mb_{x,y} into the per-slice contextAnton Khirnov2015-03-211-12/+12
* | Merge commit '0edbe6faa7ef80daf0e84353cbe733389bf1a522'Michael Niedermayer2015-03-211-1/+1
|\ \ | |/
| * h264: move mb_xy into the per-slice contextAnton Khirnov2015-03-211-1/+1
* | Merge commit '47a0d393504d6726c4a235951153bee0abb3f7d6'Michael Niedermayer2015-03-211-4/+4
|\ \ | |/
| * h264: move mb_skip_run into the per-slice contextAnton Khirnov2015-03-211-4/+4
* | Merge commit 'e7226984ac13aacb84eae77a372df8ff7685848f'Michael Niedermayer2015-03-211-1/+1
|\ \ | |/
| * h264: move [{top,left}_]cbp into the per-slice contextAnton Khirnov2015-03-211-1/+1
* | Merge commit 'bf03a878a76dea29b36f368759e9f66102b39a5f'Michael Niedermayer2015-03-211-10/+10
|\ \ | |/
| * h264: move mb[_{padding,luma_dc}] into the per-slice contextAnton Khirnov2015-03-211-12/+12
* | Merge commit 'b063582e0c4f775a8ba377488bd085595e0e7fae'Michael Niedermayer2015-03-211-1/+1
|\ \ | |/
OpenPOWER on IntegriCloud