summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
Commit message (Expand)AuthorAge
* lavc: convert frame threading to the receive_frame() patternthread_receiveAnton Khirnov2022-08-01
* avcodec/aacdec: remove skip samples multiplierJames Almer2022-07-22
* avcodec/internal: Hide stuff only used by the core decode APIAndreas Rheinhardt2022-05-12
* lavc/encode: drop EncodeSimpleContextAnton Khirnov2022-04-13
* avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.hAndreas Rheinhardt2022-03-23
* avcodec/internal, avfilter/qp_table: Remove unused FF_QSCALE_TYPEsAndreas Rheinhardt2022-03-23
* avcodec/internal: Move FF_DEFAULT_QUANT_BIAS to mpegvideoenc.hAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.hAndreas Rheinhardt2022-03-21
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* lavc: switch to the new channel layout APIVittorio Giovara2022-03-15
* avcodec/internal.h: Move avpriv_find_start_code() to startcode.hAndreas Rheinhardt2022-02-08
* lavc/avcodec: switch to new FIFO APIAnton Khirnov2022-02-07
* avcodec/utils: Unavpriv avpriv_toupper4()Andreas Rheinhardt2022-01-04
* avcodec/internal: Remove unused av_export_avcodecAndreas Rheinhardt2022-01-04
* avcodec/internal: Allow receive_frame codecs to use decode_simple pktAndreas Rheinhardt2021-11-07
* avcodec/encode: Set AV_PKT_FLAG_KEY based upon AV_CODEC_PROP_INTRA_ONLYAndreas Rheinhardt2021-09-28
* avcodec/internal: Update AVCodecInternal.is_copy documentationAndreas Rheinhardt2021-09-26
* Move ff_tlog() from lavc/internal.h to lavu/internal.hAndreas Rheinhardt2021-08-05
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec/decode: add an internal codec flag to signal a decoder sets all outpu...James Almer2021-06-21
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec/internal: Remove outdated documentation of ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec/avcodec: Store whether AVCodec->close needs to be calledAndreas Rheinhardt2021-04-28
* avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt2021-04-27
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-16
* avcodec/decode: port last_pkt_props to AVFifoBufferJames Almer2021-03-03
* lavc: shedule old encoding/decoding API for removalAnton Khirnov2021-01-26
* avcodec/utils: Remove ff_codec_open2_recursive()Andreas Rheinhardt2020-12-04
* lavc: un-avpriv avpriv_bprint_to_extradata()Anton Khirnov2020-10-28
* avcodec/decode: use a packet list to store packet propertiesJames Almer2020-09-15
* avcodec/decode: move the ff_decode_frame_props() prototype to the proper headerJames Almer2020-08-20
* avcodec/utils: calculate frame number of HEVC if the framerate > 30FPSLimin Wang2020-08-16
* avcodec: move ff_alloc_a53_sei() to atsc_53James Almer2020-08-15
* avcodec/internal: remove unused out_frame field from DecodeSimpleContextJames Almer2020-07-01
* avcodec/utils: add ff_alloc_timecode_sei() for hevc timecode seiLimin Wang2020-06-28
* avcodec/encode: restructure the old encode APIJames Almer2020-06-18
* avcodec/encode: restructure the core encoding codeJames Almer2020-06-18
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-02
* avcodec/encode: Remove ff_alloc_packetAndreas Rheinhardt2020-06-01
* avcodec/decode: remove unused AVCodecInternal compat_decode fieldJames Almer2020-05-09
* avcodec/decode: use a single list bsf for codec decode bsfsMarton Balint2020-05-02
* lavc: do not implicitly share the frame pool between threadsAnton Khirnov2020-04-10
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-10
* lavc/dvdsubdec: Move palette parsing to new functionMichael Kuron2020-02-04
* avcodec/avcodec: Add codec_tags array to AVCodecMichael Niedermayer2020-01-22
* avcodec: add a Producer Reference Time AVPacketSideData typeJames Almer2020-01-15
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-04
* avcodec/internal: Bump sane_nb_chanelsMichael Niedermayer2019-08-21
* avcodec: add AV_CODEC_FLAG_DROPCHANGED to flagsGyan Doshi2019-04-20