summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-15fix broken install-debugDaniel Caujolle-Bert
CVS patchset: 4427 CVS date: 2003/03/15 19:48:28
2003-03-15Second (and far less braindead) go at mpeg-4 postprocessingJames Stembridge
CVS patchset: 4426 CVS date: 2003/03/15 19:23:50
2003-03-15mute default console outputJames Stembridge
CVS patchset: 4425 CVS date: 2003/03/15 14:32:18
2003-03-15* bug fixesLuca Ognibene
CVS patchset: 4424 CVS date: 2003/03/15 14:10:44
2003-03-15should do snd_pcm_prepare after snd_pcm_drop as otherwise we are left in ↵James Stembridge
SND_PCM_STATE_SETUP - fixes bad state errors when seeking CVS patchset: 4423 CVS date: 2003/03/15 13:50:58
2003-03-15merging Debian changes with CVSSiggi Langauf
CVS patchset: 4422 CVS date: 2003/03/15 01:46:14
2003-03-14testing the idea of aborting because of action pending AND read timeout.Miguel Freitas
we should extend it to network plugins if it works well CVS patchset: 4421 CVS date: 2003/03/14 23:52:07
2003-03-14libvidix uses libdlJames Stembridge
CVS patchset: 4420 CVS date: 2003/03/14 22:40:25
2003-03-14simpler solution to not loading mga_crtc2_vid with g200 and don't print ↵James Stembridge
message when card not found CVS patchset: 4419 CVS date: 2003/03/14 22:36:01
2003-03-14don't attempt to load xine plugins from vidix driver directoryJames Stembridge
CVS patchset: 4418 CVS date: 2003/03/14 21:37:53
2003-03-14Only probe driver files with a .so extensionJames Stembridge
CVS patchset: 4417 CVS date: 2003/03/14 21:18:09
2003-03-14include dha code in xineplug_vo_out_vidix.so rather than each and every ↵James Stembridge
vidix driver CVS patchset: 4416 CVS date: 2003/03/14 21:07:04
2003-03-14mute vidix driver console output. vidix itself still outputs messages to the ↵James Stembridge
console CVS patchset: 4415 CVS date: 2003/03/14 19:46:52
2003-03-14Split config callbacksJames Stembridge
CVS patchset: 4414 CVS date: 2003/03/14 19:23:00
2003-03-14don't bother reconfiguring postprocessing mode if new setting is 0 (ie off)James Stembridge
CVS patchset: 4413 CVS date: 2003/03/14 19:05:40
2003-03-14document mpeg-4 postprocessing additionJames Stembridge
CVS patchset: 4412 CVS date: 2003/03/14 17:58:26
2003-03-14mpeg-4 post processing :)James Stembridge
CVS patchset: 4411 CVS date: 2003/03/14 17:46:05
2003-03-14* fixes in mosaico ppLuca Ognibene
* a new post plugin You can init switch post plugin with >1 inputs and switch between them at any time CVS patchset: 4410 CVS date: 2003/03/14 16:14:23
2003-03-14pfff, this time i commit the right version :-\Daniel Caujolle-Bert
CVS patchset: 4409 CVS date: 2003/03/14 15:48:13
2003-03-14avoid crashing when drawing outside area. Same for clipping area.Daniel Caujolle-Bert
CVS patchset: 4408 CVS date: 2003/03/14 15:31:03
2003-03-14Build post processing codeJames Stembridge
CVS patchset: 4407 CVS date: 2003/03/14 12:23:21
2003-03-14Ignore generated filesJames Stembridge
CVS patchset: 4406 CVS date: 2003/03/14 12:18:10
2003-03-14Import post processing code from ffmpegJames Stembridge
CVS patchset: 4405 CVS date: 2003/03/14 12:14:10
2003-03-14* some changes, disabled at the momentLuca Ognibene
CVS patchset: 4404 CVS date: 2003/03/14 12:07:14
2003-03-14Standards 3.5.9 transitionPhilipp Hahn
CVS patchset: 4403 CVS date: 2003/03/14 09:11:02
2003-03-14Spelling of xinePhilipp Hahn
CVS patchset: 4402 CVS date: 2003/03/14 09:10:25
2003-03-14UpdatePhilipp Hahn
CVS patchset: 4401 CVS date: 2003/03/14 08:13:15
2003-03-13turn these around so that dvd_get_current_position is defined before usedMichael Roitzsch
CVS patchset: 4400 CVS date: 2003/03/13 22:09:51
2003-03-12max_pages should be > 0Miguel Freitas
CVS patchset: 4399 CVS date: 2003/03/12 23:04:41
2003-03-12Fix non-scaled yuv->rgb mmx routines when frame height is not a multiple of 16James Stembridge
CVS patchset: 4398 CVS date: 2003/03/12 19:58:09
2003-03-12small performance patch by Marcelo RobertoMiguel Freitas
CVS patchset: 4397 CVS date: 2003/03/12 14:44:08
2003-03-12fix wrong return value of seek function, kindly reported by Nick KurshevMichael Roitzsch
CVS patchset: 4396 CVS date: 2003/03/12 13:28:12
2003-03-11Several post plugins were crashing with a failed assertion, due toJuergen Keil
closing a bogus xine_video_port_t: xine-lib/src/xine-engine/audio_out.c:fifo_append_int:225: assertion `!buf->next' failed. Next audio buffer is not NULL. CVS patchset: 4395 CVS date: 2003/03/11 17:40:30
2003-03-11Disable some debug output on x86, when the OS doesn't support SSE.Juergen Keil
CVS patchset: 4394 CVS date: 2003/03/11 16:07:22
2003-03-11Use path relative to "top_srcdir" to find headers, so that the build worksJuergen Keil
when object files are not stored in the source tree. CVS patchset: 4393 CVS date: 2003/03/11 15:47:05
2003-03-10- rework audio_out.c so thread is created only onceMiguel Freitas
- multiple streams can open the same port and driver's settings are updated if sound source changes - callback for av_sync_method CVS patchset: 4392 CVS date: 2003/03/10 23:31:17
2003-03-10do not waste cpu if paused/not playing plus some small fixesMiguel Freitas
CVS patchset: 4391 CVS date: 2003/03/10 23:21:27
2003-03-10handle chunks that are bigger than xine's buffersMichael Roitzsch
CVS patchset: 4390 CVS date: 2003/03/10 14:56:58
2003-03-10patch from Martin Gansser <MGansser@rand.de> to compile on hpuxMichael Roitzsch
CVS patchset: 4389 CVS date: 2003/03/10 14:55:18
2003-03-09use windows codec path as provided by configureMichael Roitzsch
CVS patchset: 4388 CVS date: 2003/03/09 12:19:13
2003-03-09remove my debuggingMichael Roitzsch
CVS patchset: 4387 CVS date: 2003/03/09 12:18:01
2003-03-09for seekable, non-blocked input (like files), the demuxer reads only 4 bytes,Michael Roitzsch
but dives in much deeper during content detection, which made it falsely claim to handle some AVIs here CVS patchset: 4386 CVS date: 2003/03/09 11:49:01
2003-03-09track the ffmpeg build numberMike Melanson
CVS patchset: 4385 CVS date: 2003/03/09 06:11:25
2003-03-08implement XINE_PARAM_AUDIO_AMP_LEVEL so xine's volume can be set ↵Guenter Bartsch
independantly from other applications CVS patchset: 4384 CVS date: 2003/03/08 20:25:51
2003-03-08well, beta 8 time1-beta8Guenter Bartsch
CVS patchset: 4383 CVS date: 2003/03/08 17:50:13
2003-03-08confusionMichael Roitzsch
CVS patchset: 4380 CVS date: 2003/03/08 17:24:22
2003-03-08Fix (for real) osd_draw_point(). NOTE: osd_render structure changed (point ↵Daniel Caujolle-Bert
function pointer added) CVS patchset: 4379 CVS date: 2003/03/08 17:22:16
2003-03-08these headers are needed by nav_types.h, which in turn is needed byMichael Roitzsch
spu_decoder_api.h; thanks to Gert Vervoort for noticing CVS patchset: 4378 CVS date: 2003/03/08 17:01:23
2003-03-08copy and paste, you know ...Michael Roitzsch
CVS patchset: 4377 CVS date: 2003/03/08 15:31:44
2003-03-08hopefully...Michael Roitzsch
CVS patchset: 4376 CVS date: 2003/03/08 14:39:03