summaryrefslogtreecommitdiff
path: root/src/demuxers/Makefile.am
AgeCommit message (Collapse)Author
2010-10-23mingw32-w64 port: '-no-undefined' partFrantišek Dvořák
- use -no-undefined flag only for building shared libraries (libxine, plugins) - plugins LDFLAGS unification - move -no-undefined into LDFLAGS_NOUNDEFINED - attributes.m4 fix
2009-12-03Linkage error on minggw+msys when building demux_mpeg: libintl_printf is ↵Carlo Bramini
undefined.
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-10-10Extended Matroska demuxerNicos Gollan
This adds the following functionality: * Read segment title and uses that for display in a UI There is an issue when the file does not specify a segment title. It will then fall back to a generic "(No title)", since I could not find a way to retrieve the file name the player shows. * More implementation files Added: - demux_matroska.h - demux_matroska_chapters.h This breaks the OO-ish C visibility a bit, since there need to be public (i.e. non-static) interfaces between the units. * Chapter Handling I did a rough initial implementation of Matroska's "editions" system. The demuxer will parse all editions from the header, and for each edition the top level of chapters. This is not quite the full spec as Matroska intends, but it should work fine as long as there is only a single edition and all editions/chapters only reference only one (the first and only) segment in the stream, and are supposed to apply to all tracks therein. When the stream has chapters, the demuxer will now handle skip events from the player to jump between chapters.
2009-01-17Avoid libtool running ldconfig (where not needed) at install time.Darren Salt
2008-09-17Mingw+MSys: NLS support, --enable-stdcall-fixupCarlo Bramini
It was not possible to compile some parts of XINE-LIB with NLS enabled. It's also a good idea to explicitely enable --enable-stdcall-fixup for solving a huge amount of warnings. Attached patch fixes these problems.
2008-04-07Move the sipro codec swap data & code into a common header.Darren Salt
2008-01-01Avoid potential install-time mislinkage against libxine.so.2.Darren Salt
2007-11-24Add option to disable Nosefart/NSF plugin building.Diego 'Flameeyes' Pettenò
This way you can get a safer build for binary redistribution.
2007-06-09Add $(LTLIBICONV) wherever objdump -R shows a dependency on iconv functions.Darren Salt
Some plugins may have been missed due to them not being built here.
2007-06-09Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.Darren Salt
Some plugins may have been missed due to them not being built here.
2007-03-22Instead of rewriting the install and uninstall rules for headers, simply ↵Diego 'Flameeyes' Pettenò
change their class to xineinclude, and set xineincludedir in Makefile.common. CVS patchset: 8737 CVS date: 2007/03/22 17:37:17
2007-03-17Simplfiy the Makefile.am, set AM_LDFLAGS rather than repeating it all over, ↵Diego 'Flameeyes' Pettenò
use -Wl,-z,defs if supported, pass libraries' CFLAGS variables only to the relevant demuxers, correctly pass AM_CFLAGS (VISIBILITY_FLAG) to the demuxers that also pass extra CFLAGS. CVS patchset: 8702 CVS date: 2007/03/17 15:17:24
2007-01-24Remove demux_wavpack.c from here, as it's being moved in a different directory.Diego 'Flameeyes' Pettenò
CVS patchset: 8550 CVS date: 2007/01/24 04:49:41
2006-12-26 * Implement a True Audio files demuxer. [bug #1586381]Diego 'Flameeyes' Pettenò
CVS patchset: 8463 CVS date: 2006/12/26 16:59:55
2006-12-26 * Implement a WavPack files demuxer, using WavPack library (only for demuxingDiego 'Flameeyes' Pettenò
as the decoding is left entirely to FFmpeg); it's still in its infancy, but it should be possible to remove WavPack dependency entirely in the future. CVS patchset: 8461 CVS date: 2006/12/26 03:22:28
2006-11-12Distribute flacutils.hDiego 'Flameeyes' Pettenò
CVS patchset: 8374 CVS date: 2006/11/12 16:28:57
2006-09-16Proper using CFLAGS when build ogg.František Dvořák
CVS patchset: 8264 CVS date: 2006/09/16 11:53:15
2006-09-07Added common asf header parser.Thibaut Mattern
Modified the mms input plugins and the asf demuxer to use the new parser. Added Asf Extended Header parsing, fixed best stream selection. CVS patchset: 8203 CVS date: 2006/09/07 07:21:06
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ↵Diego 'Flameeyes' Pettenò
(through backports), to avoid exporting unneeded internal symbols, making plugins' loading faster and use of internal copies of libraries more solid. It should automatically fall back to the old way in GCCs that does not support -fvisibility=hidden, but has to be tested carefully. No issues were found in the months of testing in Gentoo, but this requires special attention anyway. CVS patchset: 8101 CVS date: 2006/07/10 22:08:12
2006-06-17Fix strict aliasing rules breakages where possible, enable ↵Diego 'Flameeyes' Pettenò
-fno-strict-aliasing where the breakage is unresolvable, and not enable it globally (decreases performances). CVS patchset: 8048 CVS date: 2006/06/17 15:20:56
2006-06-15Make HAVE_WAND and HAVE_GDK_PIXBUF a single conditional.Diego 'Flameeyes' Pettenò
CVS patchset: 8037 CVS date: 2006/06/15 13:05:50
2006-02-07- feed data to the GdkPixbufLoader piecemeal, as opposed to in a big chunkBastien Nocera
(saves the memory allocation, and the big decoding at the end) - also install the image demuxer if the gdkpixbuf loader is compiled CVS patchset: 7884 CVS date: 2006/02/07 15:28:59
2005-09-05*BUGFIX*František Dvořák
Build improvements and WIN32 port updates: - add --with-pthread-pefix and --with-zlib-pefix options - prepare for removing internal zlib and pthreads-win32 relics, updated documentation for possible WIN32 developers (only for me? :->) - fixed bug in unimportant part of configure.ac for MinGW due to xine paths - fixed my bug in cdda (but it compiled fine anyway) - fixed unimportant bug in planar Makefile.am - next MSVC update due to external zlib, pthreads and latest changes, removed relic includes - checked distcheck CVS patchset: 7719 CVS date: 2005/09/05 17:02:56
2005-05-29Hook up the ffmpeg shorten decoderJames Stembridge
CVS patchset: 7592 CVS date: 2005/05/29 19:20:48
2005-05-26Raw DTS demuxerJames Stembridge
CVS patchset: 7562 CVS date: 2005/05/26 22:09:23
2005-02-03make the image decoder use imagemagick to decode images. slight improvements ↵Stefan Holst
of image dummy demuxer which now sends proper end-of-frame flags CVS patchset: 7381 CVS date: 2005/02/03 23:18:33
2005-01-14(Drum roll) Long awaited support for MusepackJames Stembridge
CVS patchset: 7344 CVS date: 2005/01/14 15:24:07
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
List of some changes: - replaced some _MSC_VER by more common WIN32 - define INTLDIR, remove -static flag for included intl - shared more common CFLAGS with DEBUG_CFLAGS - use WIN32_CFLAGS for all building - separate some flags into THREAD_CFLAGS_CONFIG, THREAD_CFLAGS_CONFIG and ZLIB_LIB_CONFIG for public xine-config, automatically use internal libs if necessary - don't warn about missing X for mingw and cygwin - libw32dll disabled for WIN32 (making native loader would be interesting, or porting wine code to Windows? :->) - DVB and RTP disabled for WIN32, not ported yet - fix build and fix a warning in cdda - fix build for nosefart and libfaad - implement configure option --disable-freetype - sync libxine.pc and xine-config.in - add -liberty to goom under WIN32 - move original build files from included phread and zlib into archives and replace them by autotools CVS patchset: 6910 CVS date: 2004/08/27 19:33:17
2004-06-11new native FLAC demuxerMike Melanson
CVS patchset: 6670 CVS date: 2004/06/11 01:29:49
2004-04-08lib order matters for static linkingMiguel Freitas
CVS patchset: 6353 CVS date: 2004/04/08 19:00:25
2004-03-09new Flash Video (FLV) demuxer; somewhat preliminary right now, but itMike Melanson
does demux basic videos CVS patchset: 6238 CVS date: 2004/03/09 04:14:11
2004-02-29Various compilation fixes and updates:František Dvořák
- xine compilable without iconv (scream if I something broke) - update MSVC port, fixes in avi demux - add iff.h into makefiles - ffmpeg depends on zlib (build was OK only when freetype was installed) - commit a patch for goom CVS patchset: 6192 CVS date: 2004/02/29 17:26:45
2004-02-11Amiga MOD music file demuxer from Paul Eggleton (uses the ModPlug engine).Thibaut Mattern
configure.ac and Makefile.am from Daniel I've ported the demuxer to current cvs (BUF_FLAG_FRAME_END issue), i've fixed the seeking problem and the pts computing. Tested with some .mod files, it rocks ;) Back to the amiga era ;) (you have to install the ModPlug engine first) CVS patchset: 6130 CVS date: 2004/02/11 20:40:00
2004-02-05initial commit for Sierra VMD demuxer (no audio yet)Mike Melanson
CVS patchset: 6121 CVS date: 2004/02/05 02:51:14
2004-01-05Initial matroska demuxer.Thibaut Mattern
It works with some test streams. Unsupported stuff: seeking lots of codecs subtitles metadata ... CVS patchset: 5998 CVS date: 2004/01/05 00:40:54
2004-01-03some changes to build iff-demuxerManfred Tremmel
CVS patchset: 5981 CVS date: 2004/01/03 20:04:22
2003-12-19initial commit for raw AAC file demuxerMike Melanson
CVS patchset: 5923 CVS date: 2003/12/19 05:09:16
2003-12-07- Move ID3 parsing code to id3.h/id3.cThibaut Mattern
- Add ID3v2.3 parser ID3v2.4 is not done yet. CVS patchset: 5863 CVS date: 2003/12/07 23:05:41
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ↵Daniel Caujolle-Bert
fft*post are untouched (fft: for now). CVS patchset: 5310 CVS date: 2003/08/25 21:51:37
2003-08-07remove useless gnu89 compiler flag, some configure tweakingMichael Roitzsch
CVS patchset: 5257 CVS date: 2003/08/07 09:26:53
2003-07-01New implementation of MPEG PES demuxer.James Courtier-Dutton
It is very similar to standard MPEG, so we could probably role them bother together. TODO: resyncing, and other FIXMEs. CVS patchset: 5116 CVS date: 2003/07/01 14:09:17
2003-05-28make oggdemuxer compile with speex, if speex isn't installed in a standart ↵Andreas Heinchen
localtion CVS patchset: 4969 CVS date: 2003/05/28 11:58:34
2003-05-26add zlib depency to make cygwin happyMiguel Freitas
this is probably not the ideal solution (zlib could be staticaly linked to libxine) CVS patchset: 4955 CVS date: 2003/05/26 23:16:24
2003-05-26added experimental .4xm file demuxerMike Melanson
CVS patchset: 4950 CVS date: 2003/05/26 21:06:00
2003-05-25speex support contributed by Conrad Parker <conrad@metadecks.org>Guenter Bartsch
CVS patchset: 4926 CVS date: 2003/05/25 13:39:13
2003-05-19initial commit for Nullsoft Video (.nsv) demuxerMike Melanson
CVS patchset: 4878 CVS date: 2003/05/19 21:59:45
2003-05-15this changed to XINE_LIB for all Makefiles a couple of days agoMichael Roitzsch
CVS patchset: 4859 CVS date: 2003/05/15 20:37:03
2003-05-15add broadcasterMiguel Freitas
CVS patchset: 4857 CVS date: 2003/05/15 20:23:16
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
extracted some common targets and variables into a common Makefile which is then included CVS patchset: 4844 CVS date: 2003/05/14 16:21:44