Tue, 27 May 2008 00:43:39 +0000 |
jbr |
zero the upper frequencies of the correct coefficients
libavcodec
|
Mon, 26 May 2008 23:36:05 +0000 |
diego |
consistency cosmetics: indices --> indexes in variable names
libavcodec
|
Mon, 26 May 2008 23:19:26 +0000 |
diego |
Clarify avcodec_encode_audio() vs. PCM audio.
libavcodec
|
Mon, 26 May 2008 23:14:25 +0000 |
diego |
consistency cosmetics: indices --> indexes
libavcodec
|
Mon, 26 May 2008 23:11:24 +0000 |
diego |
cosmetics: typo
libavcodec
|
Mon, 26 May 2008 23:09:46 +0000 |
diego |
cosmetics: Use C-style comments in #endif directives.
libavcodec
|
Mon, 26 May 2008 18:26:47 +0000 |
vitor |
Rename var: add read coefficients a decent name
libavcodec
|
Mon, 26 May 2008 18:21:09 +0000 |
vitor |
Update comment
libavcodec
|
Mon, 26 May 2008 18:18:33 +0000 |
vitor |
Rename var: val -> energy
libavcodec
|
Mon, 26 May 2008 18:16:05 +0000 |
vitor |
Rename var: swapbuf* are LPC related
libavcodec
|
Mon, 26 May 2008 17:10:00 +0000 |
vitor |
Rename var: buffer_2 is an adaptive codebook
libavcodec
|
Mon, 26 May 2008 16:59:39 +0000 |
vitor |
Context vars are not global vars. glob is a bad name for it.
libavcodec
|
Mon, 26 May 2008 16:55:22 +0000 |
vitor |
Rename context struct to be more consistent with the rest of ffmpeg
libavcodec
|
Mon, 26 May 2008 11:32:42 +0000 |
michael |
Warn about packed B-frames. (especially useful if the file in question is
libavcodec
|
Mon, 26 May 2008 02:00:18 +0000 |
michael |
indent
libavcodec
|
Mon, 26 May 2008 01:58:47 +0000 |
michael |
allow av_parser_close(NULL)
libavcodec
|
Mon, 26 May 2008 01:06:15 +0000 |
michael |
print direct_spatial_mv_pred
libavcodec
|
Sun, 25 May 2008 20:02:24 +0000 |
jbr |
safer solution for setting audio parameters
libavcodec
|
Sun, 25 May 2008 19:48:03 +0000 |
vitor |
Merge two if's
libavcodec
|
Sun, 25 May 2008 19:00:13 +0000 |
vitor |
Use (u)int16_t instead of (unsigned) short
libavcodec
|
Sun, 25 May 2008 18:54:17 +0000 |
jbr |
set audio parameters if frame header is ok, even if crc fails
libavcodec
|
Sun, 25 May 2008 18:06:01 +0000 |
jbr |
cosmetics: indent
libavcodec
|
Sun, 25 May 2008 18:05:15 +0000 |
jbr |
add error concealment
libavcodec
|
Sun, 25 May 2008 17:06:14 +0000 |
vitor |
Yet more cosmetics
libavcodec
|
Sun, 25 May 2008 17:04:42 +0000 |
vitor |
More cosmetics
libavcodec
|
Sun, 25 May 2008 16:58:25 +0000 |
vitor |
Cosmetics
libavcodec
|
Sun, 25 May 2008 16:53:55 +0000 |
vitor |
Rename var
libavcodec
|
Sun, 25 May 2008 16:52:14 +0000 |
vitor |
Minor simplification of dec1()
libavcodec
|
Sun, 25 May 2008 16:50:08 +0000 |
vitor |
Minor simplification of dec2()
libavcodec
|
Sun, 25 May 2008 16:46:05 +0000 |
vitor |
Remove useless variable
libavcodec
|
Sun, 25 May 2008 16:44:56 +0000 |
vitor |
Cosmetics: merge declaration and initialization
libavcodec
|
Sun, 25 May 2008 16:42:31 +0000 |
vitor |
Cosmetics: braces removal
libavcodec
|
Sun, 25 May 2008 16:29:07 +0000 |
vitor |
Move evaluation of variable a to where it is trivial
libavcodec
|
Sun, 25 May 2008 16:27:33 +0000 |
vitor |
Make add_wav() receive a vector instead of three integers
libavcodec
|
Sun, 25 May 2008 16:20:06 +0000 |
jbr |
cosmetics: indent
libavcodec
|
Sun, 25 May 2008 16:19:44 +0000 |
jbr |
10l: fix error in commit r13382
libavcodec
|
Sun, 25 May 2008 16:10:08 +0000 |
vitor |
Remove gbuf2 from context
libavcodec
|
Sun, 25 May 2008 15:34:48 +0000 |
jbr |
add checks for missing information in the first block
libavcodec
|
Sun, 25 May 2008 15:23:03 +0000 |
jbr |
add check for invalid channel mode when coupling is used
libavcodec
|
Sun, 25 May 2008 14:07:35 +0000 |
michael |
Fix MB skipping with droppable frames.
libavcodec
|
Sun, 25 May 2008 13:31:07 +0000 |
michael |
Do not reject odd width/height.
libavcodec
|
Sun, 25 May 2008 13:26:04 +0000 |
vitor |
Use (u)int16_t instead of short for tables
libavcodec
|
Sun, 25 May 2008 13:25:10 +0000 |
vitor |
Make tables that fit in one byte (u)int8_t
libavcodec
|
Sun, 25 May 2008 13:23:27 +0000 |
vitor |
Remove yet another val (gbuf1) from context
libavcodec
|
Sun, 25 May 2008 13:22:56 +0000 |
vitor |
Parameter n of dec functions is always 3. Hardcode it.
libavcodec
|
Sat, 24 May 2008 22:31:44 +0000 |
michael |
Move const *pow2tab out of context.
libavcodec
|
Sat, 24 May 2008 22:28:33 +0000 |
michael |
simplify init_pow2table
libavcodec
|
Sat, 24 May 2008 22:23:16 +0000 |
michael |
Merge init_rootpow2table and init_pow2table.
libavcodec
|
Sat, 24 May 2008 20:52:50 +0000 |
vitor |
Indent
libavcodec
|
Sat, 24 May 2008 20:51:56 +0000 |
vitor |
Remove another useless variable from context
libavcodec
|
Sat, 24 May 2008 17:18:42 +0000 |
voroshil |
Move pitch vector interpolation code to acelp_filters
libavcodec
|
Sat, 24 May 2008 16:38:48 +0000 |
vitor |
Use an intermediate variable for overflow testing
libavcodec
|
Sat, 24 May 2008 16:20:37 +0000 |
vitor |
Handle the case where we do not have enough input
libavcodec
|
Sat, 24 May 2008 12:58:20 +0000 |
michael |
Anoter try to make +- behave sanely.
libavcodec
|
Sat, 24 May 2008 12:33:00 +0000 |
vitor |
Simplify eq()
libavcodec
|
Sat, 24 May 2008 09:20:09 +0000 |
vitor |
Simplify final()
libavcodec
|
Sat, 24 May 2008 09:19:21 +0000 |
vitor |
Simplify rms()
libavcodec
|
Sat, 24 May 2008 09:17:30 +0000 |
vitor |
More simplifications of ra144_decode_frame()
libavcodec
|
Sat, 24 May 2008 09:15:01 +0000 |
vitor |
Make wavtable a table instead of an array
libavcodec
|
Sat, 24 May 2008 07:19:12 +0000 |
cehoyos |
Fix compilation for buggy icc.
libavcodec
|