summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-07- blacklist more schemes, avoiding warningsBastien Nocera
CVS patchset: 5467 CVS date: 2003/10/07 19:57:48
2003-10-07- send 100% (completion) event when the index is finished buildingBastien Nocera
CVS patchset: 5466 CVS date: 2003/10/07 19:42:00
2003-10-07reflect changes in project leadershipGuenter Bartsch
CVS patchset: 5465 CVS date: 2003/10/07 19:25:47
2003-10-07stk update from Darren HartMiguel Freitas
CVS patchset: 5464 CVS date: 2003/10/07 17:35:51
2003-10-07Fix some bugs in the sound state when using alsa for audio out.James Courtier-Dutton
CVS patchset: 5463 CVS date: 2003/10/07 17:25:10
2003-10-07reactivate some dead code that got disabled by accident;Michael Roitzsch
these are special cases for: * MPEG content inside .mov files * MPEG content inside RIFF files Could someone test these? CVS patchset: 5462 CVS date: 2003/10/07 14:58:59
2003-10-07fix some compiler warningsMichael Roitzsch
CVS patchset: 5461 CVS date: 2003/10/07 14:56:51
2003-10-06xvmc stuffMiguel Freitas
CVS patchset: 5460 CVS date: 2003/10/06 21:56:00
2003-10-06- add XvMC supportMiguel Freitas
- bump vo and post interface versions obs: video_out_xvmc.c needs some more work, see todo. CVS patchset: 5459 CVS date: 2003/10/06 21:52:42
2003-10-06New API function for setting encoding of OSD texts.František Dvořák
CVS patchset: 5458 CVS date: 2003/10/06 19:19:04
2003-10-06Implement CRC checking in liba52.James Courtier-Dutton
Add invalid frame_length protection. CVS patchset: 5457 CVS date: 2003/10/06 17:03:25
2003-10-06some housekeeping and compiler warningsMichael Roitzsch
CVS patchset: 5456 CVS date: 2003/10/06 15:46:20
2003-10-06some housekeeping and compiler warningsMichael Roitzsch
CVS patchset: 5455 CVS date: 2003/10/06 15:27:10
2003-10-06Ooops, I resolved the last conflict in this file wronglyMichael Roitzsch
CVS patchset: 5454 CVS date: 2003/10/06 13:09:52
2003-10-06- small beautificationMichael Roitzsch
- ensure user CFLAGS are added at the end - another approach to kill Mike's warnings CVS patchset: 5453 CVS date: 2003/10/06 12:47:24
2003-10-06add comment on TVoutMichael Roitzsch
CVS patchset: 5452 CVS date: 2003/10/06 12:44:56
2003-10-06from the AO_PROP_CLOSE_DEVICE case branch, ret would be returned uninitializedMichael Roitzsch
CVS patchset: 5451 CVS date: 2003/10/06 12:43:08
2003-10-05Getting the version number right again...1-rc1Siggi Langauf
CVS patchset: 5450 CVS date: 2003/10/05 16:50:20
2003-10-05The height of the U and V buffers needs to rounded up for odd frame heights. ↵Robin KAY
This fixes the heap corruption and malloc(3C) has been switched back to memalign(3C). CVS patchset: 5449 CVS date: 2003/10/05 16:22:19
2003-10-05Fix buffer overrun.Robin KAY
CVS patchset: 5448 CVS date: 2003/10/05 16:15:49
2003-10-05Better content detection.Thibaut Mattern
If an id3v2 is detected, skip it and check if a valid mp3 frame follows the tag. id3v2 tags are not mp3 specific. thanks hadess ;) CVS patchset: 5447 CVS date: 2003/10/05 15:03:30
2003-10-05Debian package is release ready.Siggi Langauf
CVS patchset: 5446 CVS date: 2003/10/05 12:31:15
2003-10-05Update comment in input_rip.c according to current syntax.František Dvořák
CVS patchset: 5445 CVS date: 2003/10/05 10:39:25
2003-10-04I only fixed it once!James Courtier-Dutton
CVS patchset: 5444 CVS date: 2003/10/04 22:58:30
2003-10-04Improve error alsa messages.James Courtier-Dutton
CVS patchset: 5443 CVS date: 2003/10/04 22:49:58
2003-10-04Fix blocking on xine start when using alsa. James Courtier-Dutton
Fixes bug: - http://bugs.debian.org/211304 CVS patchset: 5442 CVS date: 2003/10/04 22:27:58
2003-10-04that should be it for 1-rc1Siggi Langauf
CVS patchset: 5441 CVS date: 2003/10/04 20:33:16
2003-10-04memalign(3C) changed to malloc(3C) as it caused core dumps. This may be ↵Robin KAY
indicative of heap corruption elsewhere. CVS patchset: 5440 CVS date: 2003/10/04 20:29:26
2003-10-04Add support for 8x4 blocks. Will send patch to ffmpeg-devel.Robin KAY
CVS patchset: 5439 CVS date: 2003/10/04 18:06:15
2003-10-04do not use id3v2 to detect mp3.Thibaut Mattern
fix a segfault with flac files. CVS patchset: 5438 CVS date: 2003/10/04 17:24:10
2003-10-04Try to fix a problem with ppc.Thibaut Mattern
select_zoom_filter() is only defined on mmx cpus CVS patchset: 5437 CVS date: 2003/10/04 15:37:16
2003-10-04the #save: MRL parameter (formerly named after the RIP Input Plugin...)Siggi Langauf
CVS patchset: 5436 CVS date: 2003/10/04 15:19:23
2003-10-04nbc patchThibaut Mattern
CVS patchset: 5435 CVS date: 2003/10/04 14:39:55
2003-10-04Fix a deadlock.Thibaut Mattern
Patch from Ramon van der Aar <rvda@itsec-ps.nl> CVS patchset: 5434 CVS date: 2003/10/04 14:36:05
2003-10-04Fix scaling by the wrong factor.Robin KAY
CVS patchset: 5433 CVS date: 2003/10/04 11:46:01
2003-10-04fix time seeking with cbr streams.Thibaut Mattern
CVS patchset: 5432 CVS date: 2003/10/04 10:54:14
2003-10-03try to commit while sf is up ;)Thibaut Mattern
mp3 changes. CVS patchset: 5431 CVS date: 2003/10/03 23:33:28
2003-10-03Fix multi-buffering when frame height is not a multiple of 16. Fix some off ↵Robin KAY
by one errors. Fix compiler warning. CVS patchset: 5430 CVS date: 2003/10/03 23:19:21
2003-10-03Let the sound driver do the locking for mixer volume, instead of audio_out ↵James Courtier-Dutton
engine. CVS patchset: 5429 CVS date: 2003/10/03 17:39:43
2003-10-03remove some unneeded code that generates unresolved symbols in the w32dll pluginMichael Roitzsch
(xine-lib should be completely `ldd -r` clean now) CVS patchset: 5428 CVS date: 2003/10/03 16:32:27
2003-10-03these are already in xine.h, don't define them twiceMichael Roitzsch
CVS patchset: 5427 CVS date: 2003/10/03 16:30:39
2003-10-03remove unresolved X11 symbols from xine-lib (xine-lib should always be X11-Michael Roitzsch
independent) that appeared when statically linking in libXv drawback: the Xv test in the health check is not supported on systems with only the static libXv any more CVS patchset: 5426 CVS date: 2003/10/03 16:30:07
2003-10-02fix build failures with newer libtool versionsMichael Roitzsch
CVS patchset: 5425 CVS date: 2003/10/02 19:30:30
2003-10-02Update Changelog (changes in OSD and libsputext).František Dvořák
CVS patchset: 5424 CVS date: 2003/10/02 15:23:18
2003-10-02nvtv removedMiguel Freitas
CVS patchset: 5423 CVS date: 2003/10/02 01:40:01
2003-10-02remove nvtv supportMiguel Freitas
CVS patchset: 5422 CVS date: 2003/10/02 01:39:10
2003-09-28Get meta infos from ID3 version 2.2 tagsThibaut Mattern
CVS patchset: 5421 CVS date: 2003/09/28 23:53:32
2003-09-28Revisited mpeg audio demuxer.Thibaut Mattern
- remove duplicated frame parsing code - parse each mpeg audio frame => generate accurate pts, the viz plugin hack to get things in sync is no more needed - parse the full xing header => compute the length (in s) of the stream without "magic" stuff => use the Xing TOC to seek "accurately" in vbr streams. - prepare id3v2 tags parsing I think this big change was needed. Don't hesitate to blame me for bugs. CVS patchset: 5420 CVS date: 2003/09/28 14:16:00
2003-09-27Another fix due to unexpected bug in alsa-lib. CVS: ↵James Courtier-Dutton
---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: xine-lib/src/audio_out/audio_alsa_out.c CVS: xine-lib/src/xine-engine/audio_out.c CVS: ---------------------------------------------------------------------- CVS patchset: 5419 CVS date: 2003/09/27 14:59:43
2003-09-26xine_encoder includes a dxr3 header, which in turn uses X11 headers,Michael Roitzsch
so we need to add $(X_CFLAGS) here CVS patchset: 5417 CVS date: 2003/09/26 16:39:56