| Age | Commit message (Collapse) | Author | 
|---|
|  | CVS patchset: 7016
CVS date: 2004/10/08 20:22:29 | 
|  | CVS patchset: 7015
CVS date: 2004/10/08 15:41:28 | 
|  | As discussed in:
http://article.gmane.org/gmane.comp.video.xine.devel/8010
CVS patchset: 7014
CVS date: 2004/10/05 19:07:08 | 
|  | config entry pointer in the xxmc video output plugin.
CVS patchset: 7013
CVS date: 2004/10/04 08:57:55 | 
|  | CVS patchset: 7012
CVS date: 2004/10/03 14:08:48 | 
|  | CVS patchset: 7011
CVS date: 2004/10/03 12:40:53 | 
|  | initialized at frame start.
Bugfix for MOCOMP XvMC where the xxmc driver ignored the value of the
XVMC_UNSIGNED_INTRA flag.
Minor cleanups and function moves.
CVS patchset: 7010
CVS date: 2004/10/03 12:36:14 | 
|  | CVS patchset: 7009
CVS date: 2004/09/29 18:30:37 | 
|  | CVS patchset: 7008
CVS date: 2004/09/29 15:10:03 | 
|  | 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: 7006
CVS date: 2004/09/28 15:38:11 | 
|  | on Mac OS X.  Thanks to kfish for the suggestion.
CVS patchset: 7005
CVS date: 2004/09/28 15:36:39 | 
|  | CVS patchset: 7004
CVS date: 2004/09/28 01:46:39 | 
|  | CVS patchset: 7003
CVS date: 2004/09/27 23:28:59 | 
|  | 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 | 
|  | 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 | 
|  | CVS patchset: 7000
CVS date: 2004/09/26 21:40:46 | 
|  | CVS patchset: 6999
CVS date: 2004/09/24 19:24:27 | 
|  | CVS patchset: 6998
CVS date: 2004/09/24 17:44:33 | 
|  | Fix video as well
CVS patchset: 6997
CVS date: 2004/09/23 16:41:39 | 
|  | CVS patchset: 6996
CVS date: 2004/09/23 16:11:47 | 
|  | CVS patchset: 6995
CVS date: 2004/09/23 16:09:03 | 
|  | 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 | 
|  | CVS patchset: 6992
CVS date: 2004/09/22 20:54:44 | 
|  | - 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 | 
|  | CVS patchset: 6990
CVS date: 2004/09/22 20:18:50 | 
|  | http://article.gmane.org/gmane.comp.video.xine.devel/10525
CVS patchset: 6989
CVS date: 2004/09/22 20:16:11 | 
|  | 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 | 
|  | CVS patchset: 6987
CVS date: 2004/09/21 19:27:18 | 
|  | CVS patchset: 6986
CVS date: 2004/09/21 18:33:36 | 
|  | 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 | 
|  | See why it's not needed in mpeg_parser.c
This fixes mpeg-es playback, especially xine-ui logo playback ! ;)
CVS patchset: 6984
CVS date: 2004/09/20 22:52:04 | 
|  | CVS patchset: 6983
CVS date: 2004/09/20 19:31:53 | 
|  | - 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 | 
|  | Added a warning.
CVS patchset: 6981
CVS date: 2004/09/20 19:02:47 | 
|  | CVS patchset: 6980
CVS date: 2004/09/18 20:50:09 | 
|  | CVS patchset: 6979
CVS date: 2004/09/17 19:21:33 | 
|  | CVS patchset: 6978
CVS date: 2004/09/17 19:12:56 | 
|  | CVS patchset: 6977
CVS date: 2004/09/16 16:48:17 | 
|  | CVS patchset: 6976
CVS date: 2004/09/16 15:11:46 | 
|  | Updated HOWTO to reflect incorrect cvs tag command. A -r is means to have a particular version in mind when tagging while -R means to recursively tag all files with a given tag name.
CVS patchset: 6975
CVS date: 2004/09/16 14:54:25 | 
|  | easier extensible)
behaviour:
dvd:/           opens default device (this is a temporary special case)
dvd:/1.2        opens given title/part on default device (dito)
dvd:/path/      opens given device, directory or single-file image
dvd:/path       same as above, so fully compatible with old behaviour
dvd:/path/1.2   tries to open /path/1.2, falling back to /path with title/part
CVS patchset: 6974
CVS date: 2004/09/16 13:10:09 | 
|  | Adding update po files
CVS patchset: 6973
CVS date: 2004/09/16 01:00:30 | 
|  | feature experimental
CVS patchset: 6972
CVS date: 2004/09/14 22:21:26 | 
|  | CVS patchset: 6971
CVS date: 2004/09/14 22:13:44 | 
|  | 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 | 
|  | CVS patchset: 6967
CVS date: 2004/09/12 16:07:57 |