summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* Visible width/height fields were added in Theora 3.2David Conrad2008-10-01
* Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcodingRonald S. Bultje2008-10-01
* This patch refactors RDT packet header parsing so that it can be used inRonald S. Bultje2008-10-01
* Reindent after previous patches.Ronald S. Bultje2008-09-30
* Implement a RTSPTransport field, which allows proper separation of serverRonald S. Bultje2008-09-30
* Remove access to rdt_data struct in functions called outside of theRonald S. Bultje2008-09-30
* Send improper UDP SETUP request, which is what Realmedia servers expect.Ronald S. Bultje2008-09-30
* Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells usRonald S. Bultje2008-09-30
* support negative ctts in some way, unset wrong dtsBaptiste Coudurier2008-09-30
* Uniformly define _XOPEN_SOURCE to 600.Diego Biurrun2008-09-29
* matroskadec: merge ASS events which share the same pts in the same AVPavketAurelien Jacobs2008-09-28
* matroskadec: ass events lines must end with a DOS style EOLAurelien Jacobs2008-09-28
* matroskadec: set duration only for CODEC_ID_TEXT subtitlesAurelien Jacobs2008-09-28
* matroskadec: pass duration as parameter of matroska_fix_ass_packet()Aurelien Jacobs2008-09-28
* assdec: don't remove CR, they are part of the specAurelien Jacobs2008-09-27
* cosmetics: Break overly long lines, one grammar fix.Diego Biurrun2008-09-27
* spelling/wording/grammarDiego Biurrun2008-09-27
* Move doxygen comments for av_gettime from utils.c to avformat.h.Diego Biurrun2008-09-27
* ASS/SSA muxer.Michael Niedermayer2008-09-26
* add ok parts to the rm demuxer for SIPRO supportBenjamin Larsson2008-09-26
* Add support for Acelp.net fourcc and codecid, remuxing wav to avi should workBenjamin Larsson2008-09-26
* Do not lose the '\n'.Michael Niedermayer2008-09-26
* 2 in 1, an ASS and SSA demuxer.Michael Niedermayer2008-09-26
* only include sys/select.h if present, fix mingw compilationBaptiste Coudurier2008-09-26
* Prevent image2 from complaining about non monotone timestamps asMichael Niedermayer2008-09-26