| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not read the RM index when input is streamed (since it requires seeking | Reimar Döffinger | 2010-06-06 | 1 | -1/+2 |
* | Move rm_codec_tags to rm.c so muxer/demuxer can share it. | Francesco Lavra | 2010-05-28 | 1 | -19/+4 |
* | We're using generic tag-to-ID functions, so specific codec_id assignments | Zhou Zongyi | 2010-05-25 | 1 | -5/+0 |
* | Mark av_metadata_set() as deprecated, and use av_metadata_set2() | Stefano Sabatini | 2010-04-25 | 1 | -1/+1 |
* | Replace all remaining occurrences of AVERROR_NOMEM with | Stefano Sabatini | 2010-04-03 | 1 | -1/+1 |
* | Another uninitialized value. | Ronald S. Bultje | 2010-04-02 | 1 | -0/+1 |
* | Fix uninitialized value in codepath. | Ronald S. Bultje | 2010-04-02 | 1 | -0/+1 |
* | Remove dead initialization. | Ronald S. Bultje | 2010-04-02 | 1 | -2/+2 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -9/+9 |
* | export rm_reorder_sipr_data() for future use by matroska demuxer | Aurelien Jacobs | 2010-03-12 | 1 | -5/+3 |
* | export sipr_subpk_size for future use by matroska demuxer | Aurelien Jacobs | 2010-03-12 | 1 | -2/+2 |
* | Print a warning when DATA chunk is encountered in the middle of chunk. | Ronald S. Bultje | 2010-01-23 | 1 | -0/+3 |
* | Use the correct ByteIOContext in extradata parsing.Fixes half of issue | Ronald S. Bultje | 2010-01-08 | 1 | -3/+3 |
* | Get rid of useless casts. | Michael Niedermayer | 2009-12-13 | 1 | -2/+2 |
* | Print extradata in case of failure. I had this in my local tree and it | Michael Niedermayer | 2009-12-13 | 1 | -1/+3 |
* | Use constant CODEC_ID_NONE instead of 0 where appropriate. | Carl Eugen Hoyos | 2009-12-13 | 1 | -1/+1 |
* | Factor out extradata reading code. | Kostya Shishkov | 2009-12-13 | 1 | -17/+22 |
* | RM audio stream version should be 16-bit followed by header size or reserved | Kostya Shishkov | 2009-12-13 | 1 | -9/+11 |
* | Make RM demuxer look more like proper demuxer by introducing codec tags | Kostya Shishkov | 2009-12-13 | 1 | -13/+35 |
* | Factor out variable declaration | Kostya Shishkov | 2009-12-13 | 1 | -2/+1 |
* | When resetting vst->pkt.data to NULL, also set vst->slices. | Reimar Döffinger | 2009-09-13 | 1 | -0/+1 |
* | Remove old_flags variable, which is a duplicate of the flags variable. | Ronald S. Bultje | 2009-07-30 | 1 | -3/+2 |
* | Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function | Ronald S. Bultje | 2009-07-30 | 1 | -10/+10 |
* | Move declarations in sync() closer to where they are used. | Michael Niedermayer | 2009-04-17 | 1 | -1/+1 |
* | Add a @todo with a comment from Kostya so we don't forget to optimize that at | Ronald S. Bultje | 2009-03-22 | 1 | -1/+4 |
* | Don't allow to sync on packets of zero-size length, since these are never | Ronald S. Bultje | 2009-03-21 | 1 | -1/+1 |
* | Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-length | Ronald S. Bultje | 2009-03-21 | 1 | -4/+1 |
* | Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec | Ronald S. Bultje | 2009-03-20 | 1 | -7/+62 |
* | rmdec: fix crash at end of file | Måns Rullgård | 2009-03-16 | 1 | -1/+2 |
* | More reindent, forgotten in previous commit. | Ronald S. Bultje | 2009-03-16 | 1 | -3/+3 |
* | Parse index chunk so that seeking in modern .rm files becomes a lot faster. | Ronald S. Bultje | 2009-03-16 | 1 | -2/+54 |
* | Reindent after r18010. | Ronald S. Bultje | 2009-03-16 | 1 | -1/+1 |
* | Mark the first output audio frame as keyframe (separate patch from previous, | Ronald S. Bultje | 2009-03-16 | 1 | -0/+4 |
* | Remove packet returning in ff_rm_parse_packet() if we're using the packet | Ronald S. Bultje | 2009-03-16 | 1 | -13/+5 |
* | Reindent after r18005. | Ronald S. Bultje | 2009-03-16 | 1 | -15/+15 |
* | Merge code for packet reading in "old" (.ra, audio-only) Realmedia files and | Ronald S. Bultje | 2009-03-16 | 1 | -40/+17 |
* | Fix index generation in the way that it was supposed to be used. See the | Ronald S. Bultje | 2009-03-15 | 1 | -9/+11 |
* | Correctly skip complete INDX chunks, i.e. read the 32-bit header correctly | Ronald S. Bultje | 2009-03-10 | 1 | -1/+13 |
* | Prevent (negative) overflow of rm->remaining_len. This evaluation really only | Ronald S. Bultje | 2009-03-09 | 1 | -1/+1 |
* | Revert to r17908. | Ronald S. Bultje | 2009-03-09 | 1 | -13/+32 |
* | Prevent (negative) overflow of rm->remaining_len. This evaluation really only | Ronald S. Bultje | 2009-03-09 | 1 | -1/+1 |
* | Replace separate packet parsing for "old_format" .ra files by a call to | Ronald S. Bultje | 2009-03-09 | 1 | -31/+12 |
* | Move frame discarding out of the ff_rm_parse_packet() loop, and respect | Ronald S. Bultje | 2009-03-09 | 1 | -6/+10 |
* | remove now useless get_str16() from rmdec.c | Aurelien Jacobs | 2009-02-17 | 1 | -5/+0 |
* | use new metadata API in rm (de)muxer | Aurelien Jacobs | 2009-02-17 | 1 | -13/+14 |
* | Add a context to av_log() calls. | Benoit Fouet | 2009-02-16 | 1 | -3/+3 |
* | Use more descriptive format long_names. | Diego Biurrun | 2009-02-12 | 1 | -1/+1 |
* | Reformat rdt_demuxer AVCodec struct sanely. | Michael Niedermayer | 2009-02-03 | 1 | -1/+4 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |