aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/rmdec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix forgotten braces from r11039Roberto Togni2008-01-171-2/+2
* Remove some spaces to keep certain people's eyes from hurting.Diego Biurrun2008-01-161-1/+1
* cosmetics: Add another pair of parentheses to aid readability.Diego Biurrun2008-01-061-1/+1
* Make three rm demuxer functions non static.Ronald S. Bultje2008-01-041-3/+3
* cosmetics: Reindent.Diego Biurrun2008-01-021-1/+1
* Merge double-nested if into && condition.Ronald S. Bultje2008-01-021-3/+1
* TypoRoberto Togni2007-12-041-1/+1
* Revert r10892, it's wrong and no longer needed to prevent crashesRoberto Togni2007-12-021-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-12/+12
* Replace realloc with free+malloc, the previous content of the buffer isRoberto Togni2007-11-191-1/+2
* CosmeticsRoberto Togni2007-11-191-3/+3
* No need to update pos, it's not used after that lineRoberto Togni2007-11-191-1/+0
* Cleanup: remove ssizeRoberto Togni2007-11-181-4/+2
* Check for memory allocation failure of temp bufferRoberto Togni2007-11-181-1/+2
* Optimize memory management to create an av_packet from multiple slices:Roberto Togni2007-11-181-6/+3
* 1000l: Fix check for max slice numberRoberto Togni2007-11-151-1/+1
* Move dnet-ac3 byte-swapping code close to audio packet read codeRoberto Togni2007-11-151-1/+2
* Split ac3 byte swapping into a separate function.Ronald S. Bultje2007-11-081-10/+17
* Isolate caching of audio frames in its own function.Ronald S. Bultje2007-11-081-11/+22
* Change a stream indexer.Ronald S. Bultje2007-11-081-1/+1
* Split out the packet parsing from the main function body in rmdec.cRonald S. Bultje2007-11-081-82/+98
* Change parse indexer.Ronald S. Bultje2007-11-081-3/+3
* Change ff_rm_read_mdpr_codecdata to get back to old behavior.Benoit Fouet2007-11-081-3/+2
* Split out the MDPR chunk reading into its own function.Ronald S. Bultje2007-11-061-58/+73
* Seek regression for RM demuxer fixKostya Shishkov2007-11-031-0/+3
* Revert get_num() to old behaviour in order to handleKostya Shishkov2007-11-011-1/+1
* Demux full frames instead of sliced for RealVideo.Kostya Shishkov2007-10-211-25/+88
* dnet audio needs avparser to work with the lavc ac3 decoder.Justin Ruggles2007-10-011-0/+1
* Set correct length for last slice in frame subpacketKostya Shishkov2007-09-061-0/+2
* Merge get_str() and get_str8() functions.Ronald S. Bultje2007-07-281-18/+12
* Fix get_str/get_str8() to also work if the target string is not long enough toRonald S. Bultje2007-07-281-6/+8
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-5/+5
* avoid uninitialised variable warning and clarify codeMåns Rullgård2007-07-081-1/+1
* use new string functionsMåns Rullgård2007-06-231-3/+2
* use FFSWAP()Aurelien Jacobs2007-05-301-4/+2
* cosmetics: indentationAurelien Jacobs2007-05-301-1/+1
* split rm muxer and demuxer in their own filesAurelien Jacobs2007-05-301-0/+696