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