index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
HTTP: Compact the code for writing chunked post data
Martin Storsjö
2010-06-21
1
-6
/
+3
*
HTTP: Get rid of the is_chunked variable, use the chunksize variable instead
Martin Storsjö
2010-06-21
1
-10
/
+5
*
HTTP: Clarify a comment
Martin Storsjö
2010-06-21
1
-1
/
+1
*
Reset chunksize back to zero (= no chunked encoding) after each new open
Ronald S. Bultje
2010-06-20
1
-1
/
+1
*
Use url_write(), not http_write(), for sending the HTTP headers. This prevents
Ronald S. Bultje
2010-06-20
1
-2
/
+1
*
Add IEC958 data_types for DTS-HD (data burst described in IEC 61937-5),
Carl Eugen Hoyos
2010-06-20
1
-0
/
+3
*
RTSP: Add the auth credentials to the HTTP tunnel URL, too
Martin Storsjö
2010-06-19
1
-1
/
+1
*
ff_url_join: Don't add any at-char if the auth is an empty string
Martin Storsjö
2010-06-19
2
-2
/
+3
*
RTSP: Set the connection handles to null after closing them
Martin Storsjö
2010-06-19
1
-0
/
+1
*
RTSP: Don't store the connection handles in local variables
Josh Allmann
2010-06-19
1
-14
/
+9
*
Improve h263_probe()
Michael Niedermayer
2010-06-18
1
-0
/
+8
*
RTSP: Clean up rtsp_hd on failure
Martin Storsjö
2010-06-18
1
-0
/
+2
[prev]
[next]