| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | Merge commit '1c77ead1fb14d64e6798fc5e32af04abcb3cebb4' | Michael Niedermayer | 2014-12-06 | 1 | -1/+1 |
|\ |
|
| * | rm: Use the correct codec_data_size signedness | Luca Barbato | 2014-12-04 | 1 | -1/+1 |
* | | Merge commit '4c995fafd861f537360b3717901cdbed6a6844e7' | Michael Niedermayer | 2012-10-16 | 1 | -8/+0 |
|\| |
|
| * | rmdec: Move SIPR code shared with Matroska demuxer to a separate file | Diego Biurrun | 2012-10-15 | 1 | -8/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -6/+6 |
| * | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | rmdec: pass mime type to ff_rm_read_mdpr_codecdata() | Michael Niedermayer | 2012-08-21 | 1 | -1/+1 |
* | | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -6/+6 |
* | | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Move rm_codec_tags to rm.c so muxer/demuxer can share it. | Francesco Lavra | 2010-05-28 | 1 | -0/+2 |
* | Replace @returns by @return. | Benoit Fouet | 2010-03-30 | 1 | -1/+1 |
* | export rm_reorder_sipr_data() for future use by matroska demuxer | Aurelien Jacobs | 2010-03-12 | 1 | -0/+7 |
* | export sipr_subpk_size for future use by matroska demuxer | Aurelien Jacobs | 2010-03-12 | 1 | -0/+1 |
* | ff_rm_metadata is const. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function | Ronald S. Bultje | 2009-07-30 | 1 | -4/+3 |
* | Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should | Stefano Sabatini | 2009-06-06 | 1 | -2/+2 |
* | Remove packet returning in ff_rm_parse_packet() if we're using the packet | Ronald S. Bultje | 2009-03-16 | 1 | -3/+3 |
* | use new metadata API in rm (de)muxer | Aurelien Jacobs | 2009-02-17 | 1 | -0/+2 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Reindent after r16368. | Ronald S. Bultje | 2008-12-28 | 1 | -1/+1 |
* | Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in | Ronald S. Bultje | 2008-12-28 | 1 | -1/+3 |
* | Add RMStream object as function argument to public functions so that non-.rm | Ronald S. Bultje | 2008-12-28 | 1 | -3/+7 |
* | Implement RMStream stream-specific private data object in the RM demuxer. | Ronald S. Bultje | 2008-12-28 | 1 | -0/+5 |
* | Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c. | Ronald S. Bultje | 2008-12-13 | 1 | -39/+0 |
* | Don't access RMContext directly in rdt.c. Rather, use the return value of | Ronald S. Bultje | 2008-12-13 | 1 | -1/+3 |
* | Add ByteIOContext argument to public ff_rm_* functions so that we can | Ronald S. Bultje | 2008-11-17 | 1 | -3/+9 |
* | Add dynamic payload handlers to rdt.c. These follow the same API as the ones | Ronald S. Bultje | 2008-09-07 | 1 | -0/+3 |
* | Use chunk-size in function calling mdpr_read_codecdata() rather than in the | Ronald S. Bultje | 2008-09-03 | 1 | -1/+2 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Revert r14497 | Michael Niedermayer | 2008-08-01 | 1 | -1/+0 |
* | Add missing header #includes. | Diego Biurrun | 2008-08-01 | 1 | -0/+1 |
* | Make three rm demuxer functions non static. | Ronald S. Bultje | 2008-01-04 | 1 | -0/+42 |
* | Seek regression for RM demuxer fix | Kostya Shishkov | 2007-11-03 | 1 | -0/+1 |
* | Demux full frames instead of sliced for RealVideo. | Kostya Shishkov | 2007-10-21 | 1 | -0/+5 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | split rm muxer and demuxer in their own files | Aurelien Jacobs | 2007-05-30 | 1 | -0/+60 |