summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2004-04-13housekeepingMichael Roitzsch
CVS patchset: 6400 CVS date: 2004/04/13 19:31:23
2004-04-11opsMiguel Freitas
CVS patchset: 6396 CVS date: 2004/04/11 16:29:10
2004-04-11remove non-printable character (0x0c)Michael Roitzsch
CVS patchset: 6394 CVS date: 2004/04/11 14:59:23
2004-04-11libvcd 0.7.20, libcdio 0.68Miguel Freitas
CVS patchset: 6388 CVS date: 2004/04/11 12:20:31
2004-04-10Permit (but not recommend) stream == NULL in io_helper functions.František Dvořák
CVS patchset: 6385 CVS date: 2004/04/10 17:41:44
2004-04-10improving config help stringsMichael Roitzsch
CVS patchset: 6383 CVS date: 2004/04/10 15:45:10
2004-04-10misplaced }Miguel Freitas
fix network autoplaylist CVS patchset: 6378 CVS date: 2004/04/10 14:27:37
2004-04-10Fix segfaults on errors.František Dvořák
Because I added using standard xine network functions into cdda, we need also create stream in cdda_class_get_autoplay_list. It looks as hacky solution, but it's better than reimplementing network functions, IMHO. CVS patchset: 6376 CVS date: 2004/04/10 13:20:16
2004-04-09network cd playback works againMiguel Freitas
CVS patchset: 6369 CVS date: 2004/04/09 22:18:35
2004-04-07fix compiler warningsMichael Roitzsch
CVS patchset: 6345 CVS date: 2004/04/07 19:44:29
2004-04-06Prepare for MinGW port:František Dvořák
move M$VC specific header files into sparate directory regenerate config.h for M$VC compilation fixes add some getchar()s into xineui.exe (popup dialogs would be better) CVS patchset: 6338 CVS date: 2004/04/06 19:20:15
2004-04-06Patch for using timeout in cddb lookup (xine was freezed just because of ↵František Dvořák
firewall!!!). New functions into io_helper: _x_io_tcp_connect_finish ... wait for successful connect with timeout _x_io_tcp_read_line ... read the string from the socket (improvements neded) Use io_helper functions in input_cdda. Don't try connect again to freedb server, if previous connecting was failed. CVS patchset: 6337 CVS date: 2004/04/06 18:40:32
2004-04-06comment #define LOGThibaut Mattern
CVS patchset: 6336 CVS date: 2004/04/06 06:45:47
2004-04-06Use 64 bits to compute current pos.Thibaut Mattern
CVS patchset: 6335 CVS date: 2004/04/06 06:43:05
2004-04-06Asf demuxer:Thibaut Mattern
- fix error correction handling. - detect properly the end of the stream using packet_count (now that mms plugin handles correctly current_pos). - rename some properties mmst/mmsh: - handle current stream pos correctly, based on packet sequence_id (needed for seeking). mmsh: - some reverse ingeneering to support for grouped ASF streams like mmst (mmsh://wms03.nordicwebradio.com/chelsea) - fix a potential crash at the end of stream CVS patchset: 6334 CVS date: 2004/04/06 00:25:29
2004-04-05- allow mounted DVDs to be played back on Linux 2.6, fix a free() on a ↵Bastien Nocera
static string in the VCD plugin CVS patchset: 6330 CVS date: 2004/04/05 18:01:09
2004-04-04Fix "1e" command handling.Thibaut Mattern
CVS patchset: 6328 CVS date: 2004/04/04 12:19:06
2004-04-03Fix live detection.Thibaut Mattern
This radio plays now. It used to play well, i don't know when they changed the server. mmst://wms03.nordicwebradio.com/chelsea CVS patchset: 6327 CVS date: 2004/04/03 18:34:53
2004-03-31multi-default selections work modulo some bugs. But it requires a newerRocky Bernstein
vcdimager (0.7.21 that is only CVS right now). Use the newer vcdinfo routines if available. CVS patchset: 6323 CVS date: 2004/03/31 10:13:00
2004-03-31New config option - list of domains without proxy.František Dvořák
Add help strings into HTTP proxy options. CVS patchset: 6322 CVS date: 2004/03/31 07:42:49
2004-03-29remove unused variableMichael Roitzsch
CVS patchset: 6317 CVS date: 2004/03/29 19:11:30
2004-03-28the anti-yoyo hack is still needed.Thibaut Mattern
CVS patchset: 6315 CVS date: 2004/03/28 20:58:06
2004-03-28- new logic evaluate engine latency.Thibaut Mattern
try to evaluate the amount of data inside decoders, audio decoders tends to keep a lot, and that's why the audio fifo keeps empty. This remove the "50%" step with video trailers, and the playback starts earlier. - fix a potential deadlock at exit. - increase high watermark if rebuffering I've tested with asf/mpeg/mov/real streams. CVS patchset: 6310 CVS date: 2004/03/28 18:17:34
2004-03-26Fix mutex "leak".František Dvořák
CVS patchset: 6308 CVS date: 2004/03/26 12:30:04
2004-03-24valgrind-caught memleak.Rocky Bernstein
CVS patchset: 6307 CVS date: 2004/03/24 04:25:06
2004-03-16change suggested by Bill Fink: you can run Linux on Sun SPARC machines, soMichael Roitzsch
just testing for __sun might not be enough CVS patchset: 6275 CVS date: 2004/03/16 20:51:19
2004-03-16sync to latest libdvdnavMichael Roitzsch
* fixes a menu problem (German RC2 of "Anatomie", chapter menu) * addresses some compilation problems on Windows (Could someone try cygwin, mingw builds, please? It should work with the standalone libdvdnav, but who knows if the integration breaks anything...) * turns some abort()s into assert(0)s, where we really can try to continue CVS patchset: 6269 CVS date: 2004/03/16 11:43:38
2004-03-16only include this file on Sun, since Linux does not have itMichael Roitzsch
CVS patchset: 6268 CVS date: 2004/03/16 11:09:11
2004-03-15SIOCGIFADDR is defined in <sys/sockio.h>Robin KAY
CVS patchset: 6264 CVS date: 2004/03/15 16:32:13
2004-03-15patch by Stephen Birch permits selecting the adapter by interface nameMichael Roitzsch
CVS patchset: 6263 CVS date: 2004/03/15 15:18:45
2004-03-13Better control buffer handling.Thibaut Mattern
Note: _x_set_speed deadlocks ! CVS patchset: 6248 CVS date: 2004/03/13 22:25:05
2004-03-11Small changes to facilitate -mno-cygwin under cygwin and possibly others.Rocky Bernstein
CVS patchset: 6242 CVS date: 2004/03/11 08:08:48
2004-03-10Send headers so that the standard yuv and lpcm decoders can be usedJames Stembridge
CVS patchset: 6239 CVS date: 2004/03/10 22:46:17
2004-03-08Alsa audio capture fixesJames Stembridge
*) Don't mess around with mmap stuff as we aren't using it *) Use snd_pcm_hw_params_set_rate_near properly CVS patchset: 6235 CVS date: 2004/03/08 23:07:07
2004-03-05Whoops, don't want loggingJames Stembridge
CVS patchset: 6224 CVS date: 2004/03/05 22:57:27
2004-03-05unmute_audio may as well work like the other helper function and workd out ↵James Stembridge
the device for itself CVS patchset: 6223 CVS date: 2004/03/05 22:52:38
2004-03-05Cleanup plugin initJames Stembridge
CVS patchset: 6222 CVS date: 2004/03/05 22:28:32
2004-03-05Factor out some more common codeJames Stembridge
CVS patchset: 6221 CVS date: 2004/03/05 20:50:44
2004-03-05Factor out some common codeJames Stembridge
CVS patchset: 6220 CVS date: 2004/03/05 20:25:04
2004-03-05Cleanup debug output, use lprintf and xprintfJames Stembridge
CVS patchset: 6219 CVS date: 2004/03/05 20:14:47
2004-03-05valgrind memleak fixesMichael Roitzsch
CVS patchset: 6218 CVS date: 2004/03/05 17:50:29
2004-03-03we check for a directory with lstat(), but since a link to a directory wouldMichael Roitzsch
do just fine, using stat() is better CVS patchset: 6213 CVS date: 2004/03/03 20:18:36
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
before aborting CVS patchset: 6211 CVS date: 2004/03/03 20:09:11
2004-03-01Multiple multicast client on the same host support.Thibaut Mattern
Patch from Steve <sgbirch at imsmail dot org> Warning: The code looks ok but I can't test it. CVS patchset: 6201 CVS date: 2004/03/01 22:22:54
2004-03-01- oops, we're leaking!Bastien Nocera
CVS patchset: 6198 CVS date: 2004/03/01 00:22:31
2004-03-01- fix a crash when using the gnome-vfs plugin with newer gnome-vfs versionsBastien Nocera
CVS patchset: 6197 CVS date: 2004/03/01 00:17:27
2004-02-29Various compilation fixes and updates:František Dvořák
- xine compilable without iconv (scream if I something broke) - update MSVC port, fixes in avi demux - add iff.h into makefiles - ffmpeg depends on zlib (build was OK only when freetype was installed) - commit a patch for goom CVS patchset: 6192 CVS date: 2004/02/29 17:26:45
2004-02-28Show auto-scan calls when call debugging is in effect.Rocky Bernstein
CVS patchset: 6190 CVS date: 2004/02/28 19:29:38
2004-02-23typo fix from libdvdread, found by Yi-Shin Li, patch seen on Ogle-devel by ↵Michael Roitzsch
Daniel CVS patchset: 6186 CVS date: 2004/02/23 18:15:11
2004-02-19Mandrake patches fromRocky Bernstein
http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/SPECS/xine-lib/ via Goetz Waschk who reports: The amd64 patch (xine-lib-1-rc0a-amd64.patch) sets some conservative CFLAGS for amd64, the lib64 patch (xine-lib-1-rc0a-lib64.patch) replaces hardcoded /lib to support the lib64 library dir on amd64, the directfb patch (xine-lib-1-rc2-no-directfb.patch) adds a configure option to disable directfb, the linuxfb patch (xine-lib-1-rc3a-no-linuxfb.patch) does the same for linux framebuffer and the 64bit fixes patch (xine-lib-1-rc3-64bit-fixes.patch) doesn't apply at the moment against the CVS -- demux_ogg.c was not applied. it includes some 64 bit pointer and other fixes for 64bit architectures. from Gwenole Beauchesne I haven't tested other than apply and compile. CVS patchset: 6174 CVS date: 2004/02/19 02:50:24