Mercurial > libavcodec.hg
graph
-
Make it a little easier to spot that the code is not dealing only with libavcodecWed, 25 Jun 2008 12:08:39 +0000, by ramiro
-
Define mm_flags/support to be 0 on architectures where they don't exist. libavcodecTue, 24 Jun 2008 23:51:17 +0000, by astrange
-
Replace redundant MAX macro declaration by proper use of FFMAX. libavcodecTue, 24 Jun 2008 20:15:31 +0000, by diego
-
Use lpc_coef[2] instead of lpc_coef and lpc_coef_old libavcodecTue, 24 Jun 2008 18:38:55 +0000, by vitor
-
Mark constant structure member as const to avoid some warnings. libavcodecTue, 24 Jun 2008 09:10:30 +0000, by diego
-
Remove redundant mm_flags declaration, fixes the warning: libavcodecTue, 24 Jun 2008 09:00:58 +0000, by diego
-
Merge the >> 4 calculation of cb1_base in the table libavcodecMon, 23 Jun 2008 21:10:59 +0000, by vitor
-
Consistency: make the output buffer the first argument of functions libavcodecMon, 23 Jun 2008 21:00:28 +0000, by vitor
-
It makes more sense to return 1 here in case of overflow. libavcodecMon, 23 Jun 2008 20:42:36 +0000, by vitor
-
Rename rotate_buffer() to copy_and_dup() and doxy it libavcodecMon, 23 Jun 2008 20:18:51 +0000, by vitor
-
Move code unrelated to lpc filtering out of lpc_filter() libavcodecMon, 23 Jun 2008 20:05:42 +0000, by vitor
-
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