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
|
Wed, 21 May 2008 16:43:05 +0000 |
vitor |
Simplify add_wav()
libavcodec
|
Wed, 21 May 2008 16:41:58 +0000 |
vitor |
Only one out of two values of gbuf1 is actually used. Make it half the size.
libavcodec
|
Wed, 21 May 2008 16:38:44 +0000 |
vitor |
Make etable1 and etable2 tables instead of arrays.
libavcodec
|
Wed, 21 May 2008 16:36:19 +0000 |
vitor |
Simplify ra144_decode_frame() by unrolling a senseless
libavcodec
|
Wed, 21 May 2008 16:33:49 +0000 |
vitor |
Use ff_sqrt() function instead of using a table
libavcodec
|
Sat, 17 May 2008 14:51:49 +0000 |
vitor |
Cosmetics: move function to remove forward declarations
libavcodec
|
Sat, 17 May 2008 14:42:55 +0000 |
vitor |
Minor simplification of rotate_block()
libavcodec
|
Sat, 17 May 2008 14:40:36 +0000 |
vitor |
Cosmetics: indentation
libavcodec
|
Sat, 17 May 2008 14:39:47 +0000 |
vitor |
Cosmetics: rename variable
libavcodec
|
Sat, 17 May 2008 14:38:12 +0000 |
vitor |
Simplify ra144_decode_frame()
libavcodec
|
Sat, 17 May 2008 14:36:44 +0000 |
michael |
Simplify vsad16_mmx2().
libavcodec
|
Sat, 17 May 2008 14:35:45 +0000 |
vitor |
Remove a useless temporary buffer
libavcodec
|
Sat, 17 May 2008 14:35:14 +0000 |
michael |
Simplify vsad16_mmx().
libavcodec
|
Sat, 17 May 2008 14:34:55 +0000 |
vitor |
Convert ra144.h tables from hex to decimal
libavcodec
|
Sat, 17 May 2008 14:33:01 +0000 |
michael |
Simplify vsad_intra16_mmx2()
libavcodec
|
Sat, 17 May 2008 14:31:10 +0000 |
michael |
Simplify vsad_intra16_mmx()
libavcodec
|
Sat, 17 May 2008 11:42:03 +0000 |
diego |
LPCM 24 bits support, patch by Lars T¸«£uber, lars.taeuber gmx net
libavcodec
|
Sat, 17 May 2008 11:38:30 +0000 |
diego |
The MPEG4AAC codec is provided by an external library and will be disabled
libavcodec
|
Sat, 17 May 2008 10:20:01 +0000 |
diego |
missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
Fri, 16 May 2008 21:28:55 +0000 |
michael |
Avoid using log2() freebsd does not support it.
libavcodec
|
Fri, 16 May 2008 13:12:56 +0000 |
diego |
Fix big-endian vs. little-endian typo.
libavcodec
|
Fri, 16 May 2008 00:28:22 +0000 |
diego |
consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
Fri, 16 May 2008 00:26:02 +0000 |
diego |
Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it.
libavcodec
|
Thu, 15 May 2008 23:03:55 +0000 |
diego |
cosmetics: Use C-style comment delimiters with #endif directives.
libavcodec
|
Thu, 15 May 2008 23:02:43 +0000 |
diego |
cosmetics: Fix typos in ADPCM codec long names.
libavcodec
|
Thu, 15 May 2008 22:51:38 +0000 |
diego |
cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.
libavcodec
|
Thu, 15 May 2008 18:49:50 +0000 |
vitor |
Remove useless buffers
libavcodec
|
Thu, 15 May 2008 18:42:05 +0000 |
vitor |
Simplify rotate_block()
libavcodec
|
Thu, 15 May 2008 18:41:04 +0000 |
vitor |
Do not pass the context to functions that do not use it
libavcodec
|
Thu, 15 May 2008 18:39:07 +0000 |
vitor |
Declare vars as const when possible
libavcodec
|
Thu, 15 May 2008 18:36:12 +0000 |
vitor |
Do not copy tables to a context var, use them directly
libavcodec
|
Thu, 15 May 2008 18:34:31 +0000 |
vitor |
Remove unneeded fields from the decoder context
libavcodec
|
Thu, 15 May 2008 18:31:55 +0000 |
vitor |
Read the bitstream where the data is actually needed instead of doing it in unpack_input()
libavcodec
|
Thu, 15 May 2008 18:30:05 +0000 |
vitor |
Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)
libavcodec
|
Thu, 15 May 2008 18:29:05 +0000 |
vitor |
Cosmetics: remove useless parenthesis
libavcodec
|
Thu, 15 May 2008 18:28:24 +0000 |
vitor |
The first table of decodetable[] is unrelated to the other. Rename it.
libavcodec
|
Thu, 15 May 2008 11:35:19 +0000 |
diego |
ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
Thu, 15 May 2008 11:31:14 +0000 |
diego |
DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
Thu, 15 May 2008 01:03:48 +0000 |
benoit |
Make av_set_string() fail when number could not be set.
libavcodec
|
Wed, 14 May 2008 16:30:37 +0000 |
diego |
Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it.
libavcodec
|