summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec/h264dec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-27
* avcodec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-27
* avcodec/adpcmenc: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-27
* avcodec.h: move avcodec_get_{type,name} to codec_id.hAnton Khirnov2020-05-27
* avcodec.h: split AVCodec API into its own headerAnton Khirnov2020-05-27
* lavc/vaapi_hevc: add missing max_8bit_constraint_flagLinjie Fu2020-05-27
* lavc/hevc_refs: Fix the logic of find_ref_idx()Xu Guangxin2020-05-27
* lavc/hevc: Add poc_msb_present filed in LongTermRPSXu Guangxin2020-05-27
* mfenc: Avoid including codecapi.h, fix building in UWP mode with clangMartin Storsjö2020-05-27
* mfenc: Remove an unused includeMartin Storsjö2020-05-27
* opusenc: add apply_phase_inv optionLynne2020-05-26
* pngdec: add ability to check chunk CRCLynne2020-05-26
* mpegaudiodec_template: add ability to check CRCLynne2020-05-26
* apedec: add ability to check CRCLynne2020-05-26
* avcodec/mediacodec_wrapper: use MediaFormat to probe frame color characteristicsMatthieu Bouron2020-05-25
* avcodec/frame_thread_encoder: remove usage of avcodec_encode_video2()James Almer2020-05-25
* h264dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-25