log libao2/ao_mpegpes.c @ 29625:aaf67d00ae75

age author description
Wed, 02 Sep 2009 11:33:37 +0000 reimar The suboption parser now takes a const options list, so mark them all const.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 06 Mar 2009 19:43:12 +0000 reimar Make ao_info_t structs const.
Mon, 26 Jan 2009 15:06:44 +0000 diego Add standard license headers.
Thu, 14 Aug 2008 15:54:53 +0000 diego Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
Thu, 14 Aug 2008 15:48:11 +0000 diego 100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.
Sat, 02 Aug 2008 21:39:29 +0000 diego Set HAVE_DVB in configure when HAVE_DVB_HEAD is defined
Sat, 02 Aug 2008 20:35:29 +0000 diego cosmetics: typo fixes
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Wed, 02 Jan 2008 20:34:48 +0000 nicodvb when :card isn't specified by the user search the first available card
Sun, 16 Sep 2007 09:16:45 +0000 reimar ao_mpegpes does not support S16_LE format, do not claim it does!
Sun, 09 Sep 2007 09:44:13 +0000 diego warning fix:
Fri, 11 Aug 2006 17:10:57 +0000 ivo replace calls to perror() with calls to mp_msg()
Fri, 28 Jul 2006 21:15:31 +0000 nicodvb if HAVE_DVB isn't set don't fall back to outputting audiograb.mpg by default, fail instead
Fri, 28 Jul 2006 15:40:05 +0000 nicodvb include sys/poll.h only when HAVE_DVB[_HEAD] is set