summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/hevcdec: Declare that VDPAU can handle HEVC 4:4:4 contentManojGuptaBonda2019-05-05
* avcodec/vdpau_hevc: Pass sps and pps range extension flags to VDPAUManojGuptaBonda2019-05-05
* avcodec/truehd_core: reset state when flushingJames Almer2019-05-05
* avcodec/h263dec: Fixed VA API, VDPAU, and VideoToolbox hardware acceleration ...fumoboy0072019-05-05
* avcodec/jvdec: Use ff_get_buffer() when the content is not reusedMichael Niedermayer2019-05-04
* avcodec/pnm_parser: clear state if buffer is discardedMichael Niedermayer2019-05-04
* aacdec: use float_dsp in apply_independent_couplingLynne2019-05-03
* x86/v210dec: use named registersJames Almer2019-05-03
* x86/v210dec: don't reserve more xmm regs than neededJames Almer2019-05-03
* x86/v210dec: remove duplicate load instructionJames Almer2019-05-03
* avcodec/x86/v210: fix operands of vpblendd used in new avx2 codeJames Darnley2019-05-02
* libavcodec Adding ff_v210_planar_unpack AVX2Michael Stoner2019-05-02
* avcodec/v210dec: move DSP function setting into dedicated functionJames Darnley2019-05-02
* avcodec/wavpackenc: use ff_clz()Paul B Mahol2019-05-02
* avcodec/cinepak: Add missing constMichael Niedermayer2019-05-02
* avcodec/agm: Check output size before allocationMichael Niedermayer2019-04-30
* avcodec/truemotion2: Fix 2 integer overflows in tm2_update_block()Michael Niedermayer2019-04-30
* avcodec/cinepak: Check slice_size before allocating imageMichael Niedermayer2019-04-30
* avcodec/cbs_h2645: use the fixed() macro for forbidden_zero_bitJames Almer2019-04-28
* avcodec/cbs_h2645: add macros to read and write fields with no custom range o...James Almer2019-04-28
* avcodec/cbs_av1: add missing value range constrains to timecode Metadata OBUJames Almer2019-04-28
* avcodec/scpr: avoid using uninitialized valuePaul B Mahol2019-04-28
* avcodec/pnm_parser: Remember the length already scanned for ascii imagesMichael Niedermayer2019-04-27
* avcodec/pnm_parser: Remember the size of the image and do not reparse the headerMichael Niedermayer2019-04-27
* avcodec/scpr3: add missing check for decode_value3() return valueJames Almer2019-04-27
* avcodec/nvenc: fix indentationTimo Rothenpieler2019-04-27
* avcodec/nvenc: only unregister input resources when absolutely neededTimo Rothenpieler2019-04-27
* x86/opusdsp: replace loads with shufflesLynne2019-04-26
* avcodec/gdv: Check input palette size before rescale()Michael Niedermayer2019-04-26
* avcodec/jpeg2000dec: Fix return type of get_plt()Michael Niedermayer2019-04-25
* avcodec/jpeg2000dec: Check PLT data somewhatMichael Niedermayer2019-04-25
* avcodec/jpeg2000dec: Replace the step_x/y assert by a check in the CPRL case ...Michael Niedermayer2019-04-25
* avcodec/jpeg2000: Check stepsize before using itMichael Niedermayer2019-04-25
* avcodec/qtrle: Check how much of the chunk is available before decodingMichael Niedermayer2019-04-25
* avcodec/aacdec_fixed: Fix undefined shift in noise_scale()Michael Niedermayer2019-04-25
* avcodec/bintext: Add error message when resolution is too small for font.Nikolas Bowe2019-04-25
* avcodec/zmbv: optimize motion compensation with memcpy()Michael Niedermayer2019-04-25
* avcodec/h264_ps: use get_se_golomb_long() to parse some sps fieldsJames Almer2019-04-24
* avcodec/h264_ps: fix storage size for offset_for_ref_frameJames Almer2019-04-24
* avcodec/arbc: Try to correct keyframe/frame typeMichael Niedermayer2019-04-24
* avcodec/arbc: Skip unchanged framesMichael Niedermayer2019-04-24
* avcodec/dxtory: Check slice_size against minimum in dxtory_decode_v2()Michael Niedermayer2019-04-24
* avcodec/dsicinvideo: check the amount decoded by cin_decode_huffman()Michael Niedermayer2019-04-24
* avcodec/agm: Check that there is available input in read_code()Michael Niedermayer2019-04-24
* avcodec/cuviddec: improve progressive frame detectionSergey Svechnikov2019-04-23
* avcodec/agm: remove ;;Michael Niedermayer2019-04-21
* avcodec/agm: Check for too many too short codes in make_new_tree()Michael Niedermayer2019-04-21
* avcodec/agm: Do not crash on invalid codesMichael Niedermayer2019-04-21
* avcodec/ccaption_dec: Add a blank like at the end to avoid rollup reading fro...Michael Niedermayer2019-04-21
* avcodec/dvdec: add frame threadsPaul B Mahol2019-04-21