Mercurial > libavformat.hg
graph
-
cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support libavformat2007-10-23, by andoma
-
convert a if() into a switch() to ease addition of new tags to probe libavformat2007-10-22, by aurel
-
fix issue 225, instead of stoping when wrong atom size is found, libavformat2007-10-22, by bcoudurier
-
100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because buf is char* since r10818 libavformat2007-10-21, by bcoudurier
-
Make Matroska demuxer output full frames instead of slices for RealVideo libavformat2007-10-21, by kostya
-
associate to each AVProgram the indexes of the AVStreams contained in it libavformat2007-10-20, by nicodvb
-
API extension: AVProgram now has an array (stream_index) containing the indexes of the streams in AVFormatContext libavformat2007-10-20, by nicodvb
-
cosmetics: moved to a separate function the code to print the characteristics of an AVStream libavformat2007-10-20, by nicodvb
-
check if we found an audio track before initializing the audio stream libavformat2007-10-18, by aurel
-
make compression_type a function local var instead of a context var libavformat2007-10-18, by aurel
-
parse header chunk in a loop (don't depend on a fixed chunk ordering) libavformat2007-10-18, by aurel