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-08-26Cosmetic changes.Tobias Bindhammer
2010-08-26Insert info from extradata into headerTobias Bindhammer
2010-08-26Added option to write frames interleaved (yet disabled)Tobias Bindhammer
2010-08-26Make stub version of ff_sdp_write_media() match its prototypeAndreas Öman
2010-08-25Add rtp_get_rtcp_file_handle functionJosh Allmann
2010-08-25Handle IPv6 in the RTSP codeMartin Storsjö
2010-08-25Handle IPv6 in the SDP demuxerMartin Storsjö
2010-08-25rtsp: Return EOF if the TCP control channel is closedMartin Storsjö
2010-08-25ReindentMartin Storsjö
2010-08-25Simplify resolve_destination in sdp.c further, now that we don't enforce IPv4...Martin Storsjö
2010-08-2510l, add new function parameters to resolve_destination for !config_network tooMartin Storsjö
2010-08-25Reindent, rewrap linesMartin Storsjö
2010-08-25Properly handle IPv6 addresses in the SDP generationMartin Storsjö
2010-08-25rtp: Replace hardcoded RTCP packet types with definesJosh Allmann
2010-08-24avformat: free decryption key in av_close_input_stream()Måns Rullgård
2010-08-24fixed some return values and deprecated CODEC_TYPE_VIDEO.Tobias Bindhammer
2010-08-24asfcrypt: fix unaligned accesses with armccMåns Rullgård
2010-08-23asfcrypt: fix unaligned read in ff_asfcrypt_dec()Måns Rullgård
2010-08-23Do not use the server SSRC as client SSRC in the RTP demuxerLuca Abeni
2010-08-23enabling codec and muxer by registering it in allcodec.c and allformat.c and ...Tobias Bindhammer
2010-08-23Corresponding muxer for the a64 codecTobias Bindhammer
2010-08-21MMSH support, the most popular and widely used of all MMS variants. Written byRonald S. Bultje
2010-08-20add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()Aurelien Jacobs
2010-08-20add FF_API_REGISTER_PROTOCOL define to disable the deprecatedAurelien Jacobs
2010-08-19applehttp: define _XOPEN_SOURCE=600 as required for usleep()Måns Rullgård
2010-08-19add FF_API_URL_CLASS define to enable usage of URLContext as a AVClassAurelien Jacobs
2010-08-19Add Apple HTTP Live Streaming demuxerMartin Storsjö
2010-08-19Move the definition of the maximum url size for static buffers to internal.hMartin Storsjö
2010-08-19Make parse_key_value from httpauth a common lavf internal functionMartin Storsjö
2010-08-19add a comment to clarify that FF_API_* defines are not part of public APIAurelien Jacobs
2010-08-19rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs
2010-08-18Support unsynchronisation for id3v2 tags.Alexander Kojevnikov
2010-08-18Add AVC EOS tag to H264-encoded FLV files.Thierry Foucu
2010-08-18add LAVF_API_OLD_METADATA define to disable the deprecated metadata APIAurelien Jacobs
2010-08-17add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS APIAurelien Jacobs
2010-08-17matroskadec: minor simplificationAurelien Jacobs
2010-08-17matroskadec: fix integer overflowAurelien Jacobs
2010-08-16Add RTP depacketization of VP8Josh Allmann
2010-08-16Add RTP packetization of VP8Josh Allmann
2010-08-15Print error messages in case of connection failure or name resolution failureRonald S. Bultje
2010-08-14Prevent overflow on random input.Ronald S. Bultje
2010-08-13Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamicallyRonald S. Bultje
2010-08-13Set fixed chunksize for ASF header in MMS streams, as per MSDN documentation.Zhentan Feng
2010-08-13Fix wrong command prefix for timing test in MMST protocol.Zhentan Feng
2010-08-13Add RTP depacketization of MP4A-LATMMartin Storsjö
2010-08-12Send OPTIONS request at a regular basis to standard RTSP servers as well,Ronald S. Bultje
2010-08-12Add another missing file from r24799.Ronald S. Bultje
2010-08-12Fix segv when stream copy and validate_tag fails, st->codec->codec is not setBaptiste Coudurier
2010-08-12Add missing mms.c from r24779.Ronald S. Bultje
2010-08-12Move functions and structs shared between MMSH and MMST into their own file,Zhentan Feng