summaryrefslogtreecommitdiffstats
path: root/libmpdemux/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Only demux_lavf.o explicitly needs -I../libavcodec in CFLAGS.diego2008-03-031-0/+2
* libnemesi support, yet another rtsp/rtp library...lu_zero2007-09-191-0/+1
* Add general variables for either static or shared FFmpeg libraries.diego2007-04-261-2/+0
* Add CXX include flags to dependency file generation CFLAGS to generate correctdiego2007-04-261-0/+2
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.diego2007-04-251-4/+4
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.diego2007-03-181-4/+0
* Move setting CXXFLAGS to configure.diego2007-03-181-2/+0
* Use explicit path for headers from the loader/ directory.diego2007-03-151-2/+0
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Add live555 include flags to CXXFLAGS only.diego2007-03-151-1/+1
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-46/+45
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-18/+16
* Revert libnut option names, the issue is fixed in FFmpeg.diego2007-02-121-1/+1
* Fix libnut build failure.gpoirier2007-02-071-1/+1
* Discard -Wdeclaration-after-statement warning.diego2007-01-211-1/+1
* don't compile demux_mpc.c when libmpcdec is disabledaurel2006-12-281-1/+1
* Remove suffix rules that are just copies of make builtin rules.diego2006-12-021-3/+0
* Use standard name for C++ flags.diego2006-12-021-2/+2
* Add libav include paths to CFLAGS without indirection.diego2006-12-011-4/+4
* Remove some superfluous include CFLAGS.diego2006-11-291-1/+1
* cosmetics: Sort SRCS by alphabetical order.diego2006-11-281-20/+13
* Split muxers into a separate library that only MEncoder is linked against.diego2006-11-271-9/+8
* Move common code to mpcommon.mak.diego2006-11-271-4/+0
* 10l: Muxers were not being compiled even when MEncoder was enabled.diego2006-11-271-0/+1
* FFmpeg-style conditional dependency declarationdiego2006-11-261-43/+23
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-28/+3
* Simplify, remove useless indirection.diego2006-11-261-4/+3
* Remove superfluous comment.diego2006-11-251-3/+0
* Remove superfluous empty variable declaration.diego2006-11-211-1/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* Add demux_nut to MPlayer repoods152006-09-171-0/+3
* Remove XMMS_CFLAGS from CFLAGS, the variable is never set.diego2006-08-271-1/+1
* demux_avs compilation should depend on WIN32DLL support, not a linker flag.diego2006-08-221-1/+1
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* Forgotten part of the LIVE555 configure test simplification.diego2006-08-031-2/+1
* mf.[hc] belong to libmpdemuxben2006-08-031-0/+1
* removed deprecated test.c file from libmpdemuxben2006-07-311-10/+2
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-114/+8
* Unify include paths in the build system, part I.diego2006-07-271-1/+1
* Introduce general V4L variable/define.diego2006-07-271-1/+1
* Rename *v4l variable to *v4l1.diego2006-07-271-1/+1
* rename rtsp.c to stream_rtsp.c for consistency with other input modulesben2006-07-221-1/+1
* moved mpeg_packetizer helpers to libmpdemuxben2006-07-191-0/+1
* Remove non-existing CSS_INC.diego2006-07-121-1/+1
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
* added new pvr:// input for ivtv based cardsben2006-07-101-0/+3
* Fix for case when both V4L and V4L2 are enabledreimar2006-07-061-1/+1
* Move conditional compilation into the build system.diego2006-07-061-27/+66
* cosmeticsdiego2006-07-061-4/+5
* added new native rtsp demuxer code for mpeg-ts over rtp (now both real and no...ben2006-06-261-0/+1
* new imported library in libmpdemux: freesdp (will be used by native rtsp demu...ben2006-06-261-1/+6
* moved generic rtsp related files from realrtsp to librtspben2006-06-231-3/+6
* new RTSP demuxer dedicated file, based on old code from realrtsp one but inte...ben2006-06-231-0/+1
* Unconditionally compile the Matroska demuxer.diego2006-05-081-3/+1
* Make the RTP demuxer work with libdvdread 0.9.5.diego2006-04-181-1/+1
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-1/+5
* Build muxers only when MEncoder is enabled.diego2006-02-061-5/+9
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* added support for external libavformatnicodvb2006-01-091-2/+6
* fix compilation when dvdkit and dvdread are not availablenicodvb2005-12-141-1/+3
* "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".rsf2005-09-231-1/+1
* Support new static libavcodec (depends on libavutil).al2005-08-011-1/+8
* musepack demuxing and decoding support (demuxing is v7 bitstream only).reimar2005-07-101-0/+1
* Be more patch-friendlyranma2005-06-191-16/+120
* rawaudio muxerranma2005-06-191-1/+1
* added AAC ADTS demuxernicodvb2005-06-131-1/+1
* ported all network streams to the new APInicodvb2005-05-291-1/+1
* ported smb:// to the new stream apinicodvb2005-05-191-1/+1
* ported dvd:// to the new stream apinicodvb2005-05-191-1/+1
* added a stream module for the vstream client libraryjoey2005-02-271-1/+1
* initial, extremely experimental, libavformat muxer; don't expect anything to ...nicodvb2005-02-211-0/+1
* avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-131-0/+4
* TwinVQ decoder and demuxerrtognimp2004-12-291-1/+1
* disable demuxer_bmp,iive2004-12-151-1/+1
* support for debianized LIVE.COM libraryhenry2004-11-201-4/+1
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
* Removed the old Matroska demuxer.mosu2004-08-041-4/+1
* Make rtp:// cohexist with LIVE.COMrtognimp2004-07-111-3/+1
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+1
* nsv (Nullsoft streaming video) demuxerrtognimp2004-04-121-1/+1
* demux_lavfmichael2004-04-111-2/+5
* rawvideo muxer patch by John Earl <jwe21@cam.ac.uk>ranma2004-03-091-1/+1
* mkv.cpp -> mkv_old.cpp, to avoid dependency name collision with mkv.carpi2004-01-231-1/+1
* Added the new C based Matroska demuxer by Aurelien Jacobs.mosu2004-01-191-1/+4
* ALSA 1.x audio out driverhenry2004-01-111-1/+1
* removed the historic libcss supportalex2003-12-081-1/+1
* LML-M4 mpeg4 capture card raw stream format supportarpi2003-12-081-1/+1
* Send HTTP Cookies (reading from mozilla/netscape files) support by Dave Lambl...alex2003-12-081-1/+1
* --dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de>alex2003-08-171-1/+1
* url_unescape_string is used by the command line parser. These few helperalbeu2003-08-161-2/+2
* ftp support. The change on connect2Server is needed bcs we need 2albeu2003-08-151-1/+1
* v4l2 supporthenry2003-08-071-1/+1
* TiVo demuxer and sub-cc/osd decoderarpi2003-06-091-1/+1
* Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.bertrand2003-05-171-1/+1
* Made sure to clean out the "realrtsp" subdirectory when doing a "make clean"rsf2003-05-031-2/+2
* Add support for Realaudio filesrtognimp2003-04-301-1/+1
* Added Matroska demuxing support.mosu2003-04-301-1/+3
* 10l, noted by Sascha Sommerrtognimp2003-04-181-1/+1
* Real rstp:// streaming support, ported from xinertognimp2003-04-171-0/+1
* Add a null streamv Currently used for tv and mf. Could be used toalbeu2003-04-101-1/+1
* Port vcd to the new APIalbeu2003-04-091-1/+1
* Add netstreamalbeu2003-04-061-1/+1
* 10l to Albeufaust32003-04-021-1/+1
* Fix test compilationalbeu2003-03-301-1/+1
* 1000larpi2003-03-171-1/+0
* this is a combo patch that:arpi2003-03-161-1/+10
* Restruct by Ross Finlayson <finlayson@live.com>bertrand2003-02-031-1/+1
* libgif/libungif based demuxer support for libmpdemux.arpi2003-01-281-1/+1
* raw video demuxer, requested by Michaelarpi2003-01-221-1/+1
* extension-based filetype detection for headerless files (mp3 vs mpeg, etc)arpi2003-01-191-1/+1
* vcd_read_cue.h -> cue_read.c+harpi2003-01-051-1/+1
* just quells warnings in the ".depends" generation phase.arpi2002-12-281-1/+1
* the long-waited MUXER layer, and new MPEG-PS muxerarpi2002-12-271-1/+1
* pnm:// support (ported from xine)arpi2002-12-261-1/+1
* XMMS Input plugin supportarpi2002-12-221-1/+4
* yeah, test.c works now!arpi2002-10-231-1/+1
* 10larpi2002-10-231-1/+1
* mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_in...arpi2002-10-231-1/+1
* added libmpdemux depends to test.carpi2002-10-231-1/+1
* Added the cdinfo.c for compilation.bertrand2002-09-171-1/+1
* added smjpeg demuxer only for nexus' requestalex2002-09-131-1/+1
* .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxerarpi2002-09-101-1/+1
* assume $(CC) can compile c++ - fixes compile with non-default compilerarpi2002-08-301-1/+1
* use dir/libname.a instead of -Ldir -lnamearpi2002-08-291-1/+1
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:arpi2002-08-211-1/+1
* raw .dv stream demuxer by Alexander Neundorf <neundorf@kde.org>arpi2002-08-051-1/+1
* applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson...arpi2002-08-051-2/+16
* CDDB support added.bertrand2002-06-211-1/+1
* Support for playing audio cds using cdparanoia. Include a raw audioalbeu2002-06-111-1/+1
* Added asf_mmst_streaming.c for compilation.bertrand2002-05-141-1/+1
* dvdnav_stream functions - dvdnav patch by Kees Cook <mplayer@outflux.net>arpi2002-04-031-1/+1
* Improved MP4 parsing (finally)atmos42002-03-241-1/+1
* added a BMP file demuxer...yeah, that's right, a static image BMP filemelanson2002-03-201-1/+1
* Initial ogg demuxer. No seeking, a/v sync is broken. Support avialbeu2002-03-161-1/+1
* added TVI BSD BT848alex2002-03-151-1/+1
* Make blocking call in libmpdemux interuptable (only with new input,albeu2002-02-231-1/+1
* Demuxers demuxer support for using external audiofile (or muxed subtitles).albeu2002-02-201-1/+1
* Audio file demuxer. Extended version for demuxer info.albeu2002-02-141-1/+1
* add mfi supportpontscho2002-02-061-1/+1
* implemented RoQ file demuxingmelanson2002-02-011-1/+1
* initial support for FILM file demuxingmelanson2002-01-161-1/+1
* -Wall removedarpi2001-12-291-1/+1
* added NuppelVideo demuxer, based on Panagiotis Issaris' patchalex2001-12-271-1/+1
* yuv4mpeg2 (mjpegtools) support by Rik Snel <rsnel@cube.dyndns.org>arpi2001-12-271-1/+1
* added real demuxeralex2001-12-261-1/+1
* RTP support patch by Brian Kuschak <bkuschak@yahoo.com>arpi2001-12-231-2/+2
* mostly complete support for loading and decoding FLI/FLC animationsmelanson2001-11-241-1/+1
* added support for norm=,chanlist=,channel= and also on-the-fly channel chanin...alex2001-11-171-1/+1
* added tv subsystemalex2001-11-091-1/+1
* vivo demuxerarpi2001-11-041-1/+1
* mp3 header parserarpi2001-10-311-1/+1
* video frame reading cleanuparpi2001-10-301-1/+1
* mpeg video header parserarpi2001-10-301-1/+1
* CSS_INC include flags are now needed in libmpdemux, to compile dvdauth.cjkeil2001-10-251-1/+1
* cache2 supportarpi2001-10-201-2/+2
* tets.c removed +10larpi2001-10-201-1/+1
* i forgot this. -10l :(arpi2001-10-201-0/+46