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 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:35:45 +0000 |
vitor |
Remove a useless temporary buffer
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
|
Sun, 11 May 2008 18:47:16 +0000 |
astrange |
Simplify do_voice().
libavcodec
|
Sun, 11 May 2008 18:43:11 +0000 |
astrange |
Replace some hardcoded swapping with FFSWAP.
libavcodec
|
Sun, 11 May 2008 18:39:13 +0000 |
astrange |
Remove unused defines from ra144.
libavcodec
|
Sun, 11 May 2008 03:40:14 +0000 |
diego |
Simplify a list of array allocations with a loop.
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
|
Sun, 27 Apr 2008 22:39:51 +0000 |
diego |
Add long names to AVCodec declarations.
libavcodec
|
Fri, 01 Feb 2008 15:43:38 +0000 |
michael |
const
libavcodec
|
Sat, 11 Aug 2007 23:17:03 +0000 |
aurel |
various simplifications around recent av_clip_int16() usage
libavcodec
|
Sat, 11 Aug 2007 22:48:55 +0000 |
aurel |
use av_clip_int16() where it makes sense
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Wed, 06 Oct 2004 08:50:46 +0000 |
kabi |
* fixing a few of gcc 'clean-code' warnings
libavcodec
|
Fri, 06 Feb 2004 21:07:17 +0000 |
michael |
segfault fix
libavcodec
|
Wed, 04 Feb 2004 16:03:10 +0000 |
michael |
cleanup ugly code (also appearently works around a bug gcc 3.4 which fails compiling it) by (mru at kth dot se (Mns Rullgrd))
libavcodec
|
Sun, 24 Aug 2003 22:08:22 +0000 |
bellard |
removed unused variables
libavcodec
|
Sun, 29 Jun 2003 19:11:55 +0000 |
al3x |
moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
libavcodec
|
Fri, 13 Jun 2003 09:36:13 +0000 |
kabi |
* removed redundant includes (they were even wrongly used)
libavcodec
|
Fri, 13 Jun 2003 08:31:40 +0000 |
nickols_k |
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
libavcodec
|