summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)Author
2003-02-24make it compile again without external libdvdread.Siggi Langauf
(I guess this is supposed to work somehow differently. Feel free to fix!) CVS patchset: 4283 CVS date: 2003/02/24 20:44:26
2003-02-24sorry, wrong commit, this time it is: fix seek detectionMichael Roitzsch
CVS patchset: 4282 CVS date: 2003/02/24 18:31:15
2003-02-24fix seek detectionMichael Roitzsch
CVS patchset: 4281 CVS date: 2003/02/24 18:22:33
2003-02-24Reverts the detection of empty fifos.Thibaut Mattern
It caused problems with radios. CVS patchset: 4280 CVS date: 2003/02/24 01:24:19
2003-02-24nbc_end_of_stream is no more needed.Thibaut Mattern
CVS patchset: 4279 CVS date: 2003/02/24 00:12:06
2003-02-24- starts buffering when one fifo is empty (better for poorly interleaved ↵Thibaut Mattern
streams) - 'mplayer like' debug mode ('\r') ;) CVS patchset: 4278 CVS date: 2003/02/24 00:04:36
2003-02-23Uses nbc_end_of_stream().Thibaut Mattern
CVS patchset: 4274 CVS date: 2003/02/23 22:28:26
2003-02-23Uses nbc_end_of_stream().Thibaut Mattern
CVS patchset: 4273 CVS date: 2003/02/23 22:12:57
2003-02-23New function to unpause the engine at the end of the stream if needed.Thibaut Mattern
CVS patchset: 4270 CVS date: 2003/02/23 21:58:07
2003-02-23New function that should be called at the end of the stream to unpause the ↵Thibaut Mattern
engine if buffering. CVS patchset: 4269 CVS date: 2003/02/23 21:52:42
2003-02-23Always the same story.Thibaut Mattern
CVS patchset: 4267 CVS date: 2003/02/23 19:42:23
2003-02-23 - Remove constants related to fifo sizesThibaut Mattern
- Uses the num_free() method There is still a problem when buffering at the end of the stream. CVS patchset: 4266 CVS date: 2003/02/23 19:33:47
2003-02-23Wow, I've forgotten a big part of my patch !Thibaut Mattern
CVS patchset: 4264 CVS date: 2003/02/23 15:56:42
2003-02-23- quit if we can't initialise gnome-vfsBastien Nocera
CVS patchset: 4260 CVS date: 2003/02/23 03:56:10
2003-02-21- inform the width and height for the v4l input plugin, remove plenty of nastyBastien Nocera
printf's, name the yuv_frames plugin properly CVS patchset: 4235 CVS date: 2003/02/21 19:13:15
2003-02-21support seeking from the start of the stream (if requested offset >=Mike Melanson
current offset) CVS patchset: 4227 CVS date: 2003/02/21 02:22:15
2003-02-20syncing to libdvdnav 0.1.5 and modifying input plugin accordinglyMichael Roitzsch
quoting the ChangeLog: * some bugfixes * code cleanup * build process polishing * more sensible event order in get_next_block to ensure useful event delivery * VOBU level resume * fixed: seeking in a multiangle feature briefly showed the wrong angle CVS patchset: 4217 CVS date: 2003/02/20 16:01:57
2003-02-20fixed copious bugs in the _read(), _seek() and _get_current_pos()Mike Melanson
functions with respect to preview buffers CVS patchset: 4213 CVS date: 2003/02/20 05:28:52
2003-02-18- Don't report twice the same number.Thibaut Mattern
- Report a progress even if the bitrate is not known CVS patchset: 4197 CVS date: 2003/02/18 23:15:07
2003-02-16- log fixesThibaut Mattern
- stronger protection CVS patchset: 4172 CVS date: 2003/02/16 15:59:16
2003-02-14FreeBSD compile fixesHeiko Schaefer
CVS patchset: 4158 CVS date: 2003/02/14 18:11:47
2003-02-14FreeBSD compile fixesHeiko Schaefer
CVS patchset: 4157 CVS date: 2003/02/14 18:00:38
2003-02-14make it compileGuenter Bartsch
CVS patchset: 4155 CVS date: 2003/02/14 14:58:06
2003-02-13use the requested channel number when querying for the languageMichael Roitzsch
(the _cool_ menu in xine-ui displays the correct languages now) CVS patchset: 4144 CVS date: 2003/02/13 16:24:27
2003-02-13fixed gnome-vfs plugin to be used for remote locations (other than http)Bastien Nocera
CVS patchset: 4141 CVS date: 2003/02/13 12:55:29
2003-02-11freebsd compile fixHeiko Schaefer
CVS patchset: 4134 CVS date: 2003/02/11 16:28:47
2003-02-11needed for FreeBSDHeiko Schaefer
CVS patchset: 4133 CVS date: 2003/02/11 16:20:40
2003-02-11enable libdvdcss title key cacheMichael Roitzsch
CVS patchset: 4132 CVS date: 2003/02/11 15:17:10
2003-02-11fix broken macro, with regards to Jeff Smith, who sent the patchMichael Roitzsch
CVS patchset: 4131 CVS date: 2003/02/11 15:12:42
2003-02-10apparently needed on FreeBSDHeiko Schaefer
CVS patchset: 4128 CVS date: 2003/02/10 22:11:10
2003-02-10malloc.h seems uneededHeiko Schaefer
CVS patchset: 4127 CVS date: 2003/02/10 22:08:36
2003-02-08New net_buf_ctrl strategy.Thibaut Mattern
see http://sourceforge.net/mailarchive/forum.php?thread_id=1568239&forum_id=7131 CVS patchset: 4116 CVS date: 2003/02/08 13:52:44
2003-02-05try to have the same behaviour reading from network on http/mms/pnm/rtsp.Miguel Freitas
select() is useful to avoid burning cpu cicles, otoh, we should not call it after end of stream since it will hang xine for 30sec. idea: do select() only on EAGAIN. todo: unify these functions (?) CVS patchset: 4105 CVS date: 2003/02/05 00:08:55
2003-02-01- remove a magic number, thanks to Cameron Simpson <cs@zip.com.au>Bastien Nocera
CVS patchset: 4082 CVS date: 2003/02/01 23:54:03
2003-02-01increasing frame buffer for smoother playbackStefan Holst
CVS patchset: 4078 CVS date: 2003/02/01 18:37:11
2003-01-31fix the v4l plugin for lower resolution devices (webcam)Bastien Nocera
CVS patchset: 4066 CVS date: 2003/01/31 17:56:35
2003-01-31- MAX_PREVIEW_SIZE = 4096Miguel Freitas
- new fb driver with zero copy CVS patchset: 4058 CVS date: 2003/01/31 14:06:03
2003-01-30input device is configurable nowDaniel Caujolle-Bert
CVS patchset: 4052 CVS date: 2003/01/30 23:28:11
2003-01-29- add asx parser (sends mrl events)Miguel Freitas
- remove old avi subtitle hack CVS patchset: 4046 CVS date: 2003/01/29 18:53:54
2003-01-29logDaniel Caujolle-Bert
CVS patchset: 4043 CVS date: 2003/01/29 18:18:02
2003-01-29auto* fix: pass 1Daniel Caujolle-Bert
CVS patchset: 4036 CVS date: 2003/01/29 11:10:50
2003-01-29percent should not be more than 100Miguel Freitas
CVS patchset: 4035 CVS date: 2003/01/29 11:08:11
2003-01-29disable 30s select and try to match end of stream behaviour of http pluginMiguel Freitas
CVS patchset: 4033 CVS date: 2003/01/29 10:49:24
2003-01-29avoid segfaultMiguel Freitas
CVS patchset: 4029 CVS date: 2003/01/29 02:02:03
2003-01-28Fixes end of stream problem.Thibaut Mattern
CVS patchset: 4027 CVS date: 2003/01/28 23:15:15
2003-01-28Forward seeking works now.xine-1-beta3-release1-beta3Thibaut Mattern
Now xine can play this url : xine http://216.127.95.21/moviefiles/kampfpilot.wmv CVS patchset: 4025 CVS date: 2003/01/28 20:28:30
2003-01-27temporary fix for segfaulting DVDsMichael Roitzsch
libdvdnav cleanup needed (will start tomorrow) CVS patchset: 4021 CVS date: 2003/01/27 21:02:41
2003-01-26revert, commited by error, thibaut patch ;-)Daniel Caujolle-Bert
CVS patchset: 4017 CVS date: 2003/01/26 23:36:46
2003-01-26fix automake warning. NOTE: nvtv user, can you check if i didn't break ↵Daniel Caujolle-Bert
compilation of this stuff?? CVS patchset: 4016 CVS date: 2003/01/26 23:31:13
2003-01-25Avoid to send garbage to decoders.Thibaut Mattern
CVS patchset: 4007 CVS date: 2003/01/25 15:00:07