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ö
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-12-01mmsh: Properly clean up if the second ffurl_alloc failedMartin Storsjö
2011-11-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-28Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun
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-11-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-10mms: Set http custom headers via the AVOptionMartin Storsjö
2011-11-01mmsh: add return value for mmsh_open()Michael Niedermayer
2011-11-01mmsh: do not try to seek to negative tiimestamps, it does not workMichael Niedermayer
2011-11-01mmsh_read_seek: skip headerMichael Niedermayer
2011-11-01mmsh:_implement a minimal mmsh_seek() so the stream position can be found out.Michael Niedermayer
2011-10-31mmsh: mmsh_read_seek()Michael Niedermayer
2011-10-31mmsh: split out mmsh_open_internal()Michael Niedermayer
2011-10-31mmsh: move location storage into contextMichael Niedermayer
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Remove return statements following infinite loops without breakMans Rullgard
2011-06-16mmsh: fix 400 bad requestKirill Zorin
2011-06-16mmsh: fixed printf injection bug in mmsh requestKirill Zorin
2011-06-16mmsh: fixed printf injection bug in mmsh requestKirill Zorin
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-07Drop unnecessary directory prefixes from #include directives.Diego Biurrun
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-08Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: make url_close() internal.Anton Khirnov
2011-04-04avio: make url_read_complete() internal.Anton Khirnov
2011-04-04avio: make url_connect internal.Anton Khirnov
2011-04-04avio: make url_alloc internal.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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ò
2010-09-29Check return value of get_chunk_header(). Since enum can be unsigned, theRonald S. Bultje
2010-08-29Fix two compiler arnings related to printf-format of sizeof()-statements.Ronald S. Bultje
2010-08-29stream_selection can be freed in the fail case, in which case it's unassigned.Zhentan Feng
2010-08-21MMSH support, the most popular and widely used of all MMS variants. Written byRonald S. Bultje