index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/utils: Fix memleaks in avformat_open_input()
Andreas Rheinhardt
2020-07-02
1
-6
/
+11
*
avformat/utils: reorder duration computation to avoid overflow
Michael Niedermayer
2020-07-01
1
-1
/
+1
*
avformat/utils: Fix integer overflow with complex time bases in avformat_find...
Michael Niedermayer
2020-07-01
1
-1
/
+1
*
avformat/utils: Fix undefined behavior in ff_configure_buffers_for_index()
Dale Curtis
2020-07-01
1
-1
/
+3
*
avformat/utils: Check rfps_duration_sum for overflow
Michael Niedermayer
2019-11-11
1
-2
/
+4
*
avformat/utils: Check timebase before use in estimate_timings()
Michael Niedermayer
2019-11-11
1
-0
/
+1
*
avformat/utils: Never store negative values in last_IP_duration
Michael Niedermayer
2018-10-23
1
-2
/
+3
*
avformat/utils: Fix integer overflow in discontinuity check
Michael Niedermayer
2018-10-23
1
-1
/
+1
*
avformat/utils: Fix potential integer overflow in extract_extradata()
Michael Niedermayer
2018-10-07
1
-1
/
+3
*
avformat/utils: refactor upstream_stream_timings
Aman Gupta
2018-04-20
1
-11
/
+10
*
avformat/utils: ignore outlier durations on subtitle/data streams as well
Aman Gupta
2018-04-20
1
-2
/
+12
*
avformat/utils: use the existing packet reference when parsing complete frames
James Almer
2018-04-13
1
-3
/
+20
*
avformat/utils: Check cur_dts in update_initial_timestamps() more
Michael Niedermayer
2018-04-13
1
-0
/
+1
*
avformat/utils: Fix integer overflow in end time calculation in update_stream...
Michael Niedermayer
2018-04-13
1
-1
/
+1
*
avformat/utils: Stream specifier enhancement 2.
Bela Bodecs
2018-04-13
1
-0
/
+28
*
avformat/utils: Stream specifier enhancement
Bela Bodecs
2018-04-12
1
-5
/
+60
*
avformat/utils: optimize ff_packet_list_free()
James Almer
2018-04-04
1
-3
/
+6
*
avformat/utils: make AVPacketList helper functions shared
James Almer
2018-04-04
1
-24
/
+33
*
avformat/utils: use av_packet_make_refcounted to ensure packets are ref counted
James Almer
2018-04-02
1
-7
/
+3
*
lavf/utils.c: Don't compute start_time from DISCARD packets for video.
Sasi Inguva
2018-03-24
1
-1
/
+3
*
avformat/utils: Fix integer overflow of fps_first/last_dts
Michael Niedermayer
2018-03-07
1
-1
/
+1
*
avformat/utils: simplify ff_alloc_extradata()
James Almer
2018-03-06
1
-15
/
+11
*
avformat/utils: free existing extradata before trying to allocate a new one
James Almer
2018-03-06
1
-0
/
+1
*
avformat/utils: don't overwrite the return value of read_packet()
James Almer
2018-02-26
1
-3
/
+3
*
Add muxer/demuxer for raw codec2 and .c2 files
Tomas Härdin
2018-02-24
1
-0
/
+1
*
avformat: deprecate AVFormatContext filename field
Marton Balint
2018-01-28
1
-0
/
+8
*
avformat: migrate to AVFormatContext->url
Marton Balint
2018-01-28
1
-1
/
+1
*
avformat: add url field to AVFormatContext
Marton Balint
2018-01-28
1
-0
/
+14
*
avformat: add option to parse/store ID3 PRIV tags in metadata.
Richard Shaffer
2018-01-24
1
-0
/
+2
*
avformat: make avformat_network_init() explicitly optional
wm4
2018-01-16
1
-2
/
+0
*
avformat: deprecate another ffserver API leftover
wm4
2018-01-16
1
-0
/
+12
*
avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-use
Karthick Jeyapal
2017-12-29
1
-0
/
+5
*
lavc, lavf: move avformat static mutex from avcodec to avformat
wm4
2017-12-26
1
-0
/
+13
*
avformat/utils: fix mixed declarations and code
James Almer
2017-11-24
1
-1
/
+1
*
avformat/utils: Prevent undefined shift with wrap_bits > 64.
Dale Curtis
2017-11-24
1
-2
/
+3
*
avformat/utils: remove usage of AVCodecContext accessors
James Almer
2017-11-15
1
-5
/
+9
*
avformat/utils: Look at the first 3 frames if timestamps indicate frame reord...
Michael Niedermayer
2017-11-11
1
-4
/
+12
*
avformat/utils: preserve AV_PKT_FLAG_DISCARD in parse_packet
John Stebbins
2017-11-11
1
-0
/
+1
*
aptx: add raw muxer and demuxer for aptX
Aurelien Jacobs
2017-11-10
1
-0
/
+1
*
avformat: move priv_pts from AVStream to an internal struct
James Almer
2017-11-07
1
-3
/
+3
*
avformat: deprecate getters and setters for AVFormatContext and AVStream fields
James Almer
2017-10-29
1
-0
/
+4
*
Merge commit '9e4a5eb51b9f3b2bff0ef08e0074b7fe4893075d'
James Almer
2017-10-28
1
-6
/
+1
|
\
|
*
avformat: Free the internal codec context at the end
Luca Barbato
2017-04-13
1
-5
/
+1
|
*
utils: Add av_stream_add_side_data()
James Almer
2016-11-23
1
-10
/
+27
|
*
lavf: check that the codec is supported by extract_extradata
Anton Khirnov
2016-10-21
1
-0
/
+10
*
|
avformat: remove dead av_stream_get_side_data() cruft
James Almer
2017-10-22
1
-5
/
+0
*
|
avformat: remove ABI portion of the side data merging API
James Almer
2017-10-22
1
-7
/
+0
*
|
avformat: fix id3 chapters
Lukas Stabe
2017-10-05
1
-0
/
+2
*
|
lavf/utils: Do not force chapter end time before chapter start.
Carl Eugen Hoyos
2017-09-20
1
-1
/
+1
*
|
avformat/utils: always av_reduce r_frame_rate
Marton Balint
2017-08-17
1
-2
/
+2
[next]