log libvo/vo_mpegpes.c @ 36520:1be891d42dc9

age author description
Sat, 18 Jan 2014 21:39:07 +0000 reimar Remove empty draw_slice and draw_frame stubs.
Sat, 02 Jul 2011 22:59:40 +0000 reimar Cosmetics: Fix strange space placement.
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Sat, 11 Sep 2010 14:13:21 +0000 diego Rename vo_mpegpes_fd2 variable to ao_mpegpes_fd.
Sun, 20 Jun 2010 17:54:46 +0000 diego Mark data parameter of my_write function as const.
Tue, 02 Mar 2010 19:57:17 +0000 diego Drop support for old-style DVB code.
Sat, 27 Feb 2010 20:22:30 +0000 cehoyos Remove unused static function send_lpcm_packet().
Tue, 16 Feb 2010 16:22:17 +0000 diego libvo: Mark functions not used outside of their files as static.
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
Sat, 22 Jul 2006 09:45:34 +0000 nicodvb simplified mpeg packetizer used by hw mpeg decoders/vo - first round
Fri, 05 Aug 2005 01:24:37 +0000 ivo Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
Mon, 18 Apr 2005 15:52:38 +0000 henry replace VO and VF numeric flags with #defined identifiers
Thu, 19 Aug 2004 09:51:07 +0000 nicodvb user can select dvb card number to use (V3 api only)
Sun, 12 Jan 2003 17:46:21 +0000 arpi debug
Sat, 28 Dec 2002 12:04:58 +0000 arpi DVB-HEAD (aka. NEWSTRUCT) detection & support
Mon, 11 Nov 2002 15:22:10 +0000 alex removed get_info, using the same sheme as in libmpcodecs instead