Mercurial > libavcodec.hg
graph
-
this code will not work with PIC as it needs 7 registers and gcc doesnt support that in PIC libavcodecSun, 15 Oct 2006 20:50:05 +0000, by michael
-
shift CABACContext.range right, this reduces the number of shifts needed in get_cabac() and is slightly faster on P3 (and should be much faster on P4 as the P4 except the more recent variants lacks an integer shifter and so shifts have ~10 times longer latency then simple operations like adds) libavcodecSun, 15 Oct 2006 20:40:50 +0000, by michael
-
Have xvid encoder wrapper honnor -vtag option libavcodecSun, 15 Oct 2006 16:52:33 +0000, by gpoirier
-
Revert putting EXTRALIBS in common.mak, linking fails on MinGW. libavcodecSun, 15 Oct 2006 12:59:45 +0000, by diego
-
Ignore blocks with no samples and flags (but usually with MD5 sum) libavcodecSun, 15 Oct 2006 04:50:19 +0000, by kostya
-
Put libmpeg2 IDCT functions under CONFIG_GPL, fixes link failure libavcodecSat, 14 Oct 2006 17:04:50 +0000, by diego
-
Remove intrinsics checks, they are no longer used. libavcodecFri, 13 Oct 2006 16:04:41 +0000, by diego
-
dehack *ps_state indexing in the branchless decoder libavcodecFri, 13 Oct 2006 14:21:25 +0000, by michael
-
add "memory" to the clobber list we change memory so we need it, this also fixes some problems with gcc svn libavcodecThu, 12 Oct 2006 21:32:56 +0000, by michael
-
-1 is a valid return value in ratecontrol_1pass() -> 100l for takis libavcodecThu, 12 Oct 2006 20:55:42 +0000, by michael
-
prevent "mb level" get_cabac() calls from being inlined (3% faster decode_mb_cabac() on P3) libavcodecThu, 12 Oct 2006 14:49:19 +0000, by michael
-
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavcodecThu, 12 Oct 2006 12:02:58 +0000, by bcoudurier
-
fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir %cyx A users P sourceforge P net% libavcodecThu, 12 Oct 2006 11:54:24 +0000, by bcoudurier
-
Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h. libavcodecThu, 12 Oct 2006 11:51:34 +0000, by diego
-
adds some useful comments after some of the #else, #elseif, libavcodecThu, 12 Oct 2006 07:51:18 +0000, by gpoirier