Mercurial > libavcodec.hg
graph
-
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil libavcodec2006-07-19, by lucabe
-
fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%) libavcodec2006-07-17, by michael
-
attempt to implement xiphs useless and stupid quantization matrix mess libavcodec2006-07-17, by michael
-
replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for theora according to spec) libavcodec2006-07-17, by michael
-
some fixmes if someone ever wants to implement theora support correctly ... libavcodec2006-07-16, by michael
-
Don't pass block[6][64] parameter to decode_p_mb as we always use s->block libavcodec2006-07-16, by kostya
-
optionally (use_lpc=2) support Cholesky factorization for finding the lpc coeficients libavcodec2006-07-14, by michael
-
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just libavcodec2006-07-11, by diego
-
remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) libavcodec2006-07-09, by michael
-
Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, and always use halfpel MC. libavcodec2006-07-07, by kostya
-
make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be worth it libavcodec2006-07-06, by stefang
-
AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...) libavcodec2006-07-06, by michael
-
return -1 on bitstream errors instead of continuing, as the following stuff almost always will be useless until the next startcode libavcodec2006-07-04, by michael
-
check cbp for validity, avoids possible out of array reads / segfaults libavcodec2006-07-04, by michael
-
Correctly choose global transform mode, MV mode and fix bitplane decoding libavcodec2006-07-04, by kostya
-
Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h libavcodec2006-07-03, by lucabe
-
CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer gmx de) libavcodec2006-07-02, by michael
-
staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch by (Stefan Gehrer stefan.gehrer gmx de) libavcodec2006-07-02, by michael
-
new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de) libavcodec2006-07-01, by michael
-
0xFFFF l of cola. Now P-frames are decoded almost without distortions. libavcodec2006-07-01, by kostya
-
* Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's no libavcodec2006-06-30, by gpoirier