summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: call AVOutputFormat->deinit() when freeing the contextJames Almer2019-10-211-0/+3
* lavf/utils: support duration estimate method dumpJun Zhao2019-09-301-1/+14
* lavf/utils: Cosmetics: fix indentation for estimate_timingsJun Zhao2019-09-301-3/+3
* lavf/utils: correct the duration estimation method for nut demuxerJun Zhao2019-09-301-1/+5
* lavf/utils: change the log level to warning if can't get durationJun Zhao2019-09-301-2/+2
* avformat/utils: Remove unnecessary initializationsAndreas Rheinhardt2019-09-281-7/+5
* avformat/utils: Improve parsing packetsAndreas Rheinhardt2019-09-281-15/+13
* avformat/utils: Avoid copying packets unnecessarilyAndreas Rheinhardt2019-09-281-23/+18
* avformat/utils: Don't create unnecessary referencesAndreas Rheinhardt2019-09-281-3/+4
* avformat/utils: Fix memleaks IIAndreas Rheinhardt2019-09-281-3/+7
* avformat/utils: Don't initialize in loopsAndreas Rheinhardt2019-09-281-4/+6
* avformat/utils: ensure that all packets in AVPacketList are reference countedAndreas Rheinhardt2019-09-251-0/+5
* avformat/utils: Move the reference to the packet listAndreas Rheinhardt2019-09-251-15/+17
* avformat/utils: unref packet on AVInputFormat.read_packet() failureJames Almer2019-09-251-0/+2
* avformat/utils: Fix memleaksAndreas Rheinhardt2019-09-251-4/+12
* avformat/utils: Assert that stream_index is validAndreas Rheinhardt2019-09-251-4/+2
* avformat/utils: Do not assume duration is non negative in compute_pkt_fields()Michael Niedermayer2019-09-241-4/+4
* avformat/utils: Preserve integrity of linked listAndreas Rheinhardt2019-09-181-4/+3
* avformat/utils: return pending IO error on EOF in av_read_frame()Marton Balint2019-08-311-0/+5
* lavf/utils: fix error like "offset 0x1f85: partial file"tomajsjiang2019-08-151-1/+7
* avformat/utils: Check rfps_duration_sum for overflowMichael Niedermayer2019-07-191-2/+4
* avformat/utils: Check timebase before use in estimate_timings()Michael Niedermayer2019-07-081-0/+1
* lavf/utils: Respect default disposition when select the AVStreamJun Zhao2019-07-031-1/+2
* avformat/utils: fix stream ordering for program ID stream specifiersMarton Balint2019-05-241-5/+11
* Revert "lavf/utils: Allow url credentials to contain a slash."Marton Balint2019-05-181-4/+1
* libavformat: improve logs with cur_dtsAndreas Hakon2019-04-191-2/+2
* lavf/utils: Allow url credentials to contain a slash.Carl Eugen Hoyos2019-04-191-1/+4
* lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos2019-03-201-3/+3
* avformat/utils: fix indentationMarton Balint2019-03-011-118/+118
* avformat/utils: be even more strict about stream specifiersMarton Balint2019-03-011-11/+15
* avformat/utils: be more strict about stream specifiersMarton Balint2019-03-011-31/+51
* avformat/utils: parse some stream specifiers recursivelyMarton Balint2019-02-131-118/+55
* avformat/utils: add support for reading ID3 tags at start of wavPaul B Mahol2018-12-131-1/+1
* avformat/utils: Never store negative values in last_IP_durationMichael Niedermayer2018-10-181-2/+3
* avformat/utils: Fix integer overflow in discontinuity checkMichael Niedermayer2018-10-181-1/+1
* avformat/utils: Fix potential integer overflow in extract_extradata()Michael Niedermayer2018-10-071-1/+3
* avformat/utils: Do not use "i" as a context pointer, "i" is normally the inte...Michael Niedermayer2018-10-071-21/+21
* avformat/utils: Do not ignore failure in extract_extradata_init()Michael Niedermayer2018-10-071-6/+2
* avformat/utils: move mkdir_p to utilsSteven Liu2018-09-251-0/+34
* avformat/utils: set AV_PKT_FLAG_KEY for data packetsBaptiste Coudurier2018-09-241-1/+1
* avformat/utils: Don't calculate duration using AV_NOPTS_VALUE for start_time.Dale Curtis2018-09-091-1/+1
* avformat/utils: avoid undefined integer overflow behavior in update_stream_ti...Fredrik Hubinette2018-08-221-1/+1
* avformat: correct fdebug loglevelGyan Doshi2018-08-141-2/+2
* avformat/utils: function to get the formatted ntp timeVishwanath Dixit2018-05-291-0/+22
* avformat: add fields to AVProgram/AVStream for PMT change trackingAman Gupta2018-05-181-0/+1
* avformat: add skip_estimate_duration_from_ptsAman Gupta2018-05-171-0/+6
* avformat/utils: refactor upstream_stream_timingsAman Gupta2018-04-201-11/+10
* avformat/utils: ignore outlier durations on subtitle/data streams as wellAman Gupta2018-04-201-2/+12
* avformat/utils: use the existing packet reference when parsing complete framesJames Almer2018-04-131-3/+20
* avformat/utils: Check cur_dts in update_initial_timestamps() moreMichael Niedermayer2018-04-131-0/+1
OpenPOWER on IntegriCloud