summaryrefslogtreecommitdiff
path: root/libavformat/rmdec.c
Commit message (Expand)AuthorAge
* Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion inRonald S. Bultje2008-12-28
* Add RMStream object as function argument to public functions so that non-.rmRonald S. Bultje2008-12-28
* Implement RMStream stream-specific private data object in the RM demuxer.Ronald S. Bultje2008-12-28
* Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussio...Ronald S. Bultje2008-12-14
* Reindent something that looks weird.Ronald S. Bultje2008-12-14
* Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.Ronald S. Bultje2008-12-13
* Don't access RMContext directly in rdt.c. Rather, use the return value ofRonald S. Bultje2008-12-13
* Fix indenting.Ronald S. Bultje2008-12-11
* Add ByteIOContext argument to public ff_rm_* functions so that we canRonald S. Bultje2008-11-17
* Check sub_packet_size against 0 to avoid div by zero later.Michael Niedermayer2008-10-29
* add ok parts to the rm demuxer for SIPRO supportBenjamin Larsson2008-09-26
* Add support for RVTR fourCCVitor Sessak2008-09-23
* Add dynamic payload handlers to rdt.c. These follow the same API as the onesRonald S. Bultje2008-09-07
* Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it isRonald S. Bultje2008-09-03
* Use chunk-size in function calling mdpr_read_codecdata() rather than in theRonald S. Bultje2008-09-03
* Remove unused variable, fixes the warning:Diego Biurrun2008-06-23
* factorize read_header failure freeing codeBaptiste Coudurier2008-06-20
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Check whether the memory allocation for extradata succeeded. Fixes issue 472.Panagiotis Issaris2008-06-01
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Fix seeking in rm.Michael Niedermayer2008-04-09
* Fix forgotten braces from r11039Roberto Togni2008-01-17
* Remove some spaces to keep certain people's eyes from hurting.Diego Biurrun2008-01-16
* cosmetics: Add another pair of parentheses to aid readability.Diego Biurrun2008-01-06
* Make three rm demuxer functions non static.Ronald S. Bultje2008-01-04
* cosmetics: Reindent.Diego Biurrun2008-01-02
* Merge double-nested if into && condition.Ronald S. Bultje2008-01-02
* TypoRoberto Togni2007-12-04
* Revert r10892, it's wrong and no longer needed to prevent crashesRoberto Togni2007-12-02
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Replace realloc with free+malloc, the previous content of the buffer isRoberto Togni2007-11-19
* CosmeticsRoberto Togni2007-11-19
* No need to update pos, it's not used after that lineRoberto Togni2007-11-19
* Cleanup: remove ssizeRoberto Togni2007-11-18
* Check for memory allocation failure of temp bufferRoberto Togni2007-11-18
* Optimize memory management to create an av_packet from multiple slices:Roberto Togni2007-11-18
* 1000l: Fix check for max slice numberRoberto Togni2007-11-15
* Move dnet-ac3 byte-swapping code close to audio packet read codeRoberto Togni2007-11-15
* Split ac3 byte swapping into a separate function.Ronald S. Bultje2007-11-08
* Isolate caching of audio frames in its own function.Ronald S. Bultje2007-11-08
* Change a stream indexer.Ronald S. Bultje2007-11-08
* Split out the packet parsing from the main function body in rmdec.cRonald S. Bultje2007-11-08
* Change parse indexer.Ronald S. Bultje2007-11-08
* Change ff_rm_read_mdpr_codecdata to get back to old behavior.Benoit Fouet2007-11-08
* Split out the MDPR chunk reading into its own function.Ronald S. Bultje2007-11-06
* Seek regression for RM demuxer fixKostya Shishkov2007-11-03
* Revert get_num() to old behaviour in order to handleKostya Shishkov2007-11-01
* Demux full frames instead of sliced for RealVideo.Kostya Shishkov2007-10-21
* dnet audio needs avparser to work with the lavc ac3 decoder.Justin Ruggles2007-10-01
* Set correct length for last slice in frame subpacketKostya Shishkov2007-09-06