summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* 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
* lavf/utils: fix error like "offset 0x1f85: partial file"tomajsjiang2019-08-15
* avformat/utils: Check rfps_duration_sum for overflowMichael Niedermayer2019-07-19
* avformat/utils: Check timebase before use in estimate_timings()Michael Niedermayer2019-07-08
* lavf/utils: Respect default disposition when select the AVStreamJun Zhao2019-07-03
* avformat/utils: fix stream ordering for program ID stream specifiersMarton Balint2019-05-24
* Revert "lavf/utils: Allow url credentials to contain a slash."Marton Balint2019-05-18
* libavformat: improve logs with cur_dtsAndreas Hakon2019-04-19
* lavf/utils: Allow url credentials to contain a slash.Carl Eugen Hoyos2019-04-19
* lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos2019-03-20
* avformat/utils: fix indentationMarton Balint2019-03-01
* avformat/utils: be even more strict about stream specifiersMarton Balint2019-03-01
* avformat/utils: be more strict about stream specifiersMarton Balint2019-03-01
* avformat/utils: parse some stream specifiers recursivelyMarton Balint2019-02-13
* avformat/utils: add support for reading ID3 tags at start of wavPaul B Mahol2018-12-13