summaryrefslogtreecommitdiffstats
path: root/stream/Makefile
Commit message (Expand)AuthorAgeFilesLines
* DirectShow based tv:// driver for win32voroshil2007-10-131-0/+1
* libnemesi support, yet another rtsp/rtp library...lu_zero2007-09-191-6/+9
* Moved dvdtimetomsec to stream_dvd_common.c.cehoyos2007-08-041-1/+1
* Teletext support.voroshil2007-07-291-0/+1
* Revert r23530.voroshil2007-06-211-1/+0
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-101-0/+1
* Add Makefile variable for audio input that is enabled by V4L or radio capture.diego2007-04-221-7/+1
* Remove unnecessary -I option from CFLAGS.diego2007-03-161-2/+0
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-30/+30
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-29/+28
* Add a config.mak variable for CDDB.diego2006-11-271-3/+1
* FFmpeg-style dependency declarationdiego2006-11-271-96/+51
* cosmetics: Merge SRCS together, alphabetical order, whitespace.diego2006-11-271-32/+16
* cosmetics:indentationdiego2006-11-271-37/+37
* Untangle dependencies that are handled by configure.diego2006-11-271-5/+5
* Remove unused LIBAV_INC variable.diego2006-11-271-1/+1
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-28/+4
* Remove superfluous comment.diego2006-11-251-3/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* Streamline and simplify internal vs external libdvdread handling.diego2006-11-031-1/+1
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)reimar2006-08-281-0/+17
* Remove XMMS_CFLAGS from CFLAGS, the variable is never set.diego2006-08-271-1/+1
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* isolated tcp socket code from network.c to a dedicated fileben2006-08-051-0/+1
* removed udp socket creation code from rtp stack to a new dedicated udp helper...ben2006-08-041-0/+1
* split rtp stack, udp input layer and rtp input layer from rtp.cben2006-08-041-0/+2
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...ben2006-08-041-1/+1
* renamed dvdnav_stream to stream_dvdnav for consistencyben2006-08-031-1/+1
* added dedicated file for mf:// inputben2006-08-031-0/+1
* mf.[hc] belong to libmpdemuxben2006-08-031-2/+1
* renamed cue_read.c to stream_cue.c for consistencyben2006-08-031-3/+1
* renamed dvbin.c to stream_dvb.c for consistencyben2006-08-031-1/+1
* Move conditional compilation of cdinfo.c to the build system.diego2006-08-021-3/+2
* removed deprecated test.c file from libmpdemuxben2006-07-311-2/+2
* add an explicit tv stream input instead of the previous hack in stream_nullben2006-07-311-1/+1
* renamed cddX stream interface to stream_cddX for consistencyben2006-07-311-2/+2
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+151