summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik2008-10-072-17/+14
* simplifying code as per Michael's suggestionRoman Shaposhnik2008-10-071-4/+3
* simplifying the code as per Michael's suggestionRoman Shaposhnik2008-10-071-2/+2
* 10l, fix amrwb sample rateBaptiste Coudurier2008-10-041-1/+3
* matroskaenc: correct muxing of ASS packetsAurelien Jacobs2008-10-041-0/+61
* matroskaenc: use correct EBML ID for block durationAurelien Jacobs2008-10-041-1/+1
* matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size()Aurelien Jacobs2008-10-041-3/+3
* matroskaenc: remove useless mkv_block_size() functionAurelien Jacobs2008-10-041-8/+2
* Favor even chunk sizes in ambiguous cases.Michael Niedermayer2008-10-041-0/+5
* Factorize stream id parsing.Michael Niedermayer2008-10-041-12/+11
* Make size variables in dyn_buf_write unsigned so gcc will not optimize theReimar Döffinger2008-10-041-1/+1
* Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ...Diego Biurrun2008-10-042-0/+6
* Reindent after r15544.Ronald S. Bultje2008-10-041-2/+4
* Implement RDTDemuxContext, which contains RDT-specific data (similar toRonald S. Bultje2008-10-043-14/+59
* Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport)Ronald S. Bultje2008-10-041-18/+18
* Remove access into RTPDemuxContext in rtsp.c, which allows making it opaqueRonald S. Bultje2008-10-044-5/+18
* Change function prototype of RTPDynamicPayloadHandler.parse_packet() toRonald S. Bultje2008-10-044-12/+15
* Rename RTP payload contexts to PayloadContext, suggested by Luca inRonald S. Bultje2008-10-044-29/+25
* set sample rate for amr to allow stream copy since no decoder is present,Baptiste Coudurier2008-10-031-0/+3
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-0336-208/+204
* matroskadec: cosmetics: indentationAurelien Jacobs2008-10-021-1/+1
* matroskadec: don't merge packets which have no timestampAurelien Jacobs2008-10-021-0/+1
* Use __typeof__ instead of GCC-specific typeof keyword.Diego Pettenò2008-10-021-2/+2
* MinGW runtime 3.15 has a wrapper for usleep().Ramiro Polla2008-10-021-3/+0
* spelling cosmeticsDiego Biurrun2008-10-024-15/+15
* Use enum typers instead of int.Diego Pettenò2008-10-0210-16/+23
* Add (additional) const to many global tables.Reimar Döffinger2008-10-022-2/+2
* Cosmetics: indentationDavid Conrad2008-10-011-5/+5
* Visible width/height fields were added in Theora 3.2David Conrad2008-10-011-1/+2
* Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcodingRonald S. Bultje2008-10-011-3/+7
* This patch refactors RDT packet header parsing so that it can be used inRonald S. Bultje2008-10-013-16/+37
* Reindent after previous patches.Ronald S. Bultje2008-09-301-3/+3
* Implement a RTSPTransport field, which allows proper separation of serverRonald S. Bultje2008-09-302-7/+24
* Remove access to rdt_data struct in functions called outside of theRonald S. Bultje2008-09-303-8/+16
* Send improper UDP SETUP request, which is what Realmedia servers expect.Ronald S. Bultje2008-09-301-2/+5
* Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells usRonald S. Bultje2008-09-302-39/+39
* support negative ctts in some way, unset wrong dtsBaptiste Coudurier2008-09-301-5/+6
* Uniformly define _XOPEN_SOURCE to 600.Diego Biurrun2008-09-291-1/+1
* matroskadec: merge ASS events which share the same pts in the same AVPavketAurelien Jacobs2008-09-281-0/+18
* matroskadec: ass events lines must end with a DOS style EOLAurelien Jacobs2008-09-281-1/+1
* matroskadec: set duration only for CODEC_ID_TEXT subtitlesAurelien Jacobs2008-09-281-2/+2
* matroskadec: pass duration as parameter of matroska_fix_ass_packet()Aurelien Jacobs2008-09-281-3/+3
* assdec: don't remove CR, they are part of the specAurelien Jacobs2008-09-271-1/+1
* cosmetics: Break overly long lines, one grammar fix.Diego Biurrun2008-09-271-26/+48
* spelling/wording/grammarDiego Biurrun2008-09-271-154/+158
* Move doxygen comments for av_gettime from utils.c to avformat.h.Diego Biurrun2008-09-272-3/+1
* ASS/SSA muxer.Michael Niedermayer2008-09-263-1/+94
* add ok parts to the rm demuxer for SIPRO supportBenjamin Larsson2008-09-261-2/+4
* Add support for Acelp.net fourcc and codecid, remuxing wav to avi should workBenjamin Larsson2008-09-261-0/+1
* Do not lose the '\n'.Michael Niedermayer2008-09-261-3/+4
OpenPOWER on IntegriCloud