summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec: move avcodec_flush_buffers from decode.c to utils.cJames Almer2020-05-24
* libavcodec/libvpxenc: Don't free user-provided AVPacketAndreas Rheinhardt2020-05-23
* libavcodec/libmp3lame: Don't free user-provided AVPacketAndreas Rheinhardt2020-05-23
* avcodec/libopusenc: Don't free user-provided AVPacketAndreas Rheinhardt2020-05-23
* mfenc: Fix building with clang in MSVC modeMartin Storsjö2020-05-23
* avcodec/xiph: Return better error codesAndreas Rheinhardt2020-05-23
* avcodec/ass: explicitly set ScaledBorderAndShadowOneric2020-05-23
* avcodec: move mpeg4 profiles to profiles.hMarton Balint2020-05-22
* avcodec: move msbc profile to encoderMarton Balint2020-05-22
* avcodec/options_table: remove dts profilesMarton Balint2020-05-22
* avcodec: move aacenc profiles to profiles.hMarton Balint2020-05-22
* avcodec/options_table: make AVCodecContext->profile search for child constantsMarton Balint2020-05-22
* mfenc: Fall back to avctx->time_base if avctx->framerate isn't setMartin Storsjö2020-05-22
* mfenc: Fix setting has_b_frames for max_b_frames == 1Martin Storsjö2020-05-22
* cbs_h265: Fix use of an uninitialized variableMartin Storsjö2020-05-22
* avcodec/bsf: mention that av_bsf_send_packet() returning EAGAIN is not an errorJames Almer2020-05-22
* avcodec.h: split bitstream filters API into its own headerAnton Khirnov2020-05-22
* lavc: rename bsf.h to bsf_internal.hAnton Khirnov2020-05-22
* avcodec.h: split AVCodecParameters API into its own headerAnton Khirnov2020-05-22
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-21
* avcodec/decode: remove ff_decode_bsfs_uninit()James Almer2020-05-21
* avcodec/tiff: Check for Tiled and Stripped TIFFsMichael Niedermayer2020-05-21
* avcodec/pnmdec: Use unsigned for maxval rescalingMichael Niedermayer2020-05-21
* avcodec/ivi: Clear got_p_frame before decoding a new frame using itMichael Niedermayer2020-05-21
* avcodec/dsddec: Check channelsMichael Niedermayer2020-05-21
* avcodec/xvididct: Fix integer overflow in idct_row()Michael Niedermayer2020-05-21