summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* avcodec/libsvtav1: Fix duplicate definition of caps_internalLimin Wang2021-09-25
* avcodec/av1_parser: constify some variablesJames Almer2021-09-24
* avcodec/elbg: Mark ELBGContext as being unaliased by using av_restrictAndreas Rheinhardt2021-09-24
* avcodec/elbg: Add flags to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avcodec/msvideo1enc: Check all calls to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avcodec/cinepakenc: Check all calls to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avcodec/elbg: Also allocate buffers for recursion only onceAndreas Rheinhardt2021-09-23
* avcodec/mlpenc: fix encoding stereo single stream in TrueHDPaul B Mahol2021-09-23
* avcodec/mlpdec: fix decoding single stereo stream in TrueHDPaul B Mahol2021-09-23
* avcodec/h264_parser: Set AVCodecContext.framerateNicolas Gaullier2021-09-23
* avcodec/cbs_h265: support general_profile_idc 11James Almer2021-09-22
* avcodec/dynamic_hdr10_plus: check size before using itLimin Wang2021-09-22
* avcodec/dynamic_hdr10_plus: use AVERROR_INVALIDDATA instead of AVERROR(EINVAL)Limin Wang2021-09-22
* avcodec/hevc_sei: check size before using itLimin Wang2021-09-22
* avcodec/libdav1d: let libdav1d choose optimal max frame delayJames Almer2021-09-21
* avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer...Michael Niedermayer2021-09-21
* avcodec/libdav1d: pass auto threads value to libdav1dJames Almer2021-09-20
* avcodec/elbg: Keep buffers to avoid allocations and freesAndreas Rheinhardt2021-09-20
* avcodec/elbg: Move arguments to the context early if possibleAndreas Rheinhardt2021-09-20
* avcodec/elbg: Add persistent ELBGContextAndreas Rheinhardt2021-09-20
* avcodec/elbg: Rename elbg_data to ELBGContextAndreas Rheinhardt2021-09-20
* avcodec/elbg: Merge avpriv_init_elbg() into avpriv_do_elbg()Andreas Rheinhardt2021-09-20
* avcodec/elbg: Move avpriv_init_elbg() downAndreas Rheinhardt2021-09-20
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/opus_silk: Remove wrong size information in function declarationAndreas Rheinhardt2021-09-20
* avcodec/avcodec, options_table: Deprecate sub_text_formatAndreas Rheinhardt2021-09-20
* avcodec/(h263|mpeg4?video)_parser: Make *_find_frame_end() staticAndreas Rheinhardt2021-09-20
* lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov2021-09-20
* avcodec/mpegvideo: Move startcodes to mpeg12.hAndreas Rheinhardt2021-09-20
* avcodec/snowdec: Maintain avmv bufferMichael Niedermayer2021-09-19
* avcodec/siren: Check index for catergory5Michael Niedermayer2021-09-19
* avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error returnMichael Niedermayer2021-09-17
* avcodec/mpegvideo_enc: Limit bitrate tolerance to the representableMichael Niedermayer2021-09-17
* avcodec/wmaprodec: Check that the EOF frame was allocated before decoding int...Michael Niedermayer2021-09-17
* avcodec/elbg: Remove avoidable bufferAndreas Rheinhardt2021-09-17
* avcodec/apedec: Fix integer overflow in intermediateMichael Niedermayer2021-09-16
* avcodec/mjpegdec: export display matrix frame side data when availableJames Almer2021-09-16
* avcodec/elbg: Increase some fields to 64bitMichael Niedermayer2021-09-15
* avcodec/dxva2_av1: fix superres_denom parameterTong Wu2021-09-14
* avcodec/h264_picture: wait for the second slice to apply film grain on interl...James Almer2021-09-14
* avcodec/exr: Fix undefined integer multiplicationMichael Niedermayer2021-09-14
* avcodec/jpeg2000_parser: Check state!=0Michael Niedermayer2021-09-14
* avcodec/bsf: Unref the packet when flushingAndreas Rheinhardt2021-09-14
* avcodec/bsf: Use null-bsf for passthrough when availableAndreas Rheinhardt2021-09-14
* avcodec/wmadec: fix WMA gapless playbackbnnm2021-09-12
* avcodec/h274: trim unnecessarily large arrayNiklas Haas2021-09-12
* avcodec/h274: don't read from uninitialized array membersNiklas Haas2021-09-12
* avcodec/qsv_enc: do not reuse enc_ctrl from previous framesXu Guangxin2021-09-09
* avcodec/mlpenc: Fix mixed declarations and code warningAndreas Rheinhardt2021-09-09
* avcodec/siren: decode_vector: remove unused parameterPeter Ross2021-09-09