summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Check sub_packet_size against 0 to avoid div by zero later.Michael Niedermayer2008-10-29
* Fix endless loop when opening corrupt FLV files (issue 699).Andrew Wason2008-10-28
* fix umid base value, use revision 5 and generic material typeBaptiste Coudurier2008-10-27
* fix sound essence compression ULBaptiste Coudurier2008-10-26
* fix start position ULBaptiste Coudurier2008-10-26
* simplify sample rate code, flv_set_audio_codec already overrides it for nelly...Baptiste Coudurier2008-10-24
* prettyprinting cosmeticsDiego Biurrun2008-10-24
* spelling cosmeticsDiego Biurrun2008-10-24
* force sample rate to 16khz for speex in flv, fix speexaudio.flvBaptiste Coudurier2008-10-24
* fix for >2GB flv filesPascal Massimino2008-10-24
* raw dnxhd de/muxerBaptiste Coudurier2008-10-24
* dnxhd codec is intra onlyBaptiste Coudurier2008-10-23
* matroskaenc: require global headerAurelien Jacobs2008-10-22
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* Check for pts==dts on I/P frames in the presence of non low delay decoding andMichael Niedermayer2008-10-19
* Move code setting delay and presentation_delayed a little up soMichael Niedermayer2008-10-18
* Append read data onto the buffer instead of overwriting, this ensuresMichael Niedermayer2008-10-18
* Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wic...Alexander Wichers2008-10-18
* 8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nuAlexander Wichers2008-10-18
* Assume mono if no other information for raw.Michael Niedermayer2008-10-18
* Only special-case absolute DOS paths on systems that support them.Ramiro Polla2008-10-10
* Make gcc 2.95 happy.Michael Niedermayer2008-10-08
* replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik2008-10-07
* simplifying code as per Michael's suggestionRoman Shaposhnik2008-10-07
* simplifying the code as per Michael's suggestionRoman Shaposhnik2008-10-07
* 10l, fix amrwb sample rateBaptiste Coudurier2008-10-04
* matroskaenc: correct muxing of ASS packetsAurelien Jacobs2008-10-04
* matroskaenc: use correct EBML ID for block durationAurelien Jacobs2008-10-04
* matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size()Aurelien Jacobs2008-10-04
* matroskaenc: remove useless mkv_block_size() functionAurelien Jacobs2008-10-04
* Favor even chunk sizes in ambiguous cases.Michael Niedermayer2008-10-04
* Factorize stream id parsing.Michael Niedermayer2008-10-04
* Make size variables in dyn_buf_write unsigned so gcc will not optimize theReimar Döffinger2008-10-04
* Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ...Diego Biurrun2008-10-04
* Reindent after r15544.Ronald S. Bultje2008-10-04
* Implement RDTDemuxContext, which contains RDT-specific data (similar toRonald S. Bultje2008-10-04
* Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport)Ronald S. Bultje2008-10-04
* Remove access into RTPDemuxContext in rtsp.c, which allows making it opaqueRonald S. Bultje2008-10-04
* Change function prototype of RTPDynamicPayloadHandler.parse_packet() toRonald S. Bultje2008-10-04
* Rename RTP payload contexts to PayloadContext, suggested by Luca inRonald S. Bultje2008-10-04
* set sample rate for amr to allow stream copy since no decoder is present,Baptiste Coudurier2008-10-03
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* matroskadec: cosmetics: indentationAurelien Jacobs2008-10-02
* matroskadec: don't merge packets which have no timestampAurelien Jacobs2008-10-02
* Use __typeof__ instead of GCC-specific typeof keyword.Diego Pettenò2008-10-02
* MinGW runtime 3.15 has a wrapper for usleep().Ramiro Polla2008-10-02
* spelling cosmeticsDiego Biurrun2008-10-02
* Use enum typers instead of int.Diego Pettenò2008-10-02
* Add (additional) const to many global tables.Reimar Döffinger2008-10-02
* Cosmetics: indentationDavid Conrad2008-10-01