Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Tue, 29 Sep 2009 11:43:58 +0000 |
diego |
whitespace cosmetics, prettyprinting, K&R coding style
libavcodec
|
Mon, 28 Sep 2009 21:46:22 +0000 |
diego |
some more linebreak and brace placement cosmetics
libavcodec
|
Mon, 28 Sep 2009 21:13:47 +0000 |
diego |
brace placement and linebreak cosmetics
libavcodec
|
Sun, 30 Aug 2009 08:29:11 +0000 |
reimar |
Remove unused variable.
libavcodec
|
Thu, 27 Aug 2009 13:41:29 +0000 |
lorenm |
indent
libavcodec
|
Thu, 27 Aug 2009 13:41:11 +0000 |
lorenm |
1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on Core2.
libavcodec
|
Wed, 08 Jul 2009 19:39:23 +0000 |
reimar |
Add extra validation checks to ff_vorbis_len2vlc.
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Fri, 12 Dec 2008 05:12:51 +0000 |
ods15 |
Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility
libavcodec
|
Tue, 06 May 2008 09:16:36 +0000 |
diego |
Remove unnecessary parentheses from return calls.
libavcodec
|
Sat, 09 Feb 2008 13:53:15 +0000 |
lorenm |
30% faster ff_vorbis_floor1_render_list, 3% faster overall
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Thu, 10 May 2007 15:24:01 +0000 |
aurel |
rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c
libavcodec
base
vorbis_common.c@814cd8f1f9a6
|
Thu, 10 May 2007 15:17:17 +0000 |
aurel |
loosen vorbis_enc.c dependencies by spliting vorbis.c
libavcodec
|
Sun, 25 Mar 2007 01:06:45 +0000 |
aurel |
extract vorbis header spliting code into a reusable function
libavcodec
|
Sun, 12 Nov 2006 18:49:36 +0000 |
mru |
rename inverse -> ff_inverse
libavcodec
|
Wed, 11 Oct 2006 23:17:58 +0000 |
diego |
Rename ABS macro to FFABS.
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Sun, 01 Oct 2006 17:38:07 +0000 |
ods15 |
remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead
libavcodec
|
Sun, 01 Oct 2006 11:59:33 +0000 |
ods15 |
make some more functions global so they can be shared with vorbis_enc.c
libavcodec
|
Sun, 01 Oct 2006 11:11:30 +0000 |
ods15 |
make ready_floor1_list() shared for vorbis_enc.c
libavcodec
|
Sat, 30 Sep 2006 18:47:15 +0000 |
ods15 |
vorbis.h -> vorbis_data.c
libavcodec
|
Mon, 25 Sep 2006 22:54:19 +0000 |
reimar |
Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the same way.
libavcodec
|
Sun, 24 Sep 2006 10:58:06 +0000 |
ods15 |
fix to vorbis decoder for book==0
libavcodec
|
Sun, 10 Sep 2006 18:16:19 +0000 |
diego |
Remove unused variable.
libavcodec
|
Fri, 11 Aug 2006 18:19:37 +0000 |
lorenm |
vorbis simd tweaks
libavcodec
|
Thu, 10 Aug 2006 21:57:30 +0000 |
lorenm |
vorbis cosmetics: mdct0,mdct1 => mdct[2]
libavcodec
|
Thu, 10 Aug 2006 21:55:31 +0000 |
lorenm |
misc tweaks in vorbis_residue_decode().
libavcodec
|
Thu, 10 Aug 2006 19:06:25 +0000 |
lorenm |
sse and 3dnow implementations of float->int conversion and mdct windowing.
libavcodec
|
Tue, 08 Aug 2006 04:01:04 +0000 |
lorenm |
3dnow2 implementation of imdct.
libavcodec
|
Thu, 03 Aug 2006 06:07:13 +0000 |
lorenm |
another div -> fastdiv, another 2% faster vorbis.
libavcodec
|
Thu, 03 Aug 2006 03:18:47 +0000 |
lorenm |
sse & sse2 implementations of vorbis channel coupling.
libavcodec
|
Thu, 03 Aug 2006 02:18:07 +0000 |
lorenm |
int16_t is faster than int_fast16_t for division.
libavcodec
|
Thu, 11 May 2006 00:28:30 +0000 |
banan |
Cosmetics. Add the defines needed for debug output.
libavcodec
|
Thu, 11 May 2006 00:06:50 +0000 |
lorenm |
fix a crash on x86_64
libavcodec
|
Sun, 07 May 2006 17:30:00 +0000 |
bcoudurier |
vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbalatoni at programozo dot hu>
libavcodec
|
Sun, 23 Apr 2006 21:11:31 +0000 |
rtognimp |
Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false.
libavcodec
|
Sat, 25 Feb 2006 22:41:31 +0000 |
mru |
kill some warnings
libavcodec
|
Sun, 05 Feb 2006 10:16:20 +0000 |
al |
Correct the relation between floors of type 0 and block sizes.
libavcodec
|
Sat, 04 Feb 2006 09:59:48 +0000 |
al |
10l (malloc check with the wrong pointer)
libavcodec
|
Sat, 04 Feb 2006 08:55:34 +0000 |
al |
Added support for vorbis files containing floor type 0.
libavcodec
|
Mon, 30 Jan 2006 23:33:19 +0000 |
mru |
add static keyword to some functions
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Mon, 12 Dec 2005 01:56:46 +0000 |
mru |
use PRIxN, %zd, %td formats where needed
libavcodec
|
Mon, 30 May 2005 22:02:00 +0000 |
michael |
decrease V_NB_BITS if possible
libavcodec
|
Mon, 30 May 2005 20:34:05 +0000 |
michael |
more trivial optimizations
libavcodec
|
Mon, 30 May 2005 19:14:50 +0000 |
michael |
maxdepth is supposed to be a constant, its faster if its too large then if its non constant
libavcodec
|
Mon, 30 May 2005 15:03:06 +0000 |
michael |
optimizations
libavcodec
|
Mon, 30 May 2005 00:07:52 +0000 |
michael |
faster float->short conversation
libavcodec
|
Sun, 29 May 2005 22:50:22 +0000 |
michael |
ilog() -> av_log2()
libavcodec
|
Sun, 29 May 2005 22:11:05 +0000 |
michael |
Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)
libavcodec
|
Sat, 21 May 2005 01:17:20 +0000 |
michael |
1.) LGPL license mentioned
libavcodec
|
Thu, 19 May 2005 11:45:10 +0000 |
mru |
accept old extradata format
libavcodec
|
Thu, 19 May 2005 11:41:41 +0000 |
mru |
fix decoding of multi-channel vorbis streams
libavcodec
|
Tue, 17 May 2005 19:02:43 +0000 |
michael |
Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)
libavcodec
|