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
2014-12-06Merge commit '1c77ead1fb14d64e6798fc5e32af04abcb3cebb4'Michael Niedermayer
2014-12-04rm: Use the correct codec_data_size signednessLuca Barbato
2012-10-16Merge commit '4c995fafd861f537360b3717901cdbed6a6844e7'Michael Niedermayer
2012-10-15rmdec: Move SIPR code shared with Matroska demuxer to a separate fileDiego Biurrun
2012-08-21rmdec: pass mime type to ff_rm_read_mdpr_codecdata()Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
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-05-28Move rm_codec_tags to rm.c so muxer/demuxer can share it.Francesco Lavra
2010-03-30Replace @returns by @return.Benoit Fouet
2010-03-13export rm_reorder_sipr_data() for future use by matroska demuxerAurelien Jacobs
2010-03-13export sipr_subpk_size for future use by matroska demuxerAurelien Jacobs
2009-09-06ff_rm_metadata is const.Reimar Döffinger
2009-07-30Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the functionRonald S. Bultje
2009-06-06Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini
2009-03-16Remove packet returning in ff_rm_parse_packet() if we're using the packetRonald S. Bultje
2009-02-18use new metadata API in rm (de)muxerAurelien Jacobs
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-28Reindent after r16368.Ronald S. Bultje
2008-12-28Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion inRonald S. Bultje
2008-12-28Add RMStream object as function argument to public functions so that non-.rmRonald S. Bultje
2008-12-28Implement RMStream stream-specific private data object in the RM demuxer.Ronald S. Bultje
2008-12-14Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.Ronald S. Bultje
2008-12-14Don't access RMContext directly in rdt.c. Rather, use the return value ofRonald S. Bultje
2008-11-17Add ByteIOContext argument to public ff_rm_* functions so that we canRonald S. Bultje
2008-09-07Add dynamic payload handlers to rdt.c. These follow the same API as the onesRonald S. Bultje
2008-09-03Use chunk-size in function calling mdpr_read_codecdata() rather than in theRonald S. Bultje
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-02Revert r14497Michael Niedermayer
2008-08-01Add missing header #includes.Diego Biurrun
2008-01-04Make three rm demuxer functions non static.Ronald S. Bultje
2007-11-03Seek regression for RM demuxer fixKostya Shishkov
2007-10-21Demux full frames instead of sliced for RealVideo.Kostya Shishkov
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-05-30split rm muxer and demuxer in their own filesAurelien Jacobs