summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-278-1/+13
* avcodec/adpcmenc: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-271-1/+1
* avcodec.h: move avcodec_get_{type,name} to codec_id.hAnton Khirnov2020-05-272-11/+12
* avcodec.h: split AVCodec API into its own headerAnton Khirnov2020-05-274-416/+466
* lavc/vaapi_hevc: add missing max_8bit_constraint_flagLinjie Fu2020-05-271-0/+1
* lavc/hevc_refs: Fix the logic of find_ref_idx()Xu Guangxin2020-05-271-18/+20
* lavc/hevc: Add poc_msb_present filed in LongTermRPSXu Guangxin2020-05-272-3/+3
* mfenc: Avoid including codecapi.h, fix building in UWP mode with clangMartin Storsjö2020-05-272-7/+14
* mfenc: Remove an unused includeMartin Storsjö2020-05-271-3/+1
* opusenc: add apply_phase_inv optionLynne2020-05-263-2/+4
* pngdec: add ability to check chunk CRCLynne2020-05-261-0/+17
* mpegaudiodec_template: add ability to check CRCLynne2020-05-261-3/+17
* apedec: add ability to check CRCLynne2020-05-261-1/+25
* avcodec/mediacodec_wrapper: use MediaFormat to probe frame color characteristicsMatthieu Bouron2020-05-251-0/+100
* avcodec/frame_thread_encoder: remove usage of avcodec_encode_video2()James Almer2020-05-252-14/+19
* h264dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-254-1/+67
* avcodec: move avcodec_flush_buffers from decode.c to utils.cJames Almer2020-05-242-44/+44
* libavcodec/libvpxenc: Don't free user-provided AVPacketAndreas Rheinhardt2020-05-231-1/+0
* libavcodec/libmp3lame: Don't free user-provided AVPacketAndreas Rheinhardt2020-05-231-2/+0
* avcodec/libopusenc: Don't free user-provided AVPacketAndreas Rheinhardt2020-05-231-2/+0
* mfenc: Fix building with clang in MSVC modeMartin Storsjö2020-05-231-0/+3
* avcodec/xiph: Return better error codesAndreas Rheinhardt2020-05-231-2/+2
* avcodec/ass: explicitly set ScaledBorderAndShadowOneric2020-05-231-0/+1
* avcodec: move mpeg4 profiles to profiles.hMarton Balint2020-05-225-17/+31
* avcodec: move msbc profile to encoderMarton Balint2020-05-222-1/+1
* avcodec/options_table: remove dts profilesMarton Balint2020-05-221-5/+0
* avcodec: move aacenc profiles to profiles.hMarton Balint2020-05-224-10/+20
* avcodec/options_table: make AVCodecContext->profile search for child constantsMarton Balint2020-05-221-23/+25
* mfenc: Fall back to avctx->time_base if avctx->framerate isn't setMartin Storsjö2020-05-221-1/+9
* mfenc: Fix setting has_b_frames for max_b_frames == 1Martin Storsjö2020-05-221-1/+1
* cbs_h265: Fix use of an uninitialized variableMartin Storsjö2020-05-221-1/+1
* avcodec/bsf: mention that av_bsf_send_packet() returning EAGAIN is not an errorJames Almer2020-05-221-2/+3
* avcodec.h: split bitstream filters API into its own headerAnton Khirnov2020-05-2238-306/+368
* lavc: rename bsf.h to bsf_internal.hAnton Khirnov2020-05-2238-40/+40
* avcodec.h: split AVCodecParameters API into its own headerAnton Khirnov2020-05-224-190/+233
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-226-7/+7
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-2128-35/+31
* avcodec/decode: remove ff_decode_bsfs_uninit()James Almer2020-05-213-10/+7
* avcodec/tiff: Check for Tiled and Stripped TIFFsMichael Niedermayer2020-05-211-0/+9
* avcodec/pnmdec: Use unsigned for maxval rescalingMichael Niedermayer2020-05-211-1/+1
* avcodec/ivi: Clear got_p_frame before decoding a new frame using itMichael Niedermayer2020-05-211-0/+2
* avcodec/dsddec: Check channelsMichael Niedermayer2020-05-211-0/+3
* avcodec/xvididct: Fix integer overflow in idct_row()Michael Niedermayer2020-05-211-18/+18
* avcodec/wmalosslessdec: Fix integer overflows in revert_inter_ch_decorr()Michael Niedermayer2020-05-211-2/+2
* avcodec/cbs_jpeg: Fix infinite loop in cbs_jpeg_split_fragment()Michael Niedermayer2020-05-211-3/+2
* avcodec/bitpacked: Add codec_tags listMichael Niedermayer2020-05-211-0/+4
* avcodec/cbs_h265_syntax_template: Limit num_long_term_pics more strictlyMichael Niedermayer2020-05-211-1/+1
* cbs_h265: Ensure that a predicted RPS doesn't contain too many picturesMark Thompson2020-05-201-5/+11
* avcodec/exr: output float pixels in float pixel formatMark Reid2020-05-201-119/+125
* avcodec/libx265: add support for reordered_opaqueJames Almer2020-05-191-1/+18