]> git.sesse.net Git - ffmpeg/history - libavformat/rm.h
Combine deprecation guards where appropriate
[ffmpeg] / libavformat / rm.h
2014-12-04 Luca Barbatorm: Use the correct codec_data_size signedness
2012-10-15 Diego Biurrunrmdec: Move SIPR code shared with Matroska demuxer...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-05-28 Francesco LavraMove rm_codec_tags to rm.c so muxer/demuxer can share it.
2010-03-30 Benoit FouetReplace @returns by @return.
2010-03-12 Aurelien Jacobsexport rm_reorder_sipr_data() for future use by matrosk...
2010-03-12 Aurelien Jacobsexport sipr_subpk_size for future use by matroska demuxer
2009-09-06 Reimar Döffingerff_rm_metadata is const.
2009-07-30 Ronald S. BultjeDon't use a pointer-to-flags/timestamp in ff_rm_parse_p...
2009-06-06 Stefano SabatiniRemove '\p', '\c' and '\e' doxygen markup from doxy...
2009-03-16 Ronald S. BultjeRemove packet returning in ff_rm_parse_packet() if...
2009-02-17 Aurelien Jacobsuse new metadata API in rm (de)muxer
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-12-28 Ronald S. BultjeReindent after r16368.
2008-12-28 Ronald S. BultjeAdd audio_pkt_cnt return value to ff_rm_retrieve_cache...
2008-12-28 Ronald S. BultjeAdd RMStream object as function argument to public...
2008-12-28 Ronald S. BultjeImplement RMStream stream-specific private data object...
2008-12-13 Ronald S. BultjeSplit RMContext into RMDemux/MuxContext and make them...
2008-12-13 Ronald S. BultjeDon't access RMContext directly in rdt.c. Rather, use...
2008-11-17 Ronald S. BultjeAdd ByteIOContext argument to public ff_rm_* functions...
2008-09-07 Ronald S. BultjeAdd dynamic payload handlers to rdt.c. These follow...
2008-09-03 Ronald S. BultjeUse chunk-size in function calling mdpr_read_codecdata...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-01 Michael NiedermayerRevert r14497
2008-08-01 Diego BiurrunAdd missing header #includes.
2008-01-04 Ronald S. BultjeMake three rm demuxer functions non static.
2007-11-03 Kostya ShishkovSeek regression for RM demuxer fix
2007-10-21 Kostya ShishkovDemux full frames instead of sliced for RealVideo.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-05-30 Aurelien Jacobssplit rm muxer and demuxer in their own files