aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/dec_audio.c
Commit message (Expand)AuthorAge
* video, audio: use lavc decoders without codecs.conf entriesGravatar Uoti Urpala2012-07-24
* audio/video: delete buggy "dynamic plugin" codeGravatar Uoti Urpala2011-10-20
* audio: move ready-for-ao data buffer from decoder to AOGravatar Uoti Urpala2011-07-02
* audio: avoid duplicated error messages on init failureGravatar Uoti Urpala2011-05-03
* core: do initial A-V sync by modifying audio streamGravatar Uoti Urpala2010-11-13
* libaf: add opts pointer to struct af_streamGravatar Uoti Urpala2010-11-02
* options: move audio_output_channels, audio_output_format to structGravatar Uoti Urpala2010-11-02
* audio: support parameter changes (e.g. channel count) during playbackGravatar reimar2010-11-02
* cleanup: Add const qualifiers for struct ad_functions pointersGravatar reimar2010-11-02
* Move some sh_audio field setting out of demuxer.cGravatar Uoti Urpala2010-04-23
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
| * Move the resync-related code into more consistent places instead of having itGravatar reimar2010-01-24
* | audio: Remove fixed decode_audio() return size limit (MAX_OUTBURST)Gravatar Uoti Urpala2009-12-29
* | cosmetics: Revert old dec_audio.c code uglificationGravatar Uoti Urpala2009-12-28
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
|/
* Remove reference to outdated documentation file.Gravatar diego2009-04-20
* Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* 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