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: deprecate av_apply_bitstream_filters
Rodger Combs
2016-06-25
1
-0
/
+4
*
|
lavf/utils: fix const warning at a find_decoder() call
Clément Bœsch
2016-06-25
1
-1
/
+1
*
|
avformat/utils: Use internal->avctx for bitrate in estimate_timings_from_bit_...
Michael Niedermayer
2016-06-22
1
-0
/
+2
*
|
avformat/utils: change bit_rate to 64 bit in estimate_timings_from_bit_rate()
Michael Niedermayer
2016-06-22
1
-2
/
+2
*
|
avformat/utils: in debug mode, print number of streams found before avformat_...
Aman Gupta
2016-06-14
1
-2
/
+2
*
|
lavf/utils: fix timestamp trace log in estimate_timings() function
Stefano Sabatini
2016-06-14
1
-4
/
+4
*
|
avformat/utils: Export coded dimensions unconditionally
Michael Niedermayer
2016-06-13
1
-2
/
+2
*
|
avformat/utils: Do not overwrite, but use sample_fmt from context
Michael Niedermayer
2016-06-09
1
-0
/
+3
*
|
avformat/utils: Open decoder even if there are no packets if parameters are m...
Michael Niedermayer
2016-06-09
1
-2
/
+11
*
|
avformat/utils: Initialize st in loop
Michael Niedermayer
2016-06-09
1
-0
/
+2
*
|
avformat: Copy properties from internal context
Michael Niedermayer
2016-06-02
1
-0
/
+3
*
|
avformat/utils: avoid overflow in compute_chapters_end() with huge durations
Michael Niedermayer
2016-05-29
1
-1
/
+1
*
|
avformat/utils: avoid overflow in update_stream_timings() with huge durations
Michael Niedermayer
2016-05-29
1
-1
/
+1
*
|
avformat/utils: Fix use of uninitialized variable
Michael Niedermayer
2016-05-26
1
-2
/
+1
*
|
avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id()
Chris Cunningham
2016-05-17
1
-1
/
+1
*
|
avformat/utils: Do not compute the bitrate from duration == 0
Michael Niedermayer
2016-05-16
1
-1
/
+1
*
|
avformat/utils: Check bps before using it in a shift in ff_get_pcm_codec_id()
Michael Niedermayer
2016-05-11
1
-0
/
+3
*
|
avformat/utils: Do not detect video codecs when audio is expected
Michael Niedermayer
2016-05-04
1
-0
/
+3
*
|
lavf: use new decode API
wm4
2016-04-21
1
-15
/
+15
*
|
avformat/utils: Remove use of caps_internal as it is not public API
Michael Niedermayer
2016-04-21
1
-1
/
+1
*
|
avformat: add AVFormatContext to ff_get_extradata()
Paul B Mahol
2016-04-14
1
-2
/
+2
*
|
Revert "Merge commit '1ceb07eb313c2d51383408025e57a2fe50ccd164'"
Derek Buitenhuis
2016-04-13
1
-3
/
+3
*
|
Merge commit '1ceb07eb313c2d51383408025e57a2fe50ccd164'
Derek Buitenhuis
2016-04-13
1
-3
/
+3
|
\
|
|
*
avformat_find_stream_info: move duration guessing after updating codec parame...
Anton Khirnov
2016-03-04
1
-2
/
+2
*
|
avformat/utils: use av_codec_g/set_lowres()
Michael Niedermayer
2016-04-12
1
-3
/
+3
*
|
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-04-10
1
-188
/
+427
|
\
|
|
*
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-23
1
-91
/
+232
|
*
lavf: use the io_open callbacks for files opened from open_input() as well
Anton Khirnov
2016-02-22
1
-2
/
+2
*
|
lavc/utils: Introduce ff_bprint_to_codecpar_extradata for avformat
Hendrik Leppkes
2016-04-03
1
-0
/
+23
*
|
fix some a/an typos
Lou Logan
2016-03-28
1
-1
/
+1
*
|
avformat/utils: scan a bit farther for a keyframe in mpeg/mpegts (7 sec inste...
Michael Niedermayer
2016-03-21
1
-0
/
+2
*
|
avformat/utils: increase detected start_time with skip_samples
Marton Balint
2016-03-20
1
-2
/
+8
*
|
avformat/utils: Do not wait for more than 1 frame on attachments
Michael Niedermayer
2016-03-19
1
-1
/
+1
*
|
lavf/utils: Fix DTS for short H264 streams.
Sasi Inguva
2016-03-12
1
-0
/
+13
*
|
avformat/utils: factor update_dts_from_pts() out
Sasi Inguva
2016-03-12
1
-21
/
+43
*
|
lavf: allow BSFs to drop packets.
Ronald S. Bultje
2016-03-11
1
-0
/
+5
*
|
avformat/utils: fix dts from pts code in compute_pkt_fields() during ascendin...
Michael Niedermayer
2016-03-08
1
-2
/
+3
*
|
avformat: Add a protocol blacklisting API
Derek Buitenhuis
2016-03-04
1
-4
/
+15
*
|
lavf/utils: Normalize AVPacket.data to native endian in ff_get_packet_palette()
Mats Peterson
2016-03-04
1
-7
/
+16
*
|
avformat/utils: add a function to standardize creation time
Marton Balint
2016-03-03
1
-0
/
+22
*
|
lavf/utils: Add ff_get_packet_palette()
Mats Peterson
2016-03-02
1
-0
/
+16
*
|
avformat/utils: Be slightly more tolerant with fps vs. stream timebase
Michael Niedermayer
2016-02-29
1
-1
/
+2
*
|
probe TrueHD in MPEGTS
Rodger Combs
2016-02-27
1
-0
/
+1
*
|
avformat/dvbtxt: add raw demuxer for dvb teletext probing
Marton Balint
2016-02-19
1
-0
/
+1
*
|
avformat/utils: remove ff_iso8601_to_unix_time
Marton Balint
2016-02-14
1
-12
/
+0
*
|
avformat/utils: add ff_parse_creation_time_metadata
Marton Balint
2016-02-14
1
-0
/
+17
*
|
Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'
Derek Buitenhuis
2016-02-10
1
-3
/
+12
|
\
|
|
*
lavf: allow custom IO for all files
Anton Khirnov
2016-01-24
1
-0
/
+7
*
|
avformat: add protocol_whitelist
Michael Niedermayer
2016-02-02
1
-4
/
+18
*
|
Print the whitelists if entities are not found on them
Michael Niedermayer
2016-01-24
1
-2
/
+2
[prev]
[next]