summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-11-22at least rv30 is somewhat working (colors still wrong)Guenter Bartsch
CVS patchset: 3330 CVS date: 2002/11/22 03:38:07
2002-11-21compiles, but does not work yet (segfaults).Matthias Hopf
CVS patchset: 3329 CVS date: 2002/11/21 23:24:50
2002-11-21bring dxr3 spu decoder up to the latest interfaceMichael Roitzsch
(The dxr3 spu encoder works so good, that I almost did not realize that all these SPUs I saw on my TV where decoded by libspudec and reencoded by the dxr3 video out. :) CVS patchset: 3328 CVS date: 2002/11/21 21:39:43
2002-11-21Fix typo preventing compile on non-Linux platformsRobin KAY
CVS patchset: 3327 CVS date: 2002/11/21 08:08:40
2002-11-21Add some of items from my own TODO list.James Courtier-Dutton
CVS patchset: 3326 CVS date: 2002/11/21 03:00:03
2002-11-21remove unused xine param defines, add title and explanation fields to xine-checkGuenter Bartsch
CVS patchset: 3325 CVS date: 2002/11/21 00:26:06
2002-11-20avoid failure with clients that use xine lib (xine_check use X calls, for ↵Daniel Caujolle-Bert
all Xv stuff, and it's not dlsymable, since libXv.a is the standard, maybe it's time to think about a plugin for those X related checks). CVS patchset: 3324 CVS date: 2002/11/20 23:21:17
2002-11-20I think it was a typo.Thibaut Mattern
asf with video should work now. CVS patchset: 3323 CVS date: 2002/11/20 20:22:52
2002-11-20mark doneMichael Roitzsch
CVS patchset: 3322 CVS date: 2002/11/20 18:41:37
2002-11-20implement public OSD wrappersMichael Roitzsch
CVS patchset: 3321 CVS date: 2002/11/20 18:41:14
2002-11-20these const's are just plain stupid (guess who added them - me)Michael Roitzsch
I hope removing them does not break any compatibility. CVS patchset: 3320 CVS date: 2002/11/20 18:38:08
2002-11-20remove hopefully unnecessary Xext linkageMichael Roitzsch
CVS patchset: 3319 CVS date: 2002/11/20 17:17:14
2002-11-20Add debug info. remove un-used variable.James Courtier-Dutton
CVS patchset: 3318 CVS date: 2002/11/20 14:20:39
2002-11-20the last patch moved the command parsing too far, forced_display is updatedMichael Roitzsch
inside spudec_do_commands, so it has to come before the check for it CVS patchset: 3317 CVS date: 2002/11/20 14:00:34
2002-11-20document coordinatesMichael Roitzsch
CVS patchset: 3316 CVS date: 2002/11/20 13:51:36
2002-11-20this should fix the various overlay problems: we should not parse commands ofMichael Roitzsch
SPUs we are going to drop because of wrong channel later, so move the parsing after the drop checking (and remove the birdcage hack) CVS patchset: 3315 CVS date: 2002/11/20 13:49:05
2002-11-20Fix typoEwald Snel
CVS patchset: 3314 CVS date: 2002/11/20 13:42:41
2002-11-20I forgot to adapt thisMichael Roitzsch
CVS patchset: 3313 CVS date: 2002/11/20 12:22:19
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
* new public output interface xine_{audio,video}_port_t instead of xine_{ao,vo}_driver_t, old names kept as aliases for compatibility * modified the engine to allow multiple streams per output * renaming of some internal structures according to public changes * moving SCR out of per-stream-metronom into a global metronom_clock_t residing in xine_t and therefore easily available to the output layer * adapting all available plugins (note to external projects: the compiler will help you a lot, if a plugin compiles, it is adapted, because all changes add new parameters to some functions) * bump up all interface versions because of xine_t and xine_stream_t changes CVS patchset: 3312 CVS date: 2002/11/20 11:57:38
2002-11-20add neglected OSD functionsMichael Roitzsch
CVS patchset: 3311 CVS date: 2002/11/20 11:17:39
2002-11-20finish bringing the VQA demuxer in line with the latest API spec; alsoMike Melanson
make an effort to make the demuxer stream-capable (this feature does not work yet) CVS patchset: 3310 CVS date: 2002/11/20 06:16:24
2002-11-20discovered a new top-level atom in productionMike Melanson
CVS patchset: 3309 CVS date: 2002/11/20 05:09:55
2002-11-20Enable ASF demuxer to recognise and skip over control streamsRobin KAY
CVS patchset: 3308 CVS date: 2002/11/20 01:49:42
2002-11-20prevent mpeg4 headers from being flushed.Miguel Freitas
CVS patchset: 3307 CVS date: 2002/11/20 01:46:08
2002-11-19Remove superfluous underscores in typesRobin KAY
CVS patchset: 3306 CVS date: 2002/11/19 23:23:47
2002-11-19This should be it for 1-alpha1xine-1-alpha1-release1-alpha1Siggi Langauf
CVS patchset: 3305 CVS date: 2002/11/19 14:05:38
2002-11-19Added some test code in, to help us with highlight problems with some DVDs.James Courtier-Dutton
Specifically the BIRDCAGE. CVS patchset: 3304 CVS date: 2002/11/19 13:31:03
2002-11-19we are making good progressMichael Roitzsch
CVS patchset: 3303 CVS date: 2002/11/19 10:09:48
2002-11-19tidying upMichael Roitzsch
CVS patchset: 3302 CVS date: 2002/11/19 09:56:51
2002-11-19reinstate libfaad (though it is not quite functional yet)Mike Melanson
CVS patchset: 3301 CVS date: 2002/11/19 02:34:18
2002-11-19bring the FAAD decoder in line with the latest API revisionMike Melanson
CVS patchset: 3300 CVS date: 2002/11/19 02:31:03
2002-11-19qualify the audio in a MPEG-4 file as VBRMike Melanson
CVS patchset: 3299 CVS date: 2002/11/19 02:22:52
2002-11-19spu and overlay cleanups, mostly cosmeticMiguel Freitas
CVS patchset: 3298 CVS date: 2002/11/19 00:45:41
2002-11-18re-commit Ewald's memleak fixesMike Melanson
CVS patchset: 3297 CVS date: 2002/11/18 23:08:31
2002-11-18be more diligent at initializing variables; fix QT/PCM audio pop problemMike Melanson
CVS patchset: 3296 CVS date: 2002/11/18 19:29:46
2002-11-18set default audio.passthrough_offset to 0Heiko Schaefer
CVS patchset: 3295 CVS date: 2002/11/18 15:53:31
2002-11-18the new metronom discontinuity handling allows for some cleanupMichael Roitzsch
(some time guessing code should be obsolete now) just tested quickly, but DVD menus and SPUs seem to work fine CVS patchset: 3294 CVS date: 2002/11/18 13:42:50
2002-11-18resort the checks so that DVD playback finally worksMichael Roitzsch
(without eating the first stillframes) CVS patchset: 3293 CVS date: 2002/11/18 13:07:29
2002-11-18sync to libdvdnav cvsMichael Roitzsch
* fix read cache and improve it for slower drives * improve chapter skipping CVS patchset: 3292 CVS date: 2002/11/18 12:41:16
2002-11-18DVD input should now be initially unseekableMichael Roitzsch
CVS patchset: 3291 CVS date: 2002/11/18 11:48:35
2002-11-18getting rid of obviously unused INPUT_CAP_VARIABLE_BITRATEMichael Roitzsch
fix detection for DVD input as suggested by guenter CVS patchset: 3290 CVS date: 2002/11/18 11:44:55
2002-11-18getting rid of obviously obsolete INPUT_CAP_VARIABLE_BITRATEMichael Roitzsch
CVS patchset: 3289 CVS date: 2002/11/18 11:36:28
2002-11-18getting rid of obviously unused INPUT_CAP_VARIABLE_BITRATEMichael Roitzsch
fix ejecting (works now) CVS patchset: 3288 CVS date: 2002/11/18 11:33:59
2002-11-18Fix segmentation fault with some QuickTime movie trailersEwald Snel
CVS patchset: 3287 CVS date: 2002/11/18 08:20:36
2002-11-18seeking to keyframes should work again, better than ever! :)Miguel Freitas
CVS patchset: 3286 CVS date: 2002/11/18 03:39:07
2002-11-18first steps towards a working real demuxer and using binary-only real codecsGuenter Bartsch
CVS patchset: 3285 CVS date: 2002/11/18 03:03:07
2002-11-18Fixed wording in a comment.Stephen Torri
CVS patchset: 3284 CVS date: 2002/11/18 00:48:57
2002-11-18forget about last data on reset()Miguel Freitas
(half-work to enable seeking to keyframes with asf demux) CVS patchset: 3283 CVS date: 2002/11/18 00:32:20
2002-11-17make Carsten happy: the dxr3 image should now disappear on closeMichael Roitzsch
CVS patchset: 3282 CVS date: 2002/11/17 17:55:21
2002-11-17bring eject back: no eject function if the plugin does not support itMichael Roitzsch
CVS patchset: 3281 CVS date: 2002/11/17 17:48:47