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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-07Move multicast address identification fallback macros to network.h from udp.cMartin Storsjö
2010-10-07Warn if muxing mpeg ps is attempted without a VBV buffer size.Michael Niedermayer
2010-10-07Init SCR in mpeg muxer based on first DTS.Michael Niedermayer
2010-10-07properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJORAurelien Jacobs
2010-10-07add new streams API without MAX_STREAMS limitAurelien Jacobs
2010-10-07dynamically use nb_streams instead of static use of MAX_STREAMSAurelien Jacobs
2010-10-07document the fact that av_new_stream() can't be called in a background threadAurelien Jacobs
2010-10-07Move handling of ID3v2 to common utils.c code, reducing code duplicationReimar Döffinger
2010-10-06Move the definitions of AVSEEK_SIZE to make it appear before theStefano Sabatini
2010-10-06rtpdec: Handle RTP header extensionRobert Schlabbach
2010-10-06Add RTP depacketization of the X-QT QuickTime formatMartin Storsjö
2010-10-06Remove unused variable.Carl Eugen Hoyos
2010-10-06Use retry_transfer_wrapper() in url_write() as its callers do not expect it t...Michael Niedermayer
2010-10-06Factor retry_transfer_wrapper() out of url_read_complete()Michael Niedermayer
2010-10-06movdec: Free the previous extradataMartin Storsjö
2010-10-06movdec: Split out ff_mov_read_stsdMartin Storsjö
2010-10-06vorbiscomment: add DISCNUMBER to the metadata conv tableAnton Khirnov
2010-10-05rtsp/sdp: Move code into correct ifdefsMartin Storsjö
2010-10-05find_info_tag: Make sure the output buffer is null terminatedMartin Storsjö
2010-10-05udp: Define _DARWIN_C_SOURCEMartin Storsjö
2010-10-05udp: Return the actual error code on errors, instead of AVERROR(EIO)Martin Storsjö
2010-10-05Set proper error if server flags indicate that it doesn't support mmst. Thisqrtt1
2010-10-05Cosmetics, lots of.Tobias Bindhammer
2010-10-05Remove some pointless CONFIG_RTSP_DEMUXER #ifdefs.Diego Biurrun
2010-10-05Add some #endif comments to ease understanding.Diego Biurrun
2010-10-05matroskaenc: write metadataAnton Khirnov
2010-10-05xdcam hd422 720p24 fourcc in movBaptiste Coudurier
2010-10-04mms: remove dependency on MAX_STREAM APIAurelien Jacobs
2010-10-03rtpdec_svq3: Don't look for the unused RTP_FLAG_KEY flagMartin Storsjö
2010-10-03rtsp: In the muxer, show the generated with verbose log levelMartin Storsjö
2010-10-03rtsp: Show the received SDPMartin Storsjö
2010-10-03Add the CODEC_CAP_CHANNEL_CONF capability code and addBenjamin Larsson
2010-10-03applehttp: Add comments to make_absolute_urlMartin Storsjö
2010-10-03applehttp: Handle a .. path segment in the base urlMartin Storsjö
2010-10-03ReindentMartin Storsjö
2010-10-03applehttp: Allow the base url to be a local file name, tooMartin Storsjö
2010-10-02Document url_get_filename().Stefano Sabatini
2010-10-02ffmpeg: add a grow_array() helper functionAurelien Jacobs
2010-10-01rtsp: Return a queued packet if it has been in the queue for longer than max_...Martin Storsjö
2010-10-01rtpdec: Reorder received RTP packets according to the seq numberMartin Storsjö
2010-10-01rtpdec: Split out the part of rtp_parse_packet that does the parsing of new p...Martin Storsjö
2010-10-01Fix indentation of ff_id3v2_readReimar Döffinger
2010-10-01Reindent/rewrapMartin Storsjö
2010-10-01rtsp: Reorganize if statements in rtsp_read_playMartin Storsjö
2010-10-01rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö
2010-10-01rtsp: Use a dynamically allocated receive bufferMartin Storsjö
2010-10-01Add demuxer for LXF (Leitch/Harris' VR native stream format)Tomas Härdin
2010-09-30Correct tag is m2v1Baptiste Coudurier
2010-09-30Document url_filesize().Stefano Sabatini
2010-09-30Make register_protocol() use the function av_register_protocol2()Stefano Sabatini