| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -3/+3 |
|\ |
|
| * | Add AVX FFT implementation. | Vitor Sessak | 2011-04-26 | 1 | -3/+3 |
| * | Replace mplayerhq.hu URLs by libav.org. | Diego Biurrun | 2011-04-18 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-21 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Move sine windows to a separate file | Mans Rullgard | 2011-03-20 | 1 | -0/+1 |
| * | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
| * | Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. | Justin Ruggles | 2011-01-22 | 1 | -3/+3 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
* | | Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. | Justin Ruggles | 2011-01-23 | 1 | -3/+3 |
|/ |
|
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | nellymoserenc: Declare the supported sample format | Martin Storsjö | 2010-07-28 | 1 | -0/+1 |
* | Use "const" qualifier for pointers that point to input data of | Reimar Döffinger | 2010-07-24 | 1 | -1/+1 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Move FFT parts from dsputil.h to fft.h | Måns Rullgård | 2010-03-06 | 1 | -0/+1 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -3/+3 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -3/+3 |
* | Mark apply_mdct() function as static; it is only used within the file. | Diego Biurrun | 2009-11-26 | 1 | -1/+1 |
* | Merge FFTContext and MDCTContext | Måns Rullgård | 2009-09-20 | 1 | -1/+1 |
* | Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stack | Reimar Döffinger | 2009-05-25 | 1 | -6/+5 |
* | Support for getting (i)MDCT output multiplied by a constant scaling factor. | Siarhei Siamashka | 2009-05-16 | 1 | -1/+1 |
* | Support 16K samplerate in Nellymoser. | Alexander Chemeris | 2009-05-11 | 1 | -2/+3 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -1/+1 |
* | Change a bunch of codec long_names to be more consistent and descriptive. | Diego Biurrun | 2009-03-02 | 1 | -1/+1 |
* | Allocate trellis tables on heap only when needed. | Benjamin Larsson | 2009-02-02 | 1 | -4/+16 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | ASAO Nelly Moser implementation moved to a better place on mphq. | Diego Biurrun | 2008-12-26 | 1 | -1/+1 |
* | nellymoserenc: flush PutBitContext after use. | Ramiro Polla | 2008-10-11 | 1 | -0/+2 |
* | Remaining parts of Nellymoser encoder | Bartlomiej Wolowiec | 2008-09-01 | 1 | -0/+221 |
* | Okayed parts of nellymoserenc.c | Bartlomiej Wolowiec | 2008-08-31 | 1 | -0/+15 |
* | Okayed parts of nellymoserenc.c | Bartlomiej Wolowiec | 2008-08-29 | 1 | -0/+144 |