| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove reference to outdated documentation file. | diego | 2009-04-20 | 1 | -1/+0 |
* | Remove unnecessary malloc.h #includes and related #ifdeffery. | diego | 2009-04-02 | 1 | -4/+0 |
* | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 | 1 | -1/+1 |
* | Use av_malloc/av_free for audio-related buffers to avoid crashes due to | reimar | 2008-10-18 | 1 | -10/+4 |
* | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 1 | -3/+3 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -1/+1 |
* | Try to keep decoded audio buffer aligned. | reimar | 2008-07-14 | 1 | -1/+1 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -10/+10 |
* | Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with | reimar | 2008-01-12 | 1 | -8/+10 |
* | 10l, len may change after initialization time | rfelker | 2007-12-03 | 1 | -1/+1 |
* | fix declaration after statement, take 2 | rfelker | 2007-12-03 | 1 | -9/+10 |
* | fix declaration after statement | rfelker | 2007-12-03 | 1 | -2/+2 |
* | Simplify decode_audio function a bit. | reimar | 2007-11-08 | 1 | -16/+12 |
* | Remove a check+abort, this case should never happen anyway, and if it does | reimar | 2007-11-03 | 1 | -3/+0 |
* | Simplify init_audio_filters() arguments | uau | 2007-11-01 | 1 | -14/+3 |
* | audio: simplify buffer allocation code | uau | 2007-11-01 | 1 | -13/+2 |
* | Change decode_audio() interface | uau | 2007-11-01 | 1 | -73/+101 |
* | Replace hopefully unreachable code with abort() | uau | 2007-11-01 | 1 | -7/+2 |
* | dec_audio.c: Make some functions static | uau | 2007-11-01 | 1 | -2/+3 |
* | Simplify audio buffer allocation logic | uau | 2007-11-01 | 1 | -7/+5 |
* | Reindent dec_audio.c | uau | 2007-11-01 | 1 | -332/+373 |
* | Clean up the way get_path is handled: Compile get_path.c to an object to link | diego | 2007-08-28 | 1 | -2/+0 |
* | Add explicit location for headers from the libmpdemux/ directory. | diego | 2007-03-15 | 1 | -2/+2 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | Fix memory leak when changing playback speed | uau | 2007-02-10 | 1 | -0/+2 |
* | Fix code that cuts audio data if the filters produce too much. | uau | 2006-11-07 | 1 | -1/+2 |
* | print bits/s, not bytes/s | ivo | 2006-10-06 | 1 | -1/+1 |
* | display correct audio bitrate, samplerate and number of channels once | ivo | 2006-08-15 | 1 | -0/+3 |
* | Remove empty function that isn't used anywhere (and never has been??). | uau | 2006-08-14 | 1 | -4/+0 |
* | Fix buffer size sanity check to match what is actually required. | uau | 2006-08-14 | 1 | -1/+6 |
* | get_path as const, patch by Stefan Huehner, stefan AT huehner-org | reynaldo | 2006-07-03 | 1 | -1/+1 |
* | rm unnecesary casts from void* - part 3 | reynaldo | 2006-07-02 | 1 | -1/+1 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 1 | -2/+1 |
* | memalign segfaults when used without declaration on amd64 (default function r... | aurel | 2006-02-16 | 1 | -0/+4 |
* | Align memory at 16 byte boundaries. | diego | 2006-02-14 | 1 | -3/+3 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 1 | -2/+2 |
* | Push "Building audio filter chain" up to verbose level. | diego | 2006-01-19 | 1 | -1/+1 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -2/+2 |
* | Make a few more messages translatable by moving them into help_mp-en.h. | diego | 2005-10-18 | 1 | -2/+2 |
* | Allow forcing of demuxers and codecs by prepending '+' | reimar | 2005-08-30 | 1 | -3/+8 |
* | 10l, missing return | faust3 | 2005-08-25 | 1 | -1/+1 |
* | -af-adv force=1 is now default (and thus also lavcresample) | reimar | 2005-07-10 | 1 | -1/+1 |
* | make -srate work again, unify audio filter init and preinit. | reimar | 2005-06-24 | 1 | -43/+14 |
* | adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ... | gpoirier | 2005-06-20 | 1 | -0/+2 |
* | Remove file-global mpadec, add ad_driver member to sh_audio_t instead. | hzoli | 2005-02-25 | 1 | -8/+10 |
* | finally remove the refences to bps outside libaf. also simplification of some... | alex | 2005-02-25 | 1 | -26/+23 |
* | If -af-adv force=4 is in effect, use ADCTRL_QUERY_FORMAT to query the | hzoli | 2005-02-25 | 1 | -0/+8 |
* | more verbose message | alex | 2005-02-25 | 1 | -3/+4 |
* | Revert sh_audio->wf freeing. | iive | 2005-01-17 | 1 | -2/+0 |
* | removing AFMT_ dependancy | alex | 2004-12-27 | 1 | -8/+14 |
* | Free WAVEFORMATEX in sh_audio when all other sh_audio members are freed. | iive | 2004-11-15 | 1 | -0/+2 |
* | moved sh_audio initialization from dec_audio to demuxer.c to fix | reimar | 2004-09-16 | 1 | -19/+0 |
* | removed #ifdefs that are already handled by libao2/afmt.h | reimar | 2004-05-14 | 1 | -5/+1 |
* | 10l | rfelker | 2004-05-01 | 1 | -1/+1 |
* | not pretty, but at least it prevents the channels from getting out of order... | rfelker | 2004-01-27 | 1 | -1/+3 |
* | 10l | rfelker | 2004-01-27 | 1 | -1/+1 |
* | minor leak fix | alex | 2003-09-02 | 1 | -0/+1 |
* | codecs.conf is obsolete. | diego | 2003-08-22 | 1 | -1/+1 |
* | renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_... | arpi | 2003-06-09 | 1 | -3/+3 |
* | 1000l bug (double free() when libaf init failed) | arpi | 2003-01-28 | 1 | -0/+1 |
* | 10l | henry | 2003-01-19 | 1 | -1/+1 |
* | 2-pass libaf initialization to get better filter chain. | arpi | 2003-01-18 | 1 | -2/+50 |
* | Adding support for more logical libaf configuration | anders | 2003-01-17 | 1 | -1/+1 |
* | New features: | anders | 2002-11-12 | 1 | -3/+3 |
* | dlopen() support for ad and vd | alex | 2002-11-11 | 1 | -0/+41 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -1/+2 |
* | verbose can be negative | arpi | 2002-11-01 | 1 | -2/+0 |
* | reset channels too | arpi | 2002-10-08 | 1 | -0/+1 |
* | Adding -format and -af switches | anders | 2002-10-06 | 1 | -2/+2 |
* | aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoder | arpi | 2002-10-05 | 1 | -3/+135 |
* | removed obsolote func, some cosmetics of AUDIO: msg | arpi | 2002-09-29 | 1 | -38/+2 |
* | -ac/-afm rewrite, now works the same way as -vc/-vfm | arpi | 2002-09-28 | 1 | -15/+95 |
* | best audio/video codec selection & init moved to libmpcodecs | arpi | 2002-09-25 | 1 | -0/+35 |
* | fixed uninit order | arpi | 2002-09-01 | 1 | -4/+5 |
* | -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments | arpi | 2002-08-31 | 1 | -0/+16 |
* | -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make... | arpi | 2002-08-30 | 1 | -4/+5 |
* | messages moved from dec_??d?o.c | jaf | 2002-08-13 | 1 | -7/+7 |
* | typo | alex | 2002-05-25 | 1 | -1/+1 |
* | big cosmetics patch, cleanup of messages printed by mplayer and libs. | arpi | 2002-05-20 | 1 | -1/+1 |
* | always reser audio input buffer pointer | arpi | 2002-05-12 | 1 | -3/+2 |
* | printf to mp_msg | albeu | 2002-05-02 | 1 | -2/+2 |
* | audio input buffer allocation/free cleanup | arpi | 2002-04-01 | 1 | -13/+31 |
* | imporetd from MPlayerXP, with small modification | arpi | 2002-03-25 | 1 | -0/+131 |