summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2003-10-21fix forgotten vcdx -> vcd renamingMichael Roitzsch
CVS patchset: 5563 CVS date: 2003/10/21 16:08:56
2003-10-20(...) forNUC__ onlyDaniel Caujolle-Bert
CVS patchset: 5560 CVS date: 2003/10/20 20:30:55
2003-10-20Accidentally committed debug printf's.Rocky Bernstein
CVS patchset: 5555 CVS date: 2003/10/20 01:17:47
2003-10-20Should reduce the spurious calls to scan devices.Rocky Bernstein
CVS patchset: 5554 CVS date: 2003/10/20 01:14:33
2003-10-19vcd,ovcd -> vcdo. In MRL and plugin name. In the past, the mpeg demuxRocky Bernstein
expected the mrl to *start* with vcd (not end with vcd). CVS patchset: 5552 CVS date: 2003/10/19 23:48:47
2003-10-19vcdx -> vcd. In MRL, in plugin name.Rocky Bernstein
CVS patchset: 5551 CVS date: 2003/10/19 23:47:34
2003-10-19Disable saving of real streams - will make users angry but will stop real ↵James Stembridge
from getting angry :) CVS patchset: 5545 CVS date: 2003/10/19 16:28:10
2003-10-19VCD plugins renamed:Siggi Langauf
VCD (formerly known as VCDX) is the new navigation enables one OVCD (formerly known as VCD) is the old, deprecated one. This is still in here for people who may experience trouble with the new plugin... CVS patchset: 5543 CVS date: 2003/10/19 14:34:35
2003-10-19build both vcd pluginsDaniel Caujolle-Bert
CVS patchset: 5541 CVS date: 2003/10/19 12:01:47
2003-10-17Allways initialize fifo size.Thibaut Mattern
Fix a problem introduced by the previous cleanup. CVS patchset: 5533 CVS date: 2003/10/17 00:35:45
2003-10-16Avoid yoyo effect with poorly interleaved streams.Thibaut Mattern
CVS patchset: 5532 CVS date: 2003/10/16 22:15:09
2003-10-16Send all asf headers to the demuxer, now it will handle this.Thibaut Mattern
Fix a bug with multiple asf headers handling. CVS patchset: 5530 CVS date: 2003/10/16 21:47:32
2003-10-15printf -> lprintfThibaut Mattern
CVS patchset: 5528 CVS date: 2003/10/15 23:47:12
2003-10-15Oops, small correction yet. File MRLs which don't contain '/:' should work ↵František Dvořák
now. :-) CVS patchset: 5525 CVS date: 2003/10/15 13:51:21
2003-10-15Michael's simply solution for using crazy named directries (with ':' ↵František Dvořák
character) in file MRLs. CVS patchset: 5524 CVS date: 2003/10/15 09:20:58
2003-10-14- use the alloc callback to avoid deadlocks.Thibaut Mattern
- fix discontinuity handling. - use lprinf - cleanup CVS patchset: 5522 CVS date: 2003/10/14 22:54:45
2003-10-13* use Makefile.common for global targetsMichael Roitzsch
* small changes to ensure, vcd files are packaged even with --disable-vcdnav CVS patchset: 5515 CVS date: 2003/10/13 17:51:38
2003-10-13even more housekeepingMichael Roitzsch
CVS patchset: 5514 CVS date: 2003/10/13 17:49:04
2003-10-13Don't find out id3 info in mp3 files saved by RIP from non-seekable inputs.František Dvořák
CVS patchset: 5507 CVS date: 2003/10/13 14:52:53
2003-10-13undelete diff patch, sorry.Daniel Caujolle-Bert
CVS patchset: 5506 CVS date: 2003/10/13 11:59:39
2003-10-13Add vcdx plugin(CVS) and dependent libs(no CVS, broken API).Daniel Caujolle-Bert
Ability to use external libs (--with-external-vcdnav), disable vcdx build and build old vcd instead (--disable-vcdx). This last feature is useful since vcdx take /hours/ to start playback, that can help people who don't want vcd navigation. Remove all .la files, even in subdirs (eg: post) CVS patchset: 5505 CVS date: 2003/10/13 11:47:11
2003-10-13be nicer on files with '%' insideMichael Roitzsch
CVS patchset: 5504 CVS date: 2003/10/13 11:14:46
2003-10-12fix compiler warningMichael Roitzsch
CVS patchset: 5492 CVS date: 2003/10/12 18:52:55
2003-10-12Fallback when iconv_open fails.Robin KAY
CVS patchset: 5489 CVS date: 2003/10/12 14:28:37
2003-10-11- use LE_* macrosThibaut Mattern
- use lprintf - first attempt to support the command 0x20 tested with mms://wms03.nordicwebradio.com/visby CVS patchset: 5483 CVS date: 2003/10/11 20:42:38
2003-10-10- fix segfault trying to listen to the radio, patch from Jeroen Asselman ↵Bastien Nocera
<j.asselman@itsec-ps.nl> CVS patchset: 5478 CVS date: 2003/10/10 11:37:43
2003-10-08encoding of URL with multibyte characters in MMS for using xine in ChinaFrantišek Dvořák
CVS patchset: 5473 CVS date: 2003/10/08 05:33:28
2003-10-07- blacklist more schemes, avoiding warningsBastien Nocera
CVS patchset: 5467 CVS date: 2003/10/07 19:57:48
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-09-25replace C++ style commentsDaniel Caujolle-Bert
CVS patchset: 5414 CVS date: 2003/09/25 13:47:17
2003-09-25IPv6 patch from Njål T. Borch <Njaal.Borch@njaal.net>Daniel Caujolle-Bert
CVS patchset: 5413 CVS date: 2003/09/25 13:42:19
2003-09-21- fix crasher in the CDDA plugin, better memory management for the cdrom_tocBastien Nocera
struct (Closes GNOME bugzilla #122834) CVS patchset: 5408 CVS date: 2003/09/21 12:29:59
2003-09-18Generating codepages with more than 256 characters (max. 16-bit).František Dvořák
Right computing text size of multibyte texts in OSD. Different alias character for missing character in the conversion and in the font: #, _ CVS patchset: 5402 CVS date: 2003/09/18 18:14:50
2003-09-16XINE_EVENT_MRL_REFERENCE must not be used hereMiguel Freitas
CVS patchset: 5395 CVS date: 2003/09/16 14:23:37
2003-09-15Try to track problems better. If a DVD fails to play, we will not get a ↵James Courtier-Dutton
little more info printed as to why it failed. CVS patchset: 5386 CVS date: 2003/09/15 21:52:09
2003-09-10Fix segmentation fault when cddb query fails.Robin KAY
CVS patchset: 5351 CVS date: 2003/09/10 22:54:40
2003-09-06Don't add the data track to the autoplay list for Audio CDs (Linux)Bastien Nocera
We still need to get the track information to calculate the CD ID, and cached CDDB information to work though CVS patchset: 5348 CVS date: 2003/09/06 23:10:36
2003-09-02fix unsigned compare and buf leakMiguel Freitas
CVS patchset: 5331 CVS date: 2003/09/02 14:29:29
2003-08-29workaround an ivtv bug where stream gets bad mpeg2 artifactsMiguel Freitas
after changing inputs. reopening the device fixes it. CVS patchset: 5317 CVS date: 2003/08/29 17:53:21
2003-08-27small change to Daniel's great warning-reduction patchMichael Roitzsch
CVS patchset: 5313 CVS date: 2003/08/27 14:56:00
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ↵Daniel Caujolle-Bert
fft*post are untouched (fft: for now). CVS patchset: 5310 CVS date: 2003/08/25 21:51:37
2003-08-25AMD64 support patch by Adrian SchroeterMichael Roitzsch
CVS patchset: 5308 CVS date: 2003/08/25 14:32:37
2003-08-24filter out audio-only streams because xine doesn't handle them, add simple ↵Guenter Bartsch
vcr-like functionality to record stream to local disc (simply press MENU2 - F2 key to start recording), update ui title display to show channel number and name CVS patchset: 5304 CVS date: 2003/08/24 16:28:53
2003-08-21RIP Input PluginMiguel Freitas
CVS patchset: 5300 CVS date: 2003/08/21 00:37:26
2003-08-10new patches from Frantisek, cdda fixes/improvementsMiguel Freitas
CVS patchset: 5268 CVS date: 2003/08/10 16:11:05
2003-08-10apply Frantisek patches to handle end of streams betterMiguel Freitas
CVS patchset: 5267 CVS date: 2003/08/10 16:03:21
2003-08-09trying to fix some reported problemsMiguel Freitas
CVS patchset: 5266 CVS date: 2003/08/09 23:15:46
2003-08-07remove useless gnu89 compiler flag, some configure tweakingMichael Roitzsch
CVS patchset: 5257 CVS date: 2003/08/07 09:26:53
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-03merge libdvdnav cvs (fixes "Red Dragon" RC2 scene selection)Michael Roitzsch
CVS patchset: 5233 CVS date: 2003/08/03 09:44:16