index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
rm.h
Age
Commit message (
Expand
)
Author
2012-10-15
rmdec: Move SIPR code shared with Matroska demuxer to a separate file
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2010-05-28
Move rm_codec_tags to rm.c so muxer/demuxer can share it.
Francesco Lavra
2010-03-30
Replace @returns by @return.
Benoit Fouet
2010-03-12
export rm_reorder_sipr_data() for future use by matroska demuxer
Aurelien Jacobs
2010-03-12
export sipr_subpk_size for future use by matroska demuxer
Aurelien Jacobs
2009-09-06
ff_rm_metadata is const.
Reimar Döffinger
2009-07-30
Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function
Ronald S. Bultje
2009-06-06
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
Stefano Sabatini
2009-03-16
Remove packet returning in ff_rm_parse_packet() if we're using the packet
Ronald S. Bultje
2009-02-17
use new metadata API in rm (de)muxer
Aurelien Jacobs
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2008-12-28
Reindent after r16368.
Ronald S. Bultje
2008-12-28
Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in
Ronald S. Bultje
2008-12-28
Add RMStream object as function argument to public functions so that non-.rm
Ronald S. Bultje
2008-12-28
Implement RMStream stream-specific private data object in the RM demuxer.
Ronald S. Bultje
2008-12-13
Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.
Ronald S. Bultje
2008-12-13
Don't access RMContext directly in rdt.c. Rather, use the return value of
Ronald S. Bultje
2008-11-17
Add ByteIOContext argument to public ff_rm_* functions so that we can
Ronald S. Bultje
2008-09-07
Add dynamic payload handlers to rdt.c. These follow the same API as the ones
Ronald S. Bultje
2008-09-03
Use chunk-size in function calling mdpr_read_codecdata() rather than in the
Ronald S. Bultje
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-01
Revert r14497
Michael Niedermayer
2008-08-01
Add missing header #includes.
Diego Biurrun
2008-01-04
Make three rm demuxer functions non static.
Ronald S. Bultje
2007-11-03
Seek regression for RM demuxer fix
Kostya Shishkov
2007-10-21
Demux full frames instead of sliced for RealVideo.
Kostya Shishkov
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-05-30
split rm muxer and demuxer in their own files
Aurelien Jacobs