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
2012-01-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-06avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö
2012-01-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-02Fix a bunch of typos.Diego Biurrun
2011-12-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-01proto: Realign struct initializersMartin Storsjö
2011-12-01proto: Use .priv_data_size to allocate the private contextMartin Storsjö
2011-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-13avio: add support for passing options to protocols.Anton Khirnov
2011-11-13avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö
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