aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/dec_audio.c
Commit message (Expand)AuthorAge
* Use av_malloc/av_free for audio-related buffers to avoid crashes due toGravatar reimar2008-10-18
* Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Try to keep decoded audio buffer aligned.Gravatar reimar2008-07-14
* typo fix: inited --> initializedGravatar diego2008-02-14
* Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" withGravatar reimar2008-01-12
* 10l, len may change after initialization timeGravatar rfelker2007-12-03
* fix declaration after statement, take 2Gravatar rfelker2007-12-03
* fix declaration after statementGravatar rfelker2007-12-03
* Simplify decode_audio function a bit.Gravatar reimar2007-11-08
* Remove a check+abort, this case should never happen anyway, and if it doesGravatar reimar2007-11-03
* Simplify init_audio_filters() argumentsGravatar uau2007-11-01
* audio: simplify buffer allocation codeGravatar uau2007-11-01
* Change decode_audio() interfaceGravatar uau2007-11-01
* Replace hopefully unreachable code with abort()Gravatar uau2007-11-01
* dec_audio.c: Make some functions staticGravatar uau2007-11-01
* Simplify audio buffer allocation logicGravatar uau2007-11-01
* Reindent dec_audio.cGravatar uau2007-11-01
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Add explicit location for headers from the libmpdemux/ directory.Gravatar diego2007-03-15
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Fix memory leak when changing playback speedGravatar uau2007-02-10
* Fix code that cuts audio data if the filters produce too much.Gravatar uau2006-11-07
* print bits/s, not bytes/sGravatar ivo2006-10-06
* display correct audio bitrate, samplerate and number of channels onceGravatar ivo2006-08-15
* Remove empty function that isn't used anywhere (and never has been??).Gravatar uau2006-08-14
* Fix buffer size sanity check to match what is actually required.Gravatar uau2006-08-14
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgGravatar reynaldo2006-07-03
* rm unnecesary casts from void* - part 3Gravatar reynaldo2006-07-02
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* memalign segfaults when used without declaration on amd64 (default function r...Gravatar aurel2006-02-16
* Align memory at 16 byte boundaries.Gravatar diego2006-02-14
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Push "Building audio filter chain" up to verbose level.Gravatar diego2006-01-19
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* Make a few more messages translatable by moving them into help_mp-en.h.Gravatar diego2005-10-18
* Allow forcing of demuxers and codecs by prepending '+'Gravatar reimar2005-08-30
* 10l, missing returnGravatar faust32005-08-25
* -af-adv force=1 is now default (and thus also lavcresample)Gravatar reimar2005-07-10
* make -srate work again, unify audio filter init and preinit.Gravatar reimar2005-06-24
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...Gravatar gpoirier2005-06-20
* Remove file-global mpadec, add ad_driver member to sh_audio_t instead.Gravatar hzoli2005-02-25
* finally remove the refences to bps outside libaf. also simplification of some...Gravatar alex2005-02-25
* If -af-adv force=4 is in effect, use ADCTRL_QUERY_FORMAT to query theGravatar hzoli2005-02-25
* more verbose messageGravatar alex2005-02-25
* Revert sh_audio->wf freeing.Gravatar iive2005-01-17
* removing AFMT_ dependancyGravatar alex2004-12-27
* Free WAVEFORMATEX in sh_audio when all other sh_audio members are freed.Gravatar iive2004-11-15
* moved sh_audio initialization from dec_audio to demuxer.c to fixGravatar reimar2004-09-16
* removed #ifdefs that are already handled by libao2/afmt.hGravatar reimar2004-05-14