Sat, 03 May 2008 17:28:25 +0000 |
michael |
Move declaration a little.
libavcodec
|
Sat, 03 May 2008 17:26:13 +0000 |
michael |
Setting i to 0 once should do.
libavcodec
|
Fri, 02 May 2008 22:58:16 +0000 |
banan |
Long name spelling fixes
libavcodec
|
Thu, 01 May 2008 15:20:57 +0000 |
diego |
Mark symbol as static, patch by Diego 'Flameeyes' Petten, flameeyes gmail com.
libavcodec
|
Sun, 27 Apr 2008 10:52:44 +0000 |
diego |
Add long names to many AVCodec declarations.
libavcodec
|
Wed, 16 Apr 2008 15:33:30 +0000 |
michael |
unused
libavcodec
|
Wed, 16 Apr 2008 15:33:09 +0000 |
michael |
cosmetic
libavcodec
|
Wed, 16 Apr 2008 15:30:04 +0000 |
michael |
Move the *-1 to a more sane place as well.
libavcodec
|
Wed, 16 Apr 2008 15:28:11 +0000 |
michael |
Move scale_bias to a more sane place. I am starting to wonder how this
libavcodec
|
Wed, 16 Apr 2008 15:03:07 +0000 |
michael |
simplify
libavcodec
|
Wed, 16 Apr 2008 14:59:23 +0000 |
michael |
Avoid reverse addressing, not sure if this is faster or slower but people
libavcodec
|
Wed, 16 Apr 2008 14:55:11 +0000 |
michael |
commutative law based cleanup
libavcodec
|
Wed, 16 Apr 2008 14:49:10 +0000 |
michael |
do the -1 outside of the transform
libavcodec
|
Wed, 16 Apr 2008 14:46:25 +0000 |
michael |
normalize signs
libavcodec
|
Wed, 16 Apr 2008 13:29:35 +0000 |
michael |
100l lost add_bias
libavcodec
|
Wed, 16 Apr 2008 13:28:13 +0000 |
michael |
simplify transform
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Fri, 01 Feb 2008 03:26:31 +0000 |
michael |
consts
libavcodec
|
Sun, 18 Nov 2007 10:54:38 +0000 |
banan |
Use memcpy instead of for loop
libavcodec
|
Wed, 14 Nov 2007 16:33:14 +0000 |
banan |
Small simplification
libavcodec
|
Wed, 14 Nov 2007 15:31:47 +0000 |
alex |
Support 44.1kHz audio. Acked by Benjamin
libavcodec
|
Wed, 14 Nov 2007 15:30:15 +0000 |
alex |
Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.
libavcodec
|
Wed, 14 Nov 2007 15:21:42 +0000 |
alex |
Make sine_window static. Acked by Benjamin Larsson
libavcodec
|
Wed, 14 Nov 2007 08:22:15 +0000 |
banan |
Fix nellymoser decode_tag return value, patch by Stefano Sabatini
libavcodec
|
Sun, 04 Nov 2007 10:27:32 +0000 |
banan |
Remove unused variable
libavcodec
|
Sat, 03 Nov 2007 14:34:25 +0000 |
banan |
Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel] NellyMoser transform bug, 10/25/2007 12:24 PM
libavcodec
|
Thu, 18 Oct 2007 15:16:07 +0000 |
banan |
Unaligned memory access rcrash fix
libavcodec
|
Mon, 15 Oct 2007 16:26:02 +0000 |
banan |
Nellymoser ASAO decoder
libavcodec
|