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-21Merge branch 'master' into oldabiMichael Niedermayer
2011-06-16mmsh: fix 400 bad requestKirill Zorin
2011-06-16Merge branch 'master' into oldabiMichael Niedermayer
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