summaryrefslogtreecommitdiff
path: root/libavcodec/h264_cabac.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264_*: Remove unnecessary internal.h inclusionsAndreas Rheinhardt2022-01-261-1/+0
* avcodec/h264dec: Move pack8to16 to its only userAndreas Rheinhardt2022-01-261-0/+9
* avcodec: [loongarch] Optimize decode_significance/_8x8_loongarch.Hao Chen2021-12-011-0/+2
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-141-3/+0
* avcodec/h264_cabac: Tighten allowed coeff_abs rangeMichael Niedermayer2018-02-151-1/+1
* Merge commit '45c4bf3df03ef53ae61fa1473424d4ae024f22e4'James Almer2017-11-081-1/+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_cabac: Fix CABAC+8x8dct in 4:4:4Anton Mitrofanov2017-06-191-14/+33
* | Merge commit '0a35f128f3c6e0ae9a0a2236c557602c108da269'Clément Bœsch2017-04-081-1/+1
|\ \ | |/
| * cabac: x86: Give optimizations header a more meaningful nameDiego Biurrun2016-12-011-1/+1
* | avcodec/h264_cabac: Fix runtime error: negation of -2147483648 cannot be repr...Michael Niedermayer2017-03-161-1/+1
* | avcodec/h264_cabac: runtime error: signed integer overflow: 2147483647 + 14 c...Michael Niedermayer2017-02-191-1/+1
* | Merge commit '8281cd5cb80582d668ce0848e0e035b383f161f6'James Almer2016-08-011-1/+1
|\ \ | |/
| * h264_cabac: drop an always true conditionAnton Khirnov2016-06-211-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 '4f81f8dba735c212efae077c4fec8ad4fe53b352'Clément Bœsch2016-06-291-1/+0
|\ \ | |/
| * Drop unnecessary golomb.h #includesDiego Biurrun2016-06-081-1/+0
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
| * 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-12/+13
|\ \ | |/
| * h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-241-12/+13
* | Merge commit 'ecc31f6b086453ab9811dce2ae5ceb6a7c19e4ad'Derek Buitenhuis2016-04-271-3/+7
|\ \ | |/
| * h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parseAnton Khirnov2016-03-281-3/+7
* | Merge commit 'a7da517f6a5c472f46f67dd33bb6b95ccc919923'Derek Buitenhuis2016-04-241-13/+14
|\ \ | |/
| * h264data: Move all data tables from a header to a .c fileDiego Biurrun2016-03-251-13/+14
| * h264: Use the correct argument context in debug logVittorio Giovara2015-10-041-1/+1
* | 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
|\ \ | |/