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