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
*
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
*
|
lavf/utils: add error check in av_read_frame()
Stefano Sabatini
2012-09-24
1
-5
/
+12
*
|
lavf/find_stream_info: make sure we decode at least one frame for DTS
Michael Niedermayer
2012-09-23
1
-0
/
+2
*
|
lavf: dont open a decoder at the top of find_stream_info before probing has f...
Michael Niedermayer
2012-09-23
1
-1
/
+1
*
|
lavf: allow using request_probe as a score threshold to accept a codec
Michael Niedermayer
2012-09-23
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-21
1
-0
/
+6
|
\
\
|
|
/
|
*
lavf: zero data/size of the packet passed to read_packet().
Anton Khirnov
2012-09-21
1
-0
/
+2
|
*
lavf probe: prevent codec probe with no data at all seen
Janne Grunau
2012-09-20
1
-0
/
+5
*
|
Remove code that duplicates existing code a few lines down.
Reimar Döffinger
2012-09-17
1
-3
/
+0
*
|
Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'
Michael Niedermayer
2012-09-16
1
-11
/
+18
|
\
\
|
|
/
|
*
avformat: fix typo in avformat_close_input
Luca Barbato
2012-09-15
1
-1
/
+1
|
*
lavf: flush the output AVIOContext in av_write_trailer().
Anton Khirnov
2012-09-15
1
-0
/
+4
|
*
lavf: cosmetics, reformat av_write_trailer().
Anton Khirnov
2012-09-15
1
-8
/
+8
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-15
1
-4
/
+10
|
\
\
|
|
/
|
*
avformat: refactor avformat_close_input
Luca Barbato
2012-09-14
1
-4
/
+13
|
*
avformat: simplify avformat_close_input
Luca Barbato
2012-09-14
1
-2
/
+2
*
|
lavf/compute_pkt_fields: only run pts by duration correction if reference ts ...
Michael Niedermayer
2012-09-14
1
-1
/
+1
*
|
compute_pkt_fields2: dont interpret max_b_frames of <0 as there being b frames.
Michael Niedermayer
2012-09-14
1
-1
/
+1
*
|
lavf/avformat_seek_file: fix harmless integer overflow
Michael Niedermayer
2012-09-11
1
-1
/
+1
*
|
utils/update_stream_timings: fix division by zero
Michael Niedermayer
2012-09-10
1
-1
/
+1
*
|
compute_pkt_fields: fix harmless integer overflow
Michael Niedermayer
2012-09-10
1
-1
/
+1
*
|
ffio_read: dont spam the user at EOF with a truncation error
Michael Niedermayer
2012-09-08
1
-1
/
+1
*
|
lavf/utils: fix typo in has_codec_parameters
Stefano Sabatini
2012-09-07
1
-1
/
+1
*
|
lavf: factor codec id forcing out
Michael Niedermayer
2012-09-07
1
-11
/
+17
*
|
lavu/parseutils: add av_small_strptime()
Stefano Sabatini
2012-09-06
1
-8
/
+2
*
|
lavf: fix a few typo in some comments.
Clément Bœsch
2012-09-05
1
-2
/
+2
[next]