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
...
*
Factorize get_duration() out of 4 places of the avi demuxer.
Michael Niedermayer
2010-07-01
1
-14
/
+11
*
Use new librtmp APIs instead of grubbing around in RTMP struct
Howard Chu
2010-07-01
1
-6
/
+3
*
Prevent infinite recursion of odml indexes.
Michael Niedermayer
2010-07-01
1
-0
/
+9
*
Make "invalid dts/pts combination" a debug instead of a warning message.
XBMC
2010-06-30
1
-1
/
+1
*
Allow setting streamid when muxing mpegts.
Mike Scheutzow
2010-06-30
1
-2
/
+29
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
15
-128
/
+128
*
mxfdec: Improve parsing of the PixelLayout item
Tomas Härdin
2010-06-30
3
-14
/
+62
*
In mov demuxer, increase total size after debugging message
Baptiste Coudurier
2010-06-28
1
-1
/
+1
*
Reindent
Josh Allmann
2010-06-28
1
-17
/
+17
*
rtpdec: Clean up FMTP parsing code in AMR RTP depacketizer
Josh Allmann
2010-06-28
1
-29
/
+51
*
rtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizer
Josh Allmann
2010-06-28
1
-25
/
+4
*
rtpdec: Malloc the fmtp value buffer
Josh Allmann
2010-06-28
1
-3
/
+12
*
Reindent
Josh Allmann
2010-06-28
1
-18
/
+18
*
rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizer
Josh Allmann
2010-06-28
1
-19
/
+14
*
rtpdec: Clean up FMTP parsing code in H.264 RTP depacketizer
Josh Allmann
2010-06-28
1
-14
/
+1
*
Reindent
Josh Allmann
2010-06-28
1
-2
/
+2
*
rtpdec: Return ENOMEM if H.264 RTP fails to allocate memory for SDP extradata
Josh Allmann
2010-06-28
1
-1
/
+3
*
rtpdec: Add generic function for iterating over FMTP configuration lines
Josh Allmann
2010-06-28
2
-0
/
+30
*
rtpdec: Move space_chars from avformat/internal to rtpdec
Josh Allmann
2010-06-28
3
-3
/
+2
*
Fix an "assignment from incompatible pointer type" warning in av_read_frame_i...
Eli Friedman
2010-06-28
1
-1
/
+1
*
Remove an unused label, fixing a warning
Eli Friedman
2010-06-27
1
-1
/
+0
*
Add proper const declaration to a cast, fixes a warning
Eli Friedman
2010-06-27
1
-1
/
+1
*
Make ff_url_split() public
Måns Rullgård
2010-06-27
12
-36
/
+63
*
Fix implicit cast warning
Eli Friedman
2010-06-27
1
-1
/
+1
*
rtpdec_mpeg4: Rename PayloadContext to be consistently 'data'
Josh Allmann
2010-06-25
1
-24
/
+24
*
RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...
Josh Allmann
2010-06-25
5
-71
/
+62
*
rtpdec: Move AAC depacketization code in rtpdec to a proper payload handler
Josh Allmann
2010-06-25
2
-76
/
+83
*
RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.c
Josh Allmann
2010-06-25
2
-69
/
+50
*
RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c
Josh Allmann
2010-06-25
5
-63
/
+168
*
RTSP: Remove skip_spaces in favor of strspn
Josh Allmann
2010-06-25
2
-25
/
+14
*
avienc : Avoid creating invalid AVI files when muxing subtitle streams
Jai Menon
2010-06-25
1
-1
/
+4
*
Improve mov atom parsing debug message, print parent atom and size in decimal
Baptiste Coudurier
2010-06-25
1
-5
/
+5
*
Remove typo: s/ingore/ignore/
Luca Barbato
2010-06-24
1
-1
/
+1
*
asfdec: ensure number of streams is within bounds; remove VLA in asf_read_pts()
Måns Rullgård
2010-06-24
1
-1
/
+7
*
Correctly return EOF for smacker videos
Alexei Svitkine
2010-06-24
1
-1
/
+1
*
Reindent
Martin Storsjö
2010-06-23
1
-1
/
+1
*
Add all required includes to avio.h
Martin Storsjö
2010-06-23
1
-0
/
+1
*
Continue after guids in asf after which other guids are possible instead of s...
Michael Niedermayer
2010-06-23
1
-0
/
+2
*
Mention how "now" is interpreted in the parse_date() doxy.
Stefano Sabatini
2010-06-22
1
-1
/
+2
*
Fix date specification accepted by parse_date().
Stefano Sabatini
2010-06-22
1
-1
/
+1
*
Make the http protocol open the connection immediately in http_open again
Martin Storsjö
2010-06-22
2
-35
/
+9
*
Add an AVClass to the HTTPContext
Martin Storsjö
2010-06-22
1
-1
/
+12
*
Allocate the HTTPContext through URLProtocol.priv_data_size
Martin Storsjö
2010-06-22
1
-12
/
+2
*
Add priv_data_size and priv_data_class to URLProtocol
Martin Storsjö
2010-06-22
3
-1
/
+12
*
Split url_open and url_open_protocol into url_alloc and url_connect
Martin Storsjö
2010-06-22
3
-15
/
+69
*
Add an av_register_protocol2 function that takes a size parameter
Martin Storsjö
2010-06-22
4
-4
/
+32
*
Fix failure in av_read_frame on timestamp rollover.
Stephen Dredge
2010-06-22
1
-3
/
+3
*
RTSP: Use the same authentication for the HTTP POST session as for the GET
Martin Storsjö
2010-06-21
1
-0
/
+18
*
HTTP: Add a method for initializing the authentication state from another con...
Martin Storsjö
2010-06-21
2
-0
/
+17
*
Reindent
Martin Storsjö
2010-06-21
1
-1
/
+1
[prev]
[next]