summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* AVCodecContext: switch to child_class_iterate()Anton Khirnov2020-06-10
* bsf: switch to child_class_iterate()Anton Khirnov2020-06-10
* Remove unnecessary use of avcodec_close().Anton Khirnov2020-06-10
* avcodec/snow: ensure current_picture is writable before modifying its dataJames Almer2020-06-09
* pthread_frame: change the way delay is setAnton Khirnov2020-06-09
* Bump minor versions after branching 4.3Michael Niedermayer2020-06-08
* Bump minor versions to separate 4.3 from masterMichael Niedermayer2020-06-08
* avcodec/mpeg12dec: Fix got_outputMichael Niedermayer2020-06-08
* tools/target_dec_fuzzer: enable mjpeg for tiff or tdscMichael Niedermayer2020-06-08
* avcodec/hcadec: Check or bound indexesMichael Niedermayer2020-06-08
* avcodec/pnm: Check scaleMichael Niedermayer2020-06-08
* hevc: move SliceHeader and LongTermRPS back to hevcdec.hAnton Khirnov2020-06-08
* hevc_parser: drop the use of SliceHeaderAnton Khirnov2020-06-08
* hevc_refs: reduce code duplication in find_ref_idx()Anton Khirnov2020-06-08
* avcodec/v4l2_m2m_enc: Avoid ;;Andreas Rheinhardt2020-06-08
* avcodec/ac3dec_fixed: Remove some temporary variables from scale_coefs()Michael Niedermayer2020-06-08
* avcodec/lzf: Consider the needed size in reallocationMichael Niedermayer2020-06-08
* avcodec/adpcm: XA: Check shift similar to filterMichael Niedermayer2020-06-07
* libavcodec/jpeg2000_parser: Add jpeg2000 parserGautam Ramakrishnan2020-06-07
* avcodec/libaomenc: remove the experimental flag when using libaom 2.0.0 or newerJames Almer2020-06-06
* avcodec/huffyuvdec: Test vertical coordinate more oftenMichael Niedermayer2020-06-06
* libavcodec/bmp_parser.c: fix a use_of_uninitialized_value in target_dec_fuzzer.Thierry Foucu2020-06-06
* libavcodec/mlp_parser.c: fix a use_of_uninitialized_value in target_dec_fuzzer.Thierry Foucu2020-06-06
* libavcodec/png_parser.c: fix a use_of_uninitialized_value in target_dec_fuzzer.Thierry Foucu2020-06-06
* avcodec/hq_hqa: Check info sizeMichael Niedermayer2020-06-05
* avcodec/mv30: Fix multiple integer overflows in idct_1d()Michael Niedermayer2020-06-04
* avcodec/mv30: Do not allow MVs outside the allocated imageMichael Niedermayer2020-06-04
* avcodec/wmalosslessdec: Fix integer overflow in mclms_predict()Michael Niedermayer2020-06-04
* avcodec/vp9dsp_template: Fix integer overflow(s) in iadst16_1d()Michael Niedermayer2020-06-04
* avcodec/wavpack: Do not allow the sample format to change between channelsMichael Niedermayer2020-06-04
* avcodec/bitpacked: add missing comma to codec tagsMichael Niedermayer2020-06-04
* avcodec/nvenc: honor max bitrate in CQ modeRoman Arzumanyan2020-06-04
* avcodec/decode: actually propagate AVHWAccel.alloc_frame() return valueJames Almer2020-06-04
* avcodec/ratecontrol: fix the integer overflow after long time runLimin Wang2020-06-03
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-02
* avcodec/h264dec: Disable forced small_padding on flag2 fastMichael Niedermayer2020-06-02
* avcodec/jpeg2000dec: clear pointer which become stale in get_ppt()Michael Niedermayer2020-06-01
* avcodec/nvenc: zero avg and max bitrate in CQ modeRoman Arzumanyan2020-06-01
* avcodec/encode: Remove ff_alloc_packetAndreas Rheinhardt2020-06-01
* avcodec/mpeg12enc: support mpeg2 encoder const profileLimin Wang2020-06-01
* avcodec: add constants for KLV pseudo-profile.Brad Hards2020-05-31
* avcodec/anm: Don't unnecessarily use context variablesAndreas Rheinhardt2020-05-31
* avcodec/anm: Check extradata length before allocating frameAndreas Rheinhardt2020-05-31
* avcodec: add PFM image decoderPaul B Mahol2020-05-30
* avcodec/adpcm_data: extend ff_adpcm_ima_cunning_index_tableMichael Niedermayer2020-05-29
* lavc/libx264: misc style fixesJun Zhao2020-05-28
* avcodec/decode: fix decoding when frames are allocated using AVHWAccel.alloc_...James Almer2020-05-27
* avcodec/adpcmenc: fix formattingZane van Iperen2020-05-27
* avcodec: add adpcm_ima_ssi encoderZane van Iperen2020-05-27
* avcodec/adpcmenc: add capabilities argument to ADPCM_ENCODER()Zane van Iperen2020-05-27