summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-11-01make install-debug didn't install share/aclocal/xine.m4 anymoreJuergen Keil
CVS patchset: 3130 CVS date: 2002/11/01 21:28:40
2002-11-01move these out of the way - for now ;>Guenter Bartsch
CVS patchset: 3129 CVS date: 2002/11/01 18:29:21
2002-11-01be less strict with MRL syntax, people are used to ://Michael Roitzsch
CVS patchset: 3128 CVS date: 2002/11/01 17:51:57
2002-11-01use freshly introduced content detection methodMichael Roitzsch
CVS patchset: 3127 CVS date: 2002/11/01 17:48:18
2002-11-01new content detection method METHOD_EXPLICIT for demuxer given in MRLMichael Roitzsch
CVS patchset: 3126 CVS date: 2002/11/01 17:41:02
2002-11-01I forgot 'make dist' againMichael Roitzsch
CVS patchset: 3125 CVS date: 2002/11/01 17:36:23
2002-11-01Time for fast navigation now !Thibaut Mattern
CVS patchset: 3124 CVS date: 2002/11/01 11:48:59
2002-11-01Fix seeking at the end of the stream.Thibaut Mattern
CVS patchset: 3123 CVS date: 2002/11/01 11:15:05
2002-11-01Add stricter checking.James Courtier-Dutton
Try to remove SPU_WIPE bug. CVS patchset: 3122 CVS date: 2002/11/01 11:02:52
2002-11-01move file signature validation to open_file() functionsMike Melanson
CVS patchset: 3121 CVS date: 2002/11/01 03:36:24
2002-11-01use pts values only internallyGuenter Bartsch
CVS patchset: 3120 CVS date: 2002/11/01 01:47:51
2002-11-01that patch was pending in my inbox for quite some timeMiguel Freitas
From: Sysoltsev, Vyatcheslav <vyatcheslav.sysoltsev@intel.com> Subject: RE: macro mmx_m2r in xineutils.h allows operation with regs/immediate not allowed really, this disallow extensive optimization CVS patchset: 3119 CVS date: 2002/11/01 01:14:06
2002-11-01avoid div by zeroGuenter Bartsch
CVS patchset: 3118 CVS date: 2002/11/01 01:10:01
2002-10-31Complete frame rate calculation.Thibaut Mattern
CVS patchset: 3117 CVS date: 2002/10/31 22:22:23
2002-10-31Little optimization.Thibaut Mattern
CVS patchset: 3116 CVS date: 2002/10/31 21:58:41
2002-10-31lower priority so that libmpeg2 is used againMichael Roitzsch
CVS patchset: 3115 CVS date: 2002/10/31 17:02:42
2002-10-31MRL grammar doneMichael Roitzsch
CVS patchset: 3114 CVS date: 2002/10/31 17:02:04
2002-10-31adapt input plugins to new MRL syntaxMichael Roitzsch
(mostly turning :// into :/) CVS patchset: 3113 CVS date: 2002/10/31 17:00:44
2002-10-31new syntax for MRLsMichael Roitzsch
basic changes: - MRLs are a subset of URIs - important new delimiter is # - everything before the # will be passed to the input plugin - after the # you can add several ;-separated stream parameters: novideo - video will be ignored noaudio - audio will be ignored nospu - spus will be ignored demux:... - specify the demuxer to use (e.g. demux:mpeg_block) entry:value - assign any config entry a new value CVS patchset: 3112 CVS date: 2002/10/31 16:58:12
2002-10-31Update by František DvořákPhilipp Hahn
CVS patchset: 3111 CVS date: 2002/10/31 16:34:50
2002-10-31It is not possible to just drop the unregistered config entries when saving.Michael Roitzsch
Some decoders might never be loaded and never get a chance to register their config entries. Example: When starting xine and playing only an ordinary avi, liba52's passthrough setting is lost. CVS patchset: 3110 CVS date: 2002/10/31 10:45:36
2002-10-31dxr3 should compile without libfame and librte, try to fix configure checkingMichael Roitzsch
CVS patchset: 3109 CVS date: 2002/10/31 10:43:05
2002-10-31Add libdts back in.James Courtier-Dutton
CVS patchset: 3108 CVS date: 2002/10/31 07:28:58
2002-10-31Adjust libdts to new api.James Courtier-Dutton
CVS patchset: 3107 CVS date: 2002/10/31 07:27:55
2002-10-31initial framework for supporting libavcodec's audio codecsMike Melanson
CVS patchset: 3106 CVS date: 2002/10/31 05:26:46
2002-10-31Yes, Virginia, there are 2 different versions of Windows Media AudioMike Melanson
CVS patchset: 3105 CVS date: 2002/10/31 05:23:02
2002-10-31pts variable shuffleMike Melanson
CVS patchset: 3104 CVS date: 2002/10/31 02:22:58
2002-10-30Avoid a potential deadlock.Thibaut Mattern
CVS patchset: 3103 CVS date: 2002/10/30 21:45:21
2002-10-30- add mutex on seeking and avoid overuse of sched_yieldMiguel Freitas
CVS patchset: 3102 CVS date: 2002/10/30 17:51:13
2002-10-30Release the processor between the mutex unlock()/lock() sequence, to giveJuergen Keil
xine_demux_stop_thread a chance to aquire the mutex, so that it can change stream->demux_thread_running to 0. Problem is, the demuxer thread has it's mutex blocked 99.9% of the time and releases it only for an extremely short time, for the purpose of allowing another thread to interrupt the demuxer. On Solaris at least, the unlock()/lock() sequence will typically run in the thread's allocated time slice and chances are mimimal that the demuxer is preempted between the unlock()/lock(), which would allow another thread to grab the mutex. CVS patchset: 3101 CVS date: 2002/10/30 13:59:11
2002-10-30A "make install-debug" didn't install xine.h any more after the last change...Juergen Keil
CVS patchset: 3100 CVS date: 2002/10/30 13:29:31
2002-10-30we are very happy that ffmpeg conceals errors, but part of the purposeMike Melanson
of doing so is to do it *silently* so the user is not aware of the errors during every single frame decode CVS patchset: 3099 CVS date: 2002/10/30 00:43:33
2002-10-30fix bug in content detection strategyMike Melanson
CVS patchset: 3098 CVS date: 2002/10/30 00:29:30
2002-10-29i don't think this lock is needed (read-only access)Guenter Bartsch
CVS patchset: 3097 CVS date: 2002/10/29 21:31:02
2002-10-29Disable pgx64 video_out plugin on Solaris x86 (it contains inline SPARCJuergen Keil
assember code) CVS patchset: 3096 CVS date: 2002/10/29 20:56:32
2002-10-29ngettext macro not needed any more. automagic should build with the includedJuergen Keil
xine-lib/intl/, when the system libraries do not have ngettext CVS patchset: 3095 CVS date: 2002/10/29 17:19:49
2002-10-29Update by Bartlomiej MurynPhilipp Hahn
CVS patchset: 3094 CVS date: 2002/10/29 17:16:29
2002-10-29Inhibit multiple instances of pgx64. Improve deinterlacing code.Robin KAY
CVS patchset: 3093 CVS date: 2002/10/29 17:08:54
2002-10-29register new decodersMiguel Freitas
CVS patchset: 3092 CVS date: 2002/10/29 16:30:53
2002-10-29move ffmpeg define to configure.acMiguel Freitas
CVS patchset: 3091 CVS date: 2002/10/29 16:30:07
2002-10-29sync to ffmpeg cvsMiguel Freitas
CVS patchset: 3090 CVS date: 2002/10/29 16:29:16
2002-10-29engine improvementsMichael Roitzsch
- output fifo flushing - more sophisticated discontinuity handling - seek improvement by waiting for at least one frame CVS patchset: 3089 CVS date: 2002/10/29 16:02:43
2002-10-29alphablend wants to know the pitchMichael Roitzsch
CVS patchset: 3088 CVS date: 2002/10/29 15:19:44
2002-10-29Fix a tiny (4 bytes) memory leakEwald Snel
CVS patchset: 3087 CVS date: 2002/10/29 09:47:39
2002-10-29reset metainfo on stream closeGuenter Bartsch
CVS patchset: 3086 CVS date: 2002/10/29 03:31:38
2002-10-29map brightness/contrast/... settings to specified rangesGuenter Bartsch
CVS patchset: 3085 CVS date: 2002/10/29 02:57:59
2002-10-29Added EA ADPCM decoderRobin KAY
CVS patchset: 3084 CVS date: 2002/10/29 02:07:45
2002-10-29log outputGuenter Bartsch
CVS patchset: 3083 CVS date: 2002/10/29 01:55:44
2002-10-29enhance log outputGuenter Bartsch
CVS patchset: 3082 CVS date: 2002/10/29 01:29:46
2002-10-29meta info, handling of small files fixedGuenter Bartsch
CVS patchset: 3081 CVS date: 2002/10/29 01:28:41