2012-04-13 |
Mans Rullgard | qdm2: fix a dubious pointer cast |
blob | commitdiff | raw |
2012-04-12 |
Mans Rullgard | qdm2: make a table static const |
blob | commitdiff | raw | diff to current |
2012-04-12 |
Mans Rullgard | qdm2: simplify bitstream reader setup for some subpacke... |
blob | commitdiff | raw | diff to current |
2012-04-12 |
Mans Rullgard | qdm2: use get_bits_left() |
blob | commitdiff | raw | diff to current |
2012-04-06 |
Martin Storsjö | cosmetics: Align codec declarations |
blob | commitdiff | raw | diff to current |
2012-01-26 |
Alex Converse | qdm2: Check data block size for bytes to bits overflow. |
blob | commitdiff | raw | diff to current |
2011-12-22 |
Diego Biurrun | Drop ALT_ prefix from BITSTREAM_READER_LE name. |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Justin Ruggles | Add avcodec_decode_audio4(). |
blob | commitdiff | raw | diff to current |
2011-10-04 |
Justin Ruggles | qdm2: check output buffer size before decoding |
blob | commitdiff | raw | diff to current |
2011-10-04 |
Laurent Aimar | Fix out of bound reads in the QDM2 decoder. |
blob | commitdiff | raw | diff to current |
2011-10-04 |
Laurent Aimar | Check for out of bound writes in the QDM2 decoder. |
blob | commitdiff | raw | diff to current |
2011-07-14 |
Diego Biurrun | doxygen: place empty line between brief description... |
blob | commitdiff | raw | diff to current |
2011-06-20 |
Michael Niedermayer | qdm2: Fix alignment of local array. |
blob | commitdiff | raw | diff to current |
2011-05-20 |
Vitor Sessak | qdm2: Use floating point synthesis filter. |
blob | commitdiff | raw | diff to current |
2011-05-19 |
Mans Rullgard | Move some mpegaudio functions to new mpegaudiodsp subsystem |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Mans Rullgard | mpegaudio: add _fixed suffix to some names |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Mans Rullgard | qdm2: include correct header for rdft |
blob | commitdiff | raw | diff to current |
2011-04-26 |
Vitor Sessak | Add AVX FFT implementation. |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Mans Rullgard | fft: remove inline wrappers for function pointers |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Diego Elio Pettenò | Add ff_ prefix to data symbols of encoders, decoders... |
blob | commitdiff | raw | diff to current |
2010-12-13 |
Reimar Döffinger | Return the amount of input data actually used in the... |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Baptiste Coudurier | Fix qdm2 decoder packet handling to match the api |
blob | commitdiff | raw | diff to current |
2010-11-12 |
Stefano Sabatini | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_... |
blob | commitdiff | raw | diff to current |
2010-08-24 |
Alex Converse | Fix undefined expressions that use multiple calls to... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Diego Biurrun | Remove non-existing stray arguments from Doxygen functi... |
blob | commitdiff | raw | diff to current |
2010-06-30 |
Måns Rullgård | Fix grammar errors in documentation |
blob | commitdiff | raw | diff to current |
2010-04-20 |
Diego Biurrun | Remove explicit filename from Doxygen @file commands. |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Stefano Sabatini | Define AVMediaType enum, and use it instead of enum... |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Reimar Döffinger | Allow hard-coding several QDM2 tables (about 32 kB... |
blob | commitdiff | raw | diff to current |
2010-03-07 |
Måns Rullgård | Give RDFT types more meaningful names |
blob | commitdiff | raw | diff to current |
2010-03-06 |
Måns Rullgård | Move FFT parts from dsputil.h to fft.h |
blob | commitdiff | raw | diff to current |
2010-03-06 |
Måns Rullgård | Remove DECLARE_ALIGNED_{8,16} macros |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Måns Rullgård | Move array specifiers outside DECLARE_ALIGNED() invocations |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Reimar Döffinger | mpegaudiodec, mpc and qdm2 all use the same mpa_synth... |
blob | commitdiff | raw | diff to current |
2009-05-17 |
Benjamin Larsson | Indent |
blob | commitdiff | raw | diff to current |
2009-05-17 |
Benjamin Larsson | Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STA... |
blob | commitdiff | raw | diff to current |
2009-04-22 |
Benjamin Larsson | Remove redundant code, found by CSA |
blob | commitdiff | raw | diff to current |
2009-04-13 |
Stefano Sabatini | Rename bitstream.h to get_bits.h. |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Thilo Borgmann | Implement avcodec_decode_video2(), _audio3() and _subti... |
blob | commitdiff | raw | diff to current |
2009-02-22 |
Daniel Verkamp | Add missing av_cold in static init/close functions. |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Diego Biurrun | Use full internal pathname in doxygen @file directives. |
blob | commitdiff | raw | diff to current |
2009-01-30 |
Alex Converse | Use the new RDFT code in the QDM2 decoder. |
blob | commitdiff | raw | diff to current |
2009-01-14 |
Diego Biurrun | Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRE... |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Aurelien Jacobs | Change semantic of CONFIG_*, HAVE_* and ARCH_*. |
blob | commitdiff | raw | diff to current |
2008-07-31 |
Peter Ross | Modify all codecs to report their supported input and... |
blob | commitdiff | raw | diff to current |
2008-07-19 |
Benjamin Larsson | Prevent the qdm2 code from overreading/overflowing... |
blob | commitdiff | raw | diff to current |
2008-07-19 |
Benjamin Larsson | Fix for possible null pointer dereferencing, closes... |
blob | commitdiff | raw | diff to current |
2008-07-18 |
Michael Niedermayer | minor simplification of qdm2_decode_fft_packets() |
blob | commitdiff | raw | diff to current |
2008-06-24 |
Stefan Gehrer | mark read-only data as const |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Stefano Sabatini | Make AVCodec long_names definition conditional dependin... |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Diego Biurrun | consistency cosmetics: indices --> indexes |
blob | commitdiff | raw | diff to current |
2008-04-27 |
Stefano Sabatini | Add long names to AVCodec declarations. |
blob | commitdiff | raw | diff to current |
2008-02-13 |
Diego Biurrun | typo fix: inited --> initialized |
blob | commitdiff | raw | diff to current |
2008-02-01 |
Michael Niedermayer | const |
blob | commitdiff | raw | diff to current |
2008-01-06 |
Diego Biurrun | Rename two structures, identifiers starting with _... |
blob | commitdiff | raw | diff to current |
2007-07-05 |
Diego Biurrun | license header consistency cosmetics |
blob | commitdiff | raw | diff to current |
2007-05-15 |
Reimar Döffinger | Use DECLARE_ALIGNED to ease porting |
blob | commitdiff | raw | diff to current |
2007-01-19 |
Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 |
blob | commitdiff | raw | diff to current |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ... |
blob | commitdiff | raw | diff to current |
2006-06-02 |
Benjamin Larsson | Fixed a possible bug, checked against the assembly. |
blob | commitdiff | raw | diff to current |
2006-05-29 |
Roberto Togni | 10000l don't reuse outer loop index in inner loops |
blob | commitdiff | raw | diff to current |
2006-03-02 |
Michael Niedermayer | fix infinite loop |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Dieter | add static keyword to some functions |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Diego Biurrun | Fix a bunch of spelling/grammar mistakes in doxygen... |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Diego Biurrun | Update licensing information: The FSF changed postal... |
blob | commitdiff | raw | diff to current |
2005-12-17 |
Diego Biurrun | COSMETICS: Remove all trailing whitespace. |
blob | commitdiff | raw | diff to current |
2005-12-06 |
Roberto Togni | Support for samples with fft_order = 7 |
blob | commitdiff | raw | diff to current |
2005-12-06 |
Roberto Togni | Remove duplicated fft init |
blob | commitdiff | raw | diff to current |
2005-10-19 |
Steve L'Homme | init_get_bits() requires size in bits, not bytes |
blob | commitdiff | raw | diff to current |
2005-10-18 |
Roberto Togni | QDM2 compatible decoder |
blob | commitdiff | raw | diff to current |
|