]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegaudio.h
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.
[ffmpeg] / libavcodec / mpegaudio.h
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