summaryrefslogtreecommitdiff
path: root/libavformat/rm.h
Commit message (Expand)AuthorAgeFilesLines
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* Merge commit '1c77ead1fb14d64e6798fc5e32af04abcb3cebb4'Michael Niedermayer2014-12-061-1/+1
|\
| * rm: Use the correct codec_data_size signednessLuca Barbato2014-12-041-1/+1
* | Merge commit '4c995fafd861f537360b3717901cdbed6a6844e7'Michael Niedermayer2012-10-161-8/+0
|\ \ | |/
| * rmdec: Move SIPR code shared with Matroska demuxer to a separate fileDiego Biurrun2012-10-151-8/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-6/+6
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* | rmdec: pass mime type to ff_rm_read_mdpr_codecdata()Michael Niedermayer2012-08-211-1/+1
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-6/+6
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* Move rm_codec_tags to rm.c so muxer/demuxer can share it.Francesco Lavra2010-05-281-0/+2
* Replace @returns by @return.Benoit Fouet2010-03-301-1/+1
* export rm_reorder_sipr_data() for future use by matroska demuxerAurelien Jacobs2010-03-121-0/+7
* export sipr_subpk_size for future use by matroska demuxerAurelien Jacobs2010-03-121-0/+1
* ff_rm_metadata is const.Reimar Döffinger2009-09-061-1/+1
* Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the functionRonald S. Bultje2009-07-301-4/+3
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-061-2/+2
* Remove packet returning in ff_rm_parse_packet() if we're using the packetRonald S. Bultje2009-03-161-3/+3
* use new metadata API in rm (de)muxerAurelien Jacobs2009-02-171-0/+2
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Reindent after r16368.Ronald S. Bultje2008-12-281-1/+1
* Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion inRonald S. Bultje2008-12-281-1/+3
* Add RMStream object as function argument to public functions so that non-.rmRonald S. Bultje2008-12-281-3/+7
* Implement RMStream stream-specific private data object in the RM demuxer.Ronald S. Bultje2008-12-281-0/+5
* Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.Ronald S. Bultje2008-12-131-39/+0
* Don't access RMContext directly in rdt.c. Rather, use the return value ofRonald S. Bultje2008-12-131-1/+3
* Add ByteIOContext argument to public ff_rm_* functions so that we canRonald S. Bultje2008-11-171-3/+9
* Add dynamic payload handlers to rdt.c. These follow the same API as the onesRonald S. Bultje2008-09-071-0/+3
* Use chunk-size in function calling mdpr_read_codecdata() rather than in theRonald S. Bultje2008-09-031-1/+2
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Revert r14497Michael Niedermayer2008-08-011-1/+0
* Add missing header #includes.Diego Biurrun2008-08-011-0/+1
* Make three rm demuxer functions non static.Ronald S. Bultje2008-01-041-0/+42
* Seek regression for RM demuxer fixKostya Shishkov2007-11-031-0/+1
* Demux full frames instead of sliced for RealVideo.Kostya Shishkov2007-10-211-0/+5
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* split rm muxer and demuxer in their own filesAurelien Jacobs2007-05-301-0/+60