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
...
*
|
Add int64_t probesize2 instead of int probesize to AVFormatContext.
Carl Eugen Hoyos
2014-07-30
1
-4
/
+9
*
|
Merge commit 'e253a9e2b3d683eb51db7c776326eb07de10ad4c'
Michael Niedermayer
2014-07-29
1
-162
/
+0
|
\
|
|
*
avformat: Move av_probe_input* to format.c
Luca Barbato
2014-07-29
1
-135
/
+0
*
|
Merge commit '7215fcf84032118ecd9fb54fb14154d69fea638d'
Michael Niedermayer
2014-07-27
1
-1
/
+1
|
\
|
|
*
avformat: Mark AVOutputFormat argument in avformat_query_codec as const
Diego Biurrun
2014-07-26
1
-1
/
+1
|
*
avformat_new_stream: make the AVCodec parameter const
Roman Savchenko
2014-07-08
1
-1
/
+1
|
*
Replace av_malloc() and memset(0) by av_mallocz()
Diego Biurrun
2014-06-22
1
-4
/
+2
*
|
avformat: add av_stream_get_parser() to access avformat AVParser
Michael Niedermayer
2014-07-14
1
-0
/
+5
*
|
avformat/utils: do not wait for packets from discarded streams for genpts
Michael Niedermayer
2014-07-13
1
-1
/
+2
*
|
avformat/mpegts: dont clear programs during probing
Michael Niedermayer
2014-07-12
1
-0
/
+3
*
|
avformat/mpegts: skip updating programs/streams when determining duration
Michael Niedermayer
2014-07-11
1
-0
/
+3
*
|
avformat/utils: better probing for duration in estimate_timings_from_pts()
Gaullier Nicolas
2014-06-19
1
-1
/
+10
*
|
Merge commit '194be1f43ea391eb986732707435176e579265aa'
Michael Niedermayer
2014-06-18
1
-3
/
+6
|
\
|
|
*
lavf: switch to AVStream.time_base as the hint for the muxer timebase
Anton Khirnov
2014-06-18
1
-3
/
+6
*
|
Merge commit '2dc265619a2fc9c6f9aff7ac2bcdbcb90e9610cb'
Michael Niedermayer
2014-06-16
1
-264
/
+0
|
\
|
|
*
lavf: group dump functions together
Vittorio Giovara
2014-06-14
1
-246
/
+0
*
|
Merge remote-tracking branch 'cehoyos/master'
Michael Niedermayer
2014-06-10
1
-2
/
+4
|
\
\
|
*
|
Allow values >31bit for -analyzeduration.
Carl Eugen Hoyos
2014-06-10
1
-2
/
+4
*
|
|
avformat/utils: dont wait for a first dts on demuxers which have AVFMT_NOTIME...
Michael Niedermayer
2014-06-10
1
-0
/
+1
|
/
/
*
|
avformat/utils/avformat_find_stream_info: Move max_analyze_duration setup out...
Michael Niedermayer
2014-06-02
1
-8
/
+8
*
|
avformat/utils: Call ff_rfps_add_frame() only for video
Michael Niedermayer
2014-06-02
1
-1
/
+2
*
|
Report "unknown codec" instead of "unspecifed size" if the codec is unknown.
Carl Eugen Hoyos
2014-06-02
1
-2
/
+3
*
|
Use rc_max_rate in av_find_best_stream() if bitrate == 0.
Carl Eugen Hoyos
2014-05-31
1
-0
/
+2
*
|
libavformat/utils: Warning about invalid cover art instead of an error
Lazaros Koromilas
2014-05-28
1
-2
/
+6
*
|
libavformat/utils: Fix segfault on m4a cover artwork parsing
Lazaros Koromilas
2014-05-28
1
-0
/
+2
*
|
avformat/utils: set max analyze duration depending on the circumstances
Michael Niedermayer
2014-05-26
1
-2
/
+6
*
|
avformat: move default for max_analyze_duration into utils.c
Michael Niedermayer
2014-05-26
1
-2
/
+7
*
|
avformat: add format_probesize to allow tuning the maximum amount of bytes to...
Michael Niedermayer
2014-05-25
1
-4
/
+2
*
|
avformat/utils: Check end time in avpriv_new_chapter()
Michael Niedermayer
2014-05-23
1
-0
/
+5
*
|
avformat: add av_stream_get_end_pts()
Michael Niedermayer
2014-05-21
1
-0
/
+5
*
|
Merge commit 'c23c96b638cbf6c489fd301e6b3d5555632fba37'
Michael Niedermayer
2014-05-20
1
-0
/
+15
|
\
|
|
*
lavf: add av_stream_get_side_data
Janne Grunau
2014-05-20
1
-0
/
+15
|
*
probe: Support AAC_LATM in set_codec_from_probe_data
Luca Barbato
2014-05-03
1
-0
/
+1
|
*
lavc: eliminate tb_unreliable()
Anton Khirnov
2014-04-28
1
-19
/
+1
*
|
estimate_timings_from_pts: Execute max 1 iteration extra to find more than 1 ...
Michael Niedermayer
2014-05-16
1
-10
/
+15
*
|
estimate_timings_from_pts: Try to get the duration for all streams
Gaullier Nicolas
2014-05-16
1
-4
/
+15
*
|
estimate_timings_from_pts: simplify filesize end check
Michael Niedermayer
2014-05-16
1
-1
/
+1
*
|
estimate_timings_from_pts: Also consider packet duration
Gaullier Nicolas
2014-05-16
1
-1
/
+1
*
|
estimate_timings_from_pts: Warn about A/V streams for which no duration could...
Gaullier Nicolas
2014-05-16
1
-0
/
+14
*
|
avformat/utils: if the id3 tag is too large for data after it to become avail...
Michael Niedermayer
2014-05-12
1
-2
/
+5
*
|
avformat/utils: limit probe score in the id3 case only if there is a chance t...
Michael Niedermayer
2014-05-12
1
-1
/
+3
*
|
avformat/utils: fix const warnings
Michael Niedermayer
2014-05-07
1
-3
/
+3
*
|
avformat/utils: Set the average frame rate from the r_frame_rate if the strea...
Michael Niedermayer
2014-04-28
1
-0
/
+9
*
|
avformat/utils: Ensure that average fps is probed if requested by the user ev...
Michael Niedermayer
2014-04-28
1
-2
/
+3
*
|
avformat/utils: prevent r frame rate from being set larger than 1/tb
Michael Niedermayer
2014-04-28
1
-1
/
+2
*
|
avformat/utils: add gif to tb_unreliable()
Michael Niedermayer
2014-04-28
1
-0
/
+1
*
|
Merge commit 'f9157463dbcd2db8fe9504197c0c04d0d7d04f31'
Michael Niedermayer
2014-04-22
1
-6
/
+0
|
\
|
|
*
lavf: do not use the parser duration for video
Anton Khirnov
2014-04-22
1
-6
/
+0
*
|
avformat: Fix decoder search in find stream info
Michael Niedermayer
2014-04-21
1
-3
/
+5
*
|
ff_id3v2_read: add option to limit ID3 magic number search
Peter Ross
2014-04-19
1
-1
/
+1
[prev]
[next]