summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* 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
* avformat/utils: Never store negative values in last_IP_durationMichael Niedermayer2018-10-18
* avformat/utils: Fix integer overflow in discontinuity checkMichael Niedermayer2018-10-18
* avformat/utils: Fix potential integer overflow in extract_extradata()Michael Niedermayer2018-10-07
* avformat/utils: Do not use "i" as a context pointer, "i" is normally the inte...Michael Niedermayer2018-10-07
* avformat/utils: Do not ignore failure in extract_extradata_init()Michael Niedermayer2018-10-07
* avformat/utils: move mkdir_p to utilsSteven Liu2018-09-25
* avformat/utils: set AV_PKT_FLAG_KEY for data packetsBaptiste Coudurier2018-09-24
* avformat/utils: Don't calculate duration using AV_NOPTS_VALUE for start_time.Dale Curtis2018-09-09
* avformat/utils: avoid undefined integer overflow behavior in update_stream_ti...Fredrik Hubinette2018-08-22
* avformat: correct fdebug loglevelGyan Doshi2018-08-14
* avformat/utils: function to get the formatted ntp timeVishwanath Dixit2018-05-29
* avformat: add fields to AVProgram/AVStream for PMT change trackingAman Gupta2018-05-18
* avformat: add skip_estimate_duration_from_ptsAman Gupta2018-05-17
* avformat/utils: refactor upstream_stream_timingsAman Gupta2018-04-20
* avformat/utils: ignore outlier durations on subtitle/data streams as wellAman Gupta2018-04-20