2058 Commits (deffacb6b4b79a375132f078115beb72ee6acb1f)

Author SHA1 Message Date
Yuki Tsuchiya 610473b967 lavc/codec_desc: introduce AV_CODEC_PROP_INTRA_ONLY flag to audio codec 5 years ago
Linjie Fu 8fc8bdddbf libavformat/utils: Fix code indentation 5 years ago
Andriy Gelman 5e3229df4c avformat: Add max_probe_packets option 5 years ago
James Almer 02cf239196 avformat: call AVOutputFormat->deinit() when freeing the context 5 years ago
Jun Zhao 6ca3d34ff8 lavf/utils: support duration estimate method dump 5 years ago
Jun Zhao f5e867570e lavf/utils: Cosmetics: fix indentation for estimate_timings 5 years ago
Jun Zhao 541c635628 lavf/utils: correct the duration estimation method for nut demuxer 5 years ago
Jun Zhao 79597639cb lavf/utils: change the log level to warning if can't get duration 5 years ago
Andreas Rheinhardt 9fdc2c7bc4 avformat/utils: Remove unnecessary initializations 5 years ago
Andreas Rheinhardt 5c95af6b7c avformat/utils: Improve parsing packets 5 years ago
Andreas Rheinhardt cdba00ae11 avformat/utils: Avoid copying packets unnecessarily 5 years ago
Andreas Rheinhardt ada02cf85f avformat/utils: Don't create unnecessary references 5 years ago
Andreas Rheinhardt bf79e4426a avformat/utils: Fix memleaks II 5 years ago
Andreas Rheinhardt 47a4528abc avformat/utils: Don't initialize in loops 5 years ago
Andreas Rheinhardt b6be2be765 avformat/utils: ensure that all packets in AVPacketList are reference counted 5 years ago
Andreas Rheinhardt fc20ba9e04 avformat/utils: Move the reference to the packet list 5 years ago
James Almer bae8844e35 avformat/utils: unref packet on AVInputFormat.read_packet() failure 5 years ago
Andreas Rheinhardt 66d5e43b99 avformat/utils: Fix memleaks 5 years ago
Andreas Rheinhardt e045be92cd avformat/utils: Assert that stream_index is valid 5 years ago
Michael Niedermayer 72db18e929 avformat/utils: Do not assume duration is non negative in compute_pkt_fields() 5 years ago
Andreas Rheinhardt 90f647c29b avformat/utils: Preserve integrity of linked list 5 years ago
Marton Balint ce1fcc8ced avformat/utils: return pending IO error on EOF in av_read_frame() 5 years ago
tomajsjiang 9c3adb7ce2 lavf/utils: fix error like "offset 0x1f85: partial file" 6 years ago
Michael Niedermayer 5c46fdf305 avformat/utils: Check rfps_duration_sum for overflow 6 years ago
Michael Niedermayer f57e97dfd9 avformat/utils: Check timebase before use in estimate_timings() 6 years ago
Jun Zhao 9521d7dd58 lavf/utils: Respect default disposition when select the AVStream 6 years ago
Marton Balint f9271d0158 avformat/utils: fix stream ordering for program ID stream specifiers 6 years ago
Marton Balint c61d16cf3b Revert "lavf/utils: Allow url credentials to contain a slash." 6 years ago
Andreas Hakon e750dc9de6 libavformat: improve logs with cur_dts 6 years ago
Carl Eugen Hoyos dd06f022b0 lavf/utils: Allow url credentials to contain a slash. 6 years ago
Carl Eugen Hoyos 3aa6208db9 lavf: Constify AVInputFormat pointer. 6 years ago
Marton Balint 57580e2ab6 avformat/utils: fix indentation 6 years ago
Marton Balint d4ae28e494 avformat/utils: be even more strict about stream specifiers 6 years ago
Marton Balint 24e0e149ad avformat/utils: be more strict about stream specifiers 6 years ago
Marton Balint dbfd042983 avformat/utils: parse some stream specifiers recursively 6 years ago
Paul B Mahol 102c11745e avformat/utils: add support for reading ID3 tags at start of wav 6 years ago
Michael Niedermayer 079d1a7175 avformat/utils: Never store negative values in last_IP_duration 6 years ago
Michael Niedermayer 4e19cfcfa3 avformat/utils: Fix integer overflow in discontinuity check 6 years ago
Michael Niedermayer 0a41a8bf29 avformat/utils: Fix potential integer overflow in extract_extradata() 6 years ago
Michael Niedermayer b4a1ccfc41 avformat/utils: Do not use "i" as a context pointer, "i" is normally the integer counter in loops 6 years ago
Michael Niedermayer beb3aea48e avformat/utils: Do not ignore failure in extract_extradata_init() 6 years ago
Steven Liu bb660800a5 avformat/utils: move mkdir_p to utils 6 years ago
Baptiste Coudurier dc58e33dd3 avformat/utils: set AV_PKT_FLAG_KEY for data packets 6 years ago
Dale Curtis 8ef7fb86d6 avformat/utils: Don't calculate duration using AV_NOPTS_VALUE for start_time. 6 years ago
Fredrik Hubinette 5ecd580953 avformat/utils: avoid undefined integer overflow behavior in update_stream_timings() 7 years ago
Gyan Doshi 02741853d7 avformat: correct fdebug loglevel 7 years ago
Vishwanath Dixit f09635f2a2 avformat/utils: function to get the formatted ntp time 7 years ago
Aman Gupta 2b2f2f65f3 avformat: add fields to AVProgram/AVStream for PMT change tracking 7 years ago
Aman Gupta 2734f8d63a avformat: add skip_estimate_duration_from_pts 7 years ago
Aman Gupta 7b8daa771c avformat/utils: refactor upstream_stream_timings 7 years ago