| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/concatdec: Check in and outpoints to be to produce a positive repres... | Michael Niedermayer | 2024-03-10 | 1 | -0/+6 |
* | avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat | Andreas Rheinhardt | 2024-03-07 | 1 | -4/+4 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avformat/avformat: use the side data from AVStream.codecpar | James Almer | 2023-10-06 | 1 | -1/+0 |
* | avformat/concatdec: Check in/outpoint for overflow | Michael Niedermayer | 2023-10-03 | 1 | -1/+3 |
* | avformat/concatdec: check that there's extradata before trying to copy it | James Almer | 2022-11-17 | 1 | -2/+3 |
* | avformat/internal: Don't include avcodec.h | Andreas Rheinhardt | 2022-09-26 | 1 | -0/+1 |
* | avformat/demux: Add new demux.h header | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | avformat/concat: refactor to use ff_rescale_interval() | Pierre-Anthony Lemieux | 2022-03-19 | 1 | -14/+4 |
* | libavformat: add side_data copy in concat demuxer | Gerard Sole | 2021-12-22 | 1 | -0/+1 |
* | avformat/concatdec: fix NEEDS_UNSAFE flag value | Googleplex | 2021-11-14 | 1 | -1/+1 |
* | avformat/concatdec: Use FAIL() macro instead of direct return in concat_parse... | Michael Niedermayer | 2021-09-22 | 1 | -1/+1 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -2/+4 |
* | lavf/concatdec: add stream_extradata directive | Nicolas George | 2021-09-16 | 1 | -0/+11 |
* | lavf/concat: add support for chapters | Nicolas George | 2021-09-16 | 1 | -1/+11 |
* | lavf/concatdec: add stream_codec directive | Nicolas George | 2021-09-16 | 1 | -0/+13 |
* | lavf/concatdec: support stream metadata | Nicolas George | 2021-09-16 | 1 | -2/+12 |
* | lavf/concat: deprecate file_packet_metadata | Nicolas George | 2021-09-16 | 1 | -0/+3 |
* | lavf/concat: add file_packet_meta directive | Nicolas George | 2021-09-16 | 1 | -0/+9 |
* | lavf/concat: refactor parsing | Nicolas George | 2021-09-16 | 1 | -88/+167 |
* | lavf/concatdec: support per-file options | Nicolas George | 2021-08-22 | 1 | -1/+34 |
* | libavformat/concatdec: remove support for unsafe=-1 | Nicolas George | 2021-08-22 | 1 | -4/+2 |
* | avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.h | Andreas Rheinhardt | 2021-07-29 | 1 | -0/+1 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avcodec/avcodec: Stop including bsf.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avformat/concatdec: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-07 | 1 | -3/+1 |
* | avformat: move AVStream.{first,cur}_dts to AVStreamInternal | James Almer | 2021-06-09 | 1 | -2/+2 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_t | Andreas Rheinhardt | 2021-03-19 | 1 | -1/+1 |
* | avformat/concatdec: use av_strstart() | Michael Niedermayer | 2020-11-03 | 1 | -4/+4 |
* | avformat/concatdec: Avoid duplicating buffer when adding side-data | Andreas Rheinhardt | 2020-05-28 | 1 | -6/+5 |
* | avformat: Remove unnecessary av_packet_unref() | Andreas Rheinhardt | 2020-02-10 | 1 | -3/+1 |
* | avformat: Don't free old extradata before ff_alloc/get_extradata | Andreas Rheinhardt | 2019-12-12 | 1 | -4/+0 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | avformat/concatdec: always re-calculate start time and duration | Marton Balint | 2019-01-22 | 1 | -8/+6 |
* | avformat/concatdec: fix cur_dts based duration calculation with nonzero strea... | Marton Balint | 2019-01-22 | 1 | -1/+1 |
* | avformat/concatdec: factorize the duration calculating function | Marton Balint | 2019-01-22 | 1 | -14/+23 |
* | avformat/concatdec: always allow seeking to start | Marton Balint | 2018-12-30 | 1 | -2/+7 |
* | avformat/concatdec: only set output stream index before returning packet | Marton Balint | 2018-04-02 | 1 | -1/+1 |
* | avformat/concatdec: add support for very long line sizes | Marton Balint | 2018-02-24 | 1 | -8/+11 |
* | avformat: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -2/+2 |
* | lavf/concatdec: properly init streams timestamp parameters. | Nicolas George | 2017-12-31 | 1 | -1/+1 |
* | avformat/concatdec: add fallback for calculating file duration | Justin Ruggles | 2017-08-31 | 1 | -2/+18 |
* | concatdec: Do not pass NULL to memcmp | Derek Buitenhuis | 2017-07-06 | 1 | -1/+1 |
* | lavf/concatdec: do not transfer custom IO flag | Clément Bœsch | 2017-05-22 | 1 | -1/+1 |
* | avformat/concatdec: port to the new bitstream filter API | James Almer | 2017-05-03 | 1 | -65/+31 |
* | avformat/concatdec: fix the h264 annexb extradata check | James Almer | 2017-04-25 | 1 | -2/+5 |
* | concatdec: pass AVFormatContext flags to sub demuxer | wm4 | 2017-03-09 | 1 | -0/+1 |