Mercurial > libavcodec.hg
graph
-
remove 166 useless underscores, and make this file valid c code as a result libavcodecWed, 19 Jul 2006 23:21:20 +0000, by michael
-
remove a few useless casts and avoid the useless t1/t2 variables libavcodecWed, 19 Jul 2006 23:17:18 +0000, by michael
-
disable the vp3 mmx and sse2 idcts, their output doesnt match the c idct (tested with -f crc) and the theora spec does not allow different idcts not to mention the difference is quite vissible ... libavcodecWed, 19 Jul 2006 09:49:21 +0000, by michael
-
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil libavcodecWed, 19 Jul 2006 07:28:58 +0000, by lucabe
-
parse all QIS values (we still ignore them though ...) libavcodecMon, 17 Jul 2006 13:09:45 +0000, by michael
-
fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%) libavcodecMon, 17 Jul 2006 10:44:53 +0000, by michael
-
attempt to implement xiphs useless and stupid quantization matrix mess libavcodecMon, 17 Jul 2006 09:51:59 +0000, by michael
-
replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for theora according to spec) libavcodecMon, 17 Jul 2006 08:09:08 +0000, by michael
-
some fixmes if someone ever wants to implement theora support correctly ... libavcodecSun, 16 Jul 2006 20:47:48 +0000, by michael
-
check how many bits are left after decoding extradata libavcodecSun, 16 Jul 2006 20:30:39 +0000, by michael
-
Modify preset compression levels to utilize log search. libavcodecSun, 16 Jul 2006 17:04:54 +0000, by jbr
-
Add lpc order search. This creates new compression levels 6 to 12. libavcodecSun, 16 Jul 2006 13:34:47 +0000, by jbr
-
Don't pass block[6][64] parameter to decode_p_mb as we always use s->block libavcodecSun, 16 Jul 2006 03:50:00 +0000, by kostya
-
avoid double copying of left border in luma prediction libavcodecFri, 14 Jul 2006 19:31:58 +0000, by stefang
-
optionally (use_lpc=2) support Cholesky factorization for finding the lpc coeficients libavcodecFri, 14 Jul 2006 18:48:38 +0000, by michael
-
replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use libavcodecThu, 13 Jul 2006 23:10:01 +0000, by mru
-
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just libavcodecTue, 11 Jul 2006 21:45:45 +0000, by diego