summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Constify AVCodecParserContext.parserAndreas Rheinhardt2021-04-271-1/+1
* avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt2021-04-271-244/+1
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-11/+0
* avcodec: Switch AVCPBProperties to 64bitsAndreas Rheinhardt2021-04-271-13/+1
* avcodec/parser: Remove deprecated av_parser_changeAndreas Rheinhardt2021-04-271-12/+0
* avcodec/vaapi: Remove old and deprecated VAAPI context and headerAndreas Rheinhardt2021-04-271-2/+1
* avcodec: Remove deprecated VBV delay fieldAndreas Rheinhardt2021-04-271-13/+0
* avcodec/imgconvert: Remove deprecated parts of pixel format APIAndreas Rheinhardt2021-04-271-19/+0
* avcodec: Remove deprecated AVPicture APIAndreas Rheinhardt2021-04-271-99/+0
* avcodec/options: Remove deprecated avcodec_copy_contextAndreas Rheinhardt2021-04-271-22/+0
* avcodec: Remove deprecated avcodec_get_context_defaults3Andreas Rheinhardt2021-04-271-9/+0
* avcodec: Remove deprecated ASS with inline timingAndreas Rheinhardt2021-04-271-3/+0
* avcodec/mpegvideo_enc: Remove deprecated RTP-callbackAndreas Rheinhardt2021-04-271-14/+0
* avcodec: Remove deprecated avcodec_get_chroma_sub_sampleAndreas Rheinhardt2021-04-271-9/+0
* avcodec: Remove remnants of user-visiable HW acceleration APIAndreas Rheinhardt2021-04-271-21/+0
* avcodec: Remove lock manager APIAndreas Rheinhardt2021-04-271-43/+0
* avcodec: Remove deprecated av_codec_get_tag_stringAndreas Rheinhardt2021-04-271-16/+0
* avcodec: Remove unneeded getters and settersAndreas Rheinhardt2021-04-271-39/+0
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-271-112/+0
* avcodec: Remove deprecated coder type optionsAndreas Rheinhardt2021-04-271-12/+0
* avcodec: Remove deprecated stat-bits fieldsAndreas Rheinhardt2021-04-271-24/+0
* avcodec, avformat: Remove AVPacket.convergence_durationAndreas Rheinhardt2021-04-271-8/+0
* avcodec: Remove sidedata-only-packet cruftAndreas Rheinhardt2021-04-271-15/+0
* avcodec, avformat: Remove old BSF APIAndreas Rheinhardt2021-04-271-52/+0
* avcodec: Remove AVCodec, AVParser and AVBitStreamFilter next APIAndreas Rheinhardt2021-04-271-40/+0
* avcodec: add a mention about get_encode_buffer in the old encode API doxyJames Almer2021-03-141-2/+6
* avcodec: add a get_encode_buffer() callback to AVCodecContextJames Almer2021-03-121-0/+50
* lavc: clarify thread_safe_callbacks doxyAnton Khirnov2021-03-081-1/+5
* avcodec/avcodec: Don't suggest calling deprecated avcodec_register_all()Andreas Rheinhardt2021-03-081-15/+2
* avcodec/parser: Schedule av_parser_change for removalAndreas Rheinhardt2021-03-061-1/+5
* avcodec: enable usage of err_recognition for encodersJan Ekström2021-03-051-1/+1
* avcodec/options: deprecate avcodec_get_frame_class()James Almer2021-02-271-4/+4
* avcodec: Add missing FF_API define for libavcodec pix fmt APIAndreas Rheinhardt2021-02-261-6/+9
* avcodec/avcodec: Add missing deprecation to AVCodecParser.nextAndreas Rheinhardt2021-02-251-0/+3
* avcodec: unschedule removing some functions with FF_API_COPY_CONTEXTJames Almer2021-02-251-1/+1
* avcodec: remove pointless lowres deprecation wrappersJames Almer2021-02-221-13/+0
* lavc: shedule old encoding/decoding API for removalAnton Khirnov2021-01-261-0/+6
* avcodec: deprecate AVCodecContext.debug_mvJames Almer2021-01-251-3/+4
* avcodec: remove long dead debug_mv codeJames Almer2021-01-251-24/+0
* avcodec: add vvc codec id and profilesNuo Mi2021-01-111-0/+3
* avcodec: deprecate thread_safe_callbacksAnton Khirnov2020-11-271-3/+10
* libavcodec: add a new AV_CODEC_EXPORT_DATA_FILM_GRAIN flag and optionLynne2020-11-251-0/+5
* avcodec/parsers: add missing FF_API_NEXT wrappersJames Almer2020-10-101-0/+2
* avcodec: add constants for KLV pseudo-profile.Brad Hards2020-05-311-0/+3
* avcodec.h: move avcodec_get_{type,name} to codec_id.hAnton Khirnov2020-05-271-11/+0
* avcodec.h: split AVCodec API into its own headerAnton Khirnov2020-05-271-414/+1
* avcodec.h: split bitstream filters API into its own headerAnton Khirnov2020-05-221-284/+1
* avcodec.h: split AVCodecParameters API into its own headerAnton Khirnov2020-05-221-188/+1
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-211-2/+5
* lavc: add a flag for exporting AVVideoEncParams from decodersAnton Khirnov2020-05-121-0/+5