index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/utils: Ignore negative duration in codec_info_duration computation
Michael Niedermayer
2021-10-05
1
-1
/
+1
*
avformat/utils: Avoid overflow in codec_info_duration computation for subtitles
Michael Niedermayer
2021-06-18
1
-1
/
+3
*
avformat/utils: check dts/duration to be representable before using them
Michael Niedermayer
2021-06-18
1
-1
/
+3
*
avformat/utils: Use 64bit earlier in r_frame_rate check
Michael Niedermayer
2021-06-18
1
-1
/
+1
*
avformat/utils: Check allocations for failure
Andreas Rheinhardt
2021-04-02
1
-4
/
+12
*
avformat/utils: Extend overflow check in dts wrap in compute_pkt_fields()
Michael Niedermayer
2021-04-01
1
-1
/
+1
*
avformat/utils: Fix integer overflow with duration_gcd in ff_rfps_calculate()
Michael Niedermayer
2021-04-01
1
-1
/
+2
*
Revert "lavf: move AVStream.*index_entries* to AVStreamInternal"
James Almer
2021-03-23
1
-23
/
+23
*
avformat: Make AVChapter.id an int64_t on next major bump
Andreas Rheinhardt
2021-03-19
1
-0
/
+4
*
avformat/utils: use av_packet_alloc() to allocate packets
James Almer
2021-03-17
1
-43
/
+57
*
avformat/mux: use av_packet_alloc() to allocate packets
James Almer
2021-03-17
1
-0
/
+1
*
avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ...
James Almer
2021-03-17
1
-7
/
+7
*
avformat: use the buffer_size_t typedef where required
James Almer
2021-03-10
1
-1
/
+1
*
avformat/utils: change AVStream side data related public function and struct ...
James Almer
2021-03-10
1
-2
/
+2
*
avformat: Deprecate AVFMT_FLAG_PRIV_OPT, remove av_demuxer_open on bump
Andreas Rheinhardt
2021-03-03
1
-2
/
+10
*
avcodec: remove pointless lowres deprecation wrappers
James Almer
2021-02-22
1
-2
/
+0
*
avformat/utils: Add av_assert1 to preclude NULL + len, len != 0
Andreas Rheinhardt
2021-02-15
1
-0
/
+1
*
avformat/utils: Fix undefined NULL + 0
Andreas Rheinhardt
2021-02-14
1
-1
/
+1
*
avformat/utils: force lowres to 0 in avformat_find_stream_info()
James Almer
2021-02-13
1
-9
/
+8
*
avformat/utils: Use av_sat_sub64() in max_analyze_duration check
Michael Niedermayer
2021-01-29
1
-2
/
+4
*
avformat: Change avpriv_new_chapter() from O(n) to (1) in the common case
Michael Niedermayer
2021-01-28
1
-3
/
+8
*
avformat/utils: Check dts in update_initial_timestamps() more
Michael Niedermayer
2021-01-26
1
-0
/
+1
*
avformat/utils: Check dts - (1<<pts_wrap_bits) overflow
Michael Niedermayer
2021-01-23
1
-1
/
+1
*
libavformat/utils: consider avio_size() failure in ffio_limit()
Michael Niedermayer
2021-01-21
1
-3
/
+6
*
avformat/utils: check for integer overflow in av_get_frame_filename2()
Michael Niedermayer
2021-01-20
1
-1
/
+4
*
avformat/utils: wrap_timestamp() is only needed for less than 64 bits
Michael Niedermayer
2021-01-11
1
-1
/
+1
*
avformat/utils: do not overwrite already existing program with defaults in av...
Marton Balint
2021-01-09
1
-7
/
+5
*
avformat/utils: Change compute_chapters_end() from O(n²) to O(n log n)
Michael Niedermayer
2021-01-08
1
-11
/
+33
*
Mark some pointers as const
Andreas Rheinhardt
2021-01-01
1
-1
/
+1
*
avformat/utils: Improve ffio_limit logic
Andreas Rheinhardt
2020-12-11
1
-3
/
+5
*
lavf: move AVStream.probe_data to AVStreamInternal
Anton Khirnov
2020-10-28
1
-2
/
+3
*
lavf: move AVStream.pts_buffer to AVStreamInternal
Anton Khirnov
2020-10-28
1
-7
/
+7
*
lavf: move AVStream.*index_entries* to AVStreamInternal
Anton Khirnov
2020-10-28
1
-23
/
+23
*
lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternal
Anton Khirnov
2020-10-28
1
-12
/
+12
*
lavf: move AVStream.{*skip_samples.*_discard_sample} to AVStreamInternal
Anton Khirnov
2020-10-28
1
-13
/
+13
*
lavf: move AVStream.{nb_decoded_frames,mux_ts_offset} to AVStreamInternal
Anton Khirnov
2020-10-28
1
-5
/
+5
*
lavf: move AVStream.{pts_wrap_*,update_initial_durations_done} to AVStreamInt...
Anton Khirnov
2020-10-28
1
-19
/
+19
*
lavf: move AVStream.pts_reorder_error[_count] to AVStreamInternal
Anton Khirnov
2020-10-28
1
-9
/
+9
*
lavf: move AVStream.{last_dts_for_order_check,dts_[mis]ordered} to AVStreamIn...
Anton Khirnov
2020-10-28
1
-14
/
+14
*
lavf: move AVStream.{inject_global_side_data,display_aspect_ratio} to AVStrea...
Anton Khirnov
2020-10-28
1
-7
/
+7
*
lavf: move AVStream.info to AVStreamInternal
Anton Khirnov
2020-10-28
1
-114
/
+114
*
avformat: add a stream event flag for new packets
Anton Khirnov
2020-10-28
1
-0
/
+2
*
libavformat/utils: Fix misleading indent
Chris Miceli
2020-10-20
1
-2
/
+1
*
avformat/utils: add missing FF_API_LAVF_AVCTX check
James Almer
2020-10-01
1
-2
/
+12
*
avcodec/packet: move AVPacketList definition and function helpers over from l...
James Almer
2020-09-15
1
-80
/
+18
*
avformat/utils: Avoid duplicating extradata from extract_extradata BSF
Andreas Rheinhardt
2020-09-11
1
-15
/
+8
*
avformat/utils: reorder duration computation to avoid overflow
Michael Niedermayer
2020-07-01
1
-1
/
+1
*
avformat/utils: Print analyze duration and probesize when printing a suggesti...
Michael Niedermayer
2020-06-14
1
-2
/
+2
*
avformat: Fix overflow in compute_pkt_fields().
Dale Curtis
2020-06-06
1
-1
/
+1
*
avformat/utils: Find a fallback probe decoder that will also match a forced d...
Samuel Foss
2020-06-04
1
-1
/
+1
[next]