summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAge
* avformat: move AVStream.stream_identifier to AVStreamInternalJames Almer2021-05-07
* avformat: move AVStream.codec_info_nb_frames to AVStreamInternalJames Almer2021-05-07
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-07
* avformat: move AVStream.probe_packets to AVStreamInternalJames Almer2021-05-07
* avformat: move AVStream.last-IP_{pts,duration} to AVStreamInternalJames Almer2021-05-07
* avformat/utils: constrain the lifetime of the pointer returned by avformat_in...James Almer2021-05-06
* avformat: remove deprecated AVStream.codecJames Almer2021-04-27
* avformat/avformat, utils: Make av_find_best_stream const-correctAndreas Rheinhardt2021-04-27
* avformat/avformat: Constify AVFormatContext.*_codec pointersAndreas Rheinhardt2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avformat: Switch AVChapter.id to 64bitsAndreas Rheinhardt2021-04-27
* avformat: Remove deprecated av_demuxer_open()Andreas Rheinhardt2021-04-27
* avformat: Remove deprecated AVFMT_FLAG_MP4A_LATM flag, latm optionAndreas Rheinhardt2021-04-27
* avformat: Remove remnants of side data mergingAndreas Rheinhardt2021-04-27
* avformat/avformat: Remove outdated private fieldsAndreas Rheinhardt2021-04-27
* avformat: Remove deprecated filename field from AVFormatContextAndreas Rheinhardt2021-04-27
* avformat: Remove getters and settersAndreas Rheinhardt2021-04-27
* avformat: Remove deprecated old open callbacksAndreas Rheinhardt2021-04-27
* avformat: Remove FFserver leftoversAndreas Rheinhardt2021-04-27
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-27
* avcodec, avformat: Remove old BSF APIAndreas Rheinhardt2021-04-27
* avformat: Remove next API for AV(In|Out)putFormatAndreas Rheinhardt2021-04-27
* avformat/utils: add helper functions to retrieve index entries from an AVStreamJames Almer2021-04-07
* avformat: remove FF_API_INIT_PACKET from AVStream.attached_picJames Almer2021-03-21
* avformat: Make AVChapter.id an int64_t on next major bumpAndreas Rheinhardt2021-03-19
* avcodec/packet: deprecate av_init_packet()James Almer2021-03-17
* avformat/utils: change AVStream side data related public function and struct ...James Almer2021-03-10
* avformat: Deprecate AVFMT_FLAG_PRIV_OPT, remove av_demuxer_open on bumpAndreas Rheinhardt2021-03-03
* avdevice/avdevice: Deprecate AVDevice Capabilities APIAndreas Rheinhardt2021-02-14
* avformat: remove some mpegts details from AVStreamMarton Balint2021-01-09
* lavf: move AVStream.last_in_packet_buffer to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.probe_data to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.pts_buffer to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.interleaver_chunk_* to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{*skip_samples.*_discard_sample} to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{nb_decoded_frames,mux_ts_offset} to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{pts_wrap_*,update_initial_durations_done} to AVStreamInt...Anton Khirnov2020-10-28
* lavf: move AVStream.pts_reorder_error[_count] to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{last_dts_for_order_check,dts_[mis]ordered} to AVStreamIn...Anton Khirnov2020-10-28
* lavf: move AVStream.{inject_global_side_data,display_aspect_ratio} to AVStrea...Anton Khirnov2020-10-28
* lavf: move AVStream.info to AVStreamInternalAnton Khirnov2020-10-28
* avformat: add a stream event flag for new packetsAnton Khirnov2020-10-28
* avformat: extend documentation of event_flagsAnton Khirnov2020-10-28
* avformat: fix typo in doxyAnton Khirnov2020-10-28
* avformat/avformat.h: add missing FF_API_NEXT wrappersJames Almer2020-10-10
* avcodec/packet: move AVPacketList definition and function helpers over from l...James Almer2020-09-15
* avformat/avformat: Improve documentation of av_stream_get_side_dataAndreas Rheinhardt2020-06-22
* avformat/avformat: Remove redundant "NOT PART OF PUBLIC API"Andreas Rheinhardt2020-05-23