| Commit message (Expand) | Author | Age | Files | Lines |
* | nellymoserenc: fix array element ordering | Michael Niedermayer | 2012-10-12 | 1 | -4/+4 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-08 | 1 | -2/+5 |
|\ \
| |/ |
|
| * | Add a float DSP framework to libavutil | Justin Ruggles | 2012-06-08 | 1 | -2/+5 |
* | | Fix nellymoser encoder crash with hardcoded tables. | Reimar Döffinger | 2012-04-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -9/+10 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -9/+10 |
| * | nellymoserenc: fix crash due to memsetting the wrong area. | Reimar Döffinger | 2012-04-06 | 1 | -1/+1 |
* | | nellymoserenc: fix crash due to memsetting the wrong area. | Reimar Döffinger | 2012-04-06 | 1 | -1/+1 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | nellymoserenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-22 | 1 | -10/+33 |
|\ \
| |/ |
|
| * | nellymoserenc: use AVCodec.encode2() | Justin Ruggles | 2012-03-21 | 1 | -10/+33 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-05 | 1 | -27/+22 |
|\ \
| |/ |
|
| * | nellymoserenc: zero any leftover packet bytes | Justin Ruggles | 2012-03-04 | 1 | -0/+1 |
| * | nellymoserenc: use proper MDCT overlap delay | Justin Ruggles | 2012-03-04 | 1 | -27/+21 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-26 | 1 | -16/+31 |
|\ \
| |/ |
|
| * | nellymoserenc: set AVCodecContext.coded_frame | Justin Ruggles | 2012-02-25 | 1 | -0/+7 |
| * | nellymoserenc: improve error checking in encode_init() | Justin Ruggles | 2012-02-25 | 1 | -16/+24 |
| * | nellymoserenc: return AVERROR codes instead of -1 | Justin Ruggles | 2012-02-25 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-23 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Add libavutil/mathematics.h #includes for INFINITY | Mans Rullgard | 2011-11-22 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-29 | 1 | -7/+5 |
|\ \
| |/ |
|
| * | nellymoserenc: take float input samples instead of int16 | Justin Ruggles | 2011-10-28 | 1 | -7/+5 |
* | | 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 |