summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-02stupid typo in Makefile.am...xine_1-rc0a-release1-rc0aSiggi Langauf
debian changes for q-rc0a CVS patchset: 5232 CVS date: 2003/08/02 13:41:44
2003-08-02new version numberSiggi Langauf
CVS patchset: 5231 CVS date: 2003/08/02 11:49:03
2003-08-02include missing file (1-rc0a release)Siggi Langauf
CVS patchset: 5230 CVS date: 2003/08/02 11:43:51
2003-08-01assert() is not acceptable for handling stream errorsMiguel Freitas
CVS patchset: 5229 CVS date: 2003/08/01 17:06:32
2003-08-01release time, again...xine_1-rc0-release1-rc0Siggi Langauf
CVS patchset: 5228 CVS date: 2003/08/01 12:40:22
2003-07-31English, pleaseMichael Roitzsch
CVS patchset: 5227 CVS date: 2003/07/31 12:04:55
2003-07-31introduce config file versioningMichael Roitzsch
A new entry in the config file ".version:" stores the current version of the config file. The '.' at the beginning of ".version" shows that this is a somewhat hidden (read: internal) entry and it makes the line easy to spot and prevents clashes with regular config entries. The first use of this is to reset all decoder priorities to 0 (= use default) so that we hopefully won't have problems like the qtv decoder clash any more. CVS patchset: 5226 CVS date: 2003/07/31 11:59:10
2003-07-30video is i420 not yv12James Stembridge
CVS patchset: 5225 CVS date: 2003/07/30 22:00:42
2003-07-27priority reset mechanismSiggi Langauf
CVS patchset: 5224 CVS date: 2003/07/27 23:39:02
2003-07-27Fix keyframe detection for non-seekable input plugins.Thibaut Mattern
CVS patchset: 5223 CVS date: 2003/07/27 23:35:44
2003-07-27Dirk done post filter support, no audio vizDaniel Caujolle-Bert
CVS patchset: 5222 CVS date: 2003/07/27 22:59:15
2003-07-271-rc0 preparations.Siggi Langauf
more to come... CVS patchset: 5221 CVS date: 2003/07/27 21:44:21
2003-07-27add Dirk entryDaniel Caujolle-Bert
CVS patchset: 5220 CVS date: 2003/07/27 17:43:38
2003-07-27- removed xine-engine/locale.c as it is unused, fix static functions in theBastien Nocera
engine and the utils, removed unused variables CVS patchset: 5219 CVS date: 2003/07/27 12:47:23
2003-07-27- remove unused functions, fixes warnings at compile-timeBastien Nocera
CVS patchset: 5218 CVS date: 2003/07/27 12:25:04
2003-07-26Try to avoid to discard audio buffersThibaut Mattern
skip frames if there is less than 200ms of audio data in the audio_out fifo. It works pretty well here, I can compile xine during a goom session without sound skips. I know it's a hack, comments are welcomed. CVS patchset: 5217 CVS date: 2003/07/26 23:31:55
2003-07-26Same pts hack for all viz pluginsThibaut Mattern
CVS patchset: 5216 CVS date: 2003/07/26 17:44:30
2003-07-26- compute a pts using metronom internals if the demuxer doesn't provide pts ↵Thibaut Mattern
(demux_mpegaudio) - frame dropping it's more usable on my slow cpu now ;-) CVS patchset: 5215 CVS date: 2003/07/26 17:13:00
2003-07-26- patch by Frantisek Dvorak <valtri@atlas.cz> to fix possible crash on EOSBastien Nocera
CVS patchset: 5214 CVS date: 2003/07/26 15:44:47
2003-07-26Stop asserts happening on underruns.James Courtier-Dutton
Delay support for USB hotplug until linux kernel supports it better. CVS patchset: 5213 CVS date: 2003/07/26 00:27:20
2003-07-25export XINE_NO_ACCEL can be used to disable MMX/SSE code.Miguel Freitas
no more excuses for not using valgrind :) CVS patchset: 5212 CVS date: 2003/07/25 22:38:23
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
CVS patchset: 5211 CVS date: 2003/07/25 21:02:04
2003-07-24make input_v4l compile even without alsaStefan Holst
CVS patchset: 5210 CVS date: 2003/07/24 15:51:09
2003-07-23- don't crash when compiled with alsa support and no alsa device is presentBastien Nocera
for the sound capture (Closes GNOME bugzilla #118026) CVS patchset: 5209 CVS date: 2003/07/23 18:37:53
2003-07-22be stricter about selecting audio/video streams to playJames Stembridge
CVS patchset: 5208 CVS date: 2003/07/22 20:36:51
2003-07-221) fix slider position in files with multiple data chunksJames Stembridge
2) improve accuracy of time based seeking in long files CVS patchset: 5207 CVS date: 2003/07/22 20:14:09
2003-07-22allow all values greater 0 as success returnsMichael Roitzsch
CVS patchset: 5206 CVS date: 2003/07/22 09:36:03
2003-07-21- don't crash if we don't have a base MRL for the reference MRLBastien Nocera
CVS patchset: 5205 CVS date: 2003/07/21 19:28:05
2003-07-20release preparationsSiggi Langauf
CVS patchset: 5204 CVS date: 2003/07/20 22:42:20
2003-07-20Changed assembly building code to take advantage of libtool. This commandStephen Torri
now works for libtool-1.4.x and libtool-1.5. Changed the commands for building the assembly files in libw32dll to match that suggested by Chris Rankin <rankincj@yahoo.com>. CVS patchset: 5203 CVS date: 2003/07/20 20:48:40
2003-07-20fix G400 chroma bugJames Stembridge
CVS patchset: 5202 CVS date: 2003/07/20 20:07:39
2003-07-20OSS never return 1, but write() length.Daniel Caujolle-Bert
CVS patchset: 5201 CVS date: 2003/07/20 19:28:14
2003-07-20spec-file: ogg/vorbis and ogg/theora moved together with the new ogg/speex ↵Manfred Tremmel
in a separat ogg rpm CVS patchset: 5200 CVS date: 2003/07/20 15:08:37
2003-07-20More USB soundcard updates.James Courtier-Dutton
CVS patchset: 5199 CVS date: 2003/07/20 12:29:18
2003-07-20collapse GCC-specific CFLAG handling in one place,Michael Roitzsch
do not disable strict-aliasing and sign-compare warnings, no double -Wall CVS patchset: 5198 CVS date: 2003/07/20 12:22:01
2003-07-20add some information on the libavcodec MPEG encoder and update some general ↵Michael Roitzsch
stuff CVS patchset: 5197 CVS date: 2003/07/20 11:00:21
2003-07-20Improve playback on USB sound cards.James Courtier-Dutton
These changes improve xine's response to the removal of a USB cable while playing audio. Further changes will need to happen so as to allow sound output to continue when the USB cable is plugged back in, without having to stop the media stream. To enable that, when xine detects that the sound card is not there any more, it will have to close both pcm and mixer, so that the kernel can release USB resources, then when the USB cable is plugged back in, the pcm and mixer are opened again. This code might also modify what xine does in underrun situations, so this code might need to be changed again. CVS patchset: 5196 CVS date: 2003/07/20 10:34:29
2003-07-20fix for libtool 1.5 as provided on xine-devel by Chris RankinMichael Roitzsch
CVS patchset: 5195 CVS date: 2003/07/20 08:34:26
2003-07-19Better detection of VBR streams.Thibaut Mattern
Fix playback of this stream : http://cubeonline23.sourceforge.net/kirbylan.avi CVS patchset: 5194 CVS date: 2003/07/19 19:11:45
2003-07-19- use paths for the devices from the config file, don't segfault if there's ↵Bastien Nocera
no audio out CVS patchset: 5193 CVS date: 2003/07/19 16:57:18
2003-07-19Fix gcc specific marco format.Robin KAY
CVS patchset: 5192 CVS date: 2003/07/19 16:45:38
2003-07-19simpler handling of all custom message data sizesJames Stembridge
CVS patchset: 5191 CVS date: 2003/07/19 16:40:43
2003-07-191) more reliable method of detecting the end of the fileJames Stembridge
2) support files containing multiple audio/video streams CVS patchset: 5190 CVS date: 2003/07/19 16:11:39
2003-07-19- fix libtool version detection, add more warnings if gcc is usedBastien Nocera
CVS patchset: 5189 CVS date: 2003/07/19 16:00:25
2003-07-19add changes from libdvdnav syncMichael Roitzsch
CVS patchset: 5188 CVS date: 2003/07/19 13:04:46
2003-07-19sync libdvdnavMichael Roitzsch
CVS patchset: 5187 CVS date: 2003/07/19 13:04:03
2003-07-19typo?Michael Roitzsch
CVS patchset: 5186 CVS date: 2003/07/19 11:58:32
2003-07-19do not modify the prebuffer offset before the demuxer has actuallyMichael Roitzsch
accepted the input (fixes high seek lateny with DVDs) CVS patchset: 5185 CVS date: 2003/07/19 11:57:29
2003-07-19Solaris doesn't like uint_fast32_t, but my Linux doesn't like uint_t either,Michael Roitzsch
standards are nice... CVS patchset: 5184 CVS date: 2003/07/19 11:51:40
2003-07-19print at least a short note on XINE_ABORT in non-debug modeMichael Roitzsch
CVS patchset: 5183 CVS date: 2003/07/19 11:50:33