Mercurial > libavformat.hg
graph
-
parser should not be needed anymore, merge cases and set frame size for amr too libavformat2008-04-25, by bcoudurier
-
set gsm default frame size and bytes per frame, needed by old qt format, fix sample-gsm-8000.mov libavformat2008-04-25, by bcoudurier
-
pts are unsigned according to specs, fix negative pts when 32bit pts are used libavformat2008-04-25, by bcoudurier
-
cosmetics: remove useless whitespaces and put braces correctly libavformat2008-04-24, by bcoudurier
-
demux qcelp, so this can work with soc decoder and stream copy libavformat2008-04-24, by bcoudurier
-
Ensure that the timestamp reading code used for seeking chooses a position libavformat2008-04-23, by michael
-
change ff_ac3_parse_header() to take a GetBitContext instead of const char* libavformat2008-04-22, by bwolowiec
-
Tighten up the Westwood AUD detection. Probability of random detections libavformat2008-04-18, by melanson
-
Reduce probe score as it misdetects our flv file from the regression test. libavformat2008-04-15, by michael
-
Use generic seeking code for flv. The removed code was a buggy duplicate. libavformat2008-04-14, by michael
-
Stop find_stream_info() searching for further streams if 2 streams have libavformat2008-04-13, by michael
-
use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg libavformat2008-04-03, by lu_zero