| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -1/+1 |
|\ |
|
| * | Add AVX FFT implementation. | Vitor Sessak | 2011-04-26 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | cook: Fix small typo in av_log_ask_for_sample message. | Diego Biurrun | 2011-04-23 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-23 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Use av_log_ask_for_sample() to request samples from users. | Diego Biurrun | 2011-04-22 | 1 | -1/+3 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-22 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Use av_log_ask_for_sample() where appropriate. | Diego Biurrun | 2011-04-21 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-21 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | 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 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
| * | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov | 2011-02-06 | 1 | -1/+2 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov | 2011-02-06 | 1 | -1/+2 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -2/+2 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 1 | -2/+2 |
* | Improve variable names in imlt_window_float() and mlt_compensate_output(). | Diego Biurrun | 2010-07-08 | 1 | -6/+6 |
* | Restore array sizes in doxygen parameter names. | Diego Biurrun | 2010-07-08 | 1 | -2/+2 |
* | Move DECODE_BYTES_PAD* macros before Doxygen comments. | Diego Biurrun | 2010-07-02 | 1 | -2/+3 |
* | Fix doxy of gb parameter in decode_gain_info(). | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Avoid one more instance of angular brackets in Doxygen comments. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Remove non-existing stray arguments from Doxygen function documentation. | Diego Biurrun | 2010-07-02 | 1 | -3/+0 |
* | Fix misspelled parameter names in Doxygen documentation. | Diego Biurrun | 2010-07-02 | 1 | -3/+3 |
* | 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 | -1/+1 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -1/+1 |
* | cook: use constant seed for dithering RNG | Måns Rullgård | 2009-11-29 | 1 | -1/+1 |
* | Merge FFTContext and MDCTContext | Måns Rullgård | 2009-09-20 | 1 | -1/+1 |
* | 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 |