Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-26add ok parts to the rm demuxer for SIPRO supportBenjamin Larsson
2008-09-23Add support for RVTR fourCCVitor Sessak
2008-09-07Add dynamic payload handlers to rdt.c. These follow the same API as the onesRonald S. Bultje
2008-09-03Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it isRonald S. Bultje
2008-09-03Use chunk-size in function calling mdpr_read_codecdata() rather than in theRonald S. Bultje
2008-06-23Remove unused variable, fixes the warning:Diego Biurrun
2008-06-20factorize read_header failure freeing codeBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-06-01Check whether the memory allocation for extradata succeeded. Fixes issue 472.Panagiotis Issaris
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-10Fix seeking in rm.Michael Niedermayer
2008-01-17Fix forgotten braces from r11039Roberto Togni
2008-01-17Remove some spaces to keep certain people's eyes from hurting.Diego Biurrun
2008-01-07cosmetics: Add another pair of parentheses to aid readability.Diego Biurrun
2008-01-04Make three rm demuxer functions non static.Ronald S. Bultje
2008-01-02cosmetics: Reindent.Diego Biurrun
2008-01-02Merge double-nested if into && condition.Ronald S. Bultje
2007-12-05TypoRoberto Togni
2007-12-02Revert r10892, it's wrong and no longer needed to prevent crashesRoberto Togni
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-19Replace realloc with free+malloc, the previous content of the buffer isRoberto Togni
2007-11-19CosmeticsRoberto Togni
2007-11-19No need to update pos, it's not used after that lineRoberto Togni
2007-11-19Cleanup: remove ssizeRoberto Togni
2007-11-19Check for memory allocation failure of temp bufferRoberto Togni
2007-11-19Optimize memory management to create an av_packet from multiple slices:Roberto Togni
2007-11-161000l: Fix check for max slice numberRoberto Togni
2007-11-16Move dnet-ac3 byte-swapping code close to audio packet read codeRoberto Togni
2007-11-08Split ac3 byte swapping into a separate function.Ronald S. Bultje
2007-11-08Isolate caching of audio frames in its own function.Ronald S. Bultje
2007-11-08Change a stream indexer.Ronald S. Bultje
2007-11-08Split out the packet parsing from the main function body in rmdec.cRonald S. Bultje
2007-11-08Change parse indexer.Ronald S. Bultje
2007-11-08Change ff_rm_read_mdpr_codecdata to get back to old behavior.Benoit Fouet
2007-11-06Split out the MDPR chunk reading into its own function.Ronald S. Bultje
2007-11-03Seek regression for RM demuxer fixKostya Shishkov
2007-11-01Revert get_num() to old behaviour in order to handleKostya Shishkov
2007-10-21Demux full frames instead of sliced for RealVideo.Kostya Shishkov
2007-10-01dnet audio needs avparser to work with the lavc ac3 decoder.Justin Ruggles
2007-09-06Set correct length for last slice in frame subpacketKostya Shishkov
2007-07-28Merge get_str() and get_str8() functions.Ronald S. Bultje
2007-07-28Fix get_str/get_str8() to also work if the target string is not long enough toRonald S. Bultje
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-08avoid uninitialised variable warning and clarify codeMåns Rullgård
2007-06-24use new string functionsMåns Rullgård
2007-05-30use FFSWAP()Aurelien Jacobs
2007-05-30cosmetics: indentationAurelien Jacobs
2007-05-30split rm muxer and demuxer in their own filesAurelien Jacobs