summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "avcodec/decode: use a packet list to store packet properties"James Almer2022-12-071-1/+0
* avcodec/encode: Enable encoders to control padding of last frameAndreas Rheinhardt2022-09-191-0/+6
* avcodec/encode: Redo checks for small last audio frameAndreas Rheinhardt2022-09-191-2/+2
* avcodec/decode: remove superfluous initial channels fieldsJames Almer2022-09-061-4/+0
* avcodec/internal: Move ff_dvdsub_parse_palette() to new header dvdsub.hAndreas Rheinhardt2022-08-271-2/+0
* avcodec/internal: Move ff_side_data_update_matrix_encoding to decode.hAndreas Rheinhardt2022-08-271-6/+0
* avcodec/internal: Move ff_samples_to_time_base() to encode.hAndreas Rheinhardt2022-08-271-12/+0
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-6/+0
* avcodec/internal: Move ff_set_sar() to decode.hAndreas Rheinhardt2022-08-271-6/+0
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-7/+0
* avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt2022-08-271-7/+0
* avcodec/internal: Move ff_get_format() to decode.hAndreas Rheinhardt2022-08-271-13/+0
* avcodec/internal: Fix outdated commentAndreas Rheinhardt2022-08-271-1/+1
* avcodec/internal: Move ff_thread_can_start_frame() to threadframe.hAndreas Rheinhardt2022-08-051-2/+0
* lavc: add API for exporting reconstructed frames from encodersAnton Khirnov2022-08-021-0/+8
* avcodec: add common fflcms2 boilerplateNiklas Haas2022-07-301-0/+8
* avcodec/aacdec: remove skip samples multiplierJames Almer2022-07-221-2/+0
* avcodec/internal: Hide stuff only used by the core decode APIAndreas Rheinhardt2022-05-121-4/+2
* lavc/encode: drop EncodeSimpleContextAnton Khirnov2022-04-131-5/+7
* avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.hAndreas Rheinhardt2022-03-231-3/+0
* avcodec/internal, avfilter/qp_table: Remove unused FF_QSCALE_TYPEsAndreas Rheinhardt2022-03-231-2/+0
* avcodec/internal: Move FF_DEFAULT_QUANT_BIAS to mpegvideoenc.hAndreas Rheinhardt2022-03-211-2/+0
* avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.hAndreas Rheinhardt2022-03-211-4/+0
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-1/+1
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-61/+0
* lavc: switch to the new channel layout APIVittorio Giovara2022-03-151-0/+3
* avcodec/internal.h: Move avpriv_find_start_code() to startcode.hAndreas Rheinhardt2022-02-081-4/+0
* lavc/avcodec: switch to new FIFO APIAnton Khirnov2022-02-071-1/+1
* avcodec/utils: Unavpriv avpriv_toupper4()Andreas Rheinhardt2022-01-041-1/+1
* avcodec/internal: Remove unused av_export_avcodecAndreas Rheinhardt2022-01-041-6/+0
* avcodec/internal: Allow receive_frame codecs to use decode_simple pktAndreas Rheinhardt2021-11-071-5/+9
* avcodec/encode: Set AV_PKT_FLAG_KEY based upon AV_CODEC_PROP_INTRA_ONLYAndreas Rheinhardt2021-09-281-0/+7
* avcodec/internal: Update AVCodecInternal.is_copy documentationAndreas Rheinhardt2021-09-261-4/+2
* Move ff_tlog() from lavc/internal.h to lavu/internal.hAndreas Rheinhardt2021-08-051-7/+0
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/decode: add an internal codec flag to signal a decoder sets all outpu...James Almer2021-06-211-0/+5
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-24/+0
* avcodec/internal: Remove outdated documentation of ff_alloc_packet2()Andreas Rheinhardt2021-06-081-10/+6
* avcodec/avcodec: Store whether AVCodec->close needs to be calledAndreas Rheinhardt2021-04-281-0/+6
* avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt2021-04-271-16/+0
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-161-0/+4
* avcodec/decode: port last_pkt_props to AVFifoBufferJames Almer2021-03-031-2/+2
* lavc: shedule old encoding/decoding API for removalAnton Khirnov2021-01-261-0/+5
* avcodec/utils: Remove ff_codec_open2_recursive()Andreas Rheinhardt2020-12-041-7/+0
* lavc: un-avpriv avpriv_bprint_to_extradata()Anton Khirnov2020-10-281-5/+0
* avcodec/decode: use a packet list to store packet propertiesJames Almer2020-09-151-0/+2
* avcodec/decode: move the ff_decode_frame_props() prototype to the proper headerJames Almer2020-08-201-5/+0
* avcodec/utils: calculate frame number of HEVC if the framerate > 30FPSLimin Wang2020-08-161-1/+2
* avcodec: move ff_alloc_a53_sei() to atsc_53James Almer2020-08-151-15/+0
* avcodec/internal: remove unused out_frame field from DecodeSimpleContextJames Almer2020-07-011-1/+0