log libmpcodecs/ad_hwmpa.c @ 37171:29802bb119f6

age author description
Thu, 25 Feb 2010 22:06:05 +0000 reimar Fix check for wrong variable: len can be unitialized but not normally < 0,
Fri, 12 Feb 2010 16:29:34 +0000 diego Mark all ad_info_t/vd_info_t structure declarations as const.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sat, 09 Dec 2006 12:24:11 +0000 reimar Get rid of min/max macros from aviheader.h, they do not belong here.
Tue, 01 Aug 2006 18:44:31 +0000 ben fix a/v sync issues when using ad_hwmpa
Sun, 23 Jul 2006 08:35:18 +0000 nicodvb in decode_audio() memset(0) unused memory in buf before returning
Sun, 23 Jul 2006 07:52:51 +0000 nicodvb don't do the work of mp_get_mp3_header() and, as a side effect, prevent a deadlock due to a missed cnt++
Sat, 22 Jul 2006 22:14:14 +0000 nicodvb the value returned by decode_audio() must be the amount of _decoded_ bytes (finally it's beginning t work: no more toomanypackets... message)
Sun, 16 Jul 2006 16:34:05 +0000 nicodvb prevent buffer underflow; the code is still incorrect and leads to desync but at least it doesn't crash
Sat, 08 Jul 2006 17:28:36 +0000 diego Remove unused variables, patch by Stefan Huehner stefan at huehner org.
Sun, 15 Jan 2006 10:25:14 +0000 nicodvb ad_hwmpa: pass-through fake audio codec for hardware mpeg decoders