| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for getting (i)MDCT output multiplied by a constant scaling factor. | Siarhei Siamashka | 2009-05-16 | 1 | -1/+1 |
* | Bugfix for bug introduced in the multichannel cook patchset. | Benjamin Larsson | 2009-05-15 | 1 | -2/+3 |
* | Proper subpacket size check for cook multichannel files. | Benjamin Larsson | 2009-04-25 | 1 | -1/+5 |
* | Remove parentheses | Benjamin Larsson | 2009-04-25 | 1 | -1/+1 |
* | Set the type of size in COOKSubpacket to unsigned | Benjamin Larsson | 2009-04-25 | 1 | -1/+1 |
* | Make sure we only parse max amount of subpackets (5) in the cook decoder. | Benjamin Larsson | 2009-04-25 | 1 | -0/+4 |
* | Indent | Benjamin Larsson | 2009-04-25 | 1 | -4/+4 |
* | Remove redundant code | Benjamin Larsson | 2009-04-25 | 1 | -2/+0 |
* | Support cook multichannel files. | Benjamin Larsson | 2009-04-25 | 1 | -3/+31 |
* | Fix the COOKDEBUG code | Benjamin Larsson | 2009-04-25 | 1 | -11/+11 |
* | Factor out COOKSubpacket, in preparation for multichannel support. | Benjamin Larsson | 2009-04-25 | 1 | -188/+235 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Get rid of av_random in cook.c | Benjamin Larsson | 2009-03-20 | 1 | -4/+5 |
* | use intptr_t to cast pointers to int in codecs maintained by benjamin larsson | Ramiro Polla | 2009-03-17 | 1 | -1/+1 |
* | Add cook channel count function, part of multichannel cook | Benjamin Larsson | 2009-03-15 | 1 | -0/+10 |
* | Add max allowed subpackets in multichannel cook | Benjamin Larsson | 2009-03-15 | 1 | -0/+1 |
* | save avctx in cook decoder context and use it for av_log | Benjamin Larsson | 2009-03-15 | 1 | -13/+15 |
* | memset when category is >=7, part of cook multichannel | Benjamin Larsson | 2009-03-15 | 1 | -1/+1 |
* | Add missing av_cold in static init/close functions. | Daniel Verkamp | 2009-02-22 | 1 | -6/+6 |
* | Add av_cold attribute to init function. | Diego Biurrun | 2009-02-08 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Replace calls to the deprecated function av_init_random() with | Stefano Sabatini | 2009-01-18 | 1 | -1/+1 |
* | Set channel_layout | Benjamin Larsson | 2008-11-16 | 1 | -0/+1 |
* | mdct wrapper function to match fft | Loren Merritt | 2008-08-12 | 1 | -1/+1 |
* | remove mdct tmp buffer | Loren Merritt | 2008-08-12 | 1 | -3/+1 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+2 |
* | Remove now unused variable | Robert Swain | 2008-06-22 | 1 | -1/+0 |
* | Add generic ff_sine_window_init function and implement in codecs appropriately | Robert Swain | 2008-06-22 | 1 | -2/+2 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | consistency cosmetics: indices --> indexes | Diego Biurrun | 2008-05-26 | 1 | -1/+1 |
* | Move const *pow2tab out of context. | Michael Niedermayer | 2008-05-24 | 1 | -10/+11 |
* | simplify init_pow2table | Michael Niedermayer | 2008-05-24 | 1 | -7/+3 |
* | Merge init_rootpow2table and init_pow2table. | Michael Niedermayer | 2008-05-24 | 1 | -9/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -7/+7 |
* | add const, fix warning: cook.c:276: warning: passing argument 2 of 'maybe_ref... | Baptiste Coudurier | 2008-01-30 | 1 | -3/+3 |
* | use av_clip_int16() where it makes sense | Aurelien Jacobs | 2007-08-11 | 1 | -1/+1 |
* | kill warning | Carl Eugen Hoyos | 2007-08-08 | 1 | -1/+1 |
* | Remove unused variable. | Diego Biurrun | 2007-08-02 | 1 | -1/+1 |
* | cosmetics: misc typo fixes | Diego Biurrun | 2007-07-28 | 1 | -1/+1 |
* | fixpoint: renaming all lowlevel arithmetic routines to xxx_float | Marc Hoffman | 2007-07-17 | 1 | -4/+4 |
* | cosmetics: adding some white space to align the arguments of a couple of func... | Marc Hoffman | 2007-07-17 | 1 | -3/+3 |
* | float_t was a typo that compiled on macosx | Marc Hoffman | 2007-07-16 | 1 | -1/+1 |
* | fixpoint: move cplscales to context structure and provide hook for data forma... | Marc Hoffman | 2007-07-16 | 1 | -1/+16 |
* | fixpoint: lowlevel functional abstraction for all buffer arithmetics | Marc Hoffman | 2007-07-16 | 1 | -6/+37 |
* | fixpoint: separate windowing arithmetic imlt_window_float | Marc Hoffman | 2007-07-16 | 1 | -12/+27 |
* | separate the actual math for recovering stereo from a signal channel, this is... | Marc Hoffman | 2007-07-16 | 1 | -5/+25 |
* | separating saturation codes so that we can support other data formats | Marc Hoffman | 2007-07-16 | 1 | -10/+21 |