summaryrefslogtreecommitdiff
path: root/libavformat/concatdec.c
Commit message (Expand)AuthorAge
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-10
* avformat/concat: refactor to use ff_rescale_interval()Pierre-Anthony Lemieux2022-03-19
* libavformat: add side_data copy in concat demuxerGerard Sole2021-12-22
* avformat/concatdec: fix NEEDS_UNSAFE flag valueGoogleplex2021-11-14
* avformat/concatdec: Use FAIL() macro instead of direct return in concat_parse...Michael Niedermayer2021-09-22
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* lavf/concatdec: add stream_extradata directiveNicolas George2021-09-16
* lavf/concat: add support for chaptersNicolas George2021-09-16
* lavf/concatdec: add stream_codec directiveNicolas George2021-09-16
* lavf/concatdec: support stream metadataNicolas George2021-09-16
* lavf/concat: deprecate file_packet_metadataNicolas George2021-09-16
* lavf/concat: add file_packet_meta directiveNicolas George2021-09-16
* lavf/concat: refactor parsingNicolas George2021-09-16
* lavf/concatdec: support per-file optionsNicolas George2021-08-22
* libavformat/concatdec: remove support for unsafe=-1Nicolas George2021-08-22
* avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt2021-07-29
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-22
* avformat/concatdec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-07
* avformat: move AVStream.{first,cur}_dts to AVStreamInternalJames Almer2021-06-09
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt2021-03-19
* avformat/concatdec: use av_strstart()Michael Niedermayer2020-11-03
* avformat/concatdec: Avoid duplicating buffer when adding side-dataAndreas Rheinhardt2020-05-28
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-10
* avformat: Don't free old extradata before ff_alloc/get_extradataAndreas Rheinhardt2019-12-12
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* avformat/concatdec: always re-calculate start time and durationMarton Balint2019-01-22
* avformat/concatdec: fix cur_dts based duration calculation with nonzero strea...Marton Balint2019-01-22
* avformat/concatdec: factorize the duration calculating functionMarton Balint2019-01-22
* avformat/concatdec: always allow seeking to startMarton Balint2018-12-30
* avformat/concatdec: only set output stream index before returning packetMarton Balint2018-04-02
* avformat/concatdec: add support for very long line sizesMarton Balint2018-02-24
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-28
* lavf/concatdec: properly init streams timestamp parameters.Nicolas George2017-12-31
* avformat/concatdec: add fallback for calculating file durationJustin Ruggles2017-08-31
* concatdec: Do not pass NULL to memcmpDerek Buitenhuis2017-07-06
* lavf/concatdec: do not transfer custom IO flagClément Bœsch2017-05-22
* avformat/concatdec: port to the new bitstream filter APIJames Almer2017-05-03
* avformat/concatdec: fix the h264 annexb extradata checkJames Almer2017-04-25
* concatdec: pass AVFormatContext flags to sub demuxerwm42017-03-09
* avformat/concatdec: don't call open_file when seek position within a fileraymondzheng1412@gmail.com2016-09-28
* lavf/concatdec: clear extradata when inserting h264_mp4toannexb bsf.Nicolas George2016-04-26
* lavf/concatdec: remove unrelated change during codecpar merge.Nicolas George2016-04-26
* avformat/concatdec: Use correct stream count on closeTimo Rothenpieler2016-04-11
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* avformat/concatdec: set safe mode to enabled instead of autoMichael Niedermayer2016-03-10
* avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-04
* lavf/concatdec: do not access packet if av_read_frame returned errorMarton Balint2016-01-10