summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* avformat: deprecate AVFormatContext io_close callbackMarton Balint2023-02-161-0/+5
* avformat: remove FF_API_AVSTREAM_CLASSJames Almer2023-02-091-2/+0
* avformat: remove FF_API_LAVF_PRIV_OPTJames Almer2023-02-091-3/+0
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-109/+0
* avformat/avformat: Move codecpar up in AVStreamAndreas Rheinhardt2023-02-091-11/+11
* avformat/avformat: Remove AVOutputFormat.data_codecAndreas Rheinhardt2023-02-091-1/+0
* avformat/avformat: Improve doxy styleMarvin Scholz2022-10-171-77/+103
* avformat/avformat: Fix mismatching argument namesMarvin Scholz2022-10-171-2/+2
* lavf: deprecate av_stream_get_end_pts()Anton Khirnov2022-08-221-0/+3
* Keep including the full version.h when headers are included externallyMartin Storsjö2022-03-191-0/+6
* libavformat: Split version.hMartin Storsjö2022-03-161-1/+1
* lavf: Add non diegetic stream disposition flagVittorio Giovara2022-03-151-0/+7
* avformat/mux: Peek into the muxing queue for avoid_negative_tsAndreas Rheinhardt2022-01-211-1/+1
* avformat/avformat: Add AVFMT_AVOID_NEG_TS_DISABLEDAndreas Rheinhardt2022-01-211-0/+1
* lavf: add a flag for experimental (de)muxersAnton Khirnov2022-01-031-0/+7
* avformat: introduce AVFormatContext io_close2 which returns an intMarton Balint2021-12-121-0/+13
* avformat/avformat: Add AVStream parameter to check_bitstream() sigAndreas Rheinhardt2021-11-271-1/+6
* lavf: add public functions converting dispositions to/from stringsAnton Khirnov2021-11-161-0/+14
* lavf: add an AVClass to AVStream on next major bumpAnton Khirnov2021-11-161-0/+15
* lavf: improve AV_DISPOSITION_* doxyAnton Khirnov2021-11-161-19/+77
* avformat/mux: Don't use stack packet when writing interleaved packetsAndreas Rheinhardt2021-10-031-3/+15
* avformat/avformat: Clarify documentation of av_interleaved_write_frame()Andreas Rheinhardt2021-10-031-8/+7
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-8/+0
* avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt2021-09-171-8/+0
* avformat: Add internal flags for AV(In|Out)putFormatAndreas Rheinhardt2021-07-071-0/+10
* lavf: clarify probesize/format_probesize doxyAnton Khirnov2021-06-111-5/+15
* avformat: make AVStream.pts_wrap_bits publicJames Almer2021-06-101-10/+7
* lavf/avformat.h: drop the avcodec.h includeAnton Khirnov2021-06-101-1/+6
* avformat: move AVStream.{first,cur}_dts to AVStreamInternalJames Almer2021-06-091-11/+0
* 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