Sat, 31 May 2008 21:53:31 +0000 |
jbr |
only calculate number of exponent groups when exponents are not reused.
libavcodec
|
Sat, 31 May 2008 21:37:28 +0000 |
jbr |
cosmetics: remove unneeded braces
libavcodec
|
Sat, 31 May 2008 19:59:10 +0000 |
jbr |
10l: cosmetics
libavcodec
|
Sat, 31 May 2008 19:56:54 +0000 |
jbr |
new dba values requires running last 2 bit allocation stages
libavcodec
|
Sat, 31 May 2008 16:04:41 +0000 |
jbr |
get_transform_coeffs() never returns an error, so make the function and its children return void.
libavcodec
|
Sat, 31 May 2008 15:37:41 +0000 |
vitor |
Add doxy comments to eq() and do_voice()
libavcodec
|
Sat, 31 May 2008 15:31:57 +0000 |
jbr |
use enum value for CRC error
libavcodec
|
Sat, 31 May 2008 15:30:55 +0000 |
jbr |
move header error logging to after CRC check
libavcodec
|
Sat, 31 May 2008 14:38:34 +0000 |
vitor |
Minor simplification
libavcodec
|
Sat, 31 May 2008 14:36:46 +0000 |
vitor |
Rename variable
libavcodec
|
Sat, 31 May 2008 14:34:35 +0000 |
vitor |
Remove useless intermediate variable
libavcodec
|
Sat, 31 May 2008 14:32:11 +0000 |
vitor |
Remove ra144.o dependency added in revision r13500, now reverted
libavcodec
|
Fri, 30 May 2008 23:27:21 +0000 |
michael |
unused
libavcodec
|
Fri, 30 May 2008 23:26:09 +0000 |
michael |
As *_static are not deallocated anymore except on program termination
libavcodec
|
Fri, 30 May 2008 21:17:10 +0000 |
michael |
unused
libavcodec
|
Fri, 30 May 2008 21:15:34 +0000 |
michael |
Remove non C code.
libavcodec
|
Fri, 30 May 2008 21:12:33 +0000 |
michael |
Move *_static to bitstream.c which is the only file left which needs
libavcodec
|
Fri, 30 May 2008 21:08:41 +0000 |
michael |
Change init_vlc_rl() so it does not use *alloc_static() anymore.
libavcodec
|
Fri, 30 May 2008 21:06:40 +0000 |
michael |
Change init_2d_vlc_rl() to not use *alloc_static().
libavcodec
|
Fri, 30 May 2008 20:06:08 +0000 |
michael |
Remove constant argument.
libavcodec
|
Fri, 30 May 2008 20:02:59 +0000 |
michael |
Switch to INIT_VLC_USE_NEW_STATIC.
libavcodec
|
Fri, 30 May 2008 20:00:19 +0000 |
michael |
Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier.
libavcodec
|
Fri, 30 May 2008 19:48:02 +0000 |
michael |
Make init_vlc* support proper static tables instead of this broken beyond
libavcodec
|
Fri, 30 May 2008 19:46:43 +0000 |
vitor |
Revert r13499, log:
libavcodec
|
Thu, 29 May 2008 23:16:12 +0000 |
cehoyos |
Warn about unimplemented H264 feature.
libavcodec
|
Thu, 29 May 2008 20:09:45 +0000 |
skal |
in TRUNCATED mode, use residual fragments in ParseContext
libavcodec
|
Thu, 29 May 2008 11:04:42 +0000 |
diego |
Add ASUS V1/V2 decoder codec long names.
libavcodec
|
Wed, 28 May 2008 23:56:25 +0000 |
bcoudurier |
set avctx time_base in dv decoder
libavcodec
|
Wed, 28 May 2008 22:36:08 +0000 |
michael |
ILP64 fix
libavcodec
|
Wed, 28 May 2008 21:25:18 +0000 |
vitor |
Rename variable
libavcodec
|
Wed, 28 May 2008 21:17:32 +0000 |
vitor |
More intermediate vars removal
libavcodec
|
Wed, 28 May 2008 21:04:42 +0000 |
vitor |
Remove unused var
libavcodec
|
Wed, 28 May 2008 21:02:51 +0000 |
vitor |
Remove useless intermediate var
libavcodec
|
Wed, 28 May 2008 20:36:11 +0000 |
vitor |
Remove dec1() function
libavcodec
|
Wed, 28 May 2008 19:04:34 +0000 |
vitor |
Use ff_acelp_weighted_vector_sum() instead of reimplementing it
libavcodec
|
Wed, 28 May 2008 19:02:16 +0000 |
vitor |
Make lpc coefficients 16 bit wide
libavcodec
|
Wed, 28 May 2008 18:59:09 +0000 |
vitor |
Simplify implementation and use of dec2()
libavcodec
|
Wed, 28 May 2008 11:59:41 +0000 |
michael |
Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays.
libavcodec
|
Wed, 28 May 2008 11:33:28 +0000 |
michael |
set coded_frame
libavcodec
|
Wed, 28 May 2008 09:20:59 +0000 |
diego |
cosmetics: spelling typo fixes
libavcodec
|
Wed, 28 May 2008 01:54:09 +0000 |
michael |
Fix return type of ff_init_me().
libavcodec
|
Wed, 28 May 2008 01:34:46 +0000 |
michael |
minor simplification
libavcodec
|
Wed, 28 May 2008 01:30:59 +0000 |
michael |
redundant
libavcodec
|
Tue, 27 May 2008 23:41:10 +0000 |
michael |
Check dia size a little more. Fixes CID80.
libavcodec
|
Tue, 27 May 2008 22:10:17 +0000 |
michael |
Arrays where one element too small, fixes CID114.
libavcodec
|
Tue, 27 May 2008 21:12:28 +0000 |
michael |
memleak / fixes CID118
libavcodec
|
Tue, 27 May 2008 19:44:56 +0000 |
michael |
Do not read from prior the array, fix CID 127.
libavcodec
|
Tue, 27 May 2008 16:50:48 +0000 |
vitor |
Add comment
libavcodec
|
Tue, 27 May 2008 16:14:31 +0000 |
vitor |
Fix doxy comments
libavcodec
|
Tue, 27 May 2008 12:32:59 +0000 |
diego |
cosmetics: XviD is now called Xvid.
libavcodec
|
Tue, 27 May 2008 10:51:23 +0000 |
diego |
cosmetics: typo fixes
libavcodec
|
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
|
Fri, 23 May 2008 03:10:27 +0000 |
voroshil |
adaptive and fixed codebook vector operations for ACELP-based codecs
libavcodec
|
Fri, 23 May 2008 00:29:21 +0000 |
michael |
Fix + - bug with non flags.
libavcodec
|
Thu, 22 May 2008 19:42:02 +0000 |
banan |
Update copyright and text
libavcodec
|
Thu, 22 May 2008 19:16:28 +0000 |
banan |
Fix decoding of 01-Untitled(1).oma, patch by Maxim Poliakovski
libavcodec
|
Wed, 21 May 2008 19:24:17 +0000 |
vitor |
Make gbuf2 a table instead of an array
libavcodec
|
Wed, 21 May 2008 19:23:15 +0000 |
vitor |
Remove unneeded var from context
libavcodec
|
Wed, 21 May 2008 17:50:42 +0000 |
benoit |
Improve parse_primary() error message.
libavcodec
|
Wed, 21 May 2008 16:53:20 +0000 |
vitor |
Cosmetics: indentation
libavcodec
|
Wed, 21 May 2008 16:43:33 +0000 |
vitor |
Simplify irms()
libavcodec
|