aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Do not lose the '\n'.Michael Niedermayer2008-09-261-3/+4
* 2 in 1, an ASS and SSA demuxer.Michael Niedermayer2008-09-263-0/+188
* only include sys/select.h if present, fix mingw compilationBaptiste Coudurier2008-09-262-0/+4
* Prevent image2 from complaining about non monotone timestamps asMichael Niedermayer2008-09-261-1/+2
* cosmetics, remove GXF: in log messages since it is present in contextBaptiste Coudurier2008-09-241-15/+15
* skip invalid audio samples in gxf packetsBaptiste Coudurier2008-09-241-5/+18
* include sys/select.h to get select, according to posix 2001,Baptiste Coudurier2008-09-241-0/+1
* include sys/select.h instead of unistd.h to get select,Baptiste Coudurier2008-09-241-1/+1
* stop parsing if tag size is wrongly < 8 to avoid infinite loopBaptiste Coudurier2008-09-241-1/+1
* Avoid segfault due to not set AVCodec.Michael Niedermayer2008-09-241-1/+1
* merge amr wb case with amr nb and qcelpBaptiste Coudurier2008-09-241-3/+1
* do not override sample rate for amr nor qcelp, should fix some qcelp files at...Baptiste Coudurier2008-09-241-2/+0
* ASF stands for "advanced stream format" not "adaptive ...", changing it to "A...Michael Niedermayer2008-09-241-1/+1
* Add support for RVTR fourCCVitor Sessak2008-09-231-1/+2
* Ensure that muxer and encoder aspect ratios match. So noMichael Niedermayer2008-09-191-0/+4
* Add fourcc for MS RLE4Kostya Shishkov2008-09-181-0/+1
* revert r14983, value is not sample aspect ratio, it is display aspect ratioBaptiste Coudurier2008-09-171-1/+0
* write number of samples in FLAC extradata.Justin Ruggles2008-09-141-0/+18
* add error message for unsupported codecs in WAVE.Justin Ruggles2008-09-141-0/+2
* Reindent after r15317.Ronald S. Bultje2008-09-141-1/+1
* Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transportRonald S. Bultje2008-09-141-16/+16
* matroskadec: simplify, first_timecode is already in the indexAurelien Jacobs2008-09-121-16/+5
* matroskadec: prevent seeking before the first keyframe of the reference streamAurelien Jacobs2008-09-111-3/+14
* Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1:Ronald S. Bultje2008-09-111-14/+14
* Factorize out common code for opening of the RTP parsing context betweenRonald S. Bultje2008-09-111-32/+26
* Clarify convergence_duration.Michael Niedermayer2008-09-101-2/+4
* set bits_per_coded_sample according to new lavc apiBaptiste Coudurier2008-09-091-3/+3
* matroskadec: demux relevant subtitle packets after a seekAurelien Jacobs2008-09-091-3/+17
* matroskadec: ensure that overlapping subtitles are not added to the indexAurelien Jacobs2008-09-091-0/+5
* matroskadec: after seeking, skip up to the desired timestamp instead ofAurelien Jacobs2008-09-091-3/+3
* matroskadec: move timecode calculation a little earlierAurelien Jacobs2008-09-091-10/+8
* matroskadec: sanitize track time_scale before using itAurelien Jacobs2008-09-091-0/+2
* print stream index in decimal not in hex, easier for debuggingBaptiste Coudurier2008-09-091-1/+1
* set block align in av_write_header if not set, fix issue #489Baptiste Coudurier2008-09-081-0/+3
* write copyright metadata tagBaptiste Coudurier2008-09-081-0/+3
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-0847-137/+137
* terminate tag tables by CODEC_ID_NONEBaptiste Coudurier2008-09-081-0/+2
* set default bps to 16 in wav headerBaptiste Coudurier2008-09-071-1/+2
* Implement RDT-specific data parsing routines. After these changes, simpleRonald S. Bultje2008-09-073-2/+116
* Reindent after previous patch.Ronald S. Bultje2008-09-071-22/+22
* Implement a RDT-specific SET_PARAMETER command that subscribes to theRonald S. Bultje2008-09-073-2/+57
* Add dynamic payload handlers to rdt.c. These follow the same API as the onesRonald S. Bultje2008-09-075-0/+153
* Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and exportRonald S. Bultje2008-09-072-4/+5
* bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211Aurelien Jacobs2008-09-071-1/+1
* matroskadec: remove now useless vstream and is_video_key_frameAurelien Jacobs2008-09-061-6/+2
* matroskadec: remove useless bracesAurelien Jacobs2008-09-061-2/+1
* matroskadec: ensure that the timecode added to the index are is the oneAurelien Jacobs2008-09-061-8/+10
* do not fail if audio is uncompressed and frame size is not set, just set itBaptiste Coudurier2008-09-051-1/+2
* simplify bps code by using av_get_bits_per_sampleBaptiste Coudurier2008-09-051-13/+2
* matroskadec: fix ASS subtitle track packets before emitting themAurelien Jacobs2008-09-041-0/+35