summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* avformat/utils: reorder duration computation to avoid overflowMichael Niedermayer2020-07-01
* avformat/utils: Print analyze duration and probesize when printing a suggesti...Michael Niedermayer2020-06-14
* avformat: Fix overflow in compute_pkt_fields().Dale Curtis2020-06-06
* avformat/utils: Find a fallback probe decoder that will also match a forced d...Samuel Foss2020-06-04
* lavf/utils: fix start_time/duration dump if it is AV_NOPTS_VALUEJun Zhao2020-05-30
* avformat/utils: Use av_sat_add64() when updating start_time by skip_samples.Dale Curtis2020-05-29
* avformat/id3v2: Remove unnecessary indirectionAndreas Rheinhardt2020-05-25
* avformat/utils: Set stream side-data size even without side-dataAndreas Rheinhardt2020-05-22
* avformat/utils: move is_intra_only() to header and rename to ff_is_intra_only()Limin Wang2020-05-06
* avformat/utils: change the duration to int64_t for update_initial_durationsLimin Wang2020-05-01
* avformat: only allow a single bitstream filter when muxingMarton Balint2020-04-26
* avformat/utils: Remove superfluous headersAndreas Rheinhardt2020-04-24
* avformat/utils: Fix memleak when decoding subtitle in find_stream_infoAndreas Rheinhardt2020-04-20
* lavf/utils: stop using deprecated av_codec_next()Josh de Kock2020-04-20
* avformat/utils: Make find_stream_info get side data from codec contextNicolas Gaullier2020-03-20
* avformat/utils: Don't trigger errors for multiple id3 tags.Dale Curtis2020-02-22
* avformat/utils: Fix integer overflow with complex time bases in avformat_find...Michael Niedermayer2020-02-16
* avformat/utils: avoid unsigned integer overflowsPaul B Mahol2020-02-16
* avformat/utils: make av_url_split search for hashmark as well to separate hos...Marton Balint2020-02-15
* avformat/utils: Fix memleaks in avformat_open_input()Andreas Rheinhardt2020-02-15
* avformat/utils: Fix undefined behavior in ff_configure_buffers_for_index()Dale Curtis2020-02-11
* avformat/utils: log corrupt packetsGyan Doshi2020-01-23
* Revert "avformat/utils: make ff_ntp_time() accept a timestamp as input argument"James Almer2020-01-16
* avformat/utils: make ff_ntp_time() accept a timestamp as input argumentJames Almer2020-01-15
* avformat/utils: Remove redundant save+restoreAndreas Rheinhardt2020-01-08
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-06
* avformat: Don't free old extradata before ff_alloc/get_extradataAndreas Rheinhardt2019-12-12
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-12
* lavc/codec_desc: introduce AV_CODEC_PROP_INTRA_ONLY flag to audio codecYuki Tsuchiya2019-12-12
* libavformat/utils: Fix code indentationLinjie Fu2019-12-03
* avformat: Add max_probe_packets optionAndriy Gelman2019-11-03
* avformat: call AVOutputFormat->deinit() when freeing the contextJames Almer2019-10-21
* lavf/utils: support duration estimate method dumpJun Zhao2019-09-30
* lavf/utils: Cosmetics: fix indentation for estimate_timingsJun Zhao2019-09-30
* lavf/utils: correct the duration estimation method for nut demuxerJun Zhao2019-09-30
* lavf/utils: change the log level to warning if can't get durationJun Zhao2019-09-30
* avformat/utils: Remove unnecessary initializationsAndreas Rheinhardt2019-09-28
* avformat/utils: Improve parsing packetsAndreas Rheinhardt2019-09-28
* avformat/utils: Avoid copying packets unnecessarilyAndreas Rheinhardt2019-09-28
* avformat/utils: Don't create unnecessary referencesAndreas Rheinhardt2019-09-28
* avformat/utils: Fix memleaks IIAndreas Rheinhardt2019-09-28
* avformat/utils: Don't initialize in loopsAndreas Rheinhardt2019-09-28
* avformat/utils: ensure that all packets in AVPacketList are reference countedAndreas Rheinhardt2019-09-25
* avformat/utils: Move the reference to the packet listAndreas Rheinhardt2019-09-25
* avformat/utils: unref packet on AVInputFormat.read_packet() failureJames Almer2019-09-25
* avformat/utils: Fix memleaksAndreas Rheinhardt2019-09-25
* avformat/utils: Assert that stream_index is validAndreas Rheinhardt2019-09-25
* avformat/utils: Do not assume duration is non negative in compute_pkt_fields()Michael Niedermayer2019-09-24
* avformat/utils: Preserve integrity of linked listAndreas Rheinhardt2019-09-18
* avformat/utils: return pending IO error on EOF in av_read_frame()Marton Balint2019-08-31