summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-08-16- syncfb simplified with helper functions (obs: i enabled zoom since it ↵Miguel Freitas
seemed to work in my computer. to disable it again just change vo_scale_init parameter) - some vidix files missing from my last update - vo_scale must set displayed_xxx even without zoom support CVS patchset: 2467 CVS date: 2002/08/16 22:51:39
2002-08-16update vidixMiguel Freitas
CVS patchset: 2466 CVS date: 2002/08/16 22:19:27
2002-08-16simplified driver, add zoom (may crash, looks like vidix bug)Miguel Freitas
CVS patchset: 2465 CVS date: 2002/08/16 21:53:27
2002-08-16- simplify sdl video driver with scaling helperMiguel Freitas
- bugfixes CVS patchset: 2464 CVS date: 2002/08/16 21:10:02
2002-08-16PGX64 video out driver addedRobin KAY
CVS patchset: 2463 CVS date: 2002/08/16 14:56:42
2002-08-15patch - save old XErrorHandler by Mark ThomasMiguel Freitas
CVS patchset: 2461 CVS date: 2002/08/15 18:24:14
2002-08-15make dxr3 compile againMichael Roitzsch
CVS patchset: 2460 CVS date: 2002/08/15 13:35:12
2002-08-15die directory, dieMiguel Freitas
CVS patchset: 2459 CVS date: 2002/08/15 03:24:25
2002-08-15not used anymoreMiguel Freitas
CVS patchset: 2458 CVS date: 2002/08/15 03:22:35
2002-08-15fftw not used anymoreMiguel Freitas
CVS patchset: 2457 CVS date: 2002/08/15 03:20:40
2002-08-15*** empty log message ***Miguel Freitas
CVS patchset: 2456 CVS date: 2002/08/15 03:18:15
2002-08-15- reimplement independent x/y zooming.Miguel Freitas
- new helper module (vo_scale.c) with all common scaling code of video out drivers. it should greatly simplify drivers development by removing the boring frame/window calculation, aspect ratio, zooming etc. obs: not completely tested, may contain bugs and break things. also only xshm and xv have being simplified so far, others will follow shortly. CVS patchset: 2455 CVS date: 2002/08/15 03:12:24
2002-08-14Fix yuv2rgb pitches problem with yuy2 format (msvc codec)Ewald Snel
CVS patchset: 2454 CVS date: 2002/08/14 12:23:33
2002-08-14add SND/AU demuxerMike Melanson
CVS patchset: 2453 CVS date: 2002/08/14 03:16:03
2002-08-14added SND/AU file demuxerMike Melanson
CVS patchset: 2452 CVS date: 2002/08/14 02:46:22
2002-08-13Solaris uses <sys/cdio.h> for CDROM/DVD-ROM ioctl, too. Try to use autoconfJuergen Keil
HAVE_headerfile macros... (The xxxBSD part nees a bit work) CVS patchset: 2448 CVS date: 2002/08/13 16:04:27
2002-08-13Use absolute path for include path to header files, so that we can build withJuergen Keil
separated source & object directories CVS patchset: 2447 CVS date: 2002/08/13 16:01:36
2002-08-13change error to warningMichael Roitzsch
CVS patchset: 2446 CVS date: 2002/08/13 15:55:23
2002-08-13dxr3 video out has been adapted to the new video out apiMichael Roitzsch
(thanks to Miguel for doing that) CVS patchset: 2445 CVS date: 2002/08/13 15:44:02
2002-08-12also check for the GL/GL.h header file before compiling OpenGL outputMichael Roitzsch
otherwise it will try to compile it and fail, if just the lib is installed CVS patchset: 2444 CVS date: 2002/08/12 16:10:27
2002-08-12reflect the newest demuxers and decodersMike Melanson
CVS patchset: 2443 CVS date: 2002/08/12 03:59:31
2002-08-12initial commit for AIFF demuxerMike Melanson
CVS patchset: 2442 CVS date: 2002/08/12 03:56:12
2002-08-12calculate running timeMike Melanson
CVS patchset: 2441 CVS date: 2002/08/12 03:53:49
2002-08-12latest changesMike Melanson
CVS patchset: 2439 CVS date: 2002/08/12 00:18:35
2002-08-12initial commit for Dr. Tim's Id CIN video decoderMike Melanson
CVS patchset: 2438 CVS date: 2002/08/12 00:16:54
2002-08-12initial commit for VQA and VOC demuxersMike Melanson
CVS patchset: 2437 CVS date: 2002/08/12 00:14:58
2002-08-12demuxer now demuxes video properly (but files with audio still are notMike Melanson
supported) CVS patchset: 2436 CVS date: 2002/08/12 00:13:32
2002-08-12added buffer types for VQA file A/V typesMike Melanson
CVS patchset: 2435 CVS date: 2002/08/12 00:11:54
2002-08-11do version checking on libdvdnavMichael Roitzsch
CVS patchset: 2433 CVS date: 2002/08/11 21:49:15
2002-08-11grrrMiguel Freitas
CVS patchset: 2431 CVS date: 2002/08/11 15:06:13
2002-08-11fix long standing bug of segfaults on exit. stupid me: i had overlookedMiguel Freitas
this CodecAlloc/CodecRelease stuff... CVS patchset: 2430 CVS date: 2002/08/11 15:03:10
2002-08-11(hopefully) make dxr3 compile without X11Michael Roitzsch
CVS patchset: 2429 CVS date: 2002/08/11 13:22:55
2002-08-10fix mp3 division by zeroMiguel Freitas
CVS patchset: 2428 CVS date: 2002/08/10 21:39:53
2002-08-10syncing my local tree:Miguel Freitas
- removes w32codec syncshutdown hack - vo_driver api changed to support drivers with persistent overlays. that will break binary compatibility xine-lib/xine-ui (xine-ui needs to be recompiled). in order to keep binary compatibility overlay_begin/overlay_end must be added after redraw_needed. - video_overlay cleanups - fix a hard to trigger condition where redraw wouldn't happen (freeing handles) CVS patchset: 2427 CVS date: 2002/08/10 21:25:20
2002-08-10initial commit for WC3 movie demuxerMike Melanson
CVS patchset: 2426 CVS date: 2002/08/10 20:58:44
2002-08-10ease merging of new versionsMichael Roitzsch
CVS patchset: 2425 CVS date: 2002/08/10 14:00:45
2002-08-10change some more includes to local onesMichael Roitzsch
CVS patchset: 2424 CVS date: 2002/08/10 13:59:43
2002-08-10ease syncing with libdvdnav cvsMichael Roitzsch
CVS patchset: 2423 CVS date: 2002/08/10 13:38:00
2002-08-09change includes from system include to local include where the file is inMichael Roitzsch
our tree now to avoid version clashes CVS patchset: 2421 CVS date: 2002/08/09 22:52:14
2002-08-09sync with faad2 cvs (no more fftw dependency)Miguel Freitas
CVS patchset: 2420 CVS date: 2002/08/09 22:36:36
2002-08-09sorry, my raw device patch was not meant to be committedMichael Roitzsch
It only works with a patched version of libdvdcss CVS patchset: 2419 CVS date: 2002/08/09 22:33:10
2002-08-09not needed with our shiny new dvd pluginMichael Roitzsch
CVS patchset: 2418 CVS date: 2002/08/09 22:22:05
2002-08-09make developers life easier: add possibility to use an existing sharedMichael Roitzsch
version of libdvdnav CVS patchset: 2417 CVS date: 2002/08/09 22:20:38
2002-08-09make developers life easier: add possibility to use an existing sharedMichael Roitzsch
version of libdvdnav CVS patchset: 2416 CVS date: 2002/08/09 22:17:37
2002-08-09make developers life easier: add possibility to use an existing sharedMichael Roitzsch
version of libdvdnav CVS patchset: 2415 CVS date: 2002/08/09 22:13:08
2002-08-09use correct format in log messageMichael Roitzsch
CVS patchset: 2414 CVS date: 2002/08/09 22:07:29
2002-08-09be less strict with those assertions,Michael Roitzsch
I have one (rather broken disc that only works without them CVS patchset: 2413 CVS date: 2002/08/09 15:41:38
2002-08-09fix mrl parsingMichael Roitzsch
CVS patchset: 2412 CVS date: 2002/08/09 15:38:13
2002-08-09seems to compile better this way :)Heiko Schaefer
CVS patchset: 2411 CVS date: 2002/08/09 13:50:17
2002-08-09tidy things upMichael Roitzsch
CVS patchset: 2410 CVS date: 2002/08/09 13:44:38