Mercurial > libavcodec.hg
graph
-
The funny memcpyin svq3 generally has src & dst overlapping, so it libavcodec2008-07-16, by michael
-
float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous. libavcodec2008-07-16, by lorenm
-
Move the size of the H264Context delayed_pic array into a #define. libavcodec2008-07-15, by astrange
-
strdup() the default value for rc_eq in AVCodec when setting it in libavcodec2008-07-13, by stefano
-
Fix the logic to access the location of a string to free when setting libavcodec2008-07-13, by stefano
-
check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough and libavcodec2008-07-13, by reimar
-
mlpdec: Check for bits left before each read of End-of-Stream indicator and libavcodec2008-07-13, by ramiro
-
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it libavcodec2008-07-13, by ramiro
-
Fix MS ADPCM de- and encoding: first and second sample are swapped. libavcodec2008-07-13, by reimar
-
Fix pts handling when encoding with libschroedinger, closes issue 453. libavcodec2008-07-12, by diego
-
100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/surge-2-16-L-ms02.mov libavcodec2008-07-12, by reimar
-
Change MS ADPCM table so they fit into int8_t and change array type. libavcodec2008-07-11, by reimar
-
Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding. libavcodec2008-07-11, by diego