aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* aacdec: use float_dsp in apply_independent_couplingLynne2019-05-031-3/+1
* x86/v210dec: use named registersJames Almer2019-05-031-16/+16
* x86/v210dec: don't reserve more xmm regs than neededJames Almer2019-05-031-1/+1
* x86/v210dec: remove duplicate load instructionJames Almer2019-05-031-1/+0
* avcodec/x86/v210: fix operands of vpblendd used in new avx2 codeJames Darnley2019-05-021-1/+1
* libavcodec Adding ff_v210_planar_unpack AVX2Michael Stoner2019-05-023-17/+73
* avcodec/v210dec: move DSP function setting into dedicated functionJames Darnley2019-05-022-6/+11
* avcodec/wavpackenc: use ff_clz()Paul B Mahol2019-05-022-28/+3
* avcodec/cinepak: Add missing constMichael Niedermayer2019-05-021-1/+1
* avcodec/agm: Check output size before allocationMichael Niedermayer2019-04-301-0/+3
* avcodec/truemotion2: Fix 2 integer overflows in tm2_update_block()Michael Niedermayer2019-04-301-2/+2
* avcodec/cinepak: Check slice_size before allocating imageMichael Niedermayer2019-04-301-0/+7
* avcodec/cbs_h2645: use the fixed() macro for forbidden_zero_bitJames Almer2019-04-284-4/+2
* avcodec/cbs_h2645: add macros to read and write fields with no custom range o...James Almer2019-04-283-108/+92
* avcodec/cbs_av1: add missing value range constrains to timecode Metadata OBUJames Almer2019-04-281-6/+8
* avcodec/scpr: avoid using uninitialized valuePaul B Mahol2019-04-281-1/+4
* avcodec/pnm_parser: Remember the length already scanned for ascii imagesMichael Niedermayer2019-04-271-1/+14
* avcodec/pnm_parser: Remember the size of the image and do not reparse the headerMichael Niedermayer2019-04-271-6/+23
* avcodec/scpr3: add missing check for decode_value3() return valueJames Almer2019-04-271-0/+3
* avcodec/nvenc: fix indentationTimo Rothenpieler2019-04-271-12/+12
* avcodec/nvenc: only unregister input resources when absolutely neededTimo Rothenpieler2019-04-271-8/+5
* x86/opusdsp: replace loads with shufflesLynne2019-04-261-6/+3
* avcodec/gdv: Check input palette size before rescale()Michael Niedermayer2019-04-261-2/+2
* avcodec/jpeg2000dec: Fix return type of get_plt()Michael Niedermayer2019-04-251-1/+1
* avcodec/jpeg2000dec: Check PLT data somewhatMichael Niedermayer2019-04-251-1/+7
* avcodec/jpeg2000dec: Replace the step_x/y assert by a check in the CPRL case ...Michael Niedermayer2019-04-251-1/+4
* avcodec/jpeg2000: Check stepsize before using itMichael Niedermayer2019-04-251-0/+5
* avcodec/qtrle: Check how much of the chunk is available before decodingMichael Niedermayer2019-04-251-2/+5
* avcodec/aacdec_fixed: Fix undefined shift in noise_scale()Michael Niedermayer2019-04-251-1/+1
* avcodec/bintext: Add error message when resolution is too small for font.Nikolas Bowe2019-04-251-1/+3
* avcodec/zmbv: optimize motion compensation with memcpy()Michael Niedermayer2019-04-251-0/+8
* avcodec/h264_ps: use get_se_golomb_long() to parse some sps fieldsJames Almer2019-04-241-3/+3
* avcodec/h264_ps: fix storage size for offset_for_ref_frameJames Almer2019-04-241-1/+1
* avcodec/arbc: Try to correct keyframe/frame typeMichael Niedermayer2019-04-241-12/+19
* avcodec/arbc: Skip unchanged framesMichael Niedermayer2019-04-241-1/+1
* avcodec/dxtory: Check slice_size against minimum in dxtory_decode_v2()Michael Niedermayer2019-04-241-2/+8
* avcodec/dsicinvideo: check the amount decoded by cin_decode_huffman()Michael Niedermayer2019-04-241-1/+4
* avcodec/agm: Check that there is available input in read_code()Michael Niedermayer2019-04-241-0/+3
* avcodec/cuviddec: improve progressive frame detectionSergey Svechnikov2019-04-231-0/+6
* avcodec/agm: remove ;;Michael Niedermayer2019-04-211-1/+1
* avcodec/agm: Check for too many too short codes in make_new_tree()Michael Niedermayer2019-04-211-2/+8
* avcodec/agm: Do not crash on invalid codesMichael Niedermayer2019-04-211-1/+1
* avcodec/ccaption_dec: Add a blank like at the end to avoid rollup reading fro...Michael Niedermayer2019-04-211-4/+4
* avcodec/dvdec: add frame threadsPaul B Mahol2019-04-211-9/+10
* avcodec: add AV_CODEC_FLAG_DROPCHANGED to flagsGyan Doshi2019-04-205-2/+64
* avcodec/pictordec: Only recalculate d when y changes in picmemset()Michael Niedermayer2019-04-191-1/+2
* avcodec/pictordec: avoid pointers in picmemset()Michael Niedermayer2019-04-191-11/+18
* avcodec/wmv2dec: Check that the P frame secondary header fit in the inputMichael Niedermayer2019-04-191-0/+3
* avcodec/ivi: Move buffer/block end check to caller of ivi_dc_transform()Michael Niedermayer2019-04-191-6/+5
* avcodec/diracdec: Use 64bit in intermediate of global motion vector field gen...Michael Niedermayer2019-04-191-1/+1