| Commit message (Expand) | Author | Age |
* | Clean up the way get_path is handled: Compile get_path.c to an object to link | diego | 2007-08-28 |
* | Add explicit location for headers from the libmpdemux/ directory. | diego | 2007-03-15 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 |
* | Fix memory leak when changing playback speed | uau | 2007-02-10 |
* | Fix code that cuts audio data if the filters produce too much. | uau | 2006-11-07 |
* | print bits/s, not bytes/s | ivo | 2006-10-06 |
* | display correct audio bitrate, samplerate and number of channels once | ivo | 2006-08-15 |
* | Remove empty function that isn't used anywhere (and never has been??). | uau | 2006-08-14 |
* | Fix buffer size sanity check to match what is actually required. | uau | 2006-08-14 |
* | get_path as const, patch by Stefan Huehner, stefan AT huehner-org | reynaldo | 2006-07-03 |
* | rm unnecesary casts from void* - part 3 | reynaldo | 2006-07-02 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 |
* | memalign segfaults when used without declaration on amd64 (default function r... | aurel | 2006-02-16 |
* | Align memory at 16 byte boundaries. | diego | 2006-02-14 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 |
* | Push "Building audio filter chain" up to verbose level. | diego | 2006-01-19 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 |
* | Make a few more messages translatable by moving them into help_mp-en.h. | diego | 2005-10-18 |
* | Allow forcing of demuxers and codecs by prepending '+' | reimar | 2005-08-30 |
* | 10l, missing return | faust3 | 2005-08-25 |
* | -af-adv force=1 is now default (and thus also lavcresample) | reimar | 2005-07-10 |
* | make -srate work again, unify audio filter init and preinit. | reimar | 2005-06-24 |
* | adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ... | gpoirier | 2005-06-20 |
* | Remove file-global mpadec, add ad_driver member to sh_audio_t instead. | hzoli | 2005-02-25 |
* | finally remove the refences to bps outside libaf. also simplification of some... | alex | 2005-02-25 |
* | If -af-adv force=4 is in effect, use ADCTRL_QUERY_FORMAT to query the | hzoli | 2005-02-25 |
* | more verbose message | alex | 2005-02-25 |
* | Revert sh_audio->wf freeing. | iive | 2005-01-17 |
* | removing AFMT_ dependancy | alex | 2004-12-27 |
* | Free WAVEFORMATEX in sh_audio when all other sh_audio members are freed. | iive | 2004-11-15 |
* | moved sh_audio initialization from dec_audio to demuxer.c to fix | reimar | 2004-09-16 |
* | removed #ifdefs that are already handled by libao2/afmt.h | reimar | 2004-05-14 |
* | 10l | rfelker | 2004-05-01 |
* | not pretty, but at least it prevents the channels from getting out of order... | rfelker | 2004-01-27 |
* | 10l | rfelker | 2004-01-27 |
* | minor leak fix | alex | 2003-09-02 |
* | codecs.conf is obsolete. | diego | 2003-08-22 |
* | renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_... | arpi | 2003-06-09 |
* | 1000l bug (double free() when libaf init failed) | arpi | 2003-01-28 |
* | 10l | henry | 2003-01-19 |
* | 2-pass libaf initialization to get better filter chain. | arpi | 2003-01-18 |
* | Adding support for more logical libaf configuration | anders | 2003-01-17 |
* | New features: | anders | 2002-11-12 |
* | dlopen() support for ad and vd | alex | 2002-11-11 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 |
* | verbose can be negative | arpi | 2002-11-01 |
* | reset channels too | arpi | 2002-10-08 |
* | Adding -format and -af switches | anders | 2002-10-06 |
* | aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoder | arpi | 2002-10-05 |
* | removed obsolote func, some cosmetics of AUDIO: msg | arpi | 2002-09-29 |