summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
Commit message (Expand)AuthorAge
* 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
* avcodec/utils : add ff_int_from_list_or_default funcMartin Vignali2018-12-04
* avcodec/internal: increase FF_SANE_NB_CHANNELS to 256Marton Balint2018-07-13
* avcodec: remove unnecessary calls to ff_init_buffer_info()James Almer2018-02-14
* lavc: remove complex debug code around avcodec init lockingwm42017-12-26
* lavc, lavf: move avformat static mutex from avcodec to avformatwm42017-12-26
* avcodec: add stride alignment needed for AVX-512James Darnley2017-12-24
* Revert "libavcodec/utils.c: simplify avcodec locking with atomics"Hendrik Leppkes2017-12-11
* lavc: Use hardware config information in ff_get_format()Mark Thompson2017-11-26
* libavcodec/utils.c: simplify avcodec locking with atomicsRostislav Pehlivanov2017-11-26
* Merge commit '3152058bf1dca318898550efacf0286f4836cae6'James Almer2017-11-19
|\
| * libavcodec: Don't use dllexport, only dllimport when building DLLsMartin Storsjö2017-11-19
* | Merge commit 'accb06120c13a4ead442464d96f2fa318fa07a4e'James Almer2017-11-11
|\|
| * configure: Use dllexport/dllimport for data symbols across DLLs with mingwMartin Storsjö2017-08-31