log libmpcodecs/dec_audio.c @ 13030:99d386a5c122

age author description
2004-05-14 reimar removed #ifdefs that are already handled by libao2/afmt.h
2004-05-01 rfelker 10l
2004-01-27 rfelker not pretty, but at least it prevents the channels from getting out of order...
2004-01-27 rfelker 10l
2003-09-02 alex minor leak fix
2003-08-22 diego codecs.conf is obsolete.
2003-06-09 arpi renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR
2003-01-28 arpi 1000l bug (double free() when libaf init failed)
2003-01-19 henry 10l
2003-01-18 arpi 2-pass libaf initialization to get better filter chain.
2003-01-17 anders Adding support for more logical libaf configuration
2002-11-12 anders New features:
2002-11-11 alex dlopen() support for ad and vd
2002-11-06 arpi *HUGE* set of compiler warning fixes, unused variables removal
2002-11-01 arpi verbose can be negative
2002-10-08 arpi reset channels too
2002-10-06 anders Adding -format and -af switches
2002-10-05 arpi aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoder
2002-09-29 arpi removed obsolote func, some cosmetics of AUDIO: msg
2002-09-28 arpi -ac/-afm rewrite, now works the same way as -vc/-vfm
2002-09-25 arpi best audio/video codec selection & init moved to libmpcodecs
2002-09-01 arpi fixed uninit order
2002-08-31 arpi -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
2002-08-30 arpi -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
2002-08-13 jaf messages moved from dec_??d?o.c
2002-05-25 alex typo
2002-05-20 arpi big cosmetics patch, cleanup of messages printed by mplayer and libs.
2002-05-12 arpi always reser audio input buffer pointer
2002-05-02 albeu printf to mp_msg
2002-04-01 arpi audio input buffer allocation/free cleanup
2002-03-25 arpi imporetd from MPlayerXP, with small modification