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-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
2010-09-30Remove duplicate entriesBaptiste Coudurier
2010-09-30Use new apple fourcc for mpeg-1 and mpeg-2 in mov, works natively on osxBaptiste Coudurier
2010-09-29Check return value of get_chunk_header(). Since enum can be unsigned, theRonald S. Bultje
2010-09-28In mov demuxer, check that nb_streams is valid before using it in read_dac3Baptiste Coudurier
2010-09-28Fix index_entries pos:Michael Chinen
2010-09-27rtpproto: Use a sockaddr_storage instead of a sockaddr_in with recvfromMartin Storsjö
2010-09-27mpegtsenc: IndentTomas Härdin
2010-09-27mpegtsenc: Write subtitle extradata if setTomas Härdin
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
2010-09-26Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov