summaryrefslogtreecommitdiff
path: root/src/dxr3/mpeg_encoders.c
AgeCommit message (Collapse)Author
2001-12-24accidentally broke rte encoder support. fixed now.Harm van der Heijden
CVS patchset: 1300 CVS date: 2001/12/24 16:01:15
2001-12-23lots of dxr3 tweaks and fixesHarm van der Heijden
- 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
2001-12-16fix to reset mpeg encoders when resolution changesHarm van der Heijden
(the old cannot-play-a-2nd-avi-in-the-same-xine-session bug) CVS patchset: 1260 CVS date: 2001/12/16 22:34:21
2001-12-16initially forgot this file, which contains the interfacing code withHarm van der Heijden
libfame and librte encoders. CVS patchset: 1257 CVS date: 2001/12/16 19:06:49