Age | Commit message (Collapse) | Author |
|
- use -no-undefined flag only for building shared libraries (libxine, plugins)
- plugins LDFLAGS unification
- move -no-undefined into LDFLAGS_NOUNDEFINED
- attributes.m4 fix
|
|
undefined.
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
This way you can get a safer build for binary redistribution.
|
|
Some plugins may have been missed due to them not being built here.
|
|
Some plugins may have been missed due to them not being built here.
|
|
change their class to xineinclude, and set xineincludedir in Makefile.common.
CVS patchset: 8737
CVS date: 2007/03/22 17:37:17
|
|
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
|
|
CVS patchset: 8550
CVS date: 2007/01/24 04:49:41
|
|
CVS patchset: 8463
CVS date: 2006/12/26 16:59:55
|
|
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
|
|
CVS patchset: 8374
CVS date: 2006/11/12 16:28:57
|
|
CVS patchset: 8264
CVS date: 2006/09/16 11:53:15
|
|
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
|
|
(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
|
|
-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
|
|
CVS patchset: 8037
CVS date: 2006/06/15 13:05:50
|
|
(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
|
|
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
|
|
CVS patchset: 7592
CVS date: 2005/05/29 19:20:48
|
|
CVS patchset: 7562
CVS date: 2005/05/26 22:09:23
|
|
of image dummy demuxer which now sends proper end-of-frame flags
CVS patchset: 7381
CVS date: 2005/02/03 23:18:33
|
|
CVS patchset: 7344
CVS date: 2005/01/14 15:24:07
|
|
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
|
|
CVS patchset: 6670
CVS date: 2004/06/11 01:29:49
|
|
CVS patchset: 6353
CVS date: 2004/04/08 19:00:25
|
|
does demux basic videos
CVS patchset: 6238
CVS date: 2004/03/09 04:14:11
|
|
- 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
|
|
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
|
|
CVS patchset: 6121
CVS date: 2004/02/05 02:51:14
|
|
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
|
|
CVS patchset: 5981
CVS date: 2004/01/03 20:04:22
|
|
CVS patchset: 5923
CVS date: 2003/12/19 05:09:16
|
|
- Add ID3v2.3 parser
ID3v2.4 is not done yet.
CVS patchset: 5863
CVS date: 2003/12/07 23:05:41
|
|
fft*post are untouched (fft: for now).
CVS patchset: 5310
CVS date: 2003/08/25 21:51:37
|
|
CVS patchset: 5257
CVS date: 2003/08/07 09:26:53
|
|
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
|
|
localtion
CVS patchset: 4969
CVS date: 2003/05/28 11:58:34
|
|
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
|
|
CVS patchset: 4950
CVS date: 2003/05/26 21:06:00
|
|
CVS patchset: 4926
CVS date: 2003/05/25 13:39:13
|
|
CVS patchset: 4878
CVS date: 2003/05/19 21:59:45
|
|
CVS patchset: 4859
CVS date: 2003/05/15 20:37:03
|
|
CVS patchset: 4857
CVS date: 2003/05/15 20:23:16
|
|
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
|