log libmpcodecs/dec_audio.c @ 37195:ac6c37d85d65 default tip

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.