summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAge
* Make lsf_sf_expand() 4 times faster.Reinhard Tartler2010-05-21
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Make some functions staticMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-16
* Reduce stack memory allocation in MP3 decoderVitor Sessak2009-11-04
* Add support for hardcoding the mpegaudiodec tables.Reimar Döffinger2009-10-28
* mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so makeReimar Döffinger2009-10-19
* Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32.Reimar Döffinger2009-10-15
* Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding.Reimar Döffinger2009-10-15
* Set data_size to 0 to avoid having it uninitialized.Michael Niedermayer2009-09-23
* Check data_size in decode_frame_mp3on4().Michael Niedermayer2009-09-23
* check data_size in decode_frame()Michael Niedermayer2009-09-23
* Reduce pointless verbosity after seeks in the MP3 decoder.Diego Biurrun2009-09-04
* Drop code that attempts to decode frames that are prefixed by junk.Michael Niedermayer2009-06-30
* mpegaudio: enclose SUM8() macro args in parens when usedMåns Rullgård2009-05-05
* mpegaudio: avoid unnecessary copy in high-precision modeMåns Rullgård2009-05-05
* mpegaudio: use av_clip()Måns Rullgård2009-05-05
* Do not scan for MP3 header after the given buffer and return skippedZdenek Kabelac2009-05-04
* Remove unused variable from decode_init() found by CSA.Michael Niedermayer2009-04-17
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Avoid allocating MPADecodeContext on stack.Andreas Öman2009-01-23
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* simplify: group all the AUDIO_NONSHORT parameters in the same placeAurelien Jacobs2009-01-14
* Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.Diego Biurrun2009-01-14
* Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.Michael Niedermayer2009-01-13
* Revert r16257:Andreas Öman2008-12-22
* Include "libavutil/common.h" where we use llrint() in case ffmpeg'sAndreas Öman2008-12-21
* Add shift argument to MULL() macroMåns Rullgård2008-11-24
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* Only print "invalid new backstep" when it is really invalid.Michael Niedermayer2008-09-16
* Make decoder more robust by default against broken encoders.Michael Niedermayer2008-09-16
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* Remove debuging junk that probably hasnt been used by anyone since years.Michael Niedermayer2008-08-31
* Use static vlc structure to decode layer 3 huffman tables.Art Clarke2008-07-31
* Decrease severity of 'invalid new backstep' log message to warningAndreas Öman2008-07-20
* Supply context argument to av_log() in mpeg audio decoder.Andreas Öman2008-07-20
* mpegaudio: use MAC/MLS macros in ff_mpa_synth_filterMåns Rullgård2008-07-13
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* break if error in header so it can output already decoded framesBaptiste Coudurier2008-04-26
* merge init with declarationBaptiste Coudurier2008-04-26
* cosmetics: merge declsBaptiste Coudurier2008-04-26