summaryrefslogtreecommitdiffstats
path: root/libavcodec/diracdec.c
Commit message (Expand)AuthorAgeFilesLines
* diracdec: do not memset the entire coefficient buffer for HQ picturesRostislav Pehlivanov2016-07-111-3/+5
* diracdec: do not allocate and free slice parameters every frameRostislav Pehlivanov2016-07-111-14/+22
* diracdec: implement a LUT-based Golomb code parserRostislav Pehlivanov2016-07-111-12/+13
* diracdec: rewrite HQ slice decodingRostislav Pehlivanov2016-07-111-15/+111
* diractab: expose the maximum quantization index as a macroRostislav Pehlivanov2016-07-111-4/+4
* diracdec: decode HQ profile slices in rowsRostislav Pehlivanov2016-07-111-2/+11
* diracdec: simplify golomb parsing and dequantizationRostislav Pehlivanov2016-07-111-47/+6
* Merge commit '4024b566d664a4b161d677554be52f32e7ad4236'Hendrik Leppkes2016-06-261-28/+28
* avcodec/diracdec: Fix potential integer overflowMichael Niedermayer2016-05-191-2/+2
* avcodec/diracdec: check bitstream size related fields for overflowsMichael Niedermayer2016-03-281-5/+21
* diracdec: Pass DWTPlane to dwt initTimothy Gu2016-02-071-2/+2
* diracdec: Split DWTPlane struct from PlaneTimothy Gu2016-02-071-26/+21
* dirac_dwt: Rename init2 to initTimothy Gu2016-02-071-2/+2
* diradec: split tables away to a separate diractab fileRostislav Pehlivanov2016-02-031-73/+6
* diracdec: move the MAX_DWT_LEVELS macro to dirac.hRostislav Pehlivanov2016-02-031-11/+1
* diracdec: fix original Dirac Low Delay profileRostislav Pehlivanov2016-01-211-0/+3
* diracdec: add support for 12 bit videosRostislav Pehlivanov2016-01-211-2/+5
* avcodec/diracdec: Fix qfactor/offset tablesMichael Niedermayer2016-01-171-45/+63
* avcodec/diracdec: Handle the 0 vlc case at the top of coeff_unpack_golomb()Michael Niedermayer2016-01-131-6/+12
* avcodec/diracdec: Factor +2 out of the inner loopMichael Niedermayer2016-01-131-5/+5
* avcodec/diracdec: Inline svq3_get_ue_golomb() and merge the sign bit decoding...Michael Niedermayer2016-01-131-3/+34
* diracdec: Add slice threading to HQ profileKieran Kunhya2016-01-131-8/+30
* diracdec: fix idwt_stride calculation in bytesAndreas Cadhalpun2016-01-121-1/+1
* avcodec/diracdec: Check ff_set_dimensions() for failureMichael Niedermayer2015-12-171-1/+6
* avcodec/diracdec: fix aspect ratio (it was lost after efcc8fddd6b7d1f931ff349...Michael Niedermayer2015-12-171-0/+1
* Merge commit 'e02de9df4b218bd6e1e927b67fd4075741545688'Hendrik Leppkes2015-12-171-14/+29
* diracdec: Fix codeblock parameters readingKieran Kunhya2015-12-161-1/+16
* diracdec: Add support for HQ profileKieran Kunhya2015-12-161-39/+80
* diracdec: remove duplicate codeblock decodingRostislav Pehlivanov2015-12-101-13/+0
* diracdec: Fix FPE on invalid low_delay dataKieran Kunhya2015-12-101-0/+5
* diracdec: Replace dirac parse codes with better onesKieran Kunhya2015-12-101-14/+3
* diracdec: Read picture types by using parse_codeKieran Kunhya2015-12-101-15/+42
* diracdec: Support new extended quantiser rangeKieran Kunhya2015-12-101-21/+37
* diracdec: Extract version parametersKieran Kunhya2015-12-101-1/+2
* diracdec: Make slice parameters common between lowdelay and future hq profileKieran Kunhya2015-12-101-17/+19
* diracdec: Rename lowdelay_subband to decode_subband because it is shared with...Kieran Kunhya2015-12-101-10/+8
* diracdec: Template DSP functions adding 10-bit versionsKieran Kunhya2015-12-101-4/+4
* diracdec: Move strides to bytes, and pointer types to uint8_t.Kieran Kunhya2015-12-101-98/+154
* avcodec/diracdec: Move reference to DiracFrame, avoid use of the deprecated f...Michael Niedermayer2015-08-061-8/+9
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
* avcodec/diracdec: Check for hpel_base allocation failureMichael Niedermayer2015-07-181-4/+12
* avcodec/diracdec: Make data_unit_size unsignedMichael Niedermayer2015-05-141-1/+2
* avcodec/diracdec: Replace default_bsep[] by multiplicationMichael Niedermayer2015-05-071-3/+2
* diracdec: check that block length is validAndreas Cadhalpun2015-05-061-0/+8
* dirac: use and forward error codesAndreas Cadhalpun2015-05-061-33/+42
* avcodec/diracdec: Fix types and wraparounds in dirac_decode_picture_header()Michael Niedermayer2015-05-061-5/+6
* diracdec: check if reference could not be allocatedAndreas Cadhalpun2015-05-061-0/+6
* diracdec: avoid overflow of bytes*8 in decode_lowdelayAndreas Cadhalpun2015-05-061-1/+4
* avcodec/diracdec: Move buf[] read after size checkMichael Niedermayer2015-05-051-1/+3
* diracdec: prevent overflow in data_unit_size checkAndreas Cadhalpun2015-05-051-2/+2
OpenPOWER on IntegriCloud