log stream/Makefile @ 26189:8d1e8229b660

age author description
Sat, 13 Oct 2007 17:14:39 +0000 voroshil DirectShow based tv:// driver for win32
Wed, 19 Sep 2007 21:38:22 +0000 lu_zero libnemesi support, yet another rtsp/rtp library...
Sat, 04 Aug 2007 21:59:26 +0000 cehoyos Moved dvdtimetomsec to stream_dvd_common.c.
Sun, 29 Jul 2007 17:55:28 +0000 voroshil Teletext support.
Thu, 21 Jun 2007 08:18:51 +0000 voroshil Revert r23530.
Sun, 10 Jun 2007 00:06:12 +0000 voroshil Teletext support for tv:// (v4l and v4l2 only)
Sun, 22 Apr 2007 20:43:28 +0000 diego Add Makefile variable for audio input that is enabled by V4L or radio capture.
Fri, 16 Mar 2007 21:38:20 +0000 diego Remove unnecessary -I option from CFLAGS.
Tue, 13 Mar 2007 21:55:23 +0000 diego cosmetics: Fix indentation, reorder some lines for consistency.
Tue, 13 Mar 2007 12:10:57 +0000 diego Give more descriptive names to the source and library variables and split
Mon, 27 Nov 2006 22:02:06 +0000 diego Add a config.mak variable for CDDB.
Mon, 27 Nov 2006 13:42:36 +0000 diego FFmpeg-style dependency declaration
Mon, 27 Nov 2006 12:09:58 +0000 diego cosmetics: Merge SRCS together, alphabetical order, whitespace.
Mon, 27 Nov 2006 12:02:56 +0000 diego cosmetics:indentation
Mon, 27 Nov 2006 12:00:49 +0000 diego Untangle dependencies that are handled by configure.
Mon, 27 Nov 2006 11:48:29 +0000 diego Remove unused LIBAV_INC variable.
Sun, 26 Nov 2006 18:12:36 +0000 diego Merge common parts of all Makefiles into one file included by all.
Sat, 25 Nov 2006 16:12:36 +0000 diego Remove superfluous comment.
Mon, 20 Nov 2006 11:18:01 +0000 diego Unify dep/depend targets.
Fri, 03 Nov 2006 22:03:58 +0000 diego Streamline and simplify internal vs external libdvdread handling.
Mon, 28 Aug 2006 17:05:18 +0000 reimar Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
Sun, 27 Aug 2006 20:17:19 +0000 diego Remove XMMS_CFLAGS from CFLAGS, the variable is never set.
Thu, 17 Aug 2006 17:19:56 +0000 diego Move all internal -I parameters to the front of CFLAGS to avoid using external
Sat, 05 Aug 2006 10:30:06 +0000 ben isolated tcp socket code from network.c to a dedicated file
Fri, 04 Aug 2006 19:31:53 +0000 ben removed udp socket creation code from rtp stack to a new dedicated udp helper file
Fri, 04 Aug 2006 18:32:36 +0000 ben split rtp stack, udp input layer and rtp input layer from rtp.c
Fri, 04 Aug 2006 17:01:29 +0000 ben proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
Thu, 03 Aug 2006 20:44:14 +0000 ben renamed dvdnav_stream to stream_dvdnav for consistency
Thu, 03 Aug 2006 19:43:02 +0000 ben added dedicated file for mf:// input
Thu, 03 Aug 2006 19:31:36 +0000 ben mf.[hc] belong to libmpdemux
Thu, 03 Aug 2006 19:25:16 +0000 ben renamed cue_read.c to stream_cue.c for consistency
Thu, 03 Aug 2006 19:16:30 +0000 ben renamed dvbin.c to stream_dvb.c for consistency
Wed, 02 Aug 2006 11:22:11 +0000 diego Move conditional compilation of cdinfo.c to the build system.
Mon, 31 Jul 2006 20:32:38 +0000 ben removed deprecated test.c file from libmpdemux
Mon, 31 Jul 2006 18:36:29 +0000 ben add an explicit tv stream input instead of the previous hack in stream_null
Mon, 31 Jul 2006 17:48:50 +0000 ben renamed cddX stream interface to stream_cddX for consistency
Mon, 31 Jul 2006 17:39:17 +0000 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux