summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_cabac.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264_cabac: Check decode_cabac_mb_mvd() for failureMichael Niedermayer2016-02-141-2/+6
* avcodec/cabac: Check initial cabac decoder stateMichael Niedermayer2015-11-271-1/+4
* avcodec/h264_cabac: Use ff_tlog() for block level informationMichael Niedermayer2015-04-261-1/+1
* Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-6/+6
|\
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-6/+6
* | avcodec/h264_cabac: Drop local_ref_countMichael Niedermayer2015-03-221-16/+16
* | Merge commit 'b53569e0681ff7bc99103ab4c961dbac3cc0fce6'Michael Niedermayer2015-03-211-33/+33
|\ \ | |/
| * h264_cabac: remove now unnecessary H264Context function parametersAnton Khirnov2015-03-211-33/+33
* | Merge commit 'ba7e165b864d69da4f0c79ec7757cb351535002f'Michael Niedermayer2015-03-211-22/+22
|\ \ | |/
| * h264_cabac: constify all uses of H264ContextAnton Khirnov2015-03-211-22/+22
* | 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-10/+10
|\ \ | |/
| * h264: move mb_field_decoding_flag into the per-slice contextAnton Khirnov2015-03-211-10/+10
* | Merge commit 'd4d9068cdf8f4b2b87ae87a2ef880d243f77b977'Michael Niedermayer2015-03-211-9/+9
|\ \ | |/
| * h264: move mb_{x,y} into the per-slice contextAnton Khirnov2015-03-211-9/+9
* | Merge commit '0edbe6faa7ef80daf0e84353cbe733389bf1a522'Michael Niedermayer2015-03-211-5/+5
|\ \ | |/
| * h264: move mb_xy into the per-slice contextAnton Khirnov2015-03-211-5/+5
* | Merge commit 'a9b201cacf85d710b102010cb4baef97f00ea39b'Michael Niedermayer2015-03-211-1/+1
|\ \ | |/
| * h264: move cabac_init_idc into the per-slice contextAnton Khirnov2015-03-211-1/+1
* | Merge commit 'bd3e460b73dd54a68dc253e010c239cefc8d8d55'Michael Niedermayer2015-03-211-3/+3
|\ \ | |/
| * h264: move direct_cache into the per-slice contextAnton Khirnov2015-03-211-3/+3
* | Merge commit '6479c79f5517e2881bc881e737b2dbce69553878'Michael Niedermayer2015-03-211-14/+14
|\ \ | |/
| * h264: move mvd_cache into the per-slice contextAnton Khirnov2015-03-211-14/+14
* | Merge commit '5c8280c3075dd54f26752c3a1185647578421703'Michael Niedermayer2015-03-211-6/+6
|\ \ | |/
| * h264: move last_qscale_diff into the per-slice contextAnton Khirnov2015-03-211-6/+6
* | Merge commit 'e7226984ac13aacb84eae77a372df8ff7685848f'Michael Niedermayer2015-03-211-9/+9
|\ \ | |/
| * h264: move [{top,left}_]cbp into the per-slice contextAnton Khirnov2015-03-211-9/+9
* | Merge commit '30da98adbda6de1f55188f9058a3a5c715049633'Michael Niedermayer2015-03-211-92/+98
|\ \ | |/
| * h264: move cabac[_state] into the per-slice contextAnton Khirnov2015-03-211-91/+97
* | Merge commit 'bf03a878a76dea29b36f368759e9f66102b39a5f'Michael Niedermayer2015-03-211-12/+12
|\ \ | |/
| * 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
|\ \ | |/
| * h264: move intra_pcm_ptr into the per-slice contextAnton Khirnov2015-03-211-1/+1
* | Merge commit '95eb35f30513e335990ad0d5dca6ddc318477291'Michael Niedermayer2015-03-211-10/+10
|\ \ | |/
| * h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-211-12/+12
* | Merge commit 'ed451a08a46b2b07fd2dba3e55ffddd18ae6e3d6'Michael Niedermayer2015-03-211-15/+15
|\ \ | |/
| * h264: move sub_mb_type into the per-slice contextAnton Khirnov2015-03-211-15/+15
* | Merge commit '56febc993b928ccc039a32158ca60b234c311875'Michael Niedermayer2015-03-211-22/+25
|\ \ | |/
| * h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-211-22/+25
* | Merge commit '99a35d1ccbb6b6cd260ce5c8369a897a79fe6a3a'Michael Niedermayer2015-03-211-2/+2
|\ \ | |/
| * h264: move neighbor_transform_size into the per-slice contextAnton Khirnov2015-03-211-2/+2
* | Merge commit 'e6287f077c3e8e4aca11e61dd4bade1351439e6b'Michael Niedermayer2015-03-211-33/+34
|\ \ | |/
| * h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov2015-03-211-33/+34
* | Merge commit 'f69574cf7aca4fe4d57a2155e925f37fc863474d'Michael Niedermayer2015-03-211-40/+50
|\ \ | |/
| * h264: move non_zero_count_cache into the per-slice contextAnton Khirnov2015-03-211-40/+50
* | Merge commit '64c81b2cd0dcf1fe66c381a5d2c707dddcf35a7e'Michael Niedermayer2015-03-211-2/+2
|\ \ | |/
| * h264: move *_samples_available into the per-slice contextAnton Khirnov2015-03-211-2/+2
* | avcodec/h264_cabac: Fix intra4x4_pred_mode_cache argument to av_dlog()Michael Niedermayer2015-03-211-1/+1
* | Merge commit '7d8154edd594981e7891d57de91f2260f8a62939'Michael Niedermayer2015-03-211-6/+6
|\ \ | |/
OpenPOWER on IntegriCloud