summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-08-24parse id3v1 tagsGuenter Bartsch
CVS patchset: 2511 CVS date: 2002/08/24 21:28:01
2002-08-24support input_time for live streams, small coding style cleanupsGuenter Bartsch
CVS patchset: 2510 CVS date: 2002/08/24 19:10:34
2002-08-24attempt to illustrate overlay architecture... (i better go back coding! :)Miguel Freitas
CVS patchset: 2509 CVS date: 2002/08/24 16:50:55
2002-08-24text about overlays and osdMiguel Freitas
CVS patchset: 2508 CVS date: 2002/08/24 16:48:56
2002-08-24linking fixesMichael Roitzsch
CVS patchset: 2507 CVS date: 2002/08/24 10:01:32
2002-08-24clean up log output, make it work without audioGuenter Bartsch
CVS patchset: 2506 CVS date: 2002/08/24 01:23:45
2002-08-24make it work without audioGuenter Bartsch
CVS patchset: 2505 CVS date: 2002/08/24 01:03:49
2002-08-23support for older ogm streams (video+vorbis audio only because of lack of ↵Guenter Bartsch
test streams), improve seeking, however keyframe detection doesn't work CVS patchset: 2504 CVS date: 2002/08/23 23:59:58
2002-08-23raw device support addedMichael Roitzsch
CVS patchset: 2503 CVS date: 2002/08/23 12:45:04
2002-08-23- update framebuffer driver to use scaling helper. this is the last one ofMiguel Freitas
the drivers i'm comfortable to rework. - add simple fb device probing CVS patchset: 2502 CVS date: 2002/08/23 00:24:30
2002-08-21fix portability problemsRobin KAY
CVS patchset: 2501 CVS date: 2002/08/21 23:38:48
2002-08-21use raw devices only with our patched local copy of libdvdreadMichael Roitzsch
CVS patchset: 2500 CVS date: 2002/08/21 15:10:09
2002-08-21forgot to add Igor by the arts volume patchMiguel Freitas
CVS patchset: 2499 CVS date: 2002/08/21 11:06:37
2002-08-20Link video output plugins to xine library to fix unresolved symbolsEwald Snel
(vo_scale_init, XGetWindowAttributes) CVS patchset: 2497 CVS date: 2002/08/20 22:55:35
2002-08-19xine now survives all ogm test streams i got :) - including seeking (though ↵Guenter Bartsch
not perfect) CVS patchset: 2489 CVS date: 2002/08/19 22:12:52
2002-08-19remove unused functionMichael Roitzsch
CVS patchset: 2488 CVS date: 2002/08/19 18:26:34
2002-08-19set libmpeg2's priority higher than ffmpeg's so it will be used by default ↵Guenter Bartsch
(handheld devices may come without libmpeg2 to save memory and will use ffmpeg to decode mpeg-1 streams CVS patchset: 2487 CVS date: 2002/08/19 17:43:45
2002-08-19try to make ffmpeg handle mpeg streams, try to handle buffers that contain ↵Guenter Bartsch
more than one frame CVS patchset: 2486 CVS date: 2002/08/19 17:40:41
2002-08-19add config entries for raw device and css decryption methodMichael Roitzsch
CVS patchset: 2485 CVS date: 2002/08/19 17:27:11
2002-08-19align reads in memory to allow use of raw devicesMichael Roitzsch
CVS patchset: 2484 CVS date: 2002/08/19 17:21:00
2002-08-19sync to libdvdnav cvsMichael Roitzsch
- update clut and spu/audio channel more often - align read cache in memory to allow use of raw devices CVS patchset: 2483 CVS date: 2002/08/19 17:17:00
2002-08-19more fixing for 'make debug'Michael Roitzsch
CVS patchset: 2481 CVS date: 2002/08/19 14:10:08
2002-08-19Thibaut's fix for onefield_xvMiguel Freitas
CVS patchset: 2480 CVS date: 2002/08/19 13:06:37
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