index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
Michael Niedermayer
2012-12-05
1
-2
/
+0
|
\
|
*
Remove pointless #undefs of previously forbidden functions.
Anton Khirnov
2012-12-04
1
-2
/
+0
*
|
lavf: compute probe buffer size more reliably.
Nicolas George
2012-12-04
1
-3
/
+2
*
|
lavf: the core rfps code needs 2 durations to estimate rfps
Michael Niedermayer
2012-12-04
1
-1
/
+1
*
|
Merge commit '5c7bf2dddee5bdfa247ff0d57cb8a37d19077f66'
Michael Niedermayer
2012-11-29
1
-0
/
+31
|
\
\
|
|
/
|
*
lavf: add a common function for selecting a pcm codec from parameters
Justin Ruggles
2012-11-28
1
-0
/
+30
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-11-26
1
-1
/
+4
|
\
\
|
|
/
|
*
lavf: avoid integer overflow in ff_compute_frame_duration()
Janne Grunau
2012-11-26
1
-1
/
+4
*
|
replace av_log(0, by av_log(NULL,
Michael Niedermayer
2012-11-23
1
-2
/
+2
*
|
Add -skip_initial_bytes option.
Carl Eugen Hoyos
2012-11-20
1
-0
/
+1
*
|
Allow use of @ character in username and passwords embedded in URLs
Gavin Kinsey
2012-11-19
1
-4
/
+5
*
|
lavf: let av_find_best_stream use bitrate info if available
Marton Balint
2012-11-18
1
-3
/
+10
*
|
av_probe_input_format3: support NULL as buffer. Fixes null ptr deref
Michael Niedermayer
2012-11-13
1
-0
/
+4
*
|
lavf: Dont compare absolute to relative timestamps in duration gcd
Michael Niedermayer
2012-11-09
1
-1
/
+1
*
|
utils: fix integer overflow with DURATION_MAX_READ_SIZE
Michael Niedermayer
2012-11-06
1
-1
/
+1
*
|
lavf: fix integer overflow in rfps calculation
Michael Niedermayer
2012-11-01
1
-1
/
+1
*
|
utils: fix rounding of micro seconds
Michael Niedermayer
2012-10-31
1
-2
/
+3
*
|
lavf: const correctness for avformat_new_stream
Paul B Mahol
2012-10-24
1
-1
/
+1
*
|
lavf: fix duration estimation for multi program TS
Michael Niedermayer
2012-10-23
1
-2
/
+21
*
|
lavf: increase retries to guess duration from pts by 1
Michael Niedermayer
2012-10-23
1
-1
/
+1
*
|
avformat_free_context: allow NULL as argument
Michael Niedermayer
2012-10-20
1
-0
/
+3
*
|
utils: consider mpeg4 in mp4/mov to have a unreliable timebase
Michael Niedermayer
2012-10-16
1
-0
/
+1
*
|
lavf: fix fps detection with PAFF H.264
Michael Niedermayer
2012-10-14
1
-4
/
+7
*
|
avio: redesign ffio_rewind_with_probe_data()
Michael Niedermayer
2012-10-13
1
-2
/
+1
*
|
update_initial_timestamps: increase pts_buffer size
Michael Niedermayer
2012-10-12
1
-2
/
+2
*
|
lavf: do not prematurely accept a format with low score in init_input()
Michael Niedermayer
2012-10-10
1
-1
/
+2
*
|
lavf: add a AVPROBE_SCORE_RETRY instead of using hardcoded values.
Michael Niedermayer
2012-10-10
1
-3
/
+3
*
|
Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'
Michael Niedermayer
2012-10-10
1
-2
/
+2
|
\
\
|
|
/
|
*
url: Handle relative urls starting with two slashes
Duncan Salerno
2012-10-09
1
-4
/
+10
|
*
url: Handle relative urls being just a new query string
Duncan Salerno
2012-10-09
1
-0
/
+6
|
*
url: Don't treat slashes in query parameters as directory separators
Duncan Salerno
2012-10-09
1
-1
/
+7
*
|
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-1
/
+1
*
|
Merge commit '55f9037f38bc3beacb2f5a17408c1d24c077d7fd'
Michael Niedermayer
2012-10-02
1
-697
/
+5
|
\
\
|
|
/
|
*
avformat: split muxing functions from util.c
Luca Barbato
2012-10-01
1
-517
/
+6
*
|
Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'
Michael Niedermayer
2012-10-02
1
-3
/
+4
|
\
\
|
|
/
|
*
avformat: const correctness for av_hex_dump / av_hex_dump_log
Diego Biurrun
2012-10-01
1
-3
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-01
1
-5
/
+6
|
\
\
|
|
/
|
*
avformat: Convert some commented-out printf/av_log instances to av_dlog
Diego Biurrun
2012-10-01
1
-3
/
+9
*
|
lavf: free probe data in case we close before probing finished
Michael Niedermayer
2012-09-29
1
-0
/
+1
*
|
lavf: fill in past dts based on reordered pts once the delay becomes known.
Michael Niedermayer
2012-09-26
1
-0
/
+14
*
|
lavf: factorize timestamp shift in update_initial_timestamps()
Michael Niedermayer
2012-09-26
1
-3
/
+5
*
|
lavf: Add support offset timestamps on muxing.
Michael Niedermayer
2012-09-26
1
-2
/
+22
*
|
lavf: fix bug that caused has_decode_delay_been_guessed() to never return !=0
Michael Niedermayer
2012-09-26
1
-0
/
+2
*
|
Handle the following type of relative URL correctly:
Duncan Salerno
2012-09-26
1
-5
/
+23
*
|
Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'
Michael Niedermayer
2012-09-25
1
-9
/
+19
|
\
\
|
|
/
|
*
lavf: use a malloced AVFrame in try_decode_frame().
Anton Khirnov
2012-09-24
1
-8
/
+17
*
|
Fix two "skiping" typo.
Clément Bœsch
2012-09-25
1
-1
/
+1
*
|
lavf: dont add apic streams for demuxers that dont support it.
Michael Niedermayer
2012-09-25
1
-3
/
+7
*
|
lavf/utils: remove loop on AVERROR(EAGAIN) in av_read_frame()
Stefano Sabatini
2012-09-24
1
-12
/
+6
[next]