summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
Commit message (Expand)AuthorAge
* Revert "avcodec/decode: use a packet list to store packet properties"James Almer2022-12-07
* avcodec/encode: Enable encoders to control padding of last frameAndreas Rheinhardt2022-09-19
* avcodec/encode: Redo checks for small last audio frameAndreas Rheinhardt2022-09-19
* avcodec/decode: remove superfluous initial channels fieldsJames Almer2022-09-06
* avcodec/internal: Move ff_dvdsub_parse_palette() to new header dvdsub.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_side_data_update_matrix_encoding to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_samples_to_time_base() to encode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_set_sar() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_get_format() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Fix outdated commentAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_thread_can_start_frame() to threadframe.hAndreas Rheinhardt2022-08-05
* lavc: add API for exporting reconstructed frames from encodersAnton Khirnov2022-08-02
* avcodec: add common fflcms2 boilerplateNiklas Haas2022-07-30
* 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