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, 18 Dec 2009 15:50:39 +0000 |
michael |
More sane error message when extradata has not been set.
libavcodec
|
Wed, 28 Oct 2009 22:41:45 +0000 |
reimar |
vorbis_dec: factor out duplicated code for index reading, bounds checking and
libavcodec
|
Sat, 03 Oct 2009 14:59:40 +0000 |
superdump |
Reindent after channel layout commit from yesterday
libavcodec
|
Fri, 02 Oct 2009 12:59:37 +0000 |
superdump |
Add vorbis channel layout support according to those defined in the Vorbis I
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
|
Wed, 23 Sep 2009 15:30:38 +0000 |
reimar |
Fix format string to match the types printed.
libavcodec
|
Wed, 23 Sep 2009 14:19:17 +0000 |
michael |
Check submap indexes.
libavcodec
|
Wed, 23 Sep 2009 13:18:29 +0000 |
michael |
Make error return sign consistent.
libavcodec
|
Wed, 23 Sep 2009 13:08:48 +0000 |
michael |
Check begin/end/partition_size.
libavcodec
|
Wed, 23 Sep 2009 12:24:21 +0000 |
michael |
Check res_setup->books.
libavcodec
|
Wed, 23 Sep 2009 12:17:54 +0000 |
michael |
Check masterbook index and subclass book index.
libavcodec
|
Wed, 23 Sep 2009 12:09:33 +0000 |
michael |
Add checks for per-packet mode indexes and per-header mode mapping indexes.
libavcodec
|
Wed, 23 Sep 2009 12:02:31 +0000 |
michael |
Check classbook value.
libavcodec
|
Wed, 23 Sep 2009 10:45:14 +0000 |
michael |
Fix book_idx check.
libavcodec
|
Wed, 23 Sep 2009 10:40:33 +0000 |
michael |
Sanity checks for magnitude and angle.
libavcodec
|
Wed, 23 Sep 2009 10:33:49 +0000 |
michael |
= -> == typo.
libavcodec
|
Wed, 23 Sep 2009 08:35:29 +0000 |
michael |
Check dimensions against 0 too.
libavcodec
|
Wed, 23 Sep 2009 07:46:51 +0000 |
michael |
Check validity of channels & samplerate.
libavcodec
|
Sun, 20 Sep 2009 17:30:20 +0000 |
mru |
Merge FFTContext and MDCTContext
libavcodec
|
Wed, 08 Jul 2009 19:31:04 +0000 |
reimar |
Make sure that values generated for ff_vorbis_len2vlc in
libavcodec
|
Wed, 20 May 2009 07:26:09 +0000 |
serge |
Use iMDCT output scaling to simplify ffvorbis and make it slightly faster.
libavcodec
|
Wed, 20 May 2009 07:24:38 +0000 |
serge |
Fix for a problem with inverted sign of output data from ffvorbis decoder.
libavcodec
|
Sat, 16 May 2009 14:17:08 +0000 |
serge |
Support for getting (i)MDCT output multiplied by a constant scaling factor.
libavcodec
|
Thu, 14 May 2009 06:38:49 +0000 |
serge |
Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine")
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
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
|
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
|