Mercurial > libavcodec.hg
graph
-
Avoid a memcpy. Code is also simpler now in my opinion. libavcodecSun, 22 Jun 2008 20:09:13 +0000, by vitor
-
Add generic ff_sine_window_init function and implement in codecs appropriately libavcodecSun, 22 Jun 2008 15:12:27 +0000, by superdump
-
vp6: ensure that huffman decoding table is sorted with descending symbol order libavcodecSun, 22 Jun 2008 13:20:41 +0000, by aurel
-
Add missing mpegvideo.o to list of vc1.o dependencies. libavcodecSun, 22 Jun 2008 12:52:26 +0000, by diego
-
Add missing entry for ADPCM_EA_MAXIS_XA_DECODER. libavcodecSun, 22 Jun 2008 12:47:39 +0000, by diego
-
Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16 libavcodecSun, 22 Jun 2008 07:05:40 +0000, by reimar
-
Do not write junk in the end of truncated files. FATE libavcodecFri, 20 Jun 2008 20:46:07 +0000, by vitor
-
Do not shift F[I] twice, it is also clearer and smaller now. libavcodecThu, 19 Jun 2008 11:04:31 +0000, by michael
-
Copy 4 pointers to avid dozends of ptr dereferences. libavcodecThu, 19 Jun 2008 10:49:30 +0000, by michael
-
Improve an lclenc.c error message in case of unsupported input pixel libavcodecThu, 19 Jun 2008 10:12:15 +0000, by stefano
-
Remove the truncated bitstream handling from our g726 decoder. libavcodecWed, 18 Jun 2008 19:18:32 +0000, by michael
-
convert DOS-style carriage return to Unix-style libavcodecTue, 17 Jun 2008 14:42:51 +0000, by gpoirier
-
Do not inline g726_iterate() the function is big so its inlining will libavcodecTue, 17 Jun 2008 00:09:42 +0000, by michael
-
Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler. libavcodecMon, 16 Jun 2008 23:57:12 +0000, by michael
-
Remove redundant zeroing (the context is memset(0)). libavcodecMon, 16 Jun 2008 23:53:34 +0000, by michael
-
Float11 does not need int, .o file becomes smaller and the code might libavcodecMon, 16 Jun 2008 23:34:15 +0000, by michael
-
Check number of bits so we do not try to use table entries which do not exist. libavcodecMon, 16 Jun 2008 23:16:44 +0000, by michael
-
get_bits() outputs exactly as many bits as requested no need to mask them. libavcodecMon, 16 Jun 2008 20:42:54 +0000, by michael
-
Add missing #includes to fix 'make checkheaders'. libavcodecMon, 16 Jun 2008 08:25:48 +0000, by diego
-
fix verbatim mode decoding. patch by Jai Menon (realityman gmx net). libavcodecSun, 15 Jun 2008 18:01:25 +0000, by jbr
-
Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software libavcodecFri, 13 Jun 2008 09:30:42 +0000, by stefano
-
Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodecThu, 12 Jun 2008 21:50:13 +0000, by stefano
-
Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output and libavcodecMon, 09 Jun 2008 16:30:59 +0000, by reimar