log libmpcodecs/dec_audio.c @ 35643:f8eb470c25ea

age author description
Sat, 10 Nov 2012 13:29:36 +0000 al libmpcodecs: Only choose dummy codecs if forced
Sun, 19 Feb 2012 13:49:04 +0000 reimar Add a safeguard to avoid crash if the decoder e.g. claims 0 channels.
Sun, 24 Jul 2011 23:55:34 +0000 diego Do not translate console messages of verbosity level MSGL_V and above.
Mon, 24 Jan 2011 20:09:28 +0000 reimar Remove resetting of a_out_buffer_len in init_audio_filters.
Tue, 07 Sep 2010 23:29:49 +0000 diego Rename decode_audio() to mp_decode_audio().
Thu, 15 Jul 2010 17:59:46 +0000 reimar Add support for parameter changes (e.g. channel count) during playback.
Thu, 01 Jul 2010 20:41:42 +0000 reimar Add some const, the ad_functions structs are in rodata.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Sun, 24 Jan 2010 15:16:39 +0000 reimar Move the resync-related code into more consistent places instead of having it
Mon, 20 Apr 2009 15:24:47 +0000 diego Remove reference to outdated documentation file.
Thu, 02 Apr 2009 09:20:48 +0000 diego Remove unnecessary malloc.h #includes and related #ifdeffery.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Sat, 18 Oct 2008 18:54:05 +0000 reimar Use av_malloc/av_free for audio-related buffers to avoid crashes due to
Thu, 07 Aug 2008 12:20:50 +0000 diego Give a CONFIG_ prefix to preprocessor directives that lacked one and
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Mon, 14 Jul 2008 16:38:58 +0000 reimar Try to keep decoded audio buffer aligned.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Sat, 12 Jan 2008 14:05:46 +0000 reimar Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with
Mon, 03 Dec 2007 09:57:21 +0000 rfelker 10l, len may change after initialization time
Mon, 03 Dec 2007 09:07:31 +0000 rfelker fix declaration after statement, take 2
Mon, 03 Dec 2007 09:03:45 +0000 rfelker fix declaration after statement
Thu, 08 Nov 2007 18:14:49 +0000 reimar Simplify decode_audio function a bit.
Sat, 03 Nov 2007 10:20:00 +0000 reimar Remove a check+abort, this case should never happen anyway, and if it does
Thu, 01 Nov 2007 06:52:28 +0000 uau Simplify init_audio_filters() arguments
Thu, 01 Nov 2007 06:52:23 +0000 uau audio: simplify buffer allocation code
Thu, 01 Nov 2007 06:52:19 +0000 uau Change decode_audio() interface
Thu, 01 Nov 2007 06:51:53 +0000 uau Replace hopefully unreachable code with abort()
Thu, 01 Nov 2007 06:51:49 +0000 uau dec_audio.c: Make some functions static
Thu, 01 Nov 2007 06:51:44 +0000 uau Simplify audio buffer allocation logic
Thu, 01 Nov 2007 06:51:38 +0000 uau Reindent dec_audio.c