Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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