| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avformat/concatdec: don't call open_file when seek position within a file | raymondzheng1412@gmail.com | 2016-09-28 | 1 | -7/+17 |
* | lavf/concatdec: clear extradata when inserting h264_mp4toannexb bsf. | Nicolas George | 2016-04-26 | 1 | -0/+6 |
* | lavf/concatdec: remove unrelated change during codecpar merge. | Nicolas George | 2016-04-26 | 1 | -5/+0 |
* | avformat/concatdec: Use correct stream count on close | Timo Rothenpieler | 2016-04-11 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -13/+57 |
* | avformat/concatdec: set safe mode to enabled instead of auto | Michael Niedermayer | 2016-03-10 | 1 | -1/+1 |
* | avformat: Add a protocol blacklisting API | Derek Buitenhuis | 2016-03-04 | 1 | -1/+1 |
* | lavf/concatdec: do not access packet if av_read_frame returned error | Marton Balint | 2016-01-10 | 1 | -3/+7 |
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -2/+2 |
* | concatdec: add option for adding segment start time and duration metadata | Marton Balint | 2015-11-25 | 1 | -0/+10 |