summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-09-20UpdatePhilipp Hahn
CVS patchset: 2716 CVS date: 2002/09/20 06:24:43
2002-09-1964 bits timestamping to avoid overflows (usefull for livestreams where ↵Guenter Bartsch
timestamps can get really huge), small log output fixes CVS patchset: 2715 CVS date: 2002/09/19 21:46:21
2002-09-19another typo - now ffmpeg should be completeGuenter Bartsch
CVS patchset: 2714 CVS date: 2002/09/19 21:45:01
2002-09-19whoupsGuenter Bartsch
CVS patchset: 2713 CVS date: 2002/09/19 21:40:36
2002-09-19small typoGuenter Bartsch
CVS patchset: 2712 CVS date: 2002/09/19 21:39:45
2002-09-19Updated cvscompile.sh to use configure.ac instead of configure.inStephen Torri
CVS patchset: 2711 CVS date: 2002/09/19 21:02:53
2002-09-19Adding missing autoconf files that missed the last commitStephen Torri
CVS patchset: 2710 CVS date: 2002/09/19 20:59:21
2002-09-19small fix to link libxineutils statically, not dynamically to libxineGuenter Bartsch
CVS patchset: 2709 CVS date: 2002/09/19 15:25:51
2002-09-19- memset not needed any moreMichael Roitzsch
- tweak language output CVS patchset: 2708 CVS date: 2002/09/19 11:23:40
2002-09-19use defines for readability, handle pan&scan aspect like anamorphicMichael Roitzsch
CVS patchset: 2707 CVS date: 2002/09/19 11:18:12
2002-09-19forgot to reset counterMichael Roitzsch
CVS patchset: 2706 CVS date: 2002/09/19 11:16:59
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
Replaced configure.in with configure.ac Remove acconfig.h (Unnecessary with autoconf 2.52 or above) Updated configure.ac to remove deprecated macros, upgraded AC_DEFINE to include comments, merged in acconfig.h. Combined libxine and libxineutils into one library. libxineutils is created but not installed. Its statically linked into libxine. Advanced libxine version from 0.2.0 to 1.0.0 Removed references for skins. Plugins now installed to <libdir>/xine/plugins/$XINE_MAJOR.$XINE_MORE. $XINE_SUB Xine-config updated for new location of plugins Sorted file lists in Makefile.am to make them more readable. TODO: remove skins references from xine-config CVS patchset: 2705 CVS date: 2002/09/19 06:01:18
2002-09-19Update configure.in for new libdvdnav version.James Courtier-Dutton
Get DVD support to compile. FIXME: We need to sort out the nav_types.h include file. Basically, Which version of it should we use ? CVS patchset: 2704 CVS date: 2002/09/19 05:01:57
2002-09-19metadataGuenter Bartsch
CVS patchset: 2703 CVS date: 2002/09/19 02:14:02
2002-09-19some ogg/vorbis streams seem to require a higher tresholdGuenter Bartsch
CVS patchset: 2702 CVS date: 2002/09/19 02:00:26
2002-09-19C is funGuenter Bartsch
CVS patchset: 2701 CVS date: 2002/09/19 01:59:50
2002-09-19user-configurable decoder prioritiesGuenter Bartsch
CVS patchset: 2700 CVS date: 2002/09/19 00:53:43
2002-09-19remove the need to memset ui-provided cfg entry, remember audio/video driver ↵Guenter Bartsch
after probing CVS patchset: 2699 CVS date: 2002/09/19 00:40:02
2002-09-19small language improvementsGuenter Bartsch
CVS patchset: 2698 CVS date: 2002/09/19 00:23:29
2002-09-19whoups - one semicolon too muchGuenter Bartsch
CVS patchset: 2697 CVS date: 2002/09/19 00:21:44
2002-09-18make new plugin loader check api versions, fix api versions for adapted ↵Guenter Bartsch
demux plugins, remove dvd plugin from build while it doesn't compile CVS patchset: 2696 CVS date: 2002/09/18 22:12:16
2002-09-18Revival of AA vo plugin.Daniel Caujolle-Bert
CVS patchset: 2695 CVS date: 2002/09/18 20:58:28
2002-09-18report stream metadataMichael Roitzsch
CVS patchset: 2694 CVS date: 2002/09/18 15:43:34
2002-09-18dxr3 worksMichael Roitzsch
CVS patchset: 2693 CVS date: 2002/09/18 15:42:56
2002-09-18adapt dxr3 to spu decoder API changeMichael Roitzsch
CVS patchset: 2692 CVS date: 2002/09/18 15:42:10
2002-09-18why void *, it is a pci_t *Michael Roitzsch
CVS patchset: 2691 CVS date: 2002/09/18 15:39:51
2002-09-18should not happen any moreMichael Roitzsch
CVS patchset: 2690 CVS date: 2002/09/18 15:37:43
2002-09-18fix reentrant in event listeners by only allowing one event per typeMichael Roitzsch
CVS patchset: 2689 CVS date: 2002/09/18 15:37:11
2002-09-18serialize config accessMichael Roitzsch
CVS patchset: 2688 CVS date: 2002/09/18 14:31:39
2002-09-18do not hand out unclaimed config entriesGuenter Bartsch
CVS patchset: 2687 CVS date: 2002/09/18 12:12:35
2002-09-18make debugMiguel Freitas
CVS patchset: 2686 CVS date: 2002/09/18 11:14:27
2002-09-18fix flicking deinterlace problemMiguel Freitas
CVS patchset: 2685 CVS date: 2002/09/18 11:13:51
2002-09-18Fix a seg fault.James Courtier-Dutton
CVS patchset: 2684 CVS date: 2002/09/18 10:03:07
2002-09-18OGG/VORBIS etc. checking is broken in ./cvscompile.sh.James Courtier-Dutton
Disable OGG/VORBIS etc. until ./cvscompile.sh works. Problem is that ./cvscompile.sh responds with OGG/VORBIS not present every time. CVS patchset: 2683 CVS date: 2002/09/18 06:52:10
2002-09-18Try to get xine-lib to compile.James Courtier-Dutton
CVS patchset: 2682 CVS date: 2002/09/18 06:42:23
2002-09-18Updating the DVD menu code to use better nav_pci information.James Courtier-Dutton
libspudec parses nav_pci info correctly. libdvdnav does not parse nav_pci info at all. CVS patchset: 2681 CVS date: 2002/09/18 04:20:09
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
CVS patchset: 2680 CVS date: 2002/09/18 00:51:33
2002-09-17Undertaking of /the string version/ (nice to see if running version is from CVS.Daniel Caujolle-Bert
CVS patchset: 2679 CVS date: 2002/09/17 11:54:55
2002-09-17be a bit more tolerantMichael Roitzsch
CVS patchset: 2678 CVS date: 2002/09/17 10:32:45
2002-09-17Make input_dvd.c mrl playlist work again.James Courtier-Dutton
CVS patchset: 2677 CVS date: 2002/09/17 07:53:59
2002-09-16- sync ffmpeg to cvs (sorry Mike it still doesn't decode your teststream --Miguel Freitas
something must be broken at ffmpeg, also happens with mplayer) - added priority sorted lists, now autoprobing should work again. - fixed infinite loop in plugin loader. obs: latest ffmpeg contains ppc optimizations, someone will have to enable these though. CVS patchset: 2676 CVS date: 2002/09/16 21:49:34
2002-09-16Start to get mrl working for DVD button.James Courtier-Dutton
CVS patchset: 2675 CVS date: 2002/09/16 16:55:35
2002-09-16Prevent a segfault when accessing the config.James Courtier-Dutton
CVS patchset: 2674 CVS date: 2002/09/16 16:13:56
2002-09-16Introduce a deep copy in the xine_config_lookup functions.James Courtier-Dutton
Care must be taken to make sure xine_cfg_entry_t is all zeros before any calls to xine_config_lookup functions. CVS patchset: 2673 CVS date: 2002/09/16 15:09:36
2002-09-16don't distortMichael Roitzsch
CVS patchset: 2672 CVS date: 2002/09/16 13:17:49
2002-09-16Fix a bug in audio_alsa_out.cJames Courtier-Dutton
This should fix all those audio passthru problems. CVS patchset: 2671 CVS date: 2002/09/16 12:27:08
2002-09-16A bit of info regarding wrong bpp depths.James Courtier-Dutton
CVS patchset: 2670 CVS date: 2002/09/16 11:35:25
2002-09-15any reason why this should be 128 ?Guenter Bartsch
CVS patchset: 2669 CVS date: 2002/09/15 20:56:24
2002-09-15be more distinct with UI info texts forMichael Roitzsch
"no subtitles because user switched it off" and "no subtitles because none are available" CVS patchset: 2668 CVS date: 2002/09/15 14:05:37
2002-09-15More mem leak patches from ewald@rambo.its.tudelft.nlJames Courtier-Dutton
CVS patchset: 2667 CVS date: 2002/09/15 12:28:16