OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavcodec / mpegaudio.h
2011-05-20 Mans Rullgardmpegaudio: move all header parsing to mpegaudiodecheade...
2011-05-19 Mans Rullgardmpegaudio: remove unused version of SAME_HEADER_MASK
2011-05-19 Mans Rullgardmpegaudio: merge two #if CONFIG_FLOAT blocks
2011-05-19 Mans Rullgardmpegaudio: move some struct definitions from mpegaudio.h
2011-05-19 Mans RullgardMove some mpegaudio functions to new mpegaudiodsp subsystem
2011-05-17 Mans Rullgardmpegaudio: add _fixed suffix to some names
2011-05-16 Mans Rullgardmpegaudio: move OUT_FMT macro to mpegaudiodec.c
2011-05-16 Mans Rullgardmpegaudio: remove OUT_MIN/MAX macros
2011-05-09 Mans Rullgardmpegaudio: remove CONFIG_MPEGAUDIO_HP option
2011-05-09 Mans Rullgardmpegaudio: remove CONFIG_AUDIO_NONSHORT
2011-03-20 Mans RullgardMove dct and rdft definitions to separate files
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-07-01 Vitor SessakAltivec-optimized mp{1,2,3} windowing
2010-06-30 Vitor SessakMore mp{1,2,3} 32-point DCT transform to our common...
2010-06-24 Vitor SessakSSE-optimized MP3 floating point windowing functions
2010-06-19 Vitor SessakFactorize the mpegaudio windowing code in a function...
2010-05-11 Michael Niedermayerfloat based mp1/mp2/mp3 decoders.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-11-04 Vitor SessakReduce stack memory allocation in MP3 decoder
2009-10-19 Reimar Döffingermpegaudiodec, mpc and qdm2 all use the same mpa_synth...
2009-08-26 Måns RullgårdRemove some unnecessary alignment specifiers
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-23 Andreas ÖmanAvoid allocating MPADecodeContext on stack.
2009-01-16 Aurelien Jacobsexplicitly disable CONFIG_AUDIO_NONSHORT
2009-01-14 Aurelien Jacobssimplify: group all the AUDIO_NONSHORT parameters in...
2009-01-14 Diego BiurrunReplace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
2009-01-14 Diego BiurrunUse CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRE...
2008-12-21 Michael NiedermayerChange mpeg audio parser so it only sets frame_size...
2008-09-08 Michael NiedermayerRename error_resilience to error_recognition.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-06-16 Måns Rullgårdmove a couple of macros and structs to mpegaudio.h
2007-05-20 Aurelien Jacobsremove dependency of mpeg audio encoder over mpeg audio...
2007-05-20 Aurelien Jacobsadd a ff_ prefix to some mpegaudio funcs
2007-05-20 Aurelien Jacobsloosen dependencies over mpegaudiodec
2007-05-19 Aurelien Jacobsmove mp3_header_decompress bitstream filter in its...
2007-05-19 Aurelien Jacobsmove some common mpeg audio tables from mpegaudiodectab...
2006-10-30 Michael Niedermayerdont set the sampling rate just because 1 mp3 packet...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-10-18 Roberto TogniQDM2 compatible decoder
2005-01-30 Michael Niedermayerdithering for the mpeg audio decoder
2003-11-10 Fabrice Bellardexported mpa_decode_header for new parser API
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-06-04 Fabrice Bellardadded missing externs
2001-09-15 Fabrice Bellardmerged code and tables between encoder and decoder
2001-08-13 Fabrice Bellardwin32 fixes
2001-07-22 Fabrice BellardInitial revision