summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_cabac.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\ \ | |/
| * h264: move intra4x4_pred_mode[_cache] into the per-slice contextAnton Khirnov2015-03-211-6/+6
* | Merge commit '8b00f4df20f4a8ab0656fdaf7d00233a6515a052'Michael Niedermayer2015-03-211-22/+25
|\ \ | |/
| * h264: move some neighbour information into the per-slice contextAnton Khirnov2015-03-211-22/+25
* | Merge commit '4bd5ac200d15b4f458a50f66006549825f9fc865'Michael Niedermayer2015-03-211-5/+5
|\ \ | |/
| * h264: move {chroma,intra16x16}_pred_mode into the per-slice contextAnton Khirnov2015-03-211-5/+5
* | Merge commit '5355ed6b20e941430c4f8fb82644e87a65366d61'Michael Niedermayer2015-03-211-5/+5
|\ \ | |/
| * h264: move {prev,next}_mb_skipped into the per-slice contextAnton Khirnov2015-03-211-5/+5
* | Merge commit 'd231e84b06a9964c840cff4e228509f706165fb6'Michael Niedermayer2015-03-211-22/+26
|\ \ | |/
| * h264: move the quantizers into the per-slice contextAnton Khirnov2015-03-211-22/+26
* | avcodec/h264_cabac: use int instead of long for mbb_xyMichael Niedermayer2015-02-011-1/+1
* | Merge commit 'def69553e745e007925147b2e7e4b32c57d08fdf'Michael Niedermayer2015-01-151-1/+1
|\ \ | |/
| * h264_cabac: Break infinite loopsMichael Niedermayer2015-01-151-1/+1
* | Merge commit '277ff7f5dc134f1c2dfc4ea0ef3540340482e3d2'Michael Niedermayer2014-11-241-0/+1
|\ \ | |/
| * lavu: move internal define to the only places where it is usedVittorio Giovara2014-11-241-0/+1
| * h264_cabac: fix one fill_rectangle() indentation levelMichael Niedermayer2014-11-111-1/+1
* | Merge commit '2143948381c8118bdc2f50bd4079520b9885bd54'Michael Niedermayer2014-09-051-1/+1
|\ \ | |/
| * Drop unnecessary av_unused attributes.Diego Biurrun2014-09-051-1/+1
* | avcodec/h264_cabac: fix indentionMichael Niedermayer2014-04-281-1/+1
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer2014-03-171-1/+2
|\ \ | |/
| * mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* | avcodec/arm/cabac: fix inline cabac reader with the UNCHECKED bitstream readerMichael Niedermayer2014-03-151-1/+1
* | avcodec/h264_cabac: move the arm unchecked_bitstream reader special case clos...Michael Niedermayer2014-03-151-2/+2
* | avcodec/h264_cabac: disable the unchecked bitstream reader for arm & aarch64Michael Niedermayer2014-03-151-1/+1
* | Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec'Michael Niedermayer2014-01-261-0/+1
|\ \ | |/
| * avutil: remove timer.h include from internal.hJanne Grunau2014-01-251-0/+1
* | avcodec/h264_cabac: Fix use with the checked bitstream-readerMichael Niedermayer2014-01-241-0/+3
* | h264: reduce whitespace differences to libavMichael Niedermayer2013-11-031-6/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-251-12/+17
|\ \ | |/
| * h264_cabac: Mark functions calling decode_cabac_residual_internal as noinlineDiego Biurrun2013-08-241-12/+17
| * avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-201-1/+0
* | Merge commit '23e85be58fc64b2e804e68b0034a08a6d257e523'Michael Niedermayer2013-03-211-4/+4
|\ \ | |/
OpenPOWER on IntegriCloud