Mercurial > libavcodec.hg
graph
-
Add a rounding parameter to ff_acelp_lp_synthesis_filter() libavcodecSun, 29 Jun 2008 11:19:50 +0000, by vitor
-
Add command line support for '-idct simplearmv6'. libavcodecSun, 29 Jun 2008 08:32:27 +0000, by diego
-
Use MANGLE() instead of memory operands to read globals. libavcodecSat, 28 Jun 2008 18:27:31 +0000, by astrange
-
Make code independent/less dependent on dsputil. libavcodecSat, 28 Jun 2008 10:42:31 +0000, by michael
-
Seek the file forwards instead of backwards when sync is lost. libavcodecFri, 27 Jun 2008 21:36:01 +0000, by ramiro
-
VP3 parser can also handle VP6 without any changes. libavcodecThu, 26 Jun 2008 17:14:20 +0000, by aurel
-
move ff_log2_run to bitstream.c and reuse in ffv1.c libavcodecThu, 26 Jun 2008 16:39:21 +0000, by stefang
-
VP3 & Theora parser to extract keyframe flags. libavcodecThu, 26 Jun 2008 11:25:42 +0000, by michael
-
Set frame_size to the gcd of what the decoder can output. libavcodecWed, 25 Jun 2008 18:35:24 +0000, by michael
-
Don't set mm_flags in fft-test, since it doesn't do anything anyway. libavcodecWed, 25 Jun 2008 17:37:47 +0000, by astrange
-
Use a local variable instead of mm_flags in dct-test. libavcodecWed, 25 Jun 2008 17:33:55 +0000, by astrange
-
make ModeAlphabet read-only and use a custom mode alphabet libavcodecWed, 25 Jun 2008 14:14:58 +0000, by stefang
-
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
-
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