Age | Commit message (Collapse) | Author |
|
CVS patchset: 7098
CVS date: 2004/10/31 22:29:04
|
|
CVS patchset: 7092
CVS date: 2004/10/30 15:04:46
|
|
CVS patchset: 7090
CVS date: 2004/10/30 13:34:33
|
|
do not flush slave subtitle streams. since the output ports are
the same for both streams, they will get flushed twice causing frames
to be discarded. (possible improvement: check if slave output port is
the same as master's)
CVS patchset: 7089
CVS date: 2004/10/30 12:45:26
|
|
CVS patchset: 7087
CVS date: 2004/10/29 23:11:37
|
|
CVS patchset: 7086
CVS date: 2004/10/29 13:11:47
|
|
CVS patchset: 7083
CVS date: 2004/10/27 23:03:22
|
|
CVS patchset: 7080
CVS date: 2004/10/27 16:41:34
|
|
CVS patchset: 7077
CVS date: 2004/10/27 13:09:07
|
|
CVS patchset: 7076
CVS date: 2004/10/26 20:10:20
|
|
up a few minor compiler warnings
CVS patchset: 7071
CVS date: 2004/10/24 00:59:37
|
|
CVS patchset: 7049
CVS date: 2004/10/18 21:07:38
|
|
not the other way;
fixes underflows in the stream's refcounter, which made xine-ui crash on
post plugins
CVS patchset: 7043
CVS date: 2004/10/17 19:14:30
|
|
CVS patchset: 7042
CVS date: 2004/10/17 19:13:09
|
|
Fixes sound volume in Totem for:
http://www.amayita.com/videos/01_Bar_Victoria.avi
24-bit amp support not implemented, still broken:
ftp://ftp.mplayerhq.hu/MPlayer/samples/A-codecs/test-96.wav
CVS patchset: 7041
CVS date: 2004/10/16 18:26:51
|
|
CVS patchset: 7037
CVS date: 2004/10/14 23:44:09
|
|
See these two threads:
http://thread.gmane.org/gmane.comp.video.xine.devel/10819
http://thread.gmane.org/gmane.comp.video.xine.devel/10424
Fixed _x_handle_stream_end __stop_internal race.
See this thread:
http://thread.gmane.org/gmane.comp.video.xine.devel/10818
If the lib is broken after this patch, you know who to blame ;-)
CVS patchset: 7036
CVS date: 2004/10/14 23:25:24
|
|
Updated software fallback mechanism to be compatible with post plugin
deinterlacing. A decoder using the plugin can now request a software
fallback format to be used if acceleration fails.
Removed the software deinterlacer that was inherited from the xv plugin.
Made idct/mocomp fall back to software decoding for interlaced streams, since
these are not rendered correctly either with the xvmc or the xxmc plugin.
CVS patchset: 7029
CVS date: 2004/10/12 07:40:07
|
|
CVS patchset: 7027
CVS date: 2004/10/09 06:44:52
|
|
CVS patchset: 7026
CVS date: 2004/10/09 06:44:21
|
|
and this code is correctly understood by me ;)
also fall back to old behaviour (no cropping at all), if the image cannot
be cropped due to an unknown frame format
CVS patchset: 7024
CVS date: 2004/10/08 21:08:26
|
|
(closes feature request #987635)
* added help texts for horizontal and vertical position config entries
CVS patchset: 7023
CVS date: 2004/10/08 20:54:36
|
|
CVS patchset: 7012
CVS date: 2004/10/03 14:08:48
|
|
there is still some work to do, please report any breakages.
note: new xxmc driver tested with both nvidia and via libraries.
CVS patchset: 7007
CVS date: 2004/09/28 18:49:38
|
|
CVS patchset: 7004
CVS date: 2004/09/28 01:46:39
|
|
poor platforms, of course)
- fix a bug in generated xine-config for WIN32 and make it relocateable
under Windows
- MSVC port: update, fix some warnings, remove old unneeded files
- improve function for getting runtime directory, it will need next fix
yet (bug probably due to active volume drives)
CVS patchset: 7001
CVS date: 2004/09/26 22:54:51
|
|
- some vo drivers support cropping natively.
(only xv and xvmc have been tested)
- add software crop fallback to video_out.c
- skip yuv2rgb processing at xshm for not yet cropped frames
(these frames are never shown)
- libmpeg2 and ffmpeg now may use crop support
- bump vo api. (changes to xvmc/xxmc will follow)
CVS patchset: 6991
CVS date: 2004/09/22 20:29:13
|
|
- use replacement functions (macro AC_REPLACE_FUNCS and variable LTLIBOBJS),
each function is in a file placed into lib/ directory,
it was not necessary, but it looks nice, IMHO
- headers cleanups (this was needed):
- prototypes of replacement funtions and macros are placed
into separate os_internal.h (and included by config.h)
- drop include inttypes.h from public xine.h, replaced by custom
os_type.h, idea origins from Ogg/Vorbis public headers
- disable generating inttypes.h: generated replacement isn't enough for
xine-lib but nobody complained (and for M$VC we have special version)
- better including headers for win32, let dvdnav use its mutex wrapper
- updated M$VC port
Result:
- xine is compiled nicely by MinGW, CygWin and paritaly M$VC
- frontends in M$VC port don't require additional helping headers
- moved some platform specific things from xine-utils and win32/contrib
to lib/
Finally I can start with real coding. :-)
CVS patchset: 6982
CVS date: 2004/09/20 19:30:02
|
|
CVS patchset: 6979
CVS date: 2004/09/17 19:21:33
|
|
CVS patchset: 6970
CVS date: 2004/09/14 20:54:21
|
|
CVS patchset: 6969
CVS date: 2004/09/14 02:22:23
|
|
CVS patchset: 6968
CVS date: 2004/09/12 19:23:36
|
|
media files
CVS patchset: 6951
CVS date: 2004/09/09 06:29:20
|
|
- usability MSVC for frontends
- remove unistd.h from public headers
- add configure option "--with-dxheaders"
- install .def file under WIN32
- MSVC port update (some people might want it)
CVS patchset: 6944
CVS date: 2004/09/06 18:34:37
|
|
Fix srcdir != buiddir problem with vidix.
Change some "_lib" variables to more clear name "_dep".
CVS patchset: 6938
CVS date: 2004/09/04 18:34:17
|
|
CVS patchset: 6934
CVS date: 2004/09/03 13:56:04
|
|
Compilation fix for CygWin.
CVS patchset: 6932
CVS date: 2004/09/02 19:56:40
|
|
- new flags added at the end, so the users can override them properly
- removed X11 libs and cflags from xine-config and libxine.pc
- removed replacing for setenv (thanks to Robin for the hint)
- better way for temporary disabling of w32dll module
- data directories will be different on Windows
- force installing catalogs with translation into XINE_LOCALEDIR
- timer linked in xine-engine (just central place for linking such stuff)
- adjusted load_plugins and remove reduntant WIN32 conditionals
- removed unused $(lib_thr)
CVS patchset: 6927
CVS date: 2004/09/01 18:19:49
|
|
CVS patchset: 6925
CVS date: 2004/09/01 12:52:34
|
|
CVS patchset: 6921
CVS date: 2004/08/30 20:49:52
|
|
CVS patchset: 6919
CVS date: 2004/08/30 11:11:54
|
|
CVS patchset: 6918
CVS date: 2004/08/30 07:37:42
|
|
compilation of win32/contrib/setenv.c on non-Win32 platforms (I don't see why it's necessary at all as we have xine_setenv). Front-ends use symbols in src/xine-utils but these aren't being exported in libxine.so because they come from an internal archive library. Compile xmlparser.c in src/xine-engine/Makefile.am for now (is there a better solution?).
CVS patchset: 6917
CVS date: 2004/08/30 00:55:18
|
|
- HAVE_SETENV
- Cygwin build
- win32/contrib Makefile
CVS patchset: 6915
CVS date: 2004/08/28 20:03:42
|
|
fixes problems with matroska utf-8 subtitles
CVS patchset: 6911
CVS date: 2004/08/27 21:07:31
|
|
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: 6909
CVS date: 2004/08/27 18:36:06
|
|
CVS patchset: 6893
CVS date: 2004/08/18 21:35:23
|
|
CVS patchset: 6891
CVS date: 2004/08/17 22:17:30
|
|
by Reinhard Nissl.
CVS patchset: 6875
CVS date: 2004/08/06 21:35:54
|