summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2002-12-14Add number of audio and subtitle channels stream informationEwald Snel
CVS patchset: 3521 CVS date: 2002/12/14 18:34:57
2002-12-14Improve mediaLib support in ffmpeg. This has been sent to ffmpeg-devel too.Robin KAY
CVS patchset: 3520 CVS date: 2002/12/14 16:43:22
2002-12-14The solaris pthread_cond_init() man page tells me:Juergen Keil
Attempting to initialize an already initialized condition variable results in undefined behavior. fifo->not_empty was initialized in fifo_new(); there should be no need to re-initialize it in fifo_remove_int().. CVS patchset: 3519 CVS date: 2002/12/14 16:33:59
2002-12-14ao_fill_gap() must be called with the driver_lock unlocked, becauseJuergen Keil
ao_fill_gap() locks the driver, too ==> deadlock CVS patchset: 3518 CVS date: 2002/12/14 16:17:57
2002-12-14No need to install qtpalette.hDaniel Caujolle-Bert
CVS patchset: 3517 CVS date: 2002/12/14 14:27:03
2002-12-14- rtsp audio only streams now work betterStefan Holst
- a hack to handle REDIRECT rtsp method - make rtsp fields case insensitive - add '.rm' suffix to mrls to force handling by demux_real. CVS patchset: 3516 CVS date: 2002/12/14 00:02:30
2002-12-13Stupid bug! Now reduced data copied to video RAM by 25%Robin KAY
CVS patchset: 3515 CVS date: 2002/12/13 23:41:52
2002-12-13create ~/.xine if it doesn't exist for plugin catalogGuenter Bartsch
CVS patchset: 3514 CVS date: 2002/12/13 21:31:38
2002-12-13always set input_pos and input_time on both, audio and video buffersGuenter Bartsch
CVS patchset: 3513 CVS date: 2002/12/13 21:13:17
2002-12-13avoid rdtsc with old cpusMiguel Freitas
make sure pages are mapped CVS patchset: 3512 CVS date: 2002/12/13 19:41:04
2002-12-13disable cache logMiguel Freitas
CVS patchset: 3511 CVS date: 2002/12/13 19:01:42
2002-12-13move some more issues to the optional sideGuenter Bartsch
CVS patchset: 3510 CVS date: 2002/12/13 18:26:08
2002-12-13i think i'm the only one who uses that script. so at least we should have ↵Miguel Freitas
something that works. CVS patchset: 3509 CVS date: 2002/12/13 18:23:22
2002-12-13metronom fix/improvement/simplification:Michael Roitzsch
do not align audio and video vpts on discontinuity, this finally makes multiangle DVDs play smooth with my DXR3 CVS patchset: 3508 CVS date: 2002/12/13 16:47:41
2002-12-13thanks to Miguel; I assume this really works, just saw the commitsMichael Roitzsch
CVS patchset: 3507 CVS date: 2002/12/13 16:03:55