summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-10-16Merge commit '4c995fafd861f537360b3717901cdbed6a6844e7'Michael Niedermayer7-54/+112
2012-10-15rmdec: Move SIPR code shared with Matroska demuxer to a separate fileDiego Biurrun6-53/+101
2012-08-21rmdec: pass mime type to ff_rm_read_mdpr_codecdata()Michael Niedermayer3-6/+6
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2010-05-28Move rm_codec_tags to rm.c so muxer/demuxer can share it.Francesco Lavra3-19/+23
2010-03-30Replace @returns by @return.Benoit Fouet15-23/+23
2010-03-12export rm_reorder_sipr_data() for future use by matroska demuxerAurelien Jacobs2-5/+10
2010-03-12export sipr_subpk_size for future use by matroska demuxerAurelien Jacobs2-2/+3
2009-09-06ff_rm_metadata is const.Reimar Döffinger2-2/+2
2009-07-30Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the functionRonald S. Bultje3-15/+14
2009-06-06Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini13-80/+80
2009-03-16Remove packet returning in ff_rm_parse_packet() if we're using the packetRonald S. Bultje3-19/+13
2009-02-17use new metadata API in rm (de)muxerAurelien Jacobs5-21/+57
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-12-28Reindent after r16368.Ronald S. Bultje2-2/+3
2008-12-28Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion inRonald S. Bultje3-2/+7
2008-12-28Add RMStream object as function argument to public functions so that non-.rmRonald S. Bultje3-22/+27
2008-12-28Implement RMStream stream-specific private data object in the RM demuxer.Ronald S. Bultje2-74/+106
2008-12-13Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.Ronald S. Bultje3-58/+59
2008-12-13Don't access RMContext directly in rdt.c. Rather, use the return value ofRonald S. Bultje3-7/+10
2008-11-17Add ByteIOContext argument to public ff_rm_* functions so that we canRonald S. Bultje3-29/+31
2008-09-07Add dynamic payload handlers to rdt.c. These follow the same API as the onesRonald S. Bultje5-0/+153
2008-09-03Use chunk-size in function calling mdpr_read_codecdata() rather than in theRonald S. Bultje2-5/+5
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-08-01Revert r14497Michael Niedermayer12-14/+0
2008-08-01Add missing header #includes.Diego Biurrun12-0/+14
2008-01-04Make three rm demuxer functions non static.Ronald S. Bultje2-3/+45
2007-11-03Seek regression for RM demuxer fixKostya Shishkov3-55/+59
2007-10-21Demux full frames instead of sliced for RealVideo.Kostya Shishkov2-25/+93
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-05-30split rm muxer and demuxer in their own filesAurelien Jacobs5-1150/+1197