summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-08-19fix 'make debug'Michael Roitzsch
CVS patchset: 2479 CVS date: 2002/08/19 08:59:45
2002-08-19fix for older automake versionsMichael Roitzsch
CVS patchset: 2478 CVS date: 2002/08/19 08:58:57
2002-08-19Update by Bartlomiej MurynPhilipp Hahn
CVS patchset: 2477 CVS date: 2002/08/19 06:35:40
2002-08-18document icecast supportGuenter Bartsch
CVS patchset: 2476 CVS date: 2002/08/18 22:46:06
2002-08-18icecast supportGuenter Bartsch
CVS patchset: 2475 CVS date: 2002/08/18 22:44:50
2002-08-18fix make dist problemsMiguel Freitas
CVS patchset: 2474 CVS date: 2002/08/18 22:03:05
2002-08-18document changes on oggGuenter Bartsch
CVS patchset: 2473 CVS date: 2002/08/18 16:20:00
2002-08-18ogg demuxer cleanup (seperate stream type detection from content delivery), ↵Guenter Bartsch
nearly untested support for ogm streams CVS patchset: 2472 CVS date: 2002/08/18 14:13:08
2002-08-18fix conditional X11 linking for older automake versionsMichael Roitzsch
CVS patchset: 2471 CVS date: 2002/08/18 13:43:13
2002-08-17dxr3 spu encodingMichael Roitzsch
CVS patchset: 2470 CVS date: 2002/08/17 14:35:56
2002-08-17finally (nearly) full overlay functionality for the dxr3 by doing spuMichael Roitzsch
encoding to place overlays over mpeg playback CVS patchset: 2469 CVS date: 2002/08/17 14:30:09
2002-08-17support time-based seeking in ogg/vorbis streams. implement timestamps for ↵Guenter Bartsch
vorbis streams embedded in ogg CVS patchset: 2468 CVS date: 2002/08/17 02:26:50
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