| Commit message (Expand) | Author | Age |
* | typo fix: inited --> initialized | diego | 2008-02-14 |
* | Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with | reimar | 2008-01-12 |
* | 10l, len may change after initialization time | rfelker | 2007-12-03 |
* | fix declaration after statement, take 2 | rfelker | 2007-12-03 |
* | fix declaration after statement | rfelker | 2007-12-03 |
* | Simplify decode_audio function a bit. | reimar | 2007-11-08 |
* | Remove a check+abort, this case should never happen anyway, and if it does | reimar | 2007-11-03 |
* | Simplify init_audio_filters() arguments | uau | 2007-11-01 |
* | audio: simplify buffer allocation code | uau | 2007-11-01 |
* | Change decode_audio() interface | uau | 2007-11-01 |
* | Replace hopefully unreachable code with abort() | uau | 2007-11-01 |
* | dec_audio.c: Make some functions static | uau | 2007-11-01 |
* | Simplify audio buffer allocation logic | uau | 2007-11-01 |
* | Reindent dec_audio.c | uau | 2007-11-01 |
* | 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 |