Age | Commit message (Expand) | Author |
2011-10-06 | cook: Fix js_vlc_bits value validation for joint stereo | Laurent Aimar |
2011-07-03 | doxygen: Drop array size declarations from Doxygen parameter names. | Diego Biurrun |
2011-07-03 | Remove statements immediately following unconditional jumps | Mans Rullgard |
2011-06-03 | Replace custom DEBUG preprocessor trickery by the standard one. | Diego Biurrun |
2011-06-03 | cook: Remove non-compiling debug output. | Diego Biurrun |
2011-06-03 | cook: Remove unused debug functions. | Diego Biurrun |
2011-04-26 | Add AVX FFT implementation. | Vitor Sessak |
2011-04-23 | cook: Fix small typo in av_log_ask_for_sample message. | Diego Biurrun |
2011-04-22 | Use av_log_ask_for_sample() to request samples from users. | Diego Biurrun |
2011-04-21 | Use av_log_ask_for_sample() where appropriate. | Diego Biurrun |
2011-03-20 | Move sine windows to a separate file | Mans Rullgard |
2011-03-19 | fft: remove inline wrappers for function pointers | Mans Rullgard |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-02-15 | Merge libavcore into libavutil | Reinhard Tartler |
2011-02-06 | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-11-12 | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini |
2010-07-10 | Add av_ prefix to bswap macros | Måns Rullgård |
2010-07-10 | bswap: change ME to NE in macro names | Måns Rullgård |
2010-07-08 | Improve variable names in imlt_window_float() and mlt_compensate_output(). | Diego Biurrun |
2010-07-08 | Restore array sizes in doxygen parameter names. | Diego Biurrun |
2010-07-02 | Move DECODE_BYTES_PAD* macros before Doxygen comments. | Diego Biurrun |
2010-07-02 | Fix doxy of gb parameter in decode_gain_info(). | Diego Biurrun |
2010-07-02 | Avoid one more instance of angular brackets in Doxygen comments. | Diego Biurrun |
2010-07-02 | Remove non-existing stray arguments from Doxygen function documentation. | Diego Biurrun |
2010-07-02 | Fix misspelled parameter names in Doxygen documentation. | Diego Biurrun |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-03-06 | Move FFT parts from dsputil.h to fft.h | Måns Rullgård |
2010-03-06 | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård |
2010-01-22 | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård |
2009-11-29 | cook: use constant seed for dithering RNG | Måns Rullgård |
2009-09-20 | Merge FFTContext and MDCTContext | Måns Rullgård |
2009-05-16 | Support for getting (i)MDCT output multiplied by a constant scaling factor. | Siarhei Siamashka |
2009-05-15 | Bugfix for bug introduced in the multichannel cook patchset. | Benjamin Larsson |
2009-04-25 | Proper subpacket size check for cook multichannel files. | Benjamin Larsson |
2009-04-25 | Remove parentheses | Benjamin Larsson |
2009-04-25 | Set the type of size in COOKSubpacket to unsigned | Benjamin Larsson |
2009-04-25 | Make sure we only parse max amount of subpackets (5) in the cook decoder. | Benjamin Larsson |
2009-04-25 | Indent | Benjamin Larsson |
2009-04-25 | Remove redundant code | Benjamin Larsson |
2009-04-25 | Support cook multichannel files. | Benjamin Larsson |
2009-04-25 | Fix the COOKDEBUG code | Benjamin Larsson |
2009-04-25 | Factor out COOKSubpacket, in preparation for multichannel support. | Benjamin Larsson |
2009-04-13 | Rename bitstream.h to get_bits.h. | Stefano Sabatini |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-03-20 | Get rid of av_random in cook.c | Benjamin Larsson |
2009-03-17 | use intptr_t to cast pointers to int in codecs maintained by benjamin larsson | Ramiro Polla |
2009-03-15 | Add cook channel count function, part of multichannel cook | Benjamin Larsson |
2009-03-15 | Add max allowed subpackets in multichannel cook | Benjamin Larsson |