summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2004-05-25Use DGA to obtain the device path/file descriptor to the framebuffer rather ↵Robin KAY
than have it as config option. For video_out_pgx64 only, use window properties to prevent multiple xine instances from trying to use the hardware overlay. CVS patchset: 6591 CVS date: 2004/05/25 23:24:04
2004-05-25the new, improved, the "definitive" ldt_keeper! ;-)Miguel Freitas
linux threads may share the same LDT, therefore we must check if entry was already set before trying to create a new segment descriptor. this patch must fix at least some segfaults when w32 decoders are disposed. (did i said i hate this win32 crap?) CVS patchset: 6590 CVS date: 2004/05/25 16:31:50
2004-05-24Comply with convention - put wFormatTag value before fourcc'sJames Stembridge
CVS patchset: 6589 CVS date: 2004/05/24 22:24:42
2004-05-241) Support AAC in AVIJames Stembridge
2) Simplify libfaad init CVS patchset: 6588 CVS date: 2004/05/24 22:17:57
2004-05-24Reset support.Thibaut Mattern
Pass the seeking stress test now ;) CVS patchset: 6586 CVS date: 2004/05/24 19:43:47
2004-05-23Improve seeking smoothness.Thibaut Mattern
1 - When a first frame is still referenced, poll until there is only one reference. (with a limit, see FIRST_FRAME_MAX_POLL). This way the frame is displayed as soon as possible. 2 - When a "flush" occured, don't wait the full duration of the frame and exit the waing loop as soon as possible. The problems have been identified and fixed using a toxine script to stress seeking. It's available here (requires toxine cvs) : http://xine.sourceforge.net/tmattern/seek_test_1.toxine It performs approx. 500 seeks. I have tested avi, asf, mov, mpg, mkv streams. The engine can do a bit more than 10 seeks per second here (athlon 2.6 GHz), with all kind of streams. ;) toxine has been improved to support a such script (env vars, and the "repeat" command), thanks to Daniel. CVS patchset: 6585 CVS date: 2004/05/23 21:30:26
2004-05-23Remove 2 added lines from the previous commit.Thibaut Mattern
CVS patchset: 6584 CVS date: 2004/05/23 18:47:02
2004-05-23Move the "wait first frame" stuff to a separate function.Thibaut Mattern
Make it easier to debug using XINE_PROFILE. CVS patchset: 6583 CVS date: 2004/05/23 18:41:57
2004-05-23NULL isn't a good default for a pointer ;) Fixes RV10 and RV20 decodingJames Stembridge
CVS patchset: 6582 CVS date: 2004/05/23 16:34:42
2004-05-23rename from AO_CAP_32BITS to AO_CAP_FLOAT32Michael Roitzsch
CVS patchset: 6581 CVS date: 2004/05/23 16:20:56
2004-05-23Demuxer now outputs sensible timestamps so no need to use the binary codec ↵James Stembridge
to fix them - it doesn't do a very good job of it anyway CVS patchset: 6580 CVS date: 2004/05/23 16:12:04
2004-05-231) Simpler fragment skipping for RV30 and RV40James Stembridge
2) Fix timestamps for video with b-frames CVS patchset: 6579 CVS date: 2004/05/23 16:05:47
2004-05-23Fix detection of a partially obscured window.Robin KAY
CVS patchset: 6578 CVS date: 2004/05/23 15:11:34
2004-05-21double-free fix for yuv decoder by Barry ScottMichael Roitzsch
CVS patchset: 6576 CVS date: 2004/05/21 19:54:42
2004-05-21Don't wait if the flush already occured.Thibaut Mattern
Problem solved using a toxine script to stress seeking. CVS patchset: 6574 CVS date: 2004/05/21 13:41:02
2004-05-20missing headersMiguel Freitas
CVS patchset: 6573 CVS date: 2004/05/20 23:11:54
2004-05-20this is not available hereMichael Roitzsch
CVS patchset: 6572 CVS date: 2004/05/20 18:43:32
2004-05-19Other speaker arrangements tested and now working.James Courtier-Dutton
CVS patchset: 6570 CVS date: 2004/05/19 19:41:28
2004-05-19housekeepingMichael Roitzsch
CVS patchset: 6569 CVS date: 2004/05/19 18:36:12
2004-05-19Implement support for 5.1 channel.James Courtier-Dutton
I have only tested Stereo and Surround 5.1 modes so far. Removes an annoying bias bug. CVS patchset: 6568 CVS date: 2004/05/19 18:00:47
2004-05-18Add some XINE_STREAM_INFO for DTS/AC5 streams.James Courtier-Dutton
CVS patchset: 6567 CVS date: 2004/05/18 20:38:28
2004-05-18Have a little more control over debug output.James Courtier-Dutton
Do not like "make debug" with debug printf's. CVS patchset: 6565 CVS date: 2004/05/18 20:04:53
2004-05-18track number of times the port has being opened.Miguel Freitas
rewiring a closed port won't cause the new destination to be opened. CVS patchset: 6564 CVS date: 2004/05/18 03:16:12
2004-05-18bits, rate and mode were not set when audio post plugin was first createdMiguel Freitas
(intercepting the audio_out port). calling xine_post_wire_audio_port( post output, audio_out ) would close the audio_out and then reopen it with rate=0, bits=0, mode=0. (see post_audio_rewire() in post.c) CVS patchset: 6563 CVS date: 2004/05/18 02:01:39
2004-05-17Correct port status call.James Courtier-Dutton
If we change bits,rate or mode, we have to also provide our own status call. CVS patchset: 6562 CVS date: 2004/05/17 21:47:01
2004-05-17Fix noises appearing when seeking and using the upmix plugin.James Courtier-Dutton
CVS patchset: 6561 CVS date: 2004/05/17 21:28:06
2004-05-17Correct the copyright notice.James Courtier-Dutton
CVS patchset: 6560 CVS date: 2004/05/17 16:19:05
2004-05-17Implement the parameters api to see the Sub-woofer cut off frequency.James Courtier-Dutton
Which frontends support the parameters api ? CVS patchset: 6559 CVS date: 2004/05/17 16:12:48
2004-05-17Remove the center channel from the upmix.James Courtier-Dutton
It just causes the left and right channels to sound like they are coming from the center, so one looses any good left/right effects. CVS patchset: 6558 CVS date: 2004/05/17 15:10:20
2004-05-16From: Reinhard Nissl.James Courtier-Dutton
The fix stopps dropping properly received data. I realized the problem when switching channels in VDR. From time to time, it happend that switching took more than 50 ms (the timeout value used in _x_read_abort()), which caused the select() to timeout. In the case where 'stream->demux_action_pending' was set, the already received data was dropped due to returning 0. This finally resulted in your demuxer to fail with DEMUX_END, as it couldn't read 6 bytes from the PES header. So for the case, that there is some data available, it now takes twice the timeout (i. e. 100 ms), before a return 0 happens. Some more information: as in rare cases switching channels could take even longer than 100 ms, I've also added a loop around _x_read_about() in my VDR input plugin, which returns 0 just after this state lasts for 5 seconds. CVS patchset: 6557 CVS date: 2004/05/16 21:45:24
2004-05-16From: Reinhard Nissl.James Courtier-Dutton
Under certain circumstances, the result caused an overflow in 'num_frames', so that it could get negative. CVS patchset: 6556 CVS date: 2004/05/16 21:39:55
2004-05-16From: Reinhard NisslJames Courtier-Dutton
1) the 'size' of the A52 frame was calculated 'result' bytes to small. 2) a simpler "not jumbo detection": if 'size' was not changed, then it's not a jumbo and we're done. CVS patchset: 6555 CVS date: 2004/05/16 21:35:16
2004-05-16fix [ 855802 ] xine-lib -- input_pvr.c -- unpause seeks to beginningMiguel Freitas
CVS patchset: 6554 CVS date: 2004/05/16 19:32:36
2004-05-16Priority support.Thibaut Mattern
0 for "raw" demuxers 10 for "normal" demuxers CVS patchset: 6553 CVS date: 2004/05/16 18:01:26
2004-05-16Priority support for demuxer and input plugins (engine part).Thibaut Mattern
CVS patchset: 6552 CVS date: 2004/05/16 17:58:16
2004-05-16Remove references to video and metronom for the upmix plugin.James Courtier-Dutton
CVS patchset: 6550 CVS date: 2004/05/16 16:23:09
2004-05-16Changes in white space only.James Courtier-Dutton
e.g. changing // to /* */ CVS patchset: 6549 CVS date: 2004/05/16 15:13:34
2004-05-16Plugin is now a XINE_POST_TYPE_AUDIO_FILTER.James Courtier-Dutton
Some updates so that upmixing 8,16,24 and floats works. The output of the upmixer is currently 32bit floats, so it currently only works with alsa. New audio plugins could be added to change it back to 16bit before reaching audio out so that it works with OSS etc. We just need Frontend GUIs to catch up and support AUDIO_FILTER post plugins. CVS patchset: 6548 CVS date: 2004/05/16 14:44:42
2004-05-16Fix EOS handling (http).Thibaut Mattern
CVS patchset: 6547 CVS date: 2004/05/16 14:04:12
2004-05-16Make the upmix plugin act as a passthru if it cannot handle the upmix format.James Courtier-Dutton
CVS patchset: 6546 CVS date: 2004/05/16 02:56:35
2004-05-15Some more updates for 24bit sound.James Courtier-Dutton
CVS patchset: 6545 CVS date: 2004/05/15 23:44:25
2004-05-15Minor adjustments to start adding 24bit and 32bit-Float audio sample support.James Courtier-Dutton
CVS patchset: 6544 CVS date: 2004/05/15 20:27:50
2004-05-15Port subwoofer filter from mplayer.James Courtier-Dutton
CVS patchset: 6543 CVS date: 2004/05/15 18:22:26
2004-05-15First attempt at an upmix plugin.James Courtier-Dutton
It can handle 16bit audio 2-channel to 5.1 channel upmix. Currently, the .1 or LFE channel is not yet created. CVS patchset: 6542 CVS date: 2004/05/15 15:32:47
2004-05-15gcc 3.4.0 doesn't like function prototypes with the inline specifier. ffmpeg ↵Robin KAY
developers have been informed. CVS patchset: 6541 CVS date: 2004/05/15 14:23:15
2004-05-14trying to keep at least the most important parts up to dateMichael Roitzsch
CVS patchset: 6538 CVS date: 2004/05/14 13:36:03
2004-05-14fix compiler warning and make new config entry's strings translateableMichael Roitzsch
CVS patchset: 6537 CVS date: 2004/05/14 13:34:27
2004-05-14trying to fix overly enthusiastic elem demuxerMichael Roitzsch
CVS patchset: 6536 CVS date: 2004/05/14 13:31:49
2004-05-14Handle Jumbo A52/AC3 frames from VDRJames Courtier-Dutton
CVS patchset: 6534 CVS date: 2004/05/14 02:12:48
2004-05-13Don't set the img->duration to the default if it's 0 in vo_frame_draw - this ↵James Stembridge
allows the code for handling this special case to actually be used CVS patchset: 6532 CVS date: 2004/05/13 21:38:49