log libao2/ao_mpegpes.c @ 37195:ac6c37d85d65 default tip

age author description
Sat, 11 Sep 2010 22:52:14 +0000 diego Add explanatory comment for video_out.h #inclusion in libao2/.
Sat, 11 Sep 2010 14:13:21 +0000 diego Rename vo_mpegpes_fd2 variable to ao_mpegpes_fd.
Wed, 08 Sep 2010 18:16:06 +0000 diego Add proper include instead of declaring the vo_pts variable extern.
Fri, 30 Jul 2010 18:28:02 +0000 reimar Properly close file on error or uninit.
Fri, 30 Jul 2010 18:18:03 +0000 reimar Avoid code duplication, use the generate file name instead of generating it twice.
Tue, 25 May 2010 11:32:32 +0000 diego Remove unused forward declarations.
Tue, 02 Mar 2010 19:57:17 +0000 diego Drop support for old-style DVB code.
Mon, 22 Feb 2010 14:05:30 +0000 diego Mark data argument of my_ao_write() function as const.
Sat, 13 Feb 2010 21:29:32 +0000 diego Remove unused variables, fixes the warnings:
Mon, 11 Jan 2010 20:27:52 +0000 reimar Add support for distinguishing between little- and big-endian SPDIF AC3
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
Wed, 26 Jul 2006 21:40:43 +0000 nicodvb split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the devices can be used separately
Thu, 09 Feb 2006 14:08:03 +0000 rathann Patch by Stefan Huehner / stefan % huehner ! org \
Mon, 27 Dec 2004 17:30:15 +0000 alex removing AFMT_ dependancy
Tue, 07 Dec 2004 02:24:15 +0000 diego Make include paths consistent.
Sat, 18 Sep 2004 20:31:28 +0000 ivo mp_msg transition of unmaintained audio output drivers.
Tue, 06 Apr 2004 17:55:36 +0000 alex uninit immed flag
Fri, 21 Mar 2003 16:42:50 +0000 alex 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>
Wed, 12 Feb 2003 23:26:12 +0000 arpi 100l
Mon, 03 Feb 2003 23:30:27 +0000 arpi hwac3 fix
Sat, 28 Dec 2002 12:04:58 +0000 arpi DVB-HEAD (aka. NEWSTRUCT) detection & support
Sun, 06 Oct 2002 01:08:04 +0000 arpi 10l
Sun, 06 Oct 2002 00:22:32 +0000 arpi - init fails if no -vo mpegpes
Sun, 22 Sep 2002 02:33:28 +0000 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
Fri, 30 Aug 2002 13:34:08 +0000 alex added needed errno.h
Fri, 30 Aug 2002 11:20:51 +0000 alex mp_msg'ized
Wed, 31 Jul 2002 05:25:57 +0000 rfelker no need for ioctl.h if not using dvb
Wed, 13 Mar 2002 01:45:42 +0000 arpi 10l - config.h should be included...
Thu, 21 Feb 2002 17:22:03 +0000 arpi compilation fixed
Thu, 21 Feb 2002 16:02:26 +0000 anders Moved HW dependent mixer stuff to libao and removed master switch
Thu, 24 Jan 2002 00:53:22 +0000 arpi freq fix, removed muxer delay
Tue, 22 Jan 2002 18:11:27 +0000 arpi 10l, debug printf removed
Tue, 22 Jan 2002 02:15:23 +0000 arpi passing samplerate to LPCM writer - 44, 32 and 96khz are also supported from now
Sat, 24 Nov 2001 05:21:22 +0000 anders interface to libao2 changed ao_plugin added
Mon, 05 Nov 2001 03:01:11 +0000 arpi ao_mpegpes