summaryrefslogtreecommitdiff
path: root/libavformat/rm.h
Commit message (Expand)AuthorAge
* rm: Use the correct codec_data_size signednessLuca Barbato2014-12-04
* rmdec: Move SIPR code shared with Matroska demuxer to a separate fileDiego Biurrun2012-10-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Move rm_codec_tags to rm.c so muxer/demuxer can share it.Francesco Lavra2010-05-28
* Replace @returns by @return.Benoit Fouet2010-03-30
* export rm_reorder_sipr_data() for future use by matroska demuxerAurelien Jacobs2010-03-12
* export sipr_subpk_size for future use by matroska demuxerAurelien Jacobs2010-03-12
* ff_rm_metadata is const.Reimar Döffinger2009-09-06
* Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the functionRonald S. Bultje2009-07-30
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-06
* Remove packet returning in ff_rm_parse_packet() if we're using the packetRonald S. Bultje2009-03-16
* use new metadata API in rm (de)muxerAurelien Jacobs2009-02-17
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Reindent after r16368.Ronald S. Bultje2008-12-28
* Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion inRonald S. Bultje2008-12-28
* Add RMStream object as function argument to public functions so that non-.rmRonald S. Bultje2008-12-28
* Implement RMStream stream-specific private data object in the RM demuxer.Ronald S. Bultje2008-12-28
* Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.Ronald S. Bultje2008-12-13
* Don't access RMContext directly in rdt.c. Rather, use the return value ofRonald S. Bultje2008-12-13
* Add ByteIOContext argument to public ff_rm_* functions so that we canRonald S. Bultje2008-11-17
* Add dynamic payload handlers to rdt.c. These follow the same API as the onesRonald S. Bultje2008-09-07
* Use chunk-size in function calling mdpr_read_codecdata() rather than in theRonald S. Bultje2008-09-03
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Revert r14497Michael Niedermayer2008-08-01
* Add missing header #includes.Diego Biurrun2008-08-01
* Make three rm demuxer functions non static.Ronald S. Bultje2008-01-04
* Seek regression for RM demuxer fixKostya Shishkov2007-11-03
* Demux full frames instead of sliced for RealVideo.Kostya Shishkov2007-10-21
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* split rm muxer and demuxer in their own filesAurelien Jacobs2007-05-30