summaryrefslogtreecommitdiff
path: root/libavformat/concatdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/concatdec: check that there's extradata before trying to copy itJames Almer2022-11-171-2/+3
* avformat/internal: Don't include avcodec.hAndreas Rheinhardt2022-09-261-0/+1
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-101-0/+1
* avformat/concat: refactor to use ff_rescale_interval()Pierre-Anthony Lemieux2022-03-191-14/+4
* libavformat: add side_data copy in concat demuxerGerard Sole2021-12-221-0/+1
* avformat/concatdec: fix NEEDS_UNSAFE flag valueGoogleplex2021-11-141-1/+1
* avformat/concatdec: Use FAIL() macro instead of direct return in concat_parse...Michael Niedermayer2021-09-221-1/+1
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-2/+4
* lavf/concatdec: add stream_extradata directiveNicolas George2021-09-161-0/+11
* lavf/concat: add support for chaptersNicolas George2021-09-161-1/+11
* lavf/concatdec: add stream_codec directiveNicolas George2021-09-161-0/+13
* lavf/concatdec: support stream metadataNicolas George2021-09-161-2/+12
* lavf/concat: deprecate file_packet_metadataNicolas George2021-09-161-0/+3
* lavf/concat: add file_packet_meta directiveNicolas George2021-09-161-0/+9
* lavf/concat: refactor parsingNicolas George2021-09-161-88/+167
* lavf/concatdec: support per-file optionsNicolas George2021-08-221-1/+34
* libavformat/concatdec: remove support for unsafe=-1Nicolas George2021-08-221-4/+2
* avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt2021-07-291-0/+1
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avformat/concatdec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-071-3/+1
* avformat: move AVStream.{first,cur}_dts to AVStreamInternalJames Almer2021-06-091-2/+2
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-1/+1
* avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt2021-03-191-1/+1
* avformat/concatdec: use av_strstart()Michael Niedermayer2020-11-031-4/+4
* avformat/concatdec: Avoid duplicating buffer when adding side-dataAndreas Rheinhardt2020-05-281-6/+5
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-3/+1
* avformat: Don't free old extradata before ff_alloc/get_extradataAndreas Rheinhardt2019-12-121-4/+0
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/concatdec: always re-calculate start time and durationMarton Balint2019-01-221-8/+6
* avformat/concatdec: fix cur_dts based duration calculation with nonzero strea...Marton Balint2019-01-221-1/+1
* avformat/concatdec: factorize the duration calculating functionMarton Balint2019-01-221-14/+23
* avformat/concatdec: always allow seeking to startMarton Balint2018-12-301-2/+7
* avformat/concatdec: only set output stream index before returning packetMarton Balint2018-04-021-1/+1
* avformat/concatdec: add support for very long line sizesMarton Balint2018-02-241-8/+11
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-281-2/+2
* lavf/concatdec: properly init streams timestamp parameters.Nicolas George2017-12-311-1/+1
* avformat/concatdec: add fallback for calculating file durationJustin Ruggles2017-08-311-2/+18
* concatdec: Do not pass NULL to memcmpDerek Buitenhuis2017-07-061-1/+1
* lavf/concatdec: do not transfer custom IO flagClément Bœsch2017-05-221-1/+1
* avformat/concatdec: port to the new bitstream filter APIJames Almer2017-05-031-65/+31
* avformat/concatdec: fix the h264 annexb extradata checkJames Almer2017-04-251-2/+5
* concatdec: pass AVFormatContext flags to sub demuxerwm42017-03-091-0/+1
* avformat/concatdec: don't call open_file when seek position within a fileraymondzheng1412@gmail.com2016-09-281-7/+17
* lavf/concatdec: clear extradata when inserting h264_mp4toannexb bsf.Nicolas George2016-04-261-0/+6
* lavf/concatdec: remove unrelated change during codecpar merge.Nicolas George2016-04-261-5/+0
* avformat/concatdec: Use correct stream count on closeTimo Rothenpieler2016-04-111-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-13/+57
* avformat/concatdec: set safe mode to enabled instead of autoMichael Niedermayer2016-03-101-1/+1