summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-05recycle the unused VO_PREDICTION_FLAG as a new VO_PAN_SCAN_FLAG which is usedMichael Roitzsch
minimal implementation of DVD pan&scan as needed by the dxr3 CVS patchset: 5246 CVS date: 2003/08/05 15:03:14
2003-08-05Some more updates.James Courtier-Dutton
Started to enter huffman tables. General reorganisation as xine_decoder.c was getting too big. CVS patchset: 5245 CVS date: 2003/08/05 11:30:56
2003-08-04*** empty log message ***Miguel Freitas
CVS patchset: 5244 CVS date: 2003/08/04 03:51:51
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
patch by Philip Jgenstedt CVS patchset: 5243 CVS date: 2003/08/04 03:47:09
2003-08-04fixes suggested by Octavian Procopiuc <op1@duke.edu>Miguel Freitas
CVS patchset: 5242 CVS date: 2003/08/04 03:16:48
2003-08-04reorder initialization so lack of ivtv driver is handled more gratefulyMiguel Freitas
CVS patchset: 5241 CVS date: 2003/08/04 02:52:23
2003-08-04vo for libstkMiguel Freitas
CVS patchset: 5240 CVS date: 2003/08/04 02:31:07
2003-08-04segfault fix by Frantisek DvorakMiguel Freitas
CVS patchset: 5239 CVS date: 2003/08/04 02:30:44
2003-08-04fallback to no conversion on iconv errorMiguel Freitas
patch by Frantisek Dvorak CVS patchset: 5238 CVS date: 2003/08/04 02:19:49
2003-08-04patch from matthiasMiguel Freitas
CVS patchset: 5237 CVS date: 2003/08/04 02:14:12
2003-08-04add xine_get_current_vpts() to make xine_osd_show and xine_osd_hide api ↵Miguel Freitas
consistent CVS patchset: 5236 CVS date: 2003/08/04 02:07:26
2003-08-04seek to start before detecting contentMiguel Freitas
not sure this is need, but it must be harmless :) patch by Marc Bevand CVS patchset: 5235 CVS date: 2003/08/04 01:37:58
2003-08-03"Red Dragon" fixMichael Roitzsch
CVS patchset: 5234 CVS date: 2003/08/03 09:47:11
2003-08-03merge libdvdnav cvs (fixes "Red Dragon" RC2 scene selection)Michael Roitzsch
CVS patchset: 5233 CVS date: 2003/08/03 09:44:16
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