Age | Commit message (Expand) | Author |
2011-06-18 | qdm2: Fix alignment of local array. | Michael Niedermayer |
2011-05-20 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-05-19 | qdm2: Use floating point synthesis filter. | Vitor Sessak |
2011-05-19 | Move some mpegaudio functions to new mpegaudiodsp subsystem | Mans Rullgard |
2011-05-18 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-05-17 | mpegaudio: add _fixed suffix to some names | Mans Rullgard |
2011-05-17 | qdm2: include correct header for rdft | Mans Rullgard |
2011-04-27 | Merge remote branch 'qatar/master' | Michael Niedermayer |
2011-04-26 | Add AVX FFT implementation. | Vitor Sessak |
2011-03-21 | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer |
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-01-28 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-12-13 | Return the amount of input data actually used in the qdm2 decoder, | Reimar Döffinger |
2010-11-19 | Fix qdm2 decoder packet handling to match the api | Baptiste Coudurier |
2010-11-12 | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini |
2010-08-24 | Fix undefined expressions that use multiple calls to get_bits(). | Alex Converse |
2010-07-02 | Remove non-existing stray arguments from Doxygen function documentation. | Diego Biurrun |
2010-06-30 | Fix grammar errors in documentation | Måns Rullgård |
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-14 | Allow hard-coding several QDM2 tables (about 32 kB size). | Reimar Döffinger |
2010-03-07 | Give RDFT types more meaningful names | Måns Rullgård |
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-10-19 | mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make | Reimar Döffinger |
2009-05-17 | Indent | Benjamin Larsson |
2009-05-17 | Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2. | Benjamin Larsson |
2009-04-22 | Remove redundant code, found by CSA | 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-02-22 | Add missing av_cold in static init/close functions. | Daniel Verkamp |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2009-01-30 | Use the new RDFT code in the QDM2 decoder. | Alex Converse |
2009-01-14 | Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection. | Diego Biurrun |
2009-01-13 | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs |
2008-07-31 | Modify all codecs to report their supported input and output sample format(s). | Peter Ross |
2008-07-19 | Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2 | Benjamin Larsson |
2008-07-19 | Fix for possible null pointer dereferencing, closes Coverity report 68 run 2. | Benjamin Larsson |
2008-07-18 | minor simplification of qdm2_decode_fft_packets() | Michael Niedermayer |
2008-06-24 | mark read-only data as const | Stefan Gehrer |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-26 | consistency cosmetics: indices --> indexes | Diego Biurrun |
2008-04-27 | Add long names to AVCodec declarations. | Stefano Sabatini |
2008-02-13 | typo fix: inited --> initialized | Diego Biurrun |
2008-02-01 | const | Michael Niedermayer |
2008-01-06 | Rename two structures, identifiers starting with _[A-Z] are reserved. | Diego Biurrun |
2007-07-05 | license header consistency cosmetics | Diego Biurrun |