aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Reorder AVFormatContext fieldsJames Almer2024-03-071-111/+111
* avformat/avformat: remove AVFormatContext.ts_idJames Almer2024-03-071-6/+0
* avformat/avformat: Add FFInputFormat, hide internals of AVInputFormatAndreas Rheinhardt2024-03-071-98/+0
* avformat: remove deprecated FF_API_AVFORMAT_IO_CLOSEJames Almer2024-03-071-10/+0
* avformat: remove deprecated FF_API_GET_END_PTSJames Almer2024-03-071-10/+0
* avformat/options: Deprecate av_fmt_ctx_get_duration_estimation_method()Andreas Rheinhardt2024-03-061-0/+4
* avformat/avformat: add a function to return the name of stream groupsJames Almer2024-03-051-0/+5
* avformat/mov: add support for tile HEIF still imagesJames Almer2024-02-261-3/+3
* avformat: add a Tile Grid stream group typeJames Almer2024-02-261-0/+161
* avformat/avformat: Remove reference to removed setterAndreas Rheinhardt2024-02-141-1/+1
* avformat: add a disposition field to AVStreamGroupJames Almer2024-02-131-0/+10
* avformat: introduce AVStreamGroupJames Almer2023-12-181-0/+153
* avformat/avformat: use the side data from AVStream.codecparJames Almer2023-10-061-1/+26
* avformat/avformat: Deprecate AVFMT_ALLOW_FLUSHAndreas Rheinhardt2023-10-031-2/+4
* lavf: deprecate AVFMT_FLAG_SHORTESTAnton Khirnov2023-09-181-0/+2
* avformat/avformat: Avoid including codec.h, frame.hAndreas Rheinhardt2023-09-071-13/+16
* 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