summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-12-17close output on disposeGuenter Bartsch
CVS patchset: 3571 CVS date: 2002/12/17 02:27:26
2002-12-17implement dispose function, fix grave bug in audio decoder: it was actually ↵Guenter Bartsch
a video decoder plugin... CVS patchset: 3570 CVS date: 2002/12/17 02:17:25
2002-12-17from utils.c: this should be called after seeking and before trying to ↵Miguel Freitas
decode the next frame CVS patchset: 3569 CVS date: 2002/12/17 00:30:07
2002-12-16rtsp: better server type recognitionStefan Holst
CVS patchset: 3568 CVS date: 2002/12/16 23:53:50
2002-12-16that should fix wma decoding problems after seekingMiguel Freitas
CVS patchset: 3567 CVS date: 2002/12/16 23:47:57
2002-12-16https://sourceforge.net/tracker/index.php?func=detail&aid=652577&group_id=96 ↵Miguel Freitas
55&atid=109655 CVS patchset: 3566 CVS date: 2002/12/16 23:29:59
2002-12-16bigger header and receive buffers in rtsp_session.Stefan Holst
CVS patchset: 3565 CVS date: 2002/12/16 23:17:34
2002-12-16real streaming fixes:Stefan Holst
- removing exit()s from pnm.c - server error message retrieving fixed in pnm.c - handling of server messages in rtsp CVS patchset: 3564 CVS date: 2002/12/16 21:50:54
2002-12-16*** empty log message ***Miguel Freitas
CVS patchset: 3563 CVS date: 2002/12/16 19:23:14
2002-12-16cleaning upMiguel Freitas
CVS patchset: 3562 CVS date: 2002/12/16 19:13:03
2002-12-16cleaning upMiguel Freitas
CVS patchset: 3561 CVS date: 2002/12/16 19:07:13
2002-12-16updated libfaadMiguel Freitas
CVS patchset: 3560 CVS date: 2002/12/16 18:59:50
2002-12-16update libfaadMiguel Freitas
CVS patchset: 3559 CVS date: 2002/12/16 18:58:53
2002-12-16fix Floating point exception playing some streams (mostly mp4)Miguel Freitas
CVS patchset: 3558 CVS date: 2002/12/16 18:57:49
2002-12-16log infoGuenter Bartsch
CVS patchset: 3557 CVS date: 2002/12/16 01:50:52
2002-12-16make qt demuxer sent a copy of the stsd atomGuenter Bartsch
CVS patchset: 3556 CVS date: 2002/12/16 01:34:08
2002-12-16Small hack to fix a problem with width.Thibaut Mattern
Now this stream play fine for me : http://a642.g.akamai.net/f/642/1360/5s/hosting1.hosting-media.com/fr/virgin/renaud/video/r_drmr-01_trail-high.rm CVS patchset: 3555 CVS date: 2002/12/16 00:57:35
2002-12-16fix Xavier's name, add Anders D. Wiehe for his osd patch contribDaniel Caujolle-Bert
CVS patchset: 3554 CVS date: 2002/12/16 00:33:13
2002-12-16Reenables width hack.Thibaut Mattern
CVS patchset: 3553 CVS date: 2002/12/16 00:32:12
2002-12-15try to fix function descriptionsGuenter Bartsch
CVS patchset: 3552 CVS date: 2002/12/15 22:58:47
2002-12-15Remove some vagueness decribing plugin routines. For example that theRocky Bernstein
units "length" returns is bytes, and elaborate on what "input" means with examples. Describe some idea of how some of the input routines are used. CVS patchset: 3551 CVS date: 2002/12/15 22:18:09
2002-12-15log outputGuenter Bartsch
CVS patchset: 3550 CVS date: 2002/12/15 21:49:14
2002-12-15cleanupGuenter Bartsch
CVS patchset: 3549 CVS date: 2002/12/15 21:23:39
2002-12-15More cleanups, accurate frame clipping if video size not divisible by 4Ewald Snel
CVS patchset: 3548 CVS date: 2002/12/15 18:44:52
2002-12-15Report broken framesEwald Snel
CVS patchset: 3547 CVS date: 2002/12/15 18:02:35
2002-12-15Add Xavier _unknown_Daniel Caujolle-Bert
CVS patchset: 3546 CVS date: 2002/12/15 17:09:10
2002-12-15- set high water marks to higher values in http, pnm andStefan Holst
rtsp input plugins to prevent stuttering at the beginning - enable CAP_PREVIEW in pnm and rtsp input plugins CVS patchset: 3545 CVS date: 2002/12/15 16:54:10
2002-12-15these new methodsStefan Holst
nbc_set_high_water_mark nbc_set_low_water_mark gives network input plugins a bit more control over buffering. CVS patchset: 3544 CVS date: 2002/12/15 16:48:56
2002-12-15The _XOPEN_SOURCE define for getting a swab() prototype confuses the solarisJuergen Keil
build of the arts audio driver (because a defined _XOPEN_SOURCE removes solaris extensions from the system's header files, only stuff defined by XOPEN is visable). Btw. swab() is not used at all in this file. Maybe the _XOPEN_SOURCE define should be removed ? CVS patchset: 3543 CVS date: 2002/12/15 16:38:04
2002-12-15Use bswap macrosEwald Snel
CVS patchset: 3542 CVS date: 2002/12/15 16:35:51
2002-12-15Use common xine color conversionEwald Snel
CVS patchset: 3541 CVS date: 2002/12/15 16:15:25
2002-12-15update metainfo more often, patch inspired by Marco ZühlkeMichael Roitzsch
CVS patchset: 3540 CVS date: 2002/12/15 16:05:23
2002-12-15for XINE_GUI_SEND_VIDEOWIN_VISIBLE, data is type int, not int*Michael Roitzsch
(at least it has always been used like that) CVS patchset: 3539 CVS date: 2002/12/15 16:04:15
2002-12-15convenienceMichael Roitzsch
CVS patchset: 3538 CVS date: 2002/12/15 16:01:11
2002-12-15mms input plugin changesThibaut Mattern
CVS patchset: 3537 CVS date: 2002/12/15 12:00:36
2002-12-15Adds the xml parser and mms changesThibaut Mattern
CVS patchset: 3536 CVS date: 2002/12/15 11:56:26
2002-12-15Disable demux_mpeg_block_estimate_rate. This should be used only ifRocky Bernstein
the mux rate is found faulty since 1. It has problems of its own. 2. It does more I/O and work than just using the mux rate 3. The protocol way should be given the first chance. CVS patchset: 3535 CVS date: 2002/12/15 04:58:07
2002-12-15network input plugin is working again.Stefan Holst
CVS patchset: 3534 CVS date: 2002/12/15 01:56:40
2002-12-15A part of real media file handling now uses xine_buffer_*.Stefan Holst
CVS patchset: 3533 CVS date: 2002/12/15 01:51:36
2002-12-15Introducing an implementation of dynamic buffer especially usefulStefan Holst
for network input plugins to prevent buffer overflows. All the new functions were prefixed by "xine_buffer". CVS patchset: 3532 CVS date: 2002/12/15 01:47:59
2002-12-15fixed indenting, change message prefix from "pnm" to "input_pnm",Stefan Holst
turned off all non-error messages, much easier mrl parsing. CVS patchset: 3531 CVS date: 2002/12/15 01:34:56
2002-12-15demux_mpeg_block_estimate_rate():Rocky Bernstein
Don't read outside of region that we are supposed to get bitrate estimate of. Bound the number of reads and samples (which also bounds the time spent in this routine. CVS patchset: 3530 CVS date: 2002/12/15 01:05:36
2002-12-14updated Makefile.am for input_net.Stefan Holst
CVS patchset: 3529 CVS date: 2002/12/14 23:32:43
2002-12-14add stefanGuenter Bartsch
CVS patchset: 3528 CVS date: 2002/12/14 23:20:48
2002-12-14input_net has been ported to new api.Stefan Holst
CVS patchset: 3527 CVS date: 2002/12/14 23:02:59
2002-12-14document progress on real media streaming supportGuenter Bartsch
CVS patchset: 3526 CVS date: 2002/12/14 20:26:58
2002-12-14some debug outputGuenter Bartsch
CVS patchset: 3525 CVS date: 2002/12/14 20:01:53
2002-12-14pts are now delivered in 1/90000 second unitsGuenter Bartsch
CVS patchset: 3524 CVS date: 2002/12/14 20:01:18
2002-12-14deliver timestamps in 1/90000 second units, fix handling of type 4 audio headersGuenter Bartsch
CVS patchset: 3523 CVS date: 2002/12/14 20:00:38
2002-12-14The bandwidth cost is too high to do one-field deinterlacing in hardware.Robin KAY
CVS patchset: 3522 CVS date: 2002/12/14 18:48:57