Age | Commit message (Collapse) | Author |
|
anything)
CVS patchset: 7054
CVS date: 2004/10/20 05:04:00
|
|
work with DVDs on Mac OS X: please test on other platforms to ensure there are no regressions.
CVS patchset: 7053
CVS date: 2004/10/20 05:02:55
|
|
be optimised.
CVS patchset: 7052
CVS date: 2004/10/20 04:58:13
|
|
* Made XineOpenGLViewDelegate formal protocol to avoid compiler warnings
* Properly support NSCoders which don't support keyed-coding (yeah, they apparently exist)
* Added some logging
* Accepts first responder status
* Initial mouse tracking support via delegate
CVS patchset: 7051
CVS date: 2004/10/19 06:39:44
|
|
Should fix deadlocks detected by the testsuite with this stream "mpg/small1080.mpg".
CVS patchset: 7050
CVS date: 2004/10/18 21:55:00
|
|
CVS patchset: 7049
CVS date: 2004/10/18 21:07:38
|
|
is not aligned with the PES packet.
CVS patchset: 7048
CVS date: 2004/10/18 19:08:05
|
|
CVS patchset: 7047
CVS date: 2004/10/18 18:44:56
|
|
CVS patchset: 7046
CVS date: 2004/10/18 18:26:12
|
|
CVS patchset: 7045
CVS date: 2004/10/18 18:20:32
|
|
CVS patchset: 7044
CVS date: 2004/10/18 18:01:44
|
|
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
|
|
fix castaway.mov crash.
CVS patchset: 7040
CVS date: 2004/10/16 10:38:14
|
|
- avi demuxer fixes
CVS patchset: 7039
CVS date: 2004/10/16 10:11:52
|
|
Should fix last odml problems.
CVS patchset: 7038
CVS date: 2004/10/15 21:08:44
|
|
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
|
|
CVS patchset: 7035
CVS date: 2004/10/14 23:03:18
|
|
CVS patchset: 7034
CVS date: 2004/10/14 23:02:29
|
|
Should fix problems with ODML files generated by mencoder.
CVS patchset: 7033
CVS date: 2004/10/13 20:14:25
|
|
CVS patchset: 7032
CVS date: 2004/10/13 17:19:26
|
|
* Reordered #includes to stop compiler warnings
* Added logging
* Bumped up API version number from 19 to 20, so it works again :-)
CVS patchset: 7031
CVS date: 2004/10/13 15:19:20
|
|
CVS patchset: 7030
CVS date: 2004/10/12 19:43:20
|
|
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: 7028
CVS date: 2004/10/09 06:45:48
|
|
CVS patchset: 7027
CVS date: 2004/10/09 06:44:52
|
|
CVS patchset: 7026
CVS date: 2004/10/09 06:44:21
|
|
CVS patchset: 7025
CVS date: 2004/10/08 21:26:01
|
|
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
|
|
* fixes wrong subtitle appearing in the trailer of "Girl, Interrupted" RC2
* fixes "NAV packet expected, but none found" error when toggling between
menu and feature with the Escape key
CVS patchset: 7022
CVS date: 2004/10/08 20:44:34
|
|
correctly
When forced subtitles are enabled, only those subtitles of a subtitle stream
with a special flag set should be displayed. The designers of the SPU format
decided to be funny and placed this flag near the end of a SPU. With the DXR3,
it can therefore happen that you already wrote half the SPU to the card,
because it spans across multiple buffers, when you finally notice that you are
not supposed to show this one at all. For that reason, the DXR3 had used a
different filtering, which worked most of the time, but was, in the end, wrong.
Now I found a way to invalidate a SPU after it had already been partly written
to the card, so we can do things the right way.
This finally fixes missing subtitles with "The Lord of the Rings - The Two Towers".
CVS patchset: 7021
CVS date: 2004/10/08 20:39:51
|
|
the DXR3's mixer device sometimes takes too long to open, this will keep the
dirver_lock in audio out loop occupied and thus stalls playback;
since xine-ui regularly polls the mixer setting, this results in rare but
annoying audio dropouts
CVS patchset: 7020
CVS date: 2004/10/08 20:32:03
|
|
(you never know who might want to override it)
CVS patchset: 7019
CVS date: 2004/10/08 20:27:21
|
|
CVS patchset: 7018
CVS date: 2004/10/08 20:25:16
|
|
CVS patchset: 7017
CVS date: 2004/10/08 20:23:02
|
|
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
|