log libmpcodecs/dec_audio.c @ 20133:6d6c0840113f

age author description
2006-10-06 ivo print bits/s, not bytes/s
2006-08-15 ivo display correct audio bitrate, samplerate and number of channels once
2006-08-14 uau Remove empty function that isn't used anywhere (and never has been??).
2006-08-14 uau Fix buffer size sanity check to match what is actually required.
2006-07-03 reynaldo get_path as const, patch by Stefan Huehner, stefan AT huehner-org
2006-07-02 reynaldo rm unnecesary casts from void* - part 3
2006-04-24 reynaldo Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
2006-02-16 aurel memalign segfaults when used without declaration on amd64 (default function return type is int so the pointer was trunctated to 32bits)
2006-02-14 diego Align memory at 16 byte boundaries.
2006-02-09 rathann Patch by Stefan Huehner / stefan % huehner ! org \
2006-01-19 diego Push "Building audio filter chain" up to verbose level.
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2005-10-18 diego Make a few more messages translatable by moving them into help_mp-en.h.
2005-08-30 reimar Allow forcing of demuxers and codecs by prepending '+'
2005-08-25 faust3 10l, missing return
2005-07-10 reimar -af-adv force=1 is now default (and thus also lavcresample)
2005-06-24 reimar make -srate work again, unify audio filter init and preinit.
2005-06-20 gpoirier adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM en DASH directo POUM net>
2005-02-25 hzoli Remove file-global mpadec, add ad_driver member to sh_audio_t instead.
2005-02-25 alex finally remove the refences to bps outside libaf. also simplification of some messages and removed redundants
2005-02-25 hzoli If -af-adv force=4 is in effect, use ADCTRL_QUERY_FORMAT to query the
2005-02-25 alex more verbose message
2005-01-17 iive Revert sh_audio->wf freeing.
2004-12-27 alex removing AFMT_ dependancy
2004-11-15 iive Free WAVEFORMATEX in sh_audio when all other sh_audio members are freed.
2004-09-16 reimar moved sh_audio initialization from dec_audio to demuxer.c to fix
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