Sat, 06 Mar 2010 14:34:46 +0000 |
mru |
Move FFT parts from dsputil.h to fft.h
libavcodec
|
Sat, 06 Mar 2010 14:24:59 +0000 |
mru |
Remove DECLARE_ALIGNED_{8,16} macros
libavcodec
|
Fri, 22 Jan 2010 03:25:11 +0000 |
mru |
Move array specifiers outside DECLARE_ALIGNED() invocations
libavcodec
|
Sun, 29 Nov 2009 15:15:50 +0000 |
mru |
cook: use constant seed for dithering RNG
libavcodec
|
Sun, 20 Sep 2009 17:30:20 +0000 |
mru |
Merge FFTContext and MDCTContext
libavcodec
|
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
|
Mon, 26 May 2008 23:14:25 +0000 |
diego |
consistency cosmetics: indices --> indexes
libavcodec
|
Sat, 24 May 2008 22:31:44 +0000 |
michael |
Move const *pow2tab out of context.
libavcodec
|
Sat, 24 May 2008 22:28:33 +0000 |
michael |
simplify init_pow2table
libavcodec
|
Sat, 24 May 2008 22:23:16 +0000 |
michael |
Merge init_rootpow2table and init_pow2table.
libavcodec
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavcodec
|
Sun, 27 Apr 2008 10:52:44 +0000 |
diego |
Add long names to many AVCodec declarations.
libavcodec
|
Fri, 01 Feb 2008 04:07:48 +0000 |
michael |
const
libavcodec
|
Wed, 30 Jan 2008 23:58:44 +0000 |
bcoudurier |
add const, fix warning: cook.c:276: warning: passing argument 2 of 'maybe_reformat_buffer32' discards qualifiers from pointer target type
libavcodec
|
Sat, 11 Aug 2007 22:48:55 +0000 |
aurel |
use av_clip_int16() where it makes sense
libavcodec
|
Wed, 08 Aug 2007 07:04:23 +0000 |
benoit |
kill warning
libavcodec
|
Thu, 02 Aug 2007 07:42:06 +0000 |
diego |
Remove unused variable.
libavcodec
|
Sat, 28 Jul 2007 12:46:26 +0000 |
diego |
cosmetics: misc typo fixes
libavcodec
|
Tue, 17 Jul 2007 11:06:12 +0000 |
mhoffman |
fixpoint: renaming all lowlevel arithmetic routines to xxx_float
libavcodec
|
Tue, 17 Jul 2007 00:36:47 +0000 |
mhoffman |
cosmetics: adding some white space to align the arguments of a couple of functions
libavcodec
|
Mon, 16 Jul 2007 14:45:54 +0000 |
mhoffman |
float_t was a typo that compiled on macosx
libavcodec
|
Mon, 16 Jul 2007 13:24:43 +0000 |
mhoffman |
fixpoint: move cplscales to context structure and provide hook for data format conversion
libavcodec
|
Mon, 16 Jul 2007 12:32:41 +0000 |
mhoffman |
fixpoint: lowlevel functional abstraction for all buffer arithmetics
libavcodec
|
Mon, 16 Jul 2007 11:52:46 +0000 |
mhoffman |
fixpoint: separate windowing arithmetic imlt_window_float
libavcodec
|
Mon, 16 Jul 2007 11:25:56 +0000 |
mhoffman |
separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation
libavcodec
|
Mon, 16 Jul 2007 01:28:58 +0000 |
mhoffman |
separating saturation codes so that we can support other data formats
libavcodec
|
Sun, 15 Jul 2007 22:06:08 +0000 |
mhoffman |
moving automatic allocation of joint_decode/decode_buffer
libavcodec
|
Sun, 15 Jul 2007 21:48:17 +0000 |
mhoffman |
cosmetic changing hardwired 20 to SUBBAND_SIZE
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Thu, 10 May 2007 09:00:44 +0000 |
diego |
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
libavcodec
|
Wed, 09 May 2007 22:24:23 +0000 |
ramiro |
Use 1 array with double the size instead of 2 arrays with normal size
libavcodec
|