Mercurial > libavformat.hg
graph
-
fix total bitrate computation, based on patch by corp186, chasedouglas at gmail dot com libavformat2009-05-10, by bcoudurier
-
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
-
Move ea demuxer messages that are irrelevant to ordinary users from libavformat2009-04-12, by reimar
-
Split bitstream.h, put the bitstream writer stuff in the new file libavformat2009-04-12, by stefano
-
Disable metadata reading. Yes, I would like to know what this code is good for libavformat2009-04-12, by michael
-
simplify registration descriptor parsing with bytestream get functions libavformat2009-04-12, by bcoudurier
-
fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samples libavformat2009-04-12, by bcoudurier
-
Fix "unrecognized WC3 chunk" debug output which was broken r18444 due to sign expansion. libavformat2009-04-11, by reimar
-
Explain the purpose of the wc3_pal_lookup and the formula that was used to libavformat2009-04-11, by reimar
-
Use get_le32/get_be32 in wc3movie demuxer instead of reading everything into libavformat2009-04-11, by reimar
-
Make electronicarts demuxer return partial frames, this is the default libavformat2009-04-11, by reimar
-
AAC packetiser cleanup: remove check for a condition that cannot happen libavformat2009-04-09, by lucabe
-
Fix memleak in nuv demuxer: free packet already allocated packet when libavformat2009-04-09, by reimar
-
Correctly set packet size for partial video packets in nuv demuxer. libavformat2009-04-08, by reimar
-
Add av_shrink_packet function for use in av_get_packet that reduces pkt->size libavformat2009-04-08, by reimar