Thu, 28 Dec 2006 23:44:38 +0000 |
aurel |
don't compile demux_mpc.c when libmpcdec is disabled
|
Sat, 02 Dec 2006 12:08:25 +0000 |
diego |
Remove suffix rules that are just copies of make builtin rules.
|
Sat, 02 Dec 2006 11:41:58 +0000 |
diego |
Use standard name for C++ flags.
|
Fri, 01 Dec 2006 01:11:42 +0000 |
diego |
Add libav include paths to CFLAGS without indirection.
|
Wed, 29 Nov 2006 15:14:03 +0000 |
diego |
Remove some superfluous include CFLAGS.
|
Tue, 28 Nov 2006 11:53:08 +0000 |
diego |
cosmetics: Sort SRCS by alphabetical order.
|
Mon, 27 Nov 2006 14:26:52 +0000 |
diego |
Split muxers into a separate library that only MEncoder is linked against.
|
Mon, 27 Nov 2006 13:32:24 +0000 |
diego |
Move common code to mpcommon.mak.
|
Mon, 27 Nov 2006 01:36:13 +0000 |
diego |
10l: Muxers were not being compiled even when MEncoder was enabled.
|
Sun, 26 Nov 2006 22:37:03 +0000 |
diego |
FFmpeg-style conditional dependency declaration
|
Sun, 26 Nov 2006 18:12:36 +0000 |
diego |
Merge common parts of all Makefiles into one file included by all.
|
Sun, 26 Nov 2006 13:04:14 +0000 |
diego |
Simplify, remove useless indirection.
|
Sat, 25 Nov 2006 16:12:36 +0000 |
diego |
Remove superfluous comment.
|
Tue, 21 Nov 2006 11:25:44 +0000 |
diego |
Remove superfluous empty variable declaration.
|
Mon, 20 Nov 2006 11:18:01 +0000 |
diego |
Unify dep/depend targets.
|
Sun, 17 Sep 2006 09:32:28 +0000 |
ods15 |
Add demux_nut to MPlayer repo
|
Sun, 27 Aug 2006 20:17:19 +0000 |
diego |
Remove XMMS_CFLAGS from CFLAGS, the variable is never set.
|
Tue, 22 Aug 2006 23:18:58 +0000 |
diego |
demux_avs compilation should depend on WIN32DLL support, not a linker flag.
|
Thu, 17 Aug 2006 17:19:56 +0000 |
diego |
Move all internal -I parameters to the front of CFLAGS to avoid using external
|
Thu, 03 Aug 2006 22:18:21 +0000 |
diego |
Forgotten part of the LIVE555 configure test simplification.
|
Thu, 03 Aug 2006 19:31:36 +0000 |
ben |
mf.[hc] belong to libmpdemux
|
Mon, 31 Jul 2006 20:32:38 +0000 |
ben |
removed deprecated test.c file from libmpdemux
|
Mon, 31 Jul 2006 17:39:17 +0000 |
ben |
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
|
Thu, 27 Jul 2006 10:08:17 +0000 |
diego |
Unify include paths in the build system, part I.
|
Thu, 27 Jul 2006 09:34:32 +0000 |
diego |
Introduce general V4L variable/define.
|
Thu, 27 Jul 2006 09:30:39 +0000 |
diego |
Rename *v4l variable to *v4l1.
|
Sat, 22 Jul 2006 14:40:14 +0000 |
ben |
rename rtsp.c to stream_rtsp.c for consistency with other input modules
|
Wed, 19 Jul 2006 22:13:50 +0000 |
ben |
moved mpeg_packetizer helpers to libmpdemux
|
Wed, 12 Jul 2006 23:51:41 +0000 |
diego |
Remove non-existing CSS_INC.
|
Wed, 12 Jul 2006 17:58:07 +0000 |
diego |
OPTFLAGS already includes EXTRA_INC.
|
Mon, 10 Jul 2006 21:32:19 +0000 |
ben |
added new pvr:// input for ivtv based cards
|
Thu, 06 Jul 2006 20:49:23 +0000 |
reimar |
Fix for case when both V4L and V4L2 are enabled
|
Thu, 06 Jul 2006 13:09:45 +0000 |
diego |
Move conditional compilation into the build system.
|
Thu, 06 Jul 2006 13:06:21 +0000 |
diego |
cosmetics
|
Mon, 26 Jun 2006 21:27:57 +0000 |
ben |
added new native rtsp demuxer code for mpeg-ts over rtp (now both real and non-real servers should be handled)
|
Mon, 26 Jun 2006 17:37:55 +0000 |
ben |
new imported library in libmpdemux: freesdp (will be used by native rtsp demuxer)
|
Fri, 23 Jun 2006 21:38:28 +0000 |
ben |
moved generic rtsp related files from realrtsp to librtsp
|
Fri, 23 Jun 2006 20:17:12 +0000 |
ben |
new RTSP demuxer dedicated file, based on old code from realrtsp one but intended to be much more generic
|
Mon, 08 May 2006 21:41:15 +0000 |
diego |
Unconditionally compile the Matroska demuxer.
|
Tue, 18 Apr 2006 14:41:41 +0000 |
diego |
Make the RTP demuxer work with libdvdread 0.9.5.
|
Sat, 25 Mar 2006 10:38:37 +0000 |
diego |
cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
|
Mon, 06 Feb 2006 16:04:17 +0000 |
diego |
Build muxers only when MEncoder is enabled.
|
Fri, 27 Jan 2006 00:06:42 +0000 |
diego |
Make clean/distclean behave uniformly in all directories.
|
Mon, 09 Jan 2006 19:35:44 +0000 |
nicodvb |
added support for external libavformat
|
Wed, 14 Dec 2005 21:52:41 +0000 |
nicodvb |
fix compilation when dvdkit and dvdread are not available
|
Fri, 23 Sep 2005 22:35:04 +0000 |
rsf |
"LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".
|
Mon, 01 Aug 2005 20:16:56 +0000 |
al |
Support new static libavcodec (depends on libavutil).
|
Sun, 10 Jul 2005 17:14:12 +0000 |
reimar |
musepack demuxing and decoding support (demuxing is v7 bitstream only).
|
Sun, 19 Jun 2005 22:52:55 +0000 |
ranma |
Be more patch-friendly
|
Sun, 19 Jun 2005 09:12:44 +0000 |
ranma |
rawaudio muxer
|
Mon, 13 Jun 2005 20:40:29 +0000 |
nicodvb |
added AAC ADTS demuxer
|
Sun, 29 May 2005 12:54:00 +0000 |
nicodvb |
ported all network streams to the new API
|
Thu, 19 May 2005 20:58:11 +0000 |
nicodvb |
ported smb:// to the new stream api
|
Thu, 19 May 2005 19:50:39 +0000 |
nicodvb |
ported dvd:// to the new stream api
|
Sun, 27 Feb 2005 04:25:12 +0000 |
joey |
added a stream module for the vstream client library
|
Mon, 21 Feb 2005 23:18:31 +0000 |
nicodvb |
initial, extremely experimental, libavformat muxer; don't expect anything to work yet
|
Sun, 13 Feb 2005 13:39:19 +0000 |
faust3 |
avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>
|
Wed, 29 Dec 2004 19:51:56 +0000 |
rtognimp |
TwinVQ decoder and demuxer
|
Wed, 15 Dec 2004 18:39:51 +0000 |
iive |
disable demuxer_bmp,
|
Sat, 20 Nov 2004 14:46:22 +0000 |
henry |
support for debianized LIVE.COM library
|