Sun, 11 May 2008 05:28:29 +0000 |
voroshil |
Fix compilation error.
libavcodec
|
Sun, 11 May 2008 04:25:34 +0000 |
jbr |
fix reading of samples-per-frame
libavcodec
|
Sun, 11 May 2008 03:42:53 +0000 |
voroshil |
various filters for ACELP-based codecs
libavcodec
|
Sun, 11 May 2008 03:40:14 +0000 |
diego |
Simplify a list of array allocations with a loop.
libavcodec
|
Sun, 11 May 2008 03:18:18 +0000 |
voroshil |
Replace hardcoded LP filter order with parameter.
libavcodec
|
Sat, 10 May 2008 16:05:12 +0000 |
diego |
Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.
libavcodec
|
Sat, 10 May 2008 16:02:38 +0000 |
diego |
Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.
libavcodec
|
Sat, 10 May 2008 15:59:08 +0000 |
diego |
cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,
libavcodec
|
Fri, 09 May 2008 14:34:52 +0000 |
diego |
Add missing required header directly.
libavcodec
|
Fri, 09 May 2008 14:33:55 +0000 |
diego |
Add missing path to #include.
libavcodec
|
Fri, 09 May 2008 14:29:37 +0000 |
diego |
Add missing path to #include statement.
libavcodec
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavcodec
|
Fri, 09 May 2008 10:44:12 +0000 |
michael |
Little fix for block sizes <16
libavcodec
|
Fri, 09 May 2008 10:18:58 +0000 |
diego |
Revert previous mistaken commit.
libavcodec
|
Fri, 09 May 2008 10:06:51 +0000 |
diego |
ipp.h is a system header, use <> when #including it.
libavcodec
|
Fri, 09 May 2008 09:48:49 +0000 |
diego |
dsputil.h is not a system header, use "" when #including it.
libavcodec
|
Fri, 09 May 2008 09:02:41 +0000 |
kostya |
Improve motion estimation metric.
libavcodec
|
Thu, 08 May 2008 23:15:39 +0000 |
aurel |
remove useless comment
libavcodec
|
Thu, 08 May 2008 21:59:51 +0000 |
aurel |
ensure vp56_decode_frame always return unchanged buf_size
libavcodec
|
Thu, 08 May 2008 21:11:24 +0000 |
ramiro |
Do not misuse long as the size of a register in x86.
libavcodec
|
Thu, 08 May 2008 14:02:35 +0000 |
cehoyos |
Do not return -1 from void functions.
libavcodec
|
Thu, 08 May 2008 14:01:44 +0000 |
cehoyos |
One const per declaration is enough.
libavcodec
|
Tue, 06 May 2008 17:18:41 +0000 |
bcoudurier |
export dnxhd encoded picture quality
libavcodec
|
Tue, 06 May 2008 09:20:50 +0000 |
diego |
Remove one more set of useless parentheses from a return call.
libavcodec
|