Fri, 12 Dec 2008 05:12:51 +0000 |
ods15 |
Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility
libavcodec
|
Wed, 01 Oct 2008 21:47:49 +0000 |
cehoyos |
Fix memleak for currupt input.
libavcodec
|
Wed, 01 Oct 2008 07:28:34 +0000 |
benoit |
Interleaved forward/backward channels processing in order to increase chances
libavcodec
|
Sun, 31 Aug 2008 22:49:42 +0000 |
michael |
Optimize vorbis_residue_decode() so that vr->type is a constant.
libavcodec
|
Tue, 12 Aug 2008 00:38:30 +0000 |
lorenm |
mdct wrapper function to match fft
libavcodec
|
Tue, 12 Aug 2008 00:33:34 +0000 |
lorenm |
optimize imdct_half:
libavcodec
|
Thu, 31 Jul 2008 10:47:31 +0000 |
pross |
Modify all codecs to report their supported input and output sample format(s).
libavcodec
|
Tue, 29 Jul 2008 14:17:13 +0000 |
lorenm |
r14205 broke vorbis float_to_int on ppc
libavcodec
|
Wed, 16 Jul 2008 00:50:12 +0000 |
lorenm |
float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous.
libavcodec
|
Tue, 15 Jul 2008 23:04:28 +0000 |
lorenm |
vorbis: reduce memory by reusing buffers
libavcodec
|
Tue, 15 Jul 2008 23:01:15 +0000 |
lorenm |
unroll another common case in vorbis_residue_decode
libavcodec
|
Sun, 13 Jul 2008 15:03:58 +0000 |
lorenm |
exploit mdct symmetry
libavcodec
|
Sun, 13 Jul 2008 14:56:01 +0000 |
lorenm |
simplify vorbis windowing
libavcodec
|
Wed, 25 Jun 2008 18:35:24 +0000 |
michael |
Set frame_size to the gcd of what the decoder can output.
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Tue, 06 May 2008 09:20:50 +0000 |
diego |
Remove one more set of useless parentheses from a return call.
libavcodec
|
Sun, 27 Apr 2008 10:52:44 +0000 |
diego |
Add long names to many AVCodec declarations.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Fri, 01 Feb 2008 16:07:11 +0000 |
michael |
const
libavcodec
|
Fri, 04 Jan 2008 13:18:28 +0000 |
benoit |
Initialize "saved" buffer to zero.
libavcodec
|
Sat, 01 Dec 2007 00:19:44 +0000 |
michael |
stupid code (casting of void*) found by checktree.sh
libavcodec
|
Wed, 31 Oct 2007 22:36:06 +0000 |
michael |
fix issue130
libavcodec
|
Thu, 09 Aug 2007 00:57:36 +0000 |
alex |
use skip_bits where appropriate
libavcodec
|
Thu, 09 Aug 2007 00:13:31 +0000 |
alex |
use get_bits1(..) instead get_bits(.., 1)
libavcodec
|
Tue, 17 Jul 2007 07:12:40 +0000 |
benoit |
Don't segfault if an empty codebook gets used.
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.c@07eb8928638b
|