| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | moving automatic allocation of joint_decode/decode_buffer | Marc Hoffman | 2007-07-15 | 1 | -1/+2 |
* | cosmetic changing hardwired 20 to SUBBAND_SIZE | Marc Hoffman | 2007-07-15 | 1 | -1/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | Use 1 array with double the size instead of 2 arrays with normal size | Ramiro Polla | 2007-05-09 | 1 | -20/+8 |
* | Add bias instead of -32 or 0, as is done in g.722.1 | Ramiro Polla | 2007-05-09 | 1 | -2/+2 |
* | Indentation for previous patch | Ramiro Polla | 2007-05-09 | 1 | -2/+2 |
* | Add another tmpbias variable, as bias' value will be used later | Ramiro Polla | 2007-05-09 | 1 | -5/+5 |
* | Fix logic for return value of init_vlc | Ramiro Polla | 2007-05-09 | 1 | -3/+3 |
* | Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. | Diego Biurrun | 2007-05-05 | 1 | -1/+1 |
* | Simplify, patch by Ramiro Polla. | Ramiro Polla | 2007-04-18 | 1 | -12/+2 |
* | Remove unused vars, patch by Ramiro Polla. | Ramiro Polla | 2007-04-18 | 1 | -4/+0 |
* | Remove unused vars, patch by Ramiro Polla. | Ramiro Polla | 2007-04-18 | 1 | -2/+0 |
* | Cosmetics, patch by Ramiro Polla. | Ramiro Polla | 2007-04-18 | 1 | -2/+1 |
* | As usual Real actually took something existing and rebranded it. | Benjamin Larsson | 2007-04-12 | 1 | -1/+1 |
* | Small simplifications to subband coefficient handling and use av_random(). | Ian Braithwaite | 2007-03-20 | 1 | -42/+20 |
* | subband_coef_noise -> subband_coef_sign | Ian Braithwaite | 2007-03-15 | 1 | -16/+16 |
* | Combine the window and overlap loops, | Ian Braithwaite | 2007-03-13 | 1 | -41/+28 |
* | Replace custom modified discrete cosine transform with ffmpeg's own. | Ian Braithwaite | 2007-03-11 | 1 | -68/+26 |
* | Simplify gain block handling. | Ian Braithwaite | 2007-03-08 | 1 | -100/+52 |
* | Don't output the first two frames, since they don't contain valid audio. | Ian Braithwaite | 2007-03-08 | 1 | -0/+3 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -1/+1 |