Sat, 24 Jul 2010 13:59:49 +0000 |
reimar |
Use "const" qualifier for pointers that point to input data of
libavcodec
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
Fri, 19 Feb 2010 20:42:55 +0000 |
stefang |
remove a Huffman table from WMA which also exists in AAC
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, 20 Jun 2009 09:05:28 +0000 |
faust3 |
Introduce WMACoef typedef for decoded coefficients
libavcodec
|
Sat, 16 May 2009 14:17:08 +0000 |
serge |
Support for getting (i)MDCT output multiplied by a constant scaling factor.
libavcodec
|
Mon, 13 Apr 2009 16:59:38 +0000 |
stefano |
Rename pbBufPtr() to put_bits_ptr().
libavcodec
|
Thu, 19 Feb 2009 17:54:23 +0000 |
michael |
A try to fix the regressions.
libavcodec
|
Thu, 02 Oct 2008 19:20:11 +0000 |
gpoirier |
Intel C compiler warns on this assignment in this if(), probably
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
|
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, 15 Feb 2008 13:44:08 +0000 |
banan |
silence wmaenc.c:181: warning:suggestparentheses around assignment used as truth value
libavcodec
|
Mon, 17 Dec 2007 18:23:18 +0000 |
michael |
clarify FIXME
libavcodec
|
Sun, 08 Jul 2007 23:15:08 +0000 |
mru |
trivial warning fixes
libavcodec
|
Sat, 02 Jun 2007 01:41:07 +0000 |
ramiro |
Use AV_xx throughout libavcodec
libavcodec
|
Mon, 26 Mar 2007 10:03:57 +0000 |
banan |
Optimize by building the mdct window and multipying/adding at the same time.
libavcodec
|
Thu, 08 Mar 2007 10:25:06 +0000 |
michael |
bitrate sanity check (fixes assertion failure)
libavcodec
|
Tue, 27 Feb 2007 09:54:48 +0000 |
mbardiaux |
Rename WMADecodeContext to WMACodecContext
libavcodec
|
Tue, 27 Feb 2007 09:39:04 +0000 |
mbardiaux |
Supply context to tprintf
libavcodec
|
Tue, 06 Feb 2007 23:58:02 +0000 |
michael |
workaround sign bug
libavcodec
|
Tue, 06 Feb 2007 22:20:55 +0000 |
michael |
10l use of uninitalized var
libavcodec
|
Tue, 06 Feb 2007 20:19:04 +0000 |
michael |
wma encoder
libavcodec
|