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
2009-04-17Move declarations in sync() closer to where they are used.Michael Niedermayer
2009-03-22Add a @todo with a comment from Kostya so we don't forget to optimize that atRonald S. Bultje
2009-03-21Don't allow to sync on packets of zero-size length, since these are neverRonald S. Bultje
2009-03-21Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-lengthRonald S. Bultje
2009-03-20Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codecRonald S. Bultje
2009-03-16rmdec: fix crash at end of fileMåns Rullgård
2009-03-16More reindent, forgotten in previous commit.Ronald S. Bultje
2009-03-16Parse index chunk so that seeking in modern .rm files becomes a lot faster.Ronald S. Bultje
2009-03-16Reindent after r18010.Ronald S. Bultje
2009-03-16Mark the first output audio frame as keyframe (separate patch from previous,Ronald S. Bultje
2009-03-16Remove packet returning in ff_rm_parse_packet() if we're using the packetRonald S. Bultje
2009-03-16Reindent after r18005.Ronald S. Bultje
2009-03-16Merge code for packet reading in "old" (.ra, audio-only) Realmedia files andRonald S. Bultje
2009-03-15Fix index generation in the way that it was supposed to be used. See theRonald S. Bultje
2009-03-10Correctly skip complete INDX chunks, i.e. read the 32-bit header correctlyRonald S. Bultje
2009-03-10Prevent (negative) overflow of rm->remaining_len. This evaluation really onlyRonald S. Bultje
2009-03-10Revert to r17908.Ronald S. Bultje
2009-03-09Prevent (negative) overflow of rm->remaining_len. This evaluation really onlyRonald S. Bultje
2009-03-09Replace separate packet parsing for "old_format" .ra files by a call toRonald S. Bultje
2009-03-09Move frame discarding out of the ff_rm_parse_packet() loop, and respectRonald S. Bultje
2009-02-18remove now useless get_str16() from rmdec.cAurelien Jacobs
2009-02-18use new metadata API in rm (de)muxerAurelien Jacobs
2009-02-16Add a context to av_log() calls.Benoit Fouet
2009-02-12Use more descriptive format long_names.Diego Biurrun
2009-02-03Reformat rdt_demuxer AVCodec struct sanely.Michael Niedermayer
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2009-01-08Fix a compiler warning:Dominique Leuenberger
2008-12-3110l set AVPacket.size to the true size of the returned data instead ofMichael Niedermayer
2008-12-31Fix indention which was off by 1 space.Michael Niedermayer
2008-12-31Replace buffer by AVPacket and avoid a memcpy() for video when the numberMichael Niedermayer
2008-12-31Merge videobuf and audiobuf.Michael Niedermayer
2008-12-31Simplify the top of rm_assemble_video_frame().Michael Niedermayer
2008-12-30Add a few error checks to rm_assemble_video_frame()Michael Niedermayer
2008-12-30All non zero returns of rm_assemble_video_frame() are errors, check thingsMichael Niedermayer
2008-12-29av_free() -> av_freep(), patch by Reimar Doffinger, see discussion inReimar Döffinger
2008-12-29Fix double free which happens for playback of .rm files after r16365. SeeRonald S. Bultje
2008-12-28Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion inRonald S. Bultje
2008-12-28Add RMStream object as function argument to public functions so that non-.rmRonald S. Bultje
2008-12-28Implement RMStream stream-specific private data object in the RM demuxer.Ronald S. Bultje
2008-12-15Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussio...Ronald S. Bultje
2008-12-15Reindent something that looks weird.Ronald S. Bultje
2008-12-14Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.Ronald S. Bultje
2008-12-14Don't access RMContext directly in rdt.c. Rather, use the return value ofRonald S. Bultje
2008-12-11Fix indenting.Ronald S. Bultje
2008-11-17Add ByteIOContext argument to public ff_rm_* functions so that we canRonald S. Bultje
2008-10-29Check sub_packet_size against 0 to avoid div by zero later.Michael Niedermayer
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