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
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-18
11
-19
/
+303
|
\
|
*
rtpenc: Allow requesting H264 RTP packetization mode 0
Martin Storsjö
2012-06-18
4
-4
/
+17
|
*
RTMPT protocol support
Samuel Pitoiset
2012-06-17
5
-5
/
+272
|
*
http: Properly handle chunked transfer-encoding for replies to post data
Martin Storsjö
2012-06-17
1
-9
/
+6
|
*
http: Fail reading if the connection has gone away
Martin Storsjö
2012-06-17
1
-0
/
+3
|
*
amr: Mark an array const
Martin Storsjö
2012-06-17
1
-1
/
+1
|
*
amr: More space cleanup
Martin Storsjö
2012-06-17
1
-1
/
+1
|
*
rtpenc: Fix memory leaks in the muxer open function
Martin Storsjö
2012-06-17
1
-2
/
+6
*
|
lavf: add field for how duration is estimated
Michael Bradshaw
2012-06-18
4
-2
/
+27
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-17
3
-58
/
+47
|
\
\
|
|
/
|
*
amr: Cosmetic cleanup
Martin Storsjö
2012-06-17
1
-57
/
+40
|
*
mov_chan: Fix operator precedence by adding parentheses
Martin Storsjö
2012-06-17
1
-1
/
+1
|
*
tcp: Check the listen call
Jordi Ortiz
2012-06-17
1
-1
/
+5
*
|
avienc: use av_assert
Michael Niedermayer
2012-06-17
1
-3
/
+4
*
|
Change all uses of restrict to use av_restrict instead.
Ronald S. Bultje
2012-06-17
2
-4
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-16
2
-1
/
+124
|
\
\
|
|
/
|
*
flacdec: read attached pictures.
Anton Khirnov
2012-06-16
1
-0
/
+123
|
*
lavf: don't segfault when a NULL filename is passed to avformat_open_input()
Anton Khirnov
2012-06-16
1
-1
/
+1
*
|
ffmenc: use av_assert
Michael Niedermayer
2012-06-16
1
-1
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-15
1
-1
/
+0
|
\
\
|
|
/
|
*
segment: remove unnecessary <strings.h> include
Janne Grunau
2012-06-15
1
-1
/
+0
*
|
nutenc: use av_assert
Michael Niedermayer
2012-06-15
1
-1
/
+1
*
|
amr: use av_assert()
Michael Niedermayer
2012-06-15
1
-3
/
+2
*
|
lavf/aviobuf: use av_assert()
Michael Niedermayer
2012-06-15
1
-1
/
+2
*
|
lavf: cosmetic: format else with indentation
Michael Bradshaw
2012-06-15
1
-1
/
+1
*
|
lavf/{srt,microdvd}: correctly raise error on avformat_new_stream() error.
Clément Bœsch
2012-06-15
2
-2
/
+2
*
|
file: Fix handling of windows named pipes
Martin Sliwka
2012-06-15
1
-1
/
+1
*
|
avio: Collect and print statistics of bytes read & seeks
Michael Niedermayer
2012-06-15
2
-0
/
+16
*
|
matroskadec: add assert on lack of overflow in pkt_size+offset
Michael Niedermayer
2012-06-15
1
-0
/
+1
*
|
matroskadec: change size check in matroska_decode_buffer() to unsigned
Michael Niedermayer
2012-06-15
1
-1
/
+1
*
|
matroskadec: move lace_size check up so it catches all code pathes
Michael Niedermayer
2012-06-15
1
-5
/
+5
*
|
matroskadec: change assert to av_assert0()
Michael Niedermayer
2012-06-15
1
-1
/
+1
*
|
Fix incorrect unsigned->signed conversion.
Dale Curtis
2012-06-15
1
-1
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-15
4
-4
/
+57
|
\
\
|
|
/
|
*
rtmp: Read and handle incoming packets while writing data
Samuel Pitoiset
2012-06-14
3
-3
/
+56
|
*
rtpdec: Don't require frames to start with a Mode A packet
Martin Storsjö
2012-06-14
1
-1
/
+1
*
|
riff: use av_assert
Michael Niedermayer
2012-06-14
1
-1
/
+2
*
|
rawdec: use av_assert()
Michael Niedermayer
2012-06-14
1
-1
/
+2
*
|
pcmdec: use av_assert()
Michael Niedermayer
2012-06-14
1
-1
/
+2
*
|
asfdec: fix returned error codes
Martin T. H. Sandsmark
2012-06-14
1
-14
/
+14
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-13
1
-24
/
+62
|
\
\
|
|
/
|
*
rtmp: Add a new option 'rtmp_buffer', for setting the client buffer time
Samuel Pitoiset
2012-06-13
1
-1
/
+1
|
*
rtmp: Set the client buffer time to 3s instead of 0.26s
Samuel Pitoiset
2012-06-13
1
-17
/
+29
|
*
rtmp: Handle server bandwidth packets
Samuel Pitoiset
2012-06-13
1
-1
/
+11
|
*
rtmp: Display a verbose message when an unknown packet type is received
Samuel Pitoiset
2012-06-13
1
-0
/
+3
|
*
rtmp: Tokenize the AMF connection parameters manually instead of using strtok_r
Martin Storsjö
2012-06-13
1
-6
/
+19
*
|
nutenc: use av_assert
Michael Niedermayer
2012-06-13
1
-2
/
+3
*
|
mpegtsenc: use av_assert
Michael Niedermayer
2012-06-13
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-12
1
-2
/
+2
|
\
\
|
|
/
|
*
rtmp: Fix a possible access to invalid memory location when the playpath is t...
Samuel Pitoiset
2012-06-12
1
-2
/
+2
[next]