| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mov: add support for tile HEIF still images | James Almer | 2024-02-26 | 1 | -3/+3 |
* | avformat: add a Tile Grid stream group type | James Almer | 2024-02-26 | 1 | -0/+161 |
* | avformat/avformat: Remove reference to removed setter | Andreas Rheinhardt | 2024-02-14 | 1 | -1/+1 |
* | avformat: add a disposition field to AVStreamGroup | James Almer | 2024-02-13 | 1 | -0/+10 |
* | avformat: introduce AVStreamGroup | James Almer | 2023-12-18 | 1 | -0/+153 |
* | avformat/avformat: use the side data from AVStream.codecpar | James Almer | 2023-10-06 | 1 | -1/+26 |
* | avformat/avformat: Deprecate AVFMT_ALLOW_FLUSH | Andreas Rheinhardt | 2023-10-03 | 1 | -2/+4 |
* | lavf: deprecate AVFMT_FLAG_SHORTEST | Anton Khirnov | 2023-09-18 | 1 | -0/+2 |
* | avformat/avformat: Avoid including codec.h, frame.h | Andreas Rheinhardt | 2023-09-07 | 1 | -13/+16 |
* | avformat: deprecate AVFormatContext io_close callback | Marton Balint | 2023-02-16 | 1 | -0/+5 |
* | avformat: remove FF_API_AVSTREAM_CLASS | James Almer | 2023-02-09 | 1 | -2/+0 |
* | avformat: remove FF_API_LAVF_PRIV_OPT | James Almer | 2023-02-09 | 1 | -3/+0 |
* | avformat/avformat: Move AVOutputFormat internals out of public header | Andreas Rheinhardt | 2023-02-09 | 1 | -109/+0 |
* | avformat/avformat: Move codecpar up in AVStream | Andreas Rheinhardt | 2023-02-09 | 1 | -11/+11 |
* | avformat/avformat: Remove AVOutputFormat.data_codec | Andreas Rheinhardt | 2023-02-09 | 1 | -1/+0 |
* | avformat/avformat: Improve doxy style | Marvin Scholz | 2022-10-17 | 1 | -77/+103 |
* | avformat/avformat: Fix mismatching argument names | Marvin Scholz | 2022-10-17 | 1 | -2/+2 |
* | lavf: deprecate av_stream_get_end_pts() | Anton Khirnov | 2022-08-22 | 1 | -0/+3 |
* | Keep including the full version.h when headers are included externally | Martin Storsjö | 2022-03-19 | 1 | -0/+6 |
* | libavformat: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -1/+1 |
* | lavf: Add non diegetic stream disposition flag | Vittorio Giovara | 2022-03-15 | 1 | -0/+7 |
* | avformat/mux: Peek into the muxing queue for avoid_negative_ts | Andreas Rheinhardt | 2022-01-21 | 1 | -1/+1 |
* | avformat/avformat: Add AVFMT_AVOID_NEG_TS_DISABLED | Andreas Rheinhardt | 2022-01-21 | 1 | -0/+1 |
* | lavf: add a flag for experimental (de)muxers | Anton Khirnov | 2022-01-03 | 1 | -0/+7 |
* | avformat: introduce AVFormatContext io_close2 which returns an int | Marton Balint | 2021-12-12 | 1 | -0/+13 |
* | avformat/avformat: Add AVStream parameter to check_bitstream() sig | Andreas Rheinhardt | 2021-11-27 | 1 | -1/+6 |
* | lavf: add public functions converting dispositions to/from strings | Anton Khirnov | 2021-11-16 | 1 | -0/+14 |
* | lavf: add an AVClass to AVStream on next major bump | Anton Khirnov | 2021-11-16 | 1 | -0/+15 |
* | lavf: improve AV_DISPOSITION_* doxy | Anton Khirnov | 2021-11-16 | 1 | -19/+77 |
* | avformat/mux: Don't use stack packet when writing interleaved packets | Andreas Rheinhardt | 2021-10-03 | 1 | -3/+15 |
* | avformat/avformat: Clarify documentation of av_interleaved_write_frame() | Andreas Rheinhardt | 2021-10-03 | 1 | -8/+7 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -8/+0 |
* | avformat: Avoid allocation for AVFormatInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -8/+0 |
* | avformat: Add internal flags for AV(In|Out)putFormat | Andreas Rheinhardt | 2021-07-07 | 1 | -0/+10 |
* | lavf: clarify probesize/format_probesize doxy | Anton Khirnov | 2021-06-11 | 1 | -5/+15 |
* | avformat: make AVStream.pts_wrap_bits public | James Almer | 2021-06-10 | 1 | -10/+7 |
* | lavf/avformat.h: drop the avcodec.h include | Anton Khirnov | 2021-06-10 | 1 | -1/+6 |
* | avformat: move AVStream.{first,cur}_dts to AVStreamInternal | James Almer | 2021-06-09 | 1 | -11/+0 |
* | avformat: move AVStream.stream_identifier to AVStreamInternal | James Almer | 2021-05-07 | 1 | -7/+0 |
* | avformat: move AVStream.codec_info_nb_frames to AVStreamInternal | James Almer | 2021-05-07 | 1 | -5/+0 |
* | avformat: move AVStream.{parser,need_parsing} to AVStreamInternal | James Almer | 2021-05-07 | 1 | -4/+0 |
* | avformat: move AVStream.probe_packets to AVStreamInternal | James Almer | 2021-05-07 | 1 | -5/+0 |
* | avformat: move AVStream.last-IP_{pts,duration} to AVStreamInternal | James Almer | 2021-05-07 | 1 | -2/+0 |
* | avformat/utils: constrain the lifetime of the pointer returned by avformat_in... | James Almer | 2021-05-06 | 1 | -6/+6 |
* | avformat: remove deprecated AVStream.codec | James Almer | 2021-04-27 | 1 | -12/+4 |
* | avformat/avformat, utils: Make av_find_best_stream const-correct | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/avformat: Constify AVFormatContext.*_codec pointers | Andreas Rheinhardt | 2021-04-27 | 1 | -4/+4 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -8/+0 |
* | avformat: Switch AVChapter.id to 64bits | Andreas Rheinhardt | 2021-04-27 | 1 | -4/+0 |
* | avformat: Remove deprecated av_demuxer_open() | Andreas Rheinhardt | 2021-04-27 | 1 | -9/+1 |