Mercurial > libavformat.hg
graph
-
Cosmetics : reindent after last commit and remove redundant comment. libavformat2009-04-18, by jai_menon
-
Change nsvf_index_data to nsvs_file_offset for increased clarity. libavformat2009-04-18, by jai_menon
-
Introduce codec id for MPEG-4 ALS and associate it with corresponding libavformat2009-04-17, by jai_menon
-
Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF, libavformat2009-04-17, by rbultje
-
Moving variable declarations in asf_build_simple_index() to clarify&prettify code. libavformat2009-04-17, by michael
-
Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist libavformat2009-04-16, by rbultje
-
Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly libavformat2009-04-15, by michael
-
Send dummy requests over the TCP connection (WMS wants GET_PARAMETER, libavformat2009-04-15, by rbultje
-
Ensure that there's pages to read for duration calculation in the ogg demuxer libavformat2009-04-15, by conrad
-
Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC libavformat2009-04-14, by rbultje
-
Increase the SDP buffer size (again!) and also increase the temporary libavformat2009-04-14, by rbultje
-
seek inside buffer when offset is exactly at the end, fix seeking with memory ByteIOContext libavformat2009-04-13, by bcoudurier