Sun, 27 Jun 2010 09:25:05 +0000 |
mstorsjo |
Fix libvorbis encoding with more than 2 channels
libavcodec
|
Sat, 06 Mar 2010 22:36:45 +0000 |
mru |
Move some prototypes from dsputil.c to reasonable header files
libavcodec
|
Fri, 29 Jan 2010 13:51:25 +0000 |
superdump |
Add support for vorbis 6.1 and 7.1 channel configurations as per the new spec
libavcodec
|
Fri, 02 Oct 2009 12:59:37 +0000 |
superdump |
Add vorbis channel layout support according to those defined in the Vorbis I
libavcodec
|
Mon, 28 Sep 2009 21:13:47 +0000 |
diego |
brace placement and linebreak cosmetics
libavcodec
|
Fri, 12 Dec 2008 05:12:51 +0000 |
ods15 |
Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility
libavcodec
|
Sun, 31 Aug 2008 07:39:47 +0000 |
stefano |
Globally rename the header inclusion guard names.
libavcodec
|
Tue, 24 Jun 2008 20:01:31 +0000 |
stefang |
mark read-only data as const
libavcodec
|
Wed, 17 Oct 2007 09:37:46 +0000 |
diego |
Add FFMPEG_ prefix to all multiple inclusion guards.
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 13:53:08 +0000 |
ods15 |
prevent warning in vorbis_data.c
libavcodec
|
Sun, 01 Oct 2006 13:45:17 +0000 |
ods15 |
100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_data.c
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
|
Sun, 10 Sep 2006 14:02:42 +0000 |
diego |
Add official LGPL license headers to the files that were missing them.
libavcodec
|
Thu, 10 Aug 2006 21:57:30 +0000 |
lorenm |
vorbis cosmetics: mdct0,mdct1 => mdct[2]
libavcodec
|
Thu, 10 Aug 2006 19:06:25 +0000 |
lorenm |
sse and 3dnow implementations of float->int conversion and mdct windowing.
libavcodec
|
Thu, 03 Aug 2006 03:18:47 +0000 |
lorenm |
sse & sse2 implementations of vorbis channel coupling.
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 10:04:13 +0000 |
al |
Cosmetic: Fix indentation.
libavcodec
|
Sat, 04 Feb 2006 08:55:34 +0000 |
al |
Added support for vorbis files containing floor type 0.
libavcodec
|
Mon, 30 May 2005 22:02:00 +0000 |
michael |
decrease V_NB_BITS if possible
libavcodec
|
Sun, 29 May 2005 22:11:05 +0000 |
michael |
Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)
libavcodec
|
Tue, 17 May 2005 19:02:43 +0000 |
michael |
Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)
libavcodec
|