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
2011-06-16Merge branch 'master' into oldabiMichael Niedermayer
2011-05-17Add some forgotten const to function arguments in libavfilter & libavformat.Michael Niedermayer
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-08lavf: use designated initializers for all protocolsAnton Khirnov
2011-04-08Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-07Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-06mmst: get rid of deprecated AVERRORsAnton Khirnov
2011-04-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: make url_close() internal.Anton Khirnov
2011-04-04avio: make url_write() internal.Anton Khirnov
2011-04-04avio: make url_read_complete() internal.Anton Khirnov
2011-04-04avio: make url_open() internal.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-20avio: move init_put_byte() to a new private header and rename itAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: move init_put_byte() to a new private header and rename itAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-15mmst: fix reading uninitialized data for ping packets.Ronald S. Bultje
2011-02-15mmst: print packet type with error status code messageFrancesco Cosoleto
2011-02-14mmst: fix reading uninitialized data for ping packets.Ronald S. Bultje
2011-02-14mmst: print packet type with error status code messageFrancesco Cosoleto
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-23lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov
2011-01-21lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov
2010-10-05Set proper error if server flags indicate that it doesn't support mmst. Thisqrtt1
2010-08-13Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamicallyRonald S. Bultje
2010-08-13Fix wrong command prefix for timing test in MMST protocol.Zhentan Feng
2010-08-12Move functions and structs shared between MMSH and MMST into their own file,Zhentan Feng
2010-08-12Extract fields that are to be shared between MMST/MMSH into a common struct,Zhentan Feng
2010-08-12Use FFALIGN() in mmst.c where appropriate. Noticed by Benoit Fouet.Ronald S. Bultje
2010-08-05Move read_mms_packet() code to be inlined in the calling function.Zhentan Feng
2010-08-05Remove is_playing variable.Zhentan Feng
2010-08-05Move send_media_packet_request() and clear_stream_buffers() up.Zhentan Feng
2010-07-27Reindent after r24516.Ronald S. Bultje
2010-07-27Use inverse error branches, i.e. instead of if(something){success} else {error},Ronald S. Bultje
2010-07-27Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. ThisRonald S. Bultje
2010-07-20Allow the ASF header to be transferred split over multiple packets, as someZhentan Feng
2010-07-20Explicitely set the size of the "ff_asf_head1_guid" header chunk, this isZhentan Feng
2010-07-20Align outgoing messages to 8 bytes, this is required to interact withZhentan Feng
2010-07-20Fix a compile warning when compiling with DEBUG=1. The warning was:Zhentan Feng
2010-07-20Check the status code of each server responses, and fail if it indicatesZhentan Feng
2010-07-20Send a time test to the server, as the spec recommends.Zhentan Feng
2010-06-27Make ff_url_split() publicMåns Rullgård
2010-06-15Fix missing logging context in a series of dprintf()s. Partially based onZhentan Feng