Sun, 31 Aug 2008 02:31:05 +0000 |
vitor |
Merge declaration and initialization of a few vars in compute_lpc_coefs()
libavcodec
|
Sun, 31 Aug 2008 02:30:09 +0000 |
jbr |
commit more OKed parts of the E-AC-3 decoder
libavcodec
|
Sat, 30 Aug 2008 23:19:23 +0000 |
jbr |
commit more OKed parts of the E-AC-3 decoder
libavcodec
|
Sat, 30 Aug 2008 23:13:10 +0000 |
jbr |
commit more OKed parts of the E-AC-3 decoder
libavcodec
|
Sat, 30 Aug 2008 20:39:12 +0000 |
michael |
Fix lossless jpeg encoder to comply to spec and store full redundant
libavcodec
|
Sat, 30 Aug 2008 19:47:47 +0000 |
conrad |
Remove unused dequantization code from SSE VP3 IDCT
libavcodec
|
Sat, 30 Aug 2008 19:41:42 +0000 |
conrad |
Use ff_pw_8 in MMX/SSE VP3 IDCT
libavcodec
|
Sat, 30 Aug 2008 19:40:21 +0000 |
conrad |
Let ff_pw_8 be used as an SSE constant
libavcodec
|
Sat, 30 Aug 2008 17:51:03 +0000 |
jbr |
cosmetics: update comment about dithering
libavcodec
|
Sat, 30 Aug 2008 11:01:58 +0000 |
michael |
Remove the cos_mod table that has become unused after replacing the imdct
libavcodec
|
Sat, 30 Aug 2008 10:47:13 +0000 |
michael |
Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().
libavcodec
|
Sat, 30 Aug 2008 10:41:53 +0000 |
michael |
Get rid of the 512 sample memmove().
libavcodec
|
Sat, 30 Aug 2008 04:26:45 +0000 |
pross |
Remove 'currently unused' warning about SAMPLE_FMT_xxx.
libavcodec
|
Fri, 29 Aug 2008 21:35:57 +0000 |
bwolowiec |
Okayed parts of nellymoserenc.c
libavcodec
|
Fri, 29 Aug 2008 21:12:30 +0000 |
vitor |
Remove useless zeroing of a buffer
libavcodec
|
Fri, 29 Aug 2008 20:19:23 +0000 |
superdump |
Fix typo in element type
libavcodec
|
Fri, 29 Aug 2008 20:18:34 +0000 |
superdump |
Remove unnecessary portion of a condition. This fixes issue607 and avoids
libavcodec
|
Fri, 29 Aug 2008 18:43:20 +0000 |
stefano |
Fix typo.
libavcodec
|
Fri, 29 Aug 2008 18:37:40 +0000 |
michael |
Half the size of subband_fir_noidea and get rid of memmove & memset of it.
libavcodec
|
Fri, 29 Aug 2008 17:37:32 +0000 |
stefano |
Make X264_init() no longer assign avctx->rc_eq to libx264's context.
libavcodec
|
Fri, 29 Aug 2008 14:53:07 +0000 |
michael |
Move t1 and t2 declaration from the QMF code closer to where they are used.
libavcodec
|
Fri, 29 Aug 2008 14:44:47 +0000 |
michael |
Simplify (drop useless intermediate sum and diff arrays).
libavcodec
|
Fri, 29 Aug 2008 10:14:01 +0000 |
andoma |
5,1l: samples_chanptr[] should be (const float *)
libavcodec
|
Fri, 29 Aug 2008 10:12:44 +0000 |
andoma |
dca: Set data_size outside block loop.
libavcodec
|