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-10-25prettyprinting cosmeticsDiego Biurrun
2008-10-25spelling cosmeticsDiego Biurrun
2008-10-24force sample rate to 16khz for speex in flv, fix speexaudio.flvBaptiste Coudurier
2008-10-24fix for >2GB flv filesPascal Massimino
2008-10-24raw dnxhd de/muxerBaptiste Coudurier
2008-10-23dnxhd codec is intra onlyBaptiste Coudurier
2008-10-23matroskaenc: require global headerAurelien Jacobs
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
2008-10-19Check for pts==dts on I/P frames in the presence of non low delay decoding andMichael Niedermayer
2008-10-19Move code setting delay and presentation_delayed a little up soMichael Niedermayer
2008-10-18Append read data onto the buffer instead of overwriting, this ensuresMichael Niedermayer
2008-10-18Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wic...Alexander Wichers
2008-10-188HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nuAlexander Wichers
2008-10-18Assume mono if no other information for raw.Michael Niedermayer
2008-10-10Only special-case absolute DOS paths on systems that support them.Ramiro Polla
2008-10-09Make gcc 2.95 happy.Michael Niedermayer
2008-10-07replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik
2008-10-07simplifying code as per Michael's suggestionRoman Shaposhnik
2008-10-07simplifying the code as per Michael's suggestionRoman Shaposhnik
2008-10-0510l, fix amrwb sample rateBaptiste Coudurier
2008-10-05matroskaenc: correct muxing of ASS packetsAurelien Jacobs
2008-10-05matroskaenc: use correct EBML ID for block durationAurelien Jacobs
2008-10-05matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size()Aurelien Jacobs
2008-10-05matroskaenc: remove useless mkv_block_size() functionAurelien Jacobs
2008-10-05Favor even chunk sizes in ambiguous cases.Michael Niedermayer
2008-10-05Factorize stream id parsing.Michael Niedermayer
2008-10-05Make size variables in dyn_buf_write unsigned so gcc will not optimize theReimar Döffinger
2008-10-04Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ...Diego Biurrun
2008-10-04Reindent after r15544.Ronald S. Bultje
2008-10-04Implement RDTDemuxContext, which contains RDT-specific data (similar toRonald S. Bultje
2008-10-04Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport)Ronald S. Bultje
2008-10-04Remove access into RTPDemuxContext in rtsp.c, which allows making it opaqueRonald S. Bultje
2008-10-04Change function prototype of RTPDynamicPayloadHandler.parse_packet() toRonald S. Bultje
2008-10-04Rename RTP payload contexts to PayloadContext, suggested by Luca inRonald S. Bultje
2008-10-03set sample rate for amr to allow stream copy since no decoder is present,Baptiste Coudurier
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-10-03matroskadec: cosmetics: indentationAurelien Jacobs
2008-10-03matroskadec: don't merge packets which have no timestampAurelien Jacobs
2008-10-03Use __typeof__ instead of GCC-specific typeof keyword.Diego Pettenò
2008-10-02MinGW runtime 3.15 has a wrapper for usleep().Ramiro Polla
2008-10-02spelling cosmeticsDiego Biurrun
2008-10-02Use enum typers instead of int.Diego Pettenò
2008-10-02Add (additional) const to many global tables.Reimar Döffinger
2008-10-01Cosmetics: indentationDavid Conrad
2008-10-01Visible width/height fields were added in Theora 3.2David Conrad
2008-10-01Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcodingRonald S. Bultje
2008-10-01This patch refactors RDT packet header parsing so that it can be used inRonald S. Bultje
2008-09-30Reindent after previous patches.Ronald S. Bultje
2008-09-30Implement a RTSPTransport field, which allows proper separation of serverRonald S. Bultje
2008-09-30Remove access to rdt_data struct in functions called outside of theRonald S. Bultje