summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2002-12-04obsolete 2 of the special buffer types (elimination of special cases isMike Melanson
a good thing) CVS patchset: 3422 CVS date: 2002/12/04 04:11:01
2002-12-04fix and reinstate FAAD decoderMike Melanson
CVS patchset: 3421 CVS date: 2002/12/04 04:08:42
2002-12-04remove any mention of the special sample size bufferMike Melanson
CVS patchset: 3420 CVS date: 2002/12/04 04:07:08
2002-12-03Initialises mms_t struct (makes valgrind happy).Thibaut Mattern
CVS patchset: 3419 CVS date: 2002/12/03 23:30:39
2002-12-03Update TODO. Fix dsputils with mediaLib again.Robin KAY
CVS patchset: 3418 CVS date: 2002/12/03 22:13:52
2002-12-03elaborate some commentsMichael Roitzsch
CVS patchset: 3417 CVS date: 2002/12/03 21:59:46
2002-12-02less noise with xmlparsing.Daniel Caujolle-Bert
CVS patchset: 3416 CVS date: 2002/12/02 22:37:08
2002-12-02- Fix segfault when there is no audio driver.Thibaut Mattern
- Display the content of the control stream (nothing interesting, basically a date) CVS patchset: 3415 CVS date: 2002/12/02 22:33:30
2002-12-02update ffmpeg, pass fourcc and other stuff that might be usefulMiguel Freitas
CVS patchset: 3414 CVS date: 2002/12/02 21:58:56
2002-12-01now that I understand the copy method, the inverter works for XShm tooMichael Roitzsch
CVS patchset: 3412 CVS date: 2002/12/01 20:27:15
2002-12-01some fixes. Xv works fine now. XShm does not. :(Michael Roitzsch
CVS patchset: 3411 CVS date: 2002/12/01 19:05:57
2002-12-01Big update :Thibaut Mattern
- more complete guid list from avifile - use the property that asf packets have a constant size to detect the first byte of a packet - some other ideas from MPlayer It should demux more streams now. For example, xine can play these streams now : http://xine.sourceforge.net/thibaut/problems/jutecity.asf mms://vip7.yacast.fr/encoderouifm (small french rock radio at 16kBit/s) (ffmpeg fails to decode it, you need to use win32 dll to hear something) Tell me if you can break it. Comments ? CVS patchset: 3410 CVS date: 2002/12/01 17:07:17
2002-12-01preliminary support for ClearVideo DLLMike Melanson
CVS patchset: 3409 CVS date: 2002/12/01 17:05:34
2002-12-01added entry for ClearVideoMike Melanson
CVS patchset: 3408 CVS date: 2002/12/01 17:04:30
2002-12-01public header needed for xine_{audio,video}_port_t declarationMichael Roitzsch
CVS patchset: 3405 CVS date: 2002/12/01 15:11:47
2002-12-01implement the rest of the public post plugin APIMichael Roitzsch
CVS patchset: 3404 CVS date: 2002/12/01 15:11:02
2002-12-01- add post plugins to the plugin catalogMichael Roitzsch
- fix some bugs in plugin loader that prevented it from traversing subdirs - implement some public API functions for post plugin handling here CVS patchset: 3403 CVS date: 2002/12/01 15:10:04
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