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
Commit message (
Expand
)
Author
Age
Files
Lines
*
segmenter: loose rindex()
Michael Niedermayer
2011-10-17
1
-2
/
+2
*
AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.
Clément Bœsch
2011-10-17
4
-19
/
+19
*
segment: Fix typo in segment_basename
Michael Niedermayer
2011-10-17
1
-1
/
+1
*
segment: replace strdup() by av_strdup()
Michael Niedermayer
2011-10-17
1
-1
/
+1
*
Merge remote-tracking branch 'luzero/segment'
Michael Niedermayer
2011-10-17
3
-0
/
+236
|
\
|
*
segment: extend options
Luca Barbato
2011-10-13
1
-5
/
+10
|
*
segment: basic pattern support and playlist output
Luca Barbato
2011-10-12
1
-4
/
+13
|
*
segment: introduce segmented chain muxer
Luca Barbato
2011-10-12
3
-0
/
+222
|
*
output-example: extend duration
Luca Barbato
2011-10-12
1
-1
/
+1
*
|
av_tempfile: Pass int log_offset, void *log_ctx
Michael Niedermayer
2011-10-16
1
-1
/
+1
*
|
cache: add todo list
Michael Niedermayer
2011-10-16
1
-0
/
+7
*
|
cache: Fallback to using the cache size for AVSEEK_SIZE if the underlaying pr...
Michael Niedermayer
2011-10-16
1
-1
/
+8
*
|
add cache protocol
Michael Niedermayer
2011-10-16
3
-0
/
+132
*
|
Support decoding ASP variant from QNAP Systems.
Carl Eugen Hoyos
2011-10-16
1
-0
/
+1
*
|
asf: export all the DRM stuff, some of it are human readable strings.
Michael Niedermayer
2011-10-16
1
-1
/
+14
*
|
asf: dont warn the user about digital sigantures, they should on their own no...
Michael Niedermayer
2011-10-16
1
-1
/
+1
*
|
asf: export encryption information from asf.
Michael Niedermayer
2011-10-16
1
-0
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-16
1
-1
/
+1
|
\
\
|
*
|
matroskadec: fix out of bounds write
Ronald S. Bultje
2011-10-15
1
-1
/
+1
*
|
|
bit: require at least 1 frame for probing
Michael Niedermayer
2011-10-16
1
-0
/
+3
*
|
|
idf: Improve idf_probe() so it doesnt succeed on 0 byte input
Michael Niedermayer
2011-10-16
1
-1
/
+3
*
|
|
Support H264 from QNAP Systems.
Carl Eugen Hoyos
2011-10-15
1
-0
/
+1
*
|
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-14
3
-16
/
+17
|
\
\
\
|
|
/
/
|
*
|
mov: 10l: Terminate string with 0 not '0'
Alex Converse
2011-10-14
1
-1
/
+1
|
*
|
mov: Prevent illegal writes when chapter titles are very short.
Alex Converse
2011-10-14
1
-8
/
+15
|
*
|
riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_header
John Brooks
2011-10-14
2
-8
/
+2
*
|
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-14
6
-98
/
+103
|
\
\
\
|
|
/
/
|
*
|
id3v2: reduce the scope of some non-globally-used symbols/structures
Diego Biurrun
2011-10-13
2
-18
/
+14
|
*
|
id3v2: cosmetics: move some declarations before the places they are used
Diego Biurrun
2011-10-13
1
-65
/
+65
|
*
|
shn: do not allow seeking in the raw shn demuxer.
Justin Ruggles
2011-10-13
1
-1
/
+1
|
*
|
avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.
Justin Ruggles
2011-10-13
3
-2
/
+5
|
*
|
avformat: update AVInputFormat allowed flags
Justin Ruggles
2011-10-13
1
-1
/
+3
|
*
|
avformat: don't unconditionally call ff_read_frame_flush() when trying to seek.
Justin Ruggles
2011-10-13
1
-10
/
+14
|
|
/
*
|
Improve PVA probe function.
Reimar Döffinger
2011-10-13
1
-2
/
+15
*
|
libmodplug: remove mathematical constants now redundant.
Nicolas George
2011-10-13
1
-5
/
+0
*
|
g723.1: use raw muxer
Mohamed Naufal
2011-10-13
3
-22
/
+14
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-13
30
-145
/
+194
|
\
\
|
|
/
|
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
19
-59
/
+59
|
*
Remove all uses of deprecated AVOptions API.
Anton Khirnov
2011-10-12
3
-12
/
+11
|
*
AVOptions: add new API for enumerating children.
Anton Khirnov
2011-10-12
1
-22
/
+29
|
*
flvenc: Write the right metadata entry count
Martin Storsjö
2011-10-12
1
-3
/
+10
|
*
rtsp: Request that dynamic rate is disabled
Martin Storsjö
2011-10-12
1
-0
/
+2
|
*
rtsp: Parse the x-Accept-Dynamic-Rate header
Martin Storsjö
2011-10-12
2
-0
/
+6
|
*
rtpdec: Add ff_ prefix to all nonstatic symbols
Martin Storsjö
2011-10-12
4
-37
/
+37
|
*
rtpdec: Read the packet length for all RTCP packet types
John Brooks
2011-10-12
1
-7
/
+7
|
*
rtpdec: Fix the minimum packet length for RTCP SR packets
John Brooks
2011-10-12
1
-1
/
+1
|
*
flvdec: Don't export metadata entries that aren't proper metadata
Martin Storsjö
2011-10-12
1
-0
/
+14
|
*
flvdec: Split out setting of numeric fields from storing metadata
Martin Storsjö
2011-10-12
1
-5
/
+9
*
|
Correct buffer handling for RTCP packets
John Brooks
2011-10-13
1
-7
/
+7
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-12
3
-74
/
+86
|
\
\
|
|
/
[next]