log libvo/vo_mpegpes.c @ 30458:f6721168aee8

age author description
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
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
Wed, 02 Jan 2008 20:34:48 +0000 nicodvb when :card isn't specified by the user search the first available card
Sun, 02 Dec 2007 14:39:15 +0000 reimar Mark the vo_functions_t definitions as const where possible.
Sun, 02 Dec 2007 14:06:03 +0000 reimar Make vo info structs const
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
Sun, 23 Jul 2006 09:56:05 +0000 ben removed now unnecessary define
Sun, 23 Jul 2006 09:55:28 +0000 ben removed now unnecessary variable
Sun, 23 Jul 2006 09:32:04 +0000 nicodvb reuse send_mpeg_lpcm_packet() instead of the old packetizer
Sat, 22 Jul 2006 13:54:33 +0000 ben fix compilation if DVB is not defined
Sat, 22 Jul 2006 10:07:04 +0000 nicodvb my_write() must return the bytes written