summaryrefslogtreecommitdiffstats
path: root/libavformat/rmdec.c
Commit message (Expand)AuthorAgeFilesLines
...
* export sipr_subpk_size for future use by matroska demuxerAurelien Jacobs2010-03-121-2/+2
* Print a warning when DATA chunk is encountered in the middle of chunk.Ronald S. Bultje2010-01-231-0/+3
* Use the correct ByteIOContext in extradata parsing.Fixes half of issueRonald S. Bultje2010-01-081-3/+3
* Get rid of useless casts.Michael Niedermayer2009-12-131-2/+2
* Print extradata in case of failure. I had this in my local tree and itMichael Niedermayer2009-12-131-1/+3
* Use constant CODEC_ID_NONE instead of 0 where appropriate.Carl Eugen Hoyos2009-12-131-1/+1
* Factor out extradata reading code.Kostya Shishkov2009-12-131-17/+22
* RM audio stream version should be 16-bit followed by header size or reservedKostya Shishkov2009-12-131-9/+11
* Make RM demuxer look more like proper demuxer by introducing codec tagsKostya Shishkov2009-12-131-13/+35
* Factor out variable declarationKostya Shishkov2009-12-131-2/+1
* When resetting vst->pkt.data to NULL, also set vst->slices.Reimar Döffinger2009-09-131-0/+1
* Remove old_flags variable, which is a duplicate of the flags variable.Ronald S. Bultje2009-07-301-3/+2
* Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the functionRonald S. Bultje2009-07-301-10/+10
* Move declarations in sync() closer to where they are used.Michael Niedermayer2009-04-171-1/+1
* Add a @todo with a comment from Kostya so we don't forget to optimize that atRonald S. Bultje2009-03-221-1/+4
* Don't allow to sync on packets of zero-size length, since these are neverRonald S. Bultje2009-03-211-1/+1
* Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-lengthRonald S. Bultje2009-03-211-4/+1
* Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codecRonald S. Bultje2009-03-201-7/+62
* rmdec: fix crash at end of fileMåns Rullgård2009-03-161-1/+2
* More reindent, forgotten in previous commit.Ronald S. Bultje2009-03-161-3/+3
* Parse index chunk so that seeking in modern .rm files becomes a lot faster.Ronald S. Bultje2009-03-161-2/+54
* Reindent after r18010.Ronald S. Bultje2009-03-161-1/+1
* Mark the first output audio frame as keyframe (separate patch from previous,Ronald S. Bultje2009-03-161-0/+4
* Remove packet returning in ff_rm_parse_packet() if we're using the packetRonald S. Bultje2009-03-161-13/+5
* Reindent after r18005.Ronald S. Bultje2009-03-161-15/+15
* Merge code for packet reading in "old" (.ra, audio-only) Realmedia files andRonald S. Bultje2009-03-161-40/+17
* Fix index generation in the way that it was supposed to be used. See theRonald S. Bultje2009-03-151-9/+11
* Correctly skip complete INDX chunks, i.e. read the 32-bit header correctlyRonald S. Bultje2009-03-101-1/+13
* Prevent (negative) overflow of rm->remaining_len. This evaluation really onlyRonald S. Bultje2009-03-091-1/+1
* Revert to r17908.Ronald S. Bultje2009-03-091-13/+32
* Prevent (negative) overflow of rm->remaining_len. This evaluation really onlyRonald S. Bultje2009-03-091-1/+1
* Replace separate packet parsing for "old_format" .ra files by a call toRonald S. Bultje2009-03-091-31/+12
* Move frame discarding out of the ff_rm_parse_packet() loop, and respectRonald S. Bultje2009-03-091-6/+10
* remove now useless get_str16() from rmdec.cAurelien Jacobs2009-02-171-5/+0
* use new metadata API in rm (de)muxerAurelien Jacobs2009-02-171-13/+14
* Add a context to av_log() calls.Benoit Fouet2009-02-161-3/+3
* Use more descriptive format long_names.Diego Biurrun2009-02-121-1/+1
* Reformat rdt_demuxer AVCodec struct sanely.Michael Niedermayer2009-02-031-1/+4
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Fix a compiler warning:Dominique Leuenberger2009-01-071-1/+1
* 10l set AVPacket.size to the true size of the returned data instead ofMichael Niedermayer2008-12-311-1/+1
* Fix indention which was off by 1 space.Michael Niedermayer2008-12-311-9/+9
* Replace buffer by AVPacket and avoid a memcpy() for video when the numberMichael Niedermayer2008-12-311-20/+22
* Merge videobuf and audiobuf.Michael Niedermayer2008-12-311-20/+18
* Simplify the top of rm_assemble_video_frame().Michael Niedermayer2008-12-301-26/+14
* Add a few error checks to rm_assemble_video_frame()Michael Niedermayer2008-12-301-0/+6
* All non zero returns of rm_assemble_video_frame() are errors, check thingsMichael Niedermayer2008-12-301-1/+1
* av_free() -> av_freep(), patch by Reimar Doffinger, see discussion inReimar Döffinger2008-12-281-2/+2
* Fix double free which happens for playback of .rm files after r16365. SeeRonald S. Bultje2008-12-281-1/+0
OpenPOWER on IntegriCloud