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
...
|
*
lavf: remove an unneeded call to avcodec_get_frame_defaults().
Anton Khirnov
2013-12-11
1
-1
/
+0
*
|
Merge commit 'eb891b3114f499e96b9faddd0b0ae856345dfbd9'
Michael Niedermayer
2013-12-11
1
-1
/
+1
|
\
|
|
*
Replace all uses of avcodec_free_frame with av_frame_free().
Anton Khirnov
2013-12-11
1
-1
/
+1
*
|
avformat/utils: Check avcodec_open2() return code in av_find_stream_info()
Michael Niedermayer
2013-12-11
1
-5
/
+6
*
|
avformat/utils: remove unused variable
Michael Niedermayer
2013-12-07
1
-1
/
+0
*
|
avformat/utils: reject poorly fitting rfps values earlier
Michael Niedermayer
2013-12-07
1
-7
/
+27
*
|
avformat/utils: factor rfps calculation out
Michael Niedermayer
2013-12-05
1
-67
/
+92
*
|
avformat/utils: provide more IO statistics in debug output at start and end o...
Michael Niedermayer
2013-12-05
1
-2
/
+4
*
|
avformat/utils: move update_wrap_reference() up
Michael Niedermayer
2013-12-04
1
-67
/
+64
*
|
avformat/utils: reorder operations in update_wrap_reference()
Michael Niedermayer
2013-12-04
1
-4
/
+2
*
|
avformat/utils: correct for timestamp wrap earlier
Michael Niedermayer
2013-12-04
1
-13
/
+23
*
|
avformat/utils: also fix wrapping of start_time in update_initial_timestamps()
Michael Niedermayer
2013-12-04
1
-0
/
+1
*
|
avformat/utils: Fix pts_wrap_behavior calculation with negative first_dts
Michael Niedermayer
2013-12-04
1
-3
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-11-24
1
-0
/
+2
|
\
|
|
*
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-11-23
1
-0
/
+2
*
|
avformat/utils: inject audio skip side data before the side data merge code
Michael Niedermayer
2013-11-21
1
-9
/
+12
*
|
avformat/utils: move side data merge after parser
Michael Niedermayer
2013-11-21
1
-3
/
+3
*
|
avformat/utils: dont count attached pics toward the probesize
Michael Niedermayer
2013-11-18
1
-2
/
+3
*
|
Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'
Michael Niedermayer
2013-11-16
1
-1
/
+1
|
\
|
|
*
Replace all instances of avcodec_alloc_frame() with av_frame_alloc().
Anton Khirnov
2013-11-16
1
-1
/
+1
*
|
Merge commit 'ecf442a58b09bdb1dc1d2c3904b82ac5f79b2878'
Michael Niedermayer
2013-11-14
1
-4
/
+10
|
\
|
|
*
lavf: improve support for AVC-Intra files.
Reimar Döffinger
2013-11-14
1
-0
/
+102
|
*
lavf: do not use int to store an int64
Anton Khirnov
2013-11-01
1
-1
/
+1
|
*
lavf: remove unreliable timestamp guessing heuristic
Anton Khirnov
2013-10-28
1
-22
/
+0
*
|
avformat/utils: disabled debug code to collect format probing statistics
Michael Niedermayer
2013-11-11
1
-0
/
+5
*
|
avformat/utils: never decrease has_b_frames in compute_pkt_fields()
Michael Niedermayer
2013-11-03
1
-1
/
+2
*
|
lavf: remove unreliable timestamp guessing heuristic
Anton Khirnov
2013-10-29
1
-24
/
+0
*
|
avformat/utils: make "first_dts not matching first dts in the queue" message ...
Michael Niedermayer
2013-10-27
1
-1
/
+2
*
|
avformat/utils: do not override pts in h264 when they are provided from the d...
Michael Niedermayer
2013-10-27
1
-2
/
+4
*
|
avformat/utils: Check size argument in ff_add_index_entry()
Michael Niedermayer
2013-10-24
1
-0
/
+3
*
|
avformat/utils: Check av_packet_new_side_data() return before using it
Michael Niedermayer
2013-10-20
1
-2
/
+4
*
|
avformat: use ff_alloc_extradata()
Paul B Mahol
2013-10-13
1
-8
/
+2
*
|
avformat: add ff_alloc_extradata() helper
Paul B Mahol
2013-10-13
1
-0
/
+20
*
|
avformat: add support to force specific AVCodecs
Michael Niedermayer
2013-10-02
1
-0
/
+15
*
|
avformat/utils: pass AVFormatContext to find_decoder()
Michael Niedermayer
2013-10-02
1
-7
/
+7
*
|
avformat/utils: factor find_decoder() out
Michael Niedermayer
2013-09-28
1
-5
/
+11
*
|
Merge commit 'ce67f442be0f6c4a8794272873852e256b5b8ee4'
Michael Niedermayer
2013-09-23
1
-1
/
+2
|
\
|
|
*
lavf: Avoid setting avg_frame_rate if delta_dts is negative
Martin Storsjö
2013-09-22
1
-1
/
+2
*
|
avformat: remove duplicate includes
Michael Niedermayer
2013-09-21
1
-1
/
+0
*
|
avformat/utils: remove unused variable
Michael Niedermayer
2013-09-20
1
-1
/
+0
*
|
Merge commit '5626f994f273af80fb100d4743b963304de9e05c'
Michael Niedermayer
2013-09-19
1
-6
/
+2
|
\
|
|
*
avformat: Use av_reallocp() where suitable
Alexandra Khirnova
2013-09-18
1
-1
/
+2
*
|
avformat/utils: Print warning if reallocating probe buffer failed
Michael Niedermayer
2013-09-17
1
-1
/
+5
*
|
Merge commit '68b467742092364f9306283f40effde2c12efe08'
Michael Niedermayer
2013-09-17
1
-6
/
+11
|
\
|
|
*
lavf: Make probe_codec return an error code
Alexandra Khirnova
2013-09-16
1
-7
/
+14
*
|
Do not suggest to increase probesize for image2 files.
Carl Eugen Hoyos
2013-09-17
1
-1
/
+2
*
|
avformat/utils: use av_realloc_array()
Michael Niedermayer
2013-09-11
1
-2
/
+2
*
|
avformat/utils: functions that add entries should not destroy the whole list ...
Michael Niedermayer
2013-09-11
1
-8
/
+10
*
|
Merge commit 'f369b9356c4606cd4d713d60f7db5de119d901fa'
Michael Niedermayer
2013-09-11
1
-10
/
+8
|
\
|
|
*
avformat: Use av_reallocp_array() where suitable
Alexandra Khirnova
2013-09-10
1
-10
/
+8
[prev]
[next]