Mercurial > libavformat.hg
graph
-
stop parsing if tag size is wrongly < 8 to avoid infinite loop libavformat2008-09-24, by bcoudurier
-
do not override sample rate for amr nor qcelp, should fix some qcelp files at 16000hz libavformat2008-09-24, by bcoudurier
-
ASF stands for "advanced stream format" not "adaptive ...", changing it to "ASF". libavformat2008-09-24, by michael
-
revert r14983, value is not sample aspect ratio, it is display aspect ratio libavformat2008-09-17, by bcoudurier
-
Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transport libavformat2008-09-14, by rbultje
-
matroskadec: prevent seeking before the first keyframe of the reference stream libavformat2008-09-11, by aurel
-
Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1: libavformat2008-09-11, by rbultje
-
Factorize out common code for opening of the RTP parsing context between libavformat2008-09-11, by rbultje
-
matroskadec: ensure that overlapping subtitles are not added to the index libavformat2008-09-09, by aurel
-
matroskadec: after seeking, skip up to the desired timestamp instead of libavformat2008-09-09, by aurel
-
print stream index in decimal not in hex, easier for debugging libavformat2008-09-09, by bcoudurier
-
Bump Major version, this commit is almost just renaming bits_per_sample to libavformat2008-09-08, by michael
-
Implement RDT-specific data parsing routines. After these changes, simple libavformat2008-09-07, by rbultje
-
Implement a RDT-specific SET_PARAMETER command that subscribes to the libavformat2008-09-07, by rbultje
-
Add dynamic payload handlers to rdt.c. These follow the same API as the ones libavformat2008-09-07, by rbultje
-
Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and export libavformat2008-09-07, by rbultje
-
bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211 libavformat2008-09-07, by aurel
-
matroskadec: ensure that the timecode added to the index are is the one libavformat2008-09-06, by aurel
-
do not fail if audio is uncompressed and frame size is not set, just set it libavformat2008-09-05, by bcoudurier
-
Fix msgsm in wav, do not set blkalign to frame size, this is wrong, libavformat2008-09-04, by bcoudurier
-
matroska: subtitle display duration must be stored in pkt->convergence_duration libavformat2008-09-04, by aurel
-
actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot fr libavformat2008-09-04, by bcoudurier
-
skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits, libavformat2008-09-04, by bcoudurier
-
Change doxygen comment: Clarify when av_write_trailer should be called. libavformat2008-09-03, by reimar
-
Remove unused code that used to handle protocol concatenation, i.e. trying libavformat2008-09-03, by rbultje
-
Implement Realmedia/RTSP-compatible SETUP command. This includes calculation libavformat2008-09-03, by rbultje