summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2002-12-01enable compilation of post plugin helper moduleMichael Roitzsch
CVS patchset: 3402 CVS date: 2002/12/01 15:07:35
2002-12-01enable compilation of post subdirMichael Roitzsch
CVS patchset: 3400 CVS date: 2002/12/01 15:04:52
2002-12-01first Advent - time for some presents: xine's first post pluginMichael Roitzsch
CVS patchset: 3398 CVS date: 2002/12/01 14:52:55
2002-12-01deploy filtering YUV9 -> YV12 converterMike Melanson
CVS patchset: 3397 CVS date: 2002/12/01 07:16:53
2002-12-01added generalized YUV9 -> YV12 conversion functionMike Melanson
CVS patchset: 3396 CVS date: 2002/12/01 07:12:41
2002-12-01avoid overflowGuenter Bartsch
CVS patchset: 3394 CVS date: 2002/12/01 01:32:47
2002-12-01fix memleak in input_http, fix mms read functionGuenter Bartsch
CVS patchset: 3393 CVS date: 2002/12/01 00:36:00
2002-11-30just now i realized the wrong underlying assumption i did in metronom: fixingMiguel Freitas
audio drift the same way i did for video doesn't work, since sound card won't play it slower or faster because of the vpts's. with this patch i hope to have definitely separated the 2 sources of audio drift: (1) nominal sample rate discrepancy to stream pts, (2) sound card drift to system clock. - revert feedback audio loop - updated metronom's audio drift - always do a full gap filling if needed CVS patchset: 3392 CVS date: 2002/11/30 22:09:42
2002-11-30copy'n'paste bug? I don't think the real decoder needs ogg vorbis.Michael Roitzsch
CVS patchset: 3391 CVS date: 2002/11/30 15:27:55
2002-11-29added special case to enable playback of signed 8-bit dataMike Melanson
CVS patchset: 3390 CVS date: 2002/11/29 18:38:02
2002-11-29no need to dispose the current decoder plugin on stream end, it will be disposedMichael Roitzsch
anyway as soon as a new stream starts or another decoder is needed benefit: the dxr3 video decoder will not close the device after playing the logo and therefore the image will stay on screen CVS patchset: 3389 CVS date: 2002/11/29 17:25:26
2002-11-28yep, more codec typesMike Melanson
CVS patchset: 3388 CVS date: 2002/11/28 18:49:10
2002-11-28automatically detecting MP3 in RIFF files is great, but be sure toMike Melanson
always disqualify AVI files CVS patchset: 3387 CVS date: 2002/11/28 18:42:25
2002-11-28Extended demuxer API with the methods get_capabilities() and ↵Peter Liljenberg
get_optional_data(). Bumped API version to 18. Added calls to these methods in xine_get_{spu,audio}_lang(). Added DVBSUB support in demux_ts.c CVS patchset: 3386 CVS date: 2002/11/28 10:21:05
2002-11-28fix reading out mixer settingGuenter Bartsch
CVS patchset: 3385 CVS date: 2002/11/28 08:03:23
2002-11-27experimental change in handling of sound clock drifting (relative to the ↵Heiko Schaefer
vpts values ...) this seems to work quite well on my test mpeg1 streams. otherwise untested CVS patchset: 3384 CVS date: 2002/11/27 23:13:09
2002-11-27change comment style so this file will compileMike Melanson
CVS patchset: 3383 CVS date: 2002/11/27 21:53:32
2002-11-27prettier logging :o)Heiko Schaefer
CVS patchset: 3382 CVS date: 2002/11/27 21:41:11
2002-11-27sync to libdvdread cvs should fix segfault when playing DVDs copied to HDMichael Roitzsch
thanks to Markus Plail for reporting this bug and the fix as well CVS patchset: 3381 CVS date: 2002/11/27 21:19:07
2002-11-27make Siggi happy: setting stream correctly makes xine-ui playlists work againxine-1-alpha2-release1-alpha2Michael Roitzsch
CVS patchset: 3380 CVS date: 2002/11/27 16:19:53
2002-11-27seems the closedir doesn't break passthrough anymoreHeiko Schaefer
CVS patchset: 3379 CVS date: 2002/11/27 00:47:50
2002-11-26change demux_eawve to use forward seeking. quick hack to input_http to ↵Robin KAY
support forward relative seeking. CVS patchset: 3378 CVS date: 2002/11/26 18:51:32
2002-11-26* remove what appears to be debug code messing up colors for some SPUsMichael Roitzsch
(thanks to James Slorach for providing the fix) * implement a draft of a reset() function that will hopefully bring the spu decoder into a safe state * handle broken SPUs more gracefully CVS patchset: 3377 CVS date: 2002/11/26 16:05:00
2002-11-26better solution: go ahead and build libfaad but without any pluginMike Melanson
catalog entry; this will automatically fix (or workaround) existing compilations of the libfaad plugin CVS patchset: 3375 CVS date: 2002/11/26 03:12:56
2002-11-26return of the esd audio output driverGuenter Bartsch
CVS patchset: 3374 CVS date: 2002/11/26 02:37:34
2002-11-26fix xshm video displayGuenter Bartsch
CVS patchset: 3373 CVS date: 2002/11/26 02:25:26
2002-11-26disable libfaad until it works, thus giving xine the appearance ofMike Melanson
MPEG-4 support, albeit without sound CVS patchset: 3372 CVS date: 2002/11/26 01:46:36
2002-11-26switch off real debug outputGuenter Bartsch
CVS patchset: 3371 CVS date: 2002/11/26 00:37:28
2002-11-25return of the arts audio output pluginGuenter Bartsch
CVS patchset: 3367 CVS date: 2002/11/25 22:01:56
2002-11-25make guenter happy: raise the expertise level of the position entriesMichael Roitzsch
CVS patchset: 3366 CVS date: 2002/11/25 16:56:06
2002-11-25less noiseMichael Roitzsch
CVS patchset: 3365 CVS date: 2002/11/25 12:36:05
2002-11-25buffer size was not set in one caseGuenter Bartsch
CVS patchset: 3362 CVS date: 2002/11/25 02:32:48
2002-11-25and another top-level atom...Mike Melanson
CVS patchset: 3361 CVS date: 2002/11/25 02:28:35
2002-11-25make video codec use the configurable path, rv20 should work now tooGuenter Bartsch
CVS patchset: 3360 CVS date: 2002/11/25 02:26:51
2002-11-25sipro audio fixesGuenter Bartsch
CVS patchset: 3359 CVS date: 2002/11/25 02:06:28
2002-11-25fix chunk tableGuenter Bartsch
CVS patchset: 3358 CVS date: 2002/11/25 01:14:26
2002-11-25cook audio somewhat workingGuenter Bartsch
CVS patchset: 3357 CVS date: 2002/11/25 00:14:39
2002-11-24wtf happened to those black bars ?\!? :>Guenter Bartsch
CVS patchset: 3355 CVS date: 2002/11/24 16:18:34
2002-11-24First draft of SDL code (BROKEN)Stephen Torri
CVS patchset: 3354 CVS date: 2002/11/24 02:50:48
2002-11-23no race on the backup image, please; use a different solution (see comment)Michael Roitzsch
CVS patchset: 3353 CVS date: 2002/11/23 13:08:19
2002-11-23DVD input fixes and cleanup:Michael Roitzsch
* revert my removing of the clock adjustment; although this is bad, it seems to be the best solution for now (menu transitions have choppy audio without) * add patch from Marco Zühlke enabling dvd device specification by MRL * update GUI title and language display once immediately after plugin open CVS patchset: 3352 CVS date: 2002/11/23 12:41:04
2002-11-23registering config entries at init_class timeDaniel Caujolle-Bert
CVS patchset: 3351 CVS date: 2002/11/23 11:09:29
2002-11-23sync to latest libdvdnav cvs:Michael Roitzsch
* "Back to the Future" German RC2 fix * patch from Marco Zühlke for correct title number display CVS patchset: 3350 CVS date: 2002/11/23 11:08:12
2002-11-23fix segfaults with failed driversMichael Roitzsch
({ao,vo}_new_port would be called with a NULL driver) CVS patchset: 3349 CVS date: 2002/11/23 10:56:23
2002-11-23whoups - sorry again, leftover from a debugging session (libdvdread abort()s ↵Guenter Bartsch
in some cases when trying to play back an encrypted dvd without libdvdcss installed) CVS patchset: 3348 CVS date: 2002/11/23 00:16:23
2002-11-23pnm protocol input pluginGuenter Bartsch
CVS patchset: 3347 CVS date: 2002/11/23 00:04:32
2002-11-23whoups, sorry, bleeding edge codeGuenter Bartsch
CVS patchset: 3346 CVS date: 2002/11/23 00:00:55
2002-11-22first draft of audio decoderGuenter Bartsch
CVS patchset: 3345 CVS date: 2002/11/22 23:37:40
2002-11-22implement version 5 audio header, small bugfixesGuenter Bartsch
CVS patchset: 3344 CVS date: 2002/11/22 23:37:04
2002-11-22wrong response on non-linux platforms fixedGuenter Bartsch
CVS patchset: 3343 CVS date: 2002/11/22 23:36:04