Sat, 16 May 2009 14:17:08 +0000 |
serge |
Support for getting (i)MDCT output multiplied by a constant scaling factor.
libavcodec
|
Fri, 15 May 2009 16:25:54 +0000 |
banan |
Bugfix for bug introduced in the multichannel cook patchset.
libavcodec
|
Sat, 25 Apr 2009 20:09:34 +0000 |
banan |
Proper subpacket size check for cook multichannel files.
libavcodec
|
Sat, 25 Apr 2009 19:47:18 +0000 |
banan |
Remove parentheses
libavcodec
|
Sat, 25 Apr 2009 18:43:30 +0000 |
banan |
Set the type of size in COOKSubpacket to unsigned
libavcodec
|
Sat, 25 Apr 2009 17:46:27 +0000 |
banan |
Make sure we only parse max amount of subpackets (5) in the cook decoder.
libavcodec
|
Sat, 25 Apr 2009 17:35:21 +0000 |
banan |
Indent
libavcodec
|
Sat, 25 Apr 2009 17:33:36 +0000 |
banan |
Remove redundant code
libavcodec
|
Sat, 25 Apr 2009 10:46:07 +0000 |
banan |
Support cook multichannel files.
libavcodec
|
Sat, 25 Apr 2009 10:25:14 +0000 |
banan |
Fix the COOKDEBUG code
libavcodec
|
Sat, 25 Apr 2009 10:20:48 +0000 |
banan |
Factor out COOKSubpacket, in preparation for multichannel support.
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
|
Fri, 20 Mar 2009 21:32:30 +0000 |
banan |
Get rid of av_random in cook.c
libavcodec
|
Tue, 17 Mar 2009 20:47:31 +0000 |
ramiro |
use intptr_t to cast pointers to int in codecs maintained by benjamin larsson
libavcodec
|
Sun, 15 Mar 2009 19:36:45 +0000 |
banan |
Add cook channel count function, part of multichannel cook
libavcodec
|
Sun, 15 Mar 2009 19:34:52 +0000 |
banan |
Add max allowed subpackets in multichannel cook
libavcodec
|
Sun, 15 Mar 2009 14:11:11 +0000 |
banan |
save avctx in cook decoder context and use it for av_log
libavcodec
|
Sun, 15 Mar 2009 14:04:25 +0000 |
banan |
memset when category is >=7, part of cook multichannel
libavcodec
|
Sun, 22 Feb 2009 13:48:55 +0000 |
stefano |
Add missing av_cold in static init/close functions.
libavcodec
|
Sun, 08 Feb 2009 23:25:56 +0000 |
diego |
Add av_cold attribute to init function.
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Sun, 18 Jan 2009 23:04:33 +0000 |
stefano |
Replace calls to the deprecated function av_init_random() with
libavcodec
|
Sun, 16 Nov 2008 09:54:09 +0000 |
banan |
Set channel_layout
libavcodec
|
Tue, 12 Aug 2008 00:38:30 +0000 |
lorenm |
mdct wrapper function to match fft
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
|
Sun, 22 Jun 2008 15:26:00 +0000 |
superdump |
Remove now unused variable
libavcodec
|
Sun, 22 Jun 2008 15:12:27 +0000 |
superdump |
Add generic ff_sine_window_init function and implement in codecs appropriately
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|