summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* 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
* cosmetics, remove GXF: in log messages since it is present in contextBaptiste Coudurier2008-09-24
* skip invalid audio samples in gxf packetsBaptiste Coudurier2008-09-24
* include sys/select.h to get select, according to posix 2001,Baptiste Coudurier2008-09-24
* include sys/select.h instead of unistd.h to get select,Baptiste Coudurier2008-09-24
* stop parsing if tag size is wrongly < 8 to avoid infinite loopBaptiste Coudurier2008-09-24
* Avoid segfault due to not set AVCodec.Michael Niedermayer2008-09-24
* merge amr wb case with amr nb and qcelpBaptiste Coudurier2008-09-24
* do not override sample rate for amr nor qcelp, should fix some qcelp files at...Baptiste Coudurier2008-09-24
* ASF stands for "advanced stream format" not "adaptive ...", changing it to "A...Michael Niedermayer2008-09-24
* Add support for RVTR fourCCVitor Sessak2008-09-23
* Ensure that muxer and encoder aspect ratios match. So noMichael Niedermayer2008-09-19
* Add fourcc for MS RLE4Kostya Shishkov2008-09-18
* revert r14983, value is not sample aspect ratio, it is display aspect ratioBaptiste Coudurier2008-09-17
* write number of samples in FLAC extradata.Justin Ruggles2008-09-14
* add error message for unsupported codecs in WAVE.Justin Ruggles2008-09-14
* Reindent after r15317.Ronald S. Bultje2008-09-14
* Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transportRonald S. Bultje2008-09-14
* matroskadec: simplify, first_timecode is already in the indexAurelien Jacobs2008-09-12
* matroskadec: prevent seeking before the first keyframe of the reference streamAurelien Jacobs2008-09-11
* Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1:Ronald S. Bultje2008-09-11
* Factorize out common code for opening of the RTP parsing context betweenRonald S. Bultje2008-09-11
* Clarify convergence_duration.Michael Niedermayer2008-09-10
* set bits_per_coded_sample according to new lavc apiBaptiste Coudurier2008-09-09
* matroskadec: demux relevant subtitle packets after a seekAurelien Jacobs2008-09-09
* matroskadec: ensure that overlapping subtitles are not added to the indexAurelien Jacobs2008-09-09
* matroskadec: after seeking, skip up to the desired timestamp instead ofAurelien Jacobs2008-09-09
* matroskadec: move timecode calculation a little earlierAurelien Jacobs2008-09-09
* matroskadec: sanitize track time_scale before using itAurelien Jacobs2008-09-09
* print stream index in decimal not in hex, easier for debuggingBaptiste Coudurier2008-09-09
* set block align in av_write_header if not set, fix issue #489Baptiste Coudurier2008-09-08