Age | Commit message (Collapse) | Author |
|
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: 7077
CVS date: 2004/10/27 13:09:07
|
|
CVS patchset: 7057
CVS date: 2004/10/20 20:34:41
|
|
CVS patchset: 7044
CVS date: 2004/10/18 18:01:44
|
|
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
|
|
- avi demuxer fixes
CVS patchset: 7039
CVS date: 2004/10/16 10:11:52
|
|
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: 7025
CVS date: 2004/10/08 21:26:01
|
|
As discussed in:
http://article.gmane.org/gmane.comp.video.xine.devel/8010
CVS patchset: 7014
CVS date: 2004/10/05 19:07:08
|
|
CVS patchset: 7011
CVS date: 2004/10/03 12:40:53
|
|
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
|
|
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: 7002
CVS date: 2004/09/26 23:02:41
|
|
That's either that, or always registering audio.num_buffers in
src/xine-engine/audio_decoder.c
CVS patchset: 6994
CVS date: 2004/09/23 15:19:47
|
|
CVS patchset: 6993
CVS date: 2004/09/23 13:36:56
|
|
- 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
|
|
http://thread.gmane.org/gmane.comp.video.mplayer.devel/19749
Fixes playback of win32 DLLs on FC2 (voxware playback still hangs though)
CVS patchset: 6988
CVS date: 2004/09/21 19:35:56
|
|
we can't tell the user which codec isn't working (Gnome BZ 151662)
CVS patchset: 6985
CVS date: 2004/09/21 14:23:20
|
|
- 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
|
|
feature experimental
CVS patchset: 6972
CVS date: 2004/09/14 22:21:26
|
|
CVS patchset: 6969
CVS date: 2004/09/14 02:22:23
|
|
CVS patchset: 6959
CVS date: 2004/09/11 20:01:38
|
|
Changed my status in AUTHORS to developer (I hope I can do it :-)).
CVS patchset: 6957
CVS date: 2004/09/11 12:21:47
|
|
* changed the default from "clip the whole frame" to "clip nothing",
this fixes some overlays with color!=clip_color showing wrong
(confirmed with the DXR3 that this is correct); closes bug #1018193
CVS patchset: 6933
CVS date: 2004/09/03 12:28:24
|
|
CVS patchset: 6922
CVS date: 2004/08/31 19:39:27
|
|
CVS patchset: 6913
CVS date: 2004/08/28 17:54:05
|
|
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: 6895
CVS date: 2004/08/18 21:42:39
|
|
CVS patchset: 6892
CVS date: 2004/08/18 19:46:13
|
|
CVS patchset: 6879
CVS date: 2004/08/08 16:34:32
|
|
(in case of major trouble just revert the patch i sent to xine-devel)
CVS patchset: 6871
CVS date: 2004/08/02 12:51:07
|
|
CVS patchset: 6865
CVS date: 2004/07/31 18:57:45
|
|
CVS patchset: 6861
CVS date: 2004/07/29 14:48:04
|
|
CVS patchset: 6857
CVS date: 2004/07/26 22:37:37
|
|
(the goom team is quite fast in applying my patches :) )
some files are still slightly patched from the release version, but I will
get this sorted out so we will soon use a completely unmodified version
of goom
it compiles almost warningless now (the remaining warnings are introduced by
lex/yacc and I plan to simply ignore them)
the Makefile.am distclean-hack is also obsolete now, since the offending
files have been renamed
CVS patchset: 6828
CVS date: 2004/07/21 14:38:29
|
|
CVS patchset: 6827
CVS date: 2004/07/21 00:59:50
|
|
CVS patchset: 6822
CVS date: 2004/07/20 16:20:52
|
|
CVS patchset: 6819
CVS date: 2004/07/19 22:49:31
|
|
CVS patchset: 6817
CVS date: 2004/07/19 22:12:17
|
|
CVS patchset: 6810
CVS date: 2004/07/18 17:31:40
|
|
CVS patchset: 6802
CVS date: 2004/07/17 16:41:08
|
|
current locale.
- Add "-" into encoding names.
- Fix a typo.
CVS patchset: 6793
CVS date: 2004/07/14 18:51:29
|
|
align vobsub to bottom in libspudec
CVS patchset: 6791
CVS date: 2004/07/14 01:18:47
|
|
CVS patchset: 6785
CVS date: 2004/07/11 10:42:04
|
|
everybody: test, test, test
CVS patchset: 6756
CVS date: 2004/06/27 11:58:47
|
|
to call Xlib functions before xine to properly fill x11_visual_t
CVS patchset: 6755
CVS date: 2004/06/27 11:16:20
|
|
CVS patchset: 6751
CVS date: 2004/06/26 14:57:34
|
|
CVS patchset: 6721
CVS date: 2004/06/21 10:37:49
|
|
CVS patchset: 6718
CVS date: 2004/06/21 00:19:36
|