Age | Commit message (Collapse) | Author |
|
- audio fifo size adjust
CVS patchset: 1937
CVS date: 2002/05/24 22:09:44
|
|
<amalthea@freenet.de>
CVS patchset: 1856
CVS date: 2002/05/06 11:26:37
|
|
It adresses the following issues:
* the dxr3 now handles overlays
* dxr3 video decoder priority is now customizable, this way the user can
choose between hardware decoding and libmpeg2 decoding (because
overlays don't work with hardware decoding)
* I hope I finally got the dxr3 playmode handling right
CVS patchset: 1673
CVS date: 2002/04/04 00:08:36
|
|
function (thanks to Michael Roitzsch).
CVS patchset: 1668
CVS date: 2002/04/03 09:40:40
|
|
CVS patchset: 1666
CVS date: 2002/04/02 14:05:59
|
|
CVS patchset: 1665
CVS date: 2002/04/02 13:31:03
|
|
current video_out interface, fix some problems when switching from
non-mpeg content (e.g. the xine logo) to mpeg content & handle situations
when video_out tells the dxr3 decoder to skip frames.
CVS patchset: 1648
CVS date: 2002/03/31 14:33:12
|
|
CVS patchset: 1543
CVS date: 2002/03/08 00:24:40
|
|
Added some nav packet decoding to help menus disappear.
by Michael Roitzsch
CVS patchset: 1542
CVS date: 2002/03/07 13:33:44
|
|
----------------------------------------------------------------------
CVS patchset: 1539
CVS date: 2002/03/05 22:31:06
|
|
CVS patchset: 1537
CVS date: 2002/03/05 21:54:31
|
|
actually work yet.
CVS patchset: 1519
CVS date: 2002/02/25 23:44:05
|
|
dxr3 decoder only functions if the dxr3 video_out driver loaded.
xine_t changed.
CVS patchset: 1381
CVS date: 2002/01/09 22:33:03
|
|
seem to need it, and it'll fix the problem with disappearing stills
(menu's, copyright notices) introduced by the still frame change.
Needs more testing, obviously.
CVS patchset: 1303
CVS date: 2001/12/24 19:31:13
|
|
the flushing by video_out.c causes the dxr3 to drop the still image.
consider dxr3 still menu support to be broken for now.
CVS patchset: 1301
CVS date: 2001/12/24 16:31:57
|
|
- mpeg playback optionally syncs (SETPTS) every frame; works only for
constant frame duration (PAL movie) not most NTSC movies.
metronom doesn't seem to dig varying durations, gives pts values that
upset the dxr3 hardware.
- detect repeat first field in mpeg, disable sync every frame if found.
- small dxr3 encoder fixes
- moved fame encoding from copy to display method; should help with
frame skip.
- added callback functions for some config/dxr3* variables
(those callbacks are cool BTW; only wish the xine-ui setup screen would
show which vars have callbacks)
- added Dan Hollis field swapping trick; not sure if it really does what
he wants; I don't have an NTSC tv, so his 720x480 test video will look
interlaced no matter what.
- merry xmas
CVS patchset: 1287
CVS date: 2001/12/23 02:36:54
|
|
decoding if using the dxr3 decoder plugin, uses on-the-fly mpeg
encoding otherwise (provided encoding support is compiled in).
some remarks:
- dxr3enc is no more. I've added some transition code in loadplugins.c
(look for the IGNORE_DXR3ENC) to prevent loading a stale dxr3enc plugin
from a previous install and to print a message if someone tries to
run xine -V dxr3enc.
- small updates to configure.in and _xine.m4. Mostly about the messages,
no new checks or anything.
- both dxr3_vo_standard.c and dxr3_vo_encoder.c are no more. The one and
only dxr3 video out driver is aptly named dxr3_video_out.c
CVS patchset: 1256
CVS date: 2001/12/16 19:05:44
|