summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/dec_audio.c
Commit message (Expand)AuthorAgeFilesLines
* Remove file-global mpadec, add ad_driver member to sh_audio_t instead.hzoli2005-02-251-8/+10
* finally remove the refences to bps outside libaf. also simplification of some...alex2005-02-251-26/+23
* If -af-adv force=4 is in effect, use ADCTRL_QUERY_FORMAT to query thehzoli2005-02-251-0/+8
* more verbose messagealex2005-02-251-3/+4
* Revert sh_audio->wf freeing.iive2005-01-171-2/+0
* removing AFMT_ dependancyalex2004-12-271-8/+14
* Free WAVEFORMATEX in sh_audio when all other sh_audio members are freed.iive2004-11-151-0/+2
* moved sh_audio initialization from dec_audio to demuxer.c to fixreimar2004-09-161-19/+0
* removed #ifdefs that are already handled by libao2/afmt.hreimar2004-05-141-5/+1
* 10lrfelker2004-05-011-1/+1
* not pretty, but at least it prevents the channels from getting out of order...rfelker2004-01-271-1/+3
* 10lrfelker2004-01-271-1/+1
* minor leak fixalex2003-09-021-0/+1
* codecs.conf is obsolete.diego2003-08-221-1/+1
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...arpi2003-06-091-3/+3
* 1000l bug (double free() when libaf init failed)arpi2003-01-281-0/+1
* 10lhenry2003-01-191-1/+1
* 2-pass libaf initialization to get better filter chain.arpi2003-01-181-2/+50
* Adding support for more logical libaf configurationanders2003-01-171-1/+1
* New features:anders2002-11-121-3/+3
* dlopen() support for ad and vdalex2002-11-111-0/+41
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-1/+2
* verbose can be negativearpi2002-11-011-2/+0
* reset channels tooarpi2002-10-081-0/+1
* Adding -format and -af switchesanders2002-10-061-2/+2
* aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoderarpi2002-10-051-3/+135
* removed obsolote func, some cosmetics of AUDIO: msgarpi2002-09-291-38/+2
* -ac/-afm rewrite, now works the same way as -vc/-vfmarpi2002-09-281-15/+95
* best audio/video codec selection & init moved to libmpcodecsarpi2002-09-251-0/+35
* fixed uninit orderarpi2002-09-011-4/+5
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsarpi2002-08-311-0/+16
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-4/+5
* messages moved from dec_??d?o.cjaf2002-08-131-7/+7
* typoalex2002-05-251-1/+1
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-1/+1
* always reser audio input buffer pointerarpi2002-05-121-3/+2
* printf to mp_msgalbeu2002-05-021-2/+2
* audio input buffer allocation/free cleanuparpi2002-04-011-13/+31
* imporetd from MPlayerXP, with small modificationarpi2002-03-251-0/+131