aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/dec_audio.c
Commit message (Expand)AuthorAge
...
* moved sh_audio initialization from dec_audio to demuxer.c to fixGravatar reimar2004-09-16
* removed #ifdefs that are already handled by libao2/afmt.hGravatar reimar2004-05-14
* 10lGravatar rfelker2004-05-01
* not pretty, but at least it prevents the channels from getting out of order...Gravatar rfelker2004-01-27
* 10lGravatar rfelker2004-01-27
* minor leak fixGravatar alex2003-09-02
* codecs.conf is obsolete.Gravatar diego2003-08-22
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...Gravatar arpi2003-06-09
* 1000l bug (double free() when libaf init failed)Gravatar arpi2003-01-28
* 10lGravatar henry2003-01-19
* 2-pass libaf initialization to get better filter chain.Gravatar arpi2003-01-18
* Adding support for more logical libaf configurationGravatar anders2003-01-17
* New features:Gravatar anders2002-11-12
* dlopen() support for ad and vdGravatar alex2002-11-11
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* verbose can be negativeGravatar arpi2002-11-01
* reset channels tooGravatar arpi2002-10-08
* Adding -format and -af switchesGravatar anders2002-10-06
* aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoderGravatar arpi2002-10-05
* removed obsolote func, some cosmetics of AUDIO: msgGravatar arpi2002-09-29
* -ac/-afm rewrite, now works the same way as -vc/-vfmGravatar arpi2002-09-28
* best audio/video codec selection & init moved to libmpcodecsGravatar arpi2002-09-25
* fixed uninit orderGravatar arpi2002-09-01
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsGravatar arpi2002-08-31
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* messages moved from dec_??d?o.cGravatar jaf2002-08-13
* typoGravatar alex2002-05-25
* big cosmetics patch, cleanup of messages printed by mplayer and libs.Gravatar arpi2002-05-20
* always reser audio input buffer pointerGravatar arpi2002-05-12
* printf to mp_msgGravatar albeu2002-05-02
* audio input buffer allocation/free cleanupGravatar arpi2002-04-01
* imporetd from MPlayerXP, with small modificationGravatar arpi2002-03-25