Thu, 01 Oct 2009 15:40:29 +0000 |
reimar |
put_bits can only reliably write up to 31 bit bits, above it relies on
libavcodec
|
Wed, 30 Sep 2009 20:47:59 +0000 |
reimar |
Do not needlessly add 7 to put_buts_count before dividing by 8,
libavcodec
|
Wed, 30 Sep 2009 10:37:37 +0000 |
reimar |
Use ff_put_string in vorbis encoder.
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, 20 Sep 2009 17:30:20 +0000 |
mru |
Merge FFTContext and MDCTContext
libavcodec
|
Sun, 06 Sep 2009 09:15:07 +0000 |
reimar |
Make sample_fmts and channel_layouts compound literals const to reduce size of
libavcodec
|
Sat, 16 May 2009 14:17:08 +0000 |
serge |
Support for getting (i)MDCT output multiplied by a constant scaling factor.
libavcodec
|
Sun, 12 Apr 2009 08:35:26 +0000 |
stefano |
Split bitstream.h, put the bitstream writer stuff in the new file
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, 21 Oct 2008 21:40:24 +0000 |
aurel |
uses FF_ARRAY_ELEMS() where appropriate
libavcodec
|
Wed, 15 Oct 2008 08:01:54 +0000 |
benoit |
Use of new bitstream in vorbis_enc.c.
libavcodec
|
Tue, 09 Sep 2008 14:42:50 +0000 |
jai_menon |
vorbis_enc : set coded_frame->pts value to running sample count.
libavcodec
|
Tue, 12 Aug 2008 00:36:36 +0000 |
lorenm |
remove mdct tmp buffer
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, 24 Jun 2008 20:27:29 +0000 |
stefang |
revert accidental const slipping in
libavcodec
|
Tue, 24 Jun 2008 20:01:31 +0000 |
stefang |
mark read-only data as const
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
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
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Wed, 07 Feb 2007 16:59:10 +0000 |
michael |
vorbis suffers from the same sign flip issue as wma (so this lame workaround, though it arguably doesnt matter much where the sign is fliped back)
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Mon, 02 Oct 2006 11:55:24 +0000 |
ods15 |
more forgotten free's.
libavcodec
|
Mon, 02 Oct 2006 11:47:10 +0000 |
ods15 |
10l, wrong order in freeing
libavcodec
|
Mon, 02 Oct 2006 11:31:52 +0000 |
michael |
slightly saner indention
libavcodec
|
Mon, 02 Oct 2006 06:56:39 +0000 |
ods15 |
add vorbis_enc_data.h, remove codebook data from vorbis_enc.c
libavcodec
|