summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/dec_audio.c
Commit message (Expand)AuthorAgeFilesLines
* typo fix: inited --> initializeddiego2008-02-141-10/+10
* Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" withreimar2008-01-121-8/+10
* 10l, len may change after initialization timerfelker2007-12-031-1/+1
* fix declaration after statement, take 2rfelker2007-12-031-9/+10
* fix declaration after statementrfelker2007-12-031-2/+2
* Simplify decode_audio function a bit.reimar2007-11-081-16/+12
* Remove a check+abort, this case should never happen anyway, and if it doesreimar2007-11-031-3/+0
* Simplify init_audio_filters() argumentsuau2007-11-011-14/+3
* audio: simplify buffer allocation codeuau2007-11-011-13/+2
* Change decode_audio() interfaceuau2007-11-011-73/+101
* Replace hopefully unreachable code with abort()uau2007-11-011-7/+2
* dec_audio.c: Make some functions staticuau2007-11-011-2/+3
* Simplify audio buffer allocation logicuau2007-11-011-7/+5
* Reindent dec_audio.cuau2007-11-011-332/+373
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-2/+0
* Add explicit location for headers from the libmpdemux/ directory.diego2007-03-151-2/+2
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Fix memory leak when changing playback speeduau2007-02-101-0/+2
* Fix code that cuts audio data if the filters produce too much.uau2006-11-071-1/+2
* print bits/s, not bytes/sivo2006-10-061-1/+1
* display correct audio bitrate, samplerate and number of channels onceivo2006-08-151-0/+3
* Remove empty function that isn't used anywhere (and never has been??).uau2006-08-141-4/+0
* Fix buffer size sanity check to match what is actually required.uau2006-08-141-1/+6
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-031-1/+1
* rm unnecesary casts from void* - part 3reynaldo2006-07-021-1/+1
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-2/+1
* memalign segfaults when used without declaration on amd64 (default function r...aurel2006-02-161-0/+4
* Align memory at 16 byte boundaries.diego2006-02-141-3/+3
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-2/+2
* Push "Building audio filter chain" up to verbose level.diego2006-01-191-1/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-2/+2
* Make a few more messages translatable by moving them into help_mp-en.h.diego2005-10-181-2/+2
* Allow forcing of demuxers and codecs by prepending '+'reimar2005-08-301-3/+8
* 10l, missing returnfaust32005-08-251-1/+1
* -af-adv force=1 is now default (and thus also lavcresample)reimar2005-07-101-1/+1
* make -srate work again, unify audio filter init and preinit.reimar2005-06-241-43/+14
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...gpoirier2005-06-201-0/+2
* 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