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
...
*
|
fix "than" typo
Michael Niedermayer
2014-12-13
1
-1
/
+1
*
|
avformat/utils: Do not estimate the container bitrate from the streams if one...
Michael Niedermayer
2014-12-13
1
-0
/
+5
*
|
avformat/utils: check for malloc failure
wm4
2014-12-12
1
-0
/
+5
*
|
avformat/utils: change assert to av_assert0()
Michael Niedermayer
2014-12-09
1
-1
/
+1
*
|
avformat/utils: replace impossible condition by av_assert0() in ff_gen_search()
Michael Niedermayer
2014-12-09
1
-4
/
+1
*
|
avformat/utils: fix calculating the absolute difference of timestamps
Michael Niedermayer
2014-12-09
1
-1
/
+1
*
|
avformat/utils: Compute the current pts of mpeg1/2 I/P frames from the next f...
Michael Niedermayer
2014-12-09
1
-0
/
+8
*
|
avformat/utils: Pass the next pts/dts to compute_pkt_fields() when available
Michael Niedermayer
2014-12-09
1
-4
/
+7
*
|
avformat/utils: Search harder for missing stream information in flv by default
Michael Niedermayer
2014-12-01
1
-5
/
+10
*
|
avformat: replace some odd 30-60 rates by higher less odd ones in get_std_fr...
Michael Niedermayer
2014-11-21
1
-3
/
+9
*
|
Read (display) aspect ratio from mxf files.
Carl Eugen Hoyos
2014-11-17
1
-0
/
+5
*
|
lavf/ffm: store/restore private codec context
Lukasz Marek
2014-11-16
1
-0
/
+2
*
|
avformat/utils: Leave skip_clear enabled until after estimate_timings()
Michael Niedermayer
2014-11-03
1
-1
/
+2
*
|
avformat/utils: support more AVC Intra formats without SPS/PPS header
Thomas Mundt
2014-10-29
1
-2
/
+40
*
|
avformat: Add and use ff_copy_whitelists()
Michael Niedermayer
2014-10-24
1
-0
/
+13
*
|
avformat: Add format_whitelist
Michael Niedermayer
2014-10-19
1
-0
/
+17
*
|
avformat/util: Simplify av_guess_frame_rate() by using AVCodecContext.framerate
Michael Niedermayer
2014-10-16
1
-2
/
+1
*
|
avformat/utils: Try to correct the codec_framerate in ff_compute_frame_durati...
Michael Niedermayer
2014-10-16
1
-1
/
+1
*
|
avformat/utils: use av_reduce() to simplify code and avoid overflow in ff_com...
Michael Niedermayer
2014-10-15
1
-8
/
+9
*
|
Merge commit '2d6e58497e76836604364b037df9b00ba3d75b69'
Michael Niedermayer
2014-10-15
1
-6
/
+12
|
\
|
|
*
lavf: switch to AVCodecContext.framerate for demuxing
Anton Khirnov
2014-10-15
1
-6
/
+8
|
*
lavf: Don't drop both pts and dts if timestamps are invalid
Michael Niedermayer
2014-10-12
1
-1
/
+1
*
|
avformat/utils: print more information with av_dlog() in compute_pkt_fields()
Michael Niedermayer
2014-10-13
1
-2
/
+2
*
|
avformat: remove obsolete FF_API_READ_PACKET cruft
James Almer
2014-10-05
1
-7
/
+0
*
|
avformat: remove obsolete FF_API_CLOSE_INPUT_FILE cruft
James Almer
2014-10-05
1
-7
/
+0
*
|
avformat: remove obsolete FF_API_SET_PTS_INFO cruft
James Almer
2014-10-05
1
-8
/
+0
*
|
avformat: remove obsolete FF_API_NEW_STREAM cruft
James Almer
2014-10-05
1
-10
/
+0
*
|
avformat: remove obsolete FF_API_FORMAT_PARAMETERS cruft
James Almer
2014-10-05
1
-7
/
+0
*
|
Merge commit '19133e96d30e3f80dbae236ef081aedef419a6bf'
Michael Niedermayer
2014-09-29
1
-0
/
+5
|
\
|
|
*
lavf: fix memleaks in avformat_find_stream_info()
Justin Ruggles
2014-09-29
1
-0
/
+5
*
|
avformat/mp3dec: avoid early EOF with concatenated gapless mp3s
wm4
2014-09-21
1
-3
/
+4
*
|
avformat/mp3dec: fix gapless audio support
wm4
2014-09-20
1
-1
/
+16
*
|
avformat/utils: free s->pb for image2 as it can be used with and without a file
Michael Niedermayer
2014-09-13
1
-1
/
+1
*
|
avformat/utils: Exclude the header size when computing duration from bit_rate
Hendrik Leppkes
2014-09-08
1
-1
/
+2
*
|
avformat/utils: remove assert that tests the same condition as the if() direc...
Michael Niedermayer
2014-08-26
1
-1
/
+0
*
|
Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d'
Michael Niedermayer
2014-08-25
1
-0
/
+1
|
\
|
|
*
lavf: add AVFormatContext.max_ts_probe
Anton Khirnov
2014-08-25
1
-0
/
+1
|
*
lavf: eliminate ff_get_audio_frame_size()
Anton Khirnov
2014-08-13
1
-22
/
+1
*
|
vformat/utils: call flush_packet_queue() from avformat_free_context()
Michael Niedermayer
2014-08-15
1
-1
/
+1
*
|
Fix packet_buffer memory leak in avformat_free_context
Andrey Myznikov
2014-08-15
1
-0
/
+1
*
|
lavf: eliminate ff_get_audio_frame_size()
Anton Khirnov
2014-08-14
1
-16
/
+1
*
|
Move WMA case from ff_get_audio_frame_size() to av_get_audio_frame_duration()
Michael Niedermayer
2014-08-14
1
-6
/
+1
*
|
Move frame_size fallback from ff_get_audio_frame_size() to av_get_audio_frame...
Michael Niedermayer
2014-08-14
1
-4
/
+0
*
|
avformat/utils: Remove demuxer specific frame_size fallback from ff_get_audio...
Michael Niedermayer
2014-08-14
1
-4
/
+0
*
|
Merge commit '481a3667495425db9fdffb653292b6460fb68208'
Michael Niedermayer
2014-08-14
1
-0
/
+23
|
\
|
*
|
Merge commit '019d3fccc4dcf5c8379112f697ce9eb08edee9b9'
Michael Niedermayer
2014-08-13
1
-0
/
+9
|
\
|
|
*
Set protocol-level metadata in AVFormatContext any time a packet is read.
Andrew Stone
2014-08-13
1
-0
/
+9
*
|
avcodec/raw: add avpriv_get_raw_pix_fmt_tags()
James Almer
2014-08-07
1
-1
/
+1
*
|
Do not return a probe score from set_codec_from_probe_data() if the codec was...
Carl Eugen Hoyos
2014-08-07
1
-2
/
+2
*
|
avformat/util: change av_find_default_stream_index() to use a score based system
Michael Niedermayer
2014-08-04
1
-6
/
+19
[prev]
[next]