| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence "string-plus-int" warning shown by clang. | Carl Eugen Hoyos | 2020-01-06 | 1 | -1/+1 |
* | avformat: Don't free old extradata before ff_alloc/get_extradata | Andreas Rheinhardt | 2019-12-12 | 1 | -1/+0 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -3/+3 |
* | lavc/codec_desc: introduce AV_CODEC_PROP_INTRA_ONLY flag to audio codec | Yuki Tsuchiya | 2019-12-12 | 1 | -1/+2 |
* | libavformat/utils: Fix code indentation | Linjie Fu | 2019-12-03 | 1 | -11/+11 |
* | avformat: Add max_probe_packets option | Andriy Gelman | 2019-11-03 | 1 | -3/+3 |
* | avformat: call AVOutputFormat->deinit() when freeing the context | James Almer | 2019-10-21 | 1 | -0/+3 |
* | lavf/utils: support duration estimate method dump | Jun Zhao | 2019-09-30 | 1 | -1/+14 |
* | lavf/utils: Cosmetics: fix indentation for estimate_timings | Jun Zhao | 2019-09-30 | 1 | -3/+3 |
* | lavf/utils: correct the duration estimation method for nut demuxer | Jun Zhao | 2019-09-30 | 1 | -1/+5 |
* | lavf/utils: change the log level to warning if can't get duration | Jun Zhao | 2019-09-30 | 1 | -2/+2 |
* | avformat/utils: Remove unnecessary initializations | Andreas Rheinhardt | 2019-09-28 | 1 | -7/+5 |
* | avformat/utils: Improve parsing packets | Andreas Rheinhardt | 2019-09-28 | 1 | -15/+13 |
* | avformat/utils: Avoid copying packets unnecessarily | Andreas Rheinhardt | 2019-09-28 | 1 | -23/+18 |
* | avformat/utils: Don't create unnecessary references | Andreas Rheinhardt | 2019-09-28 | 1 | -3/+4 |
* | avformat/utils: Fix memleaks II | Andreas Rheinhardt | 2019-09-28 | 1 | -3/+7 |
* | avformat/utils: Don't initialize in loops | Andreas Rheinhardt | 2019-09-28 | 1 | -4/+6 |
* | avformat/utils: ensure that all packets in AVPacketList are reference counted | Andreas Rheinhardt | 2019-09-25 | 1 | -0/+5 |
* | avformat/utils: Move the reference to the packet list | Andreas Rheinhardt | 2019-09-25 | 1 | -15/+17 |
* | avformat/utils: unref packet on AVInputFormat.read_packet() failure | James Almer | 2019-09-25 | 1 | -0/+2 |
* | avformat/utils: Fix memleaks | Andreas Rheinhardt | 2019-09-25 | 1 | -4/+12 |
* | avformat/utils: Assert that stream_index is valid | Andreas Rheinhardt | 2019-09-25 | 1 | -4/+2 |
* | avformat/utils: Do not assume duration is non negative in compute_pkt_fields() | Michael Niedermayer | 2019-09-24 | 1 | -4/+4 |
* | avformat/utils: Preserve integrity of linked list | Andreas Rheinhardt | 2019-09-18 | 1 | -4/+3 |
* | avformat/utils: return pending IO error on EOF in av_read_frame() | Marton Balint | 2019-08-31 | 1 | -0/+5 |
* | lavf/utils: fix error like "offset 0x1f85: partial file" | tomajsjiang | 2019-08-15 | 1 | -1/+7 |
* | avformat/utils: Check rfps_duration_sum for overflow | Michael Niedermayer | 2019-07-19 | 1 | -2/+4 |
* | avformat/utils: Check timebase before use in estimate_timings() | Michael Niedermayer | 2019-07-08 | 1 | -0/+1 |
* | lavf/utils: Respect default disposition when select the AVStream | Jun Zhao | 2019-07-03 | 1 | -1/+2 |
* | avformat/utils: fix stream ordering for program ID stream specifiers | Marton Balint | 2019-05-24 | 1 | -5/+11 |
* | Revert "lavf/utils: Allow url credentials to contain a slash." | Marton Balint | 2019-05-18 | 1 | -4/+1 |
* | libavformat: improve logs with cur_dts | Andreas Hakon | 2019-04-19 | 1 | -2/+2 |
* | lavf/utils: Allow url credentials to contain a slash. | Carl Eugen Hoyos | 2019-04-19 | 1 | -1/+4 |
* | lavf: Constify AVInputFormat pointer. | Carl Eugen Hoyos | 2019-03-20 | 1 | -3/+3 |
* | avformat/utils: fix indentation | Marton Balint | 2019-03-01 | 1 | -118/+118 |
* | avformat/utils: be even more strict about stream specifiers | Marton Balint | 2019-03-01 | 1 | -11/+15 |
* | avformat/utils: be more strict about stream specifiers | Marton Balint | 2019-03-01 | 1 | -31/+51 |
* | avformat/utils: parse some stream specifiers recursively | Marton Balint | 2019-02-13 | 1 | -118/+55 |
* | avformat/utils: add support for reading ID3 tags at start of wav | Paul B Mahol | 2018-12-13 | 1 | -1/+1 |
* | avformat/utils: Never store negative values in last_IP_duration | Michael Niedermayer | 2018-10-18 | 1 | -2/+3 |
* | avformat/utils: Fix integer overflow in discontinuity check | Michael Niedermayer | 2018-10-18 | 1 | -1/+1 |
* | avformat/utils: Fix potential integer overflow in extract_extradata() | Michael Niedermayer | 2018-10-07 | 1 | -1/+3 |
* | avformat/utils: Do not use "i" as a context pointer, "i" is normally the inte... | Michael Niedermayer | 2018-10-07 | 1 | -21/+21 |
* | avformat/utils: Do not ignore failure in extract_extradata_init() | Michael Niedermayer | 2018-10-07 | 1 | -6/+2 |
* | avformat/utils: move mkdir_p to utils | Steven Liu | 2018-09-25 | 1 | -0/+34 |
* | avformat/utils: set AV_PKT_FLAG_KEY for data packets | Baptiste Coudurier | 2018-09-24 | 1 | -1/+1 |
* | avformat/utils: Don't calculate duration using AV_NOPTS_VALUE for start_time. | Dale Curtis | 2018-09-09 | 1 | -1/+1 |
* | avformat/utils: avoid undefined integer overflow behavior in update_stream_ti... | Fredrik Hubinette | 2018-08-22 | 1 | -1/+1 |
* | avformat: correct fdebug loglevel | Gyan Doshi | 2018-08-14 | 1 | -2/+2 |
* | avformat/utils: function to get the formatted ntp time | Vishwanath Dixit | 2018-05-29 | 1 | -0/+22 |