summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* mxfdec: Improve parsing of the PixelLayout itemTomas Härdin2010-06-30
* In mov demuxer, increase total size after debugging messageBaptiste Coudurier2010-06-28
* ReindentJosh Allmann2010-06-28
* rtpdec: Clean up FMTP parsing code in AMR RTP depacketizerJosh Allmann2010-06-28
* rtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizerJosh Allmann2010-06-28
* rtpdec: Malloc the fmtp value bufferJosh Allmann2010-06-28
* ReindentJosh Allmann2010-06-28
* rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizerJosh Allmann2010-06-28
* rtpdec: Clean up FMTP parsing code in H.264 RTP depacketizerJosh Allmann2010-06-28
* ReindentJosh Allmann2010-06-28
* rtpdec: Return ENOMEM if H.264 RTP fails to allocate memory for SDP extradataJosh Allmann2010-06-28
* rtpdec: Add generic function for iterating over FMTP configuration linesJosh Allmann2010-06-28
* rtpdec: Move space_chars from avformat/internal to rtpdecJosh Allmann2010-06-28
* Fix an "assignment from incompatible pointer type" warning in av_read_frame_i...Eli Friedman2010-06-28
* Remove an unused label, fixing a warningEli Friedman2010-06-27
* Add proper const declaration to a cast, fixes a warningEli Friedman2010-06-27
* Make ff_url_split() publicMåns Rullgård2010-06-27
* Fix implicit cast warningEli Friedman2010-06-27
* rtpdec_mpeg4: Rename PayloadContext to be consistently 'data'Josh Allmann2010-06-25
* RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann2010-06-25
* rtpdec: Move AAC depacketization code in rtpdec to a proper payload handlerJosh Allmann2010-06-25
* RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.cJosh Allmann2010-06-25
* RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.cJosh Allmann2010-06-25
* RTSP: Remove skip_spaces in favor of strspnJosh Allmann2010-06-25
* avienc : Avoid creating invalid AVI files when muxing subtitle streamsJai Menon2010-06-25
* Improve mov atom parsing debug message, print parent atom and size in decimalBaptiste Coudurier2010-06-25
* Remove typo: s/ingore/ignore/Luca Barbato2010-06-24
* asfdec: ensure number of streams is within bounds; remove VLA in asf_read_pts()Måns Rullgård2010-06-24
* Correctly return EOF for smacker videosAlexei Svitkine2010-06-24
* ReindentMartin Storsjö2010-06-23
* Add all required includes to avio.hMartin Storsjö2010-06-23
* Continue after guids in asf after which other guids are possible instead of s...Michael Niedermayer2010-06-23
* Mention how "now" is interpreted in the parse_date() doxy.Stefano Sabatini2010-06-22
* Fix date specification accepted by parse_date().Stefano Sabatini2010-06-22
* Make the http protocol open the connection immediately in http_open againMartin Storsjö2010-06-22
* Add an AVClass to the HTTPContextMartin Storsjö2010-06-22
* Allocate the HTTPContext through URLProtocol.priv_data_sizeMartin Storsjö2010-06-22
* Add priv_data_size and priv_data_class to URLProtocolMartin Storsjö2010-06-22
* Split url_open and url_open_protocol into url_alloc and url_connectMartin Storsjö2010-06-22
* Add an av_register_protocol2 function that takes a size parameterMartin Storsjö2010-06-22
* Fix failure in av_read_frame on timestamp rollover.Stephen Dredge2010-06-22
* RTSP: Use the same authentication for the HTTP POST session as for the GETMartin Storsjö2010-06-21
* HTTP: Add a method for initializing the authentication state from another con...Martin Storsjö2010-06-21
* ReindentMartin Storsjö2010-06-21
* HTTP: Compact the code for writing chunked post dataMartin Storsjö2010-06-21
* HTTP: Get rid of the is_chunked variable, use the chunksize variable insteadMartin Storsjö2010-06-21
* HTTP: Clarify a commentMartin Storsjö2010-06-21
* Reset chunksize back to zero (= no chunked encoding) after each new openRonald S. Bultje2010-06-20
* Use url_write(), not http_write(), for sending the HTTP headers. This preventsRonald S. Bultje2010-06-20