summaryrefslogtreecommitdiff
path: root/doc/APIchanges
Commit message (Expand)AuthorAge
* avcodec: Pass HDR10+ metadata to packet side data in VP9 encoderMohammad Izadi2021-06-24
* avformat: make AVStream.pts_wrap_bits publicJames Almer2021-06-10
* lavc: move av_get_profile_name() from avcodec.h to codec.hAnton Khirnov2021-06-10
* lavc: move av_get_audio_frame_duration2() from avcodec.h to codec_par.hAnton Khirnov2021-06-10
* lavc: move av_get_pcm_codec() from avcodec.h to codec_id.hAnton Khirnov2021-06-10
* lavc: move avcodec_profile_name() from avcodec.h to codec_id.hAnton Khirnov2021-06-10
* lavc: move av_get_[exact_]bits_per_sample() to codec_id.hAnton Khirnov2021-06-10
* lavc: move small misc definitions into a separate headerAnton Khirnov2021-06-10
* doc/APIchanges: add hashes and version numbers for recent entriesJames Almer2021-04-27
* Bump major versions of all libraries.Anton Khirnov2021-04-27
* avcodec: Constify AVCodecParserContext.parserAndreas Rheinhardt2021-04-27
* avdevice/avdevice: Constify av_*_device_next APIAndreas Rheinhardt2021-04-27
* avdevice/avdevice: Constify avdevice_list_input_sources/output_sinksAndreas Rheinhardt2021-04-27
* avformat/avformat, utils: Make av_find_best_stream const-correctAndreas Rheinhardt2021-04-27
* avcodec/codec, allcodecs: Constify the AVCodec APIAndreas Rheinhardt2021-04-27
* avformat/avformat: Constify AVFormatContext.*_codec pointersAndreas Rheinhardt2021-04-27
* libavresample: Remove deprecated libraryAndreas Rheinhardt2021-04-27
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-27
* lavu: bump minor and add APIchanges entry for the lavu/tx changesLynne2021-04-24
* lavu: add side data AV_FRAME_DATA_DETECTION_BBOXES for object detection/class...Guo, Yejun2021-04-17
* avformat/utils: add helper functions to retrieve index entries from an AVStreamJames Almer2021-04-07
* avutil/frame: Deprecate av_get_colorspace_name()Andreas Rheinhardt2021-03-24
* Bump Versions before release/4.4 branchMichael Niedermayer2021-03-20
* doc/APIchanges: fill in missing fieldsMichael Niedermayer2021-03-20
* avutil/adler32: Switch av_adler32_update() to size_t on bumpAndreas Rheinhardt2021-03-19
* avformat: Make AVChapter.id an int64_t on next major bumpAndreas Rheinhardt2021-03-19
* avcodec/packet: deprecate av_init_packet()James Almer2021-03-17
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-16
* doc/APIchanges: Fill in some missing informationMichael Niedermayer2021-03-14
* avcodec: add a get_encode_buffer() callback to AVCodecContextJames Almer2021-03-12
* avformat/utils: change AVStream side data related public function and struct ...James Almer2021-03-10
* avcodec/packet: change side data related public function and struct size type...James Almer2021-03-10
* avutil/frame: change av_frame_new_side_data() size parameter type to size_tJames Almer2021-03-10
* avutil/buffer: change public function and struct size parameter types to size_tJames Almer2021-03-10
* avcodec: enable usage of err_recognition for encodersJan Ekström2021-03-05
* avformat: Deprecate AVFMT_FLAG_PRIV_OPT, remove av_demuxer_open on bumpAndreas Rheinhardt2021-03-03
* avcodec/options: deprecate avcodec_get_frame_class()James Almer2021-02-27
* lavu/tx: support in-place FFT transformsLynne2021-02-21
* avdevice/avdevice: Deprecate AVDevice Capabilities APIAndreas Rheinhardt2021-02-14
* libavutil/common: Add FFABS64U()Michael Niedermayer2021-02-10
* avutil/common: Add FFABSU() for a signed -> unsigned ABSMichael Niedermayer2021-01-26
* avcodec: deprecate AVCodecContext.debug_mvJames Almer2021-01-25
* avcodec: add vvc codec id and profilesNuo Mi2021-01-11
* mpegvideo: use the AVVideoEncParams API for exporting QP tablesAnton Khirnov2021-01-01
* avutil/timecode: add av_timecode_init_from_componentsMarton Balint2020-12-03
* avcodec: deprecate thread_safe_callbacksAnton Khirnov2020-11-27
* libavcodec: add a new AV_CODEC_EXPORT_DATA_FILM_GRAIN flag and optionLynne2020-11-25
* libavutil: introduce AVFilmGrainParams side dataLynne2020-11-25
* doc/APIchanges: add missing marker for release 4.3James Almer2020-11-02
* avformat: add a stream event flag for new packetsAnton Khirnov2020-10-28