summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec: add AV_CODEC_FLAG_DROPCHANGED to flagsGyan Doshi2019-04-20
* avcodec/pictordec: Only recalculate d when y changes in picmemset()Michael Niedermayer2019-04-19
* avcodec/pictordec: avoid pointers in picmemset()Michael Niedermayer2019-04-19
* avcodec/wmv2dec: Check that the P frame secondary header fit in the inputMichael Niedermayer2019-04-19
* avcodec/ivi: Move buffer/block end check to caller of ivi_dc_transform()Michael Niedermayer2019-04-19
* avcodec/diracdec: Use 64bit in intermediate of global motion vector field gen...Michael Niedermayer2019-04-19
* lavc/alac: Make a variable unsigned.Carl Eugen Hoyos2019-04-19
* avcodec/get_bits: unbreak get_bits_le() with cached readerPaul B Mahol2019-04-19
* avcodec/cbs_av1: use the new signed value read/write functionsJames Almer2019-04-16
* avcodec/cbs_h265: fix storage type for time_offset_value in Time Code SEIJames Almer2019-04-16
* avcodec/cbs_h264: fix storage type for time_offset in Pic Timing SEIJames Almer2019-04-16
* avcodec/cbs_h2645: add helper macros for signed valuesJames Almer2019-04-16
* avcodec/cbs: add helper functions and macros to read and write signed valuesJames Almer2019-04-16
* avcodec/cbs_av1: add support for Scalability MetadataJames Almer2019-04-16
* lavc/libaomenc: Mark a potentially unused variable as av_unused.Carl Eugen Hoyos2019-04-16
* avcodec/videotoolbox: add support for 10bit pixel formatfumoboy0072019-04-16
* avcodec/cbs_av1: add support for Padding OBUsJames Almer2019-04-14
* avcodec/cbs_av1: add a function to strip trailing zeroes from a buffer sizeJames Almer2019-04-14
* avcodec/truemotion2: Fix integer overflow in tm2_decode_blocks()Michael Niedermayer2019-04-13
* avcodec/imm4: flush prev_frame after seekingPaul B Mahol2019-04-13
* avcodec: add LSCR decoderPaul B Mahol2019-04-13
* avcodec: add an AV1 frame split bitstream filterJames Almer2019-04-11
* avcodec/agm: Check frame dimensionsMichael Niedermayer2019-04-11
* avcodec: add ADPCM AGM decoderPaul B Mahol2019-04-11
* avcodec/agm: add support for non-dct codingPaul B Mahol2019-04-11
* avcodec/agm: add support for higher compressionPaul B Mahol2019-04-11