summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-09-01README updates.James Courtier-Dutton
The README.xinerc now contains all config items which might appear. Some are left for developers to add meanings. Some typo changes. CVS patchset: 543 CVS date: 2001/09/01 18:00:16
2001-09-01Do not crash, when caller passes bufs with more than INPUT_BUF_SIZE bytesJuergen Keil
CVS patchset: 542 CVS date: 2001/09/01 17:59:42
2001-09-01Enable MMX accelerated code on x86Juergen Keil
Workaround a gcc-2.95.2 compiler bug in put_pixels_clamped_mmx, add_pixels_clamped_mmx Fix "debug" build for libffmpeg CVS patchset: 541 CVS date: 2001/09/01 17:57:20
2001-09-01Flush buffered audio samples on audio driver closeJuergen Keil
Add 'static_delay' code, (same as OSS audio driver) CVS patchset: 540 CVS date: 2001/09/01 17:54:52
2001-09-01DEBUG buils, profiler code crashes with NULL pointer accessJuergen Keil
CVS patchset: 539 CVS date: 2001/09/01 17:10:00
2001-09-01make set_speed more robustGuenter Bartsch
CVS patchset: 538 CVS date: 2001/09/01 15:52:17
2001-09-01ffmpeg is stable enough so we don't need this option any longerGuenter Bartsch
CVS patchset: 537 CVS date: 2001/09/01 15:12:12
2001-09-01big demuxer clean, demux_ts should work again.Guenter Bartsch
implemented time based seeking / stream length detection, implemented in demux_avi.c demux_mpeg_block.c demux_mpeg.c xine-engine cleanup, xine_seek is gone, use xine_play instead. xine_pause is gone, use xine_set/get_speed instead. CVS patchset: 536 CVS date: 2001/09/01 14:32:59
2001-09-01Better rate info passing.James Courtier-Dutton
Uses decoder_info[1..3] for rate, bits, channels. Info now passed from demux_avi to liblpcm. CVS patchset: 535 CVS date: 2001/09/01 01:51:50
2001-08-31Fix byte order problems for AVI files with LPCM sound.Juergen Keil
CVS patchset: 534 CVS date: 2001/08/31 17:57:54
2001-08-31document another solaris shm kernel parameter that needs to be tuned toJuergen Keil
use mit-shm with xine. add a hint to the /usr/lib/lwp "alternate" thread library implementation available on solaris 8. CVS patchset: 533 CVS date: 2001/08/31 15:54:51
2001-08-31Add mediaLib acceleration on UltraSPARCs for ffmpeg's libavcodecJuergen Keil
CVS patchset: 532 CVS date: 2001/08/31 14:33:08
2001-08-31Add mediaLib acceleration for UltarSPARCs to ffmpeg's libavcodecJuergen Keil
CVS patchset: 531 CVS date: 2001/08/31 14:32:24
2001-08-31Improved rate sensing.James Courtier-Dutton
CVS patchset: 530 CVS date: 2001/08/31 01:07:55
2001-08-30Added autosensing of rate.James Courtier-Dutton
Sound now works on i386 platforms. CVS patchset: 529 CVS date: 2001/08/30 23:43:49
2001-08-30added FPM_M68K define. Someone needs to provide the native function...Siggi Langauf
CVS patchset: 528 CVS date: 2001/08/30 22:23:59
2001-08-30testing-prerelease for m68k portSiggi Langauf
CVS patchset: 527 CVS date: 2001/08/30 22:17:45
2001-08-30(blindly) added compiler flags for m68kSiggi Langauf
CVS patchset: 526 CVS date: 2001/08/30 22:04:11
2001-08-30Soureforge's UltraSPARC Linux compilefarm box is still unhappy withJuergen Keil
-mcpu=ultrasparc, back to -mcpu=supersparc (on linux) CVS patchset: 525 CVS date: 2001/08/30 17:37:26
2001-08-30Enable mediaLib usage in libac52Juergen Keil
CVS patchset: 524 CVS date: 2001/08/30 17:15:31
2001-08-30cosmetic change (use mmioFOURCC macro instead of hex constant)Juergen Keil
CVS patchset: 523 CVS date: 2001/08/30 17:14:23
2001-08-30Some users reported problems on Solaris SPARC with an undefined 'get_rl_index'.Juergen Keil
Apparently because the compiler was unable to inline a call to get_rl_index somewhere, and an 'extern inline' function does not output the assembler code for such a function. 'static inline' fixes the problem. (Another option to fix this problem is to use 'extern inline' in the header, *and* include a non-inline version of the same function in the library, too. See also the gcc.info file, "C Extensions" -> Node "An Inline Function is As Fast As a Macro") CVS patchset: 522 CVS date: 2001/08/30 15:43:10
2001-08-30Fix byteorder problems on bigendian cpusJuergen Keil
CVS patchset: 521 CVS date: 2001/08/30 12:48:10
2001-08-30Fix byteorder problem for bigendian cpusJuergen Keil
CVS patchset: 520 CVS date: 2001/08/30 12:46:31
2001-08-29re-merged gcc-3.0 "cirp" bug fix from a52dec cvs.Eduard Hasenleithner
CVS patchset: 519 CVS date: 2001/08/29 17:56:21
2001-08-29sorting out demux close <-> stopGuenter Bartsch
CVS patchset: 518 CVS date: 2001/08/29 11:14:12
2001-08-29Fogotten A52 changes.Daniel Caujolle-Bert
CVS patchset: 517 CVS date: 2001/08/29 10:31:39
2001-08-29handle avi streams without / with unknown audioGuenter Bartsch
CVS patchset: 516 CVS date: 2001/08/29 02:23:58
2001-08-29update to liba52 v 0.7.0 including the dynamic range compensation feature ↵Guenter Bartsch
(disabled by default, enable it in your .xinerc if you want it) CVS patchset: 515 CVS date: 2001/08/29 00:51:57
2001-08-28Follow our coding style.Daniel Caujolle-Bert
CVS patchset: 514 CVS date: 2001/08/28 23:13:08
2001-08-28Fixed sed pattern. Reintroduce XINE_PAUSE status. Fixed deadlock in ↵Daniel Caujolle-Bert
xine_pause. Fixed many pause/unpause case. Syncing xine.h.tmpl.in with xine_internal.h about status (Please, don't forget to update the public API header, that made troubles). CVS patchset: 513 CVS date: 2001/08/28 22:52:57
2001-08-28Added sync code from Hubert Matthews [hubert.matthews@unicornportal.com]James Courtier-Dutton
Modified some memset's in input_file. CVS patchset: 512 CVS date: 2001/08/28 22:44:09
2001-08-28added man page for xine-configSiggi Langauf
CVS patchset: 511 CVS date: 2001/08/28 22:08:39
2001-08-28update to ffmpeg 0.4.5, buf types cleanup based on patch provided by Miguel ↵Guenter Bartsch
Freitas CVS patchset: 510 CVS date: 2001/08/28 19:16:19
2001-08-28FAQ updatesGuenter Bartsch
CVS patchset: 509 CVS date: 2001/08/28 17:56:21
2001-08-27Execute chmod at the right place.Daniel Caujolle-Bert
CVS patchset: 508 CVS date: 2001/08/27 11:40:23
2001-08-27credits to FAQ translatorsGuenter Bartsch
CVS patchset: 507 CVS date: 2001/08/27 09:37:36
2001-08-27FAQ updatesGuenter Bartsch
CVS patchset: 506 CVS date: 2001/08/27 09:33:20
2001-08-26fixed double manpages, so packages are installableSiggi Langauf
CVS patchset: 505 CVS date: 2001/08/26 23:12:10
2001-08-26Surround sound audio actually works now.James Courtier-Dutton
CVS patchset: 504 CVS date: 2001/08/26 17:52:53
2001-08-26spanish FAQ update from Alfredo Jess DelaitiGuenter Bartsch
CVS patchset: 503 CVS date: 2001/08/26 15:37:55
2001-08-26MONO, STEREO, 4CHANNEL, 5CHANNEL and 5.1CHANNEL analogue audio out now work.James Courtier-Dutton
CVS patchset: 502 CVS date: 2001/08/26 15:24:24
2001-08-26Added support for sensing capabilities of the sound hardware.James Courtier-Dutton
CVS patchset: 501 CVS date: 2001/08/26 13:10:07
2001-08-26added debianization to dist tarball,Siggi Langauf
removed obsolete 0.4 debianization CVS patchset: 500 CVS date: 2001/08/26 09:50:10
2001-08-26Clean up.James Courtier-Dutton
CVS patchset: 499 CVS date: 2001/08/26 09:38:23
2001-08-26added debian packaging stuffSiggi Langauf
There's still one policy violation: -fPIC is not used on libxine. Have to work out if we're wrong or policy is wrong here... CVS patchset: 498 CVS date: 2001/08/26 09:37:22
2001-08-26Speed modes work again.James Courtier-Dutton
CVS patchset: 497 CVS date: 2001/08/26 09:32:38
2001-08-25Added support for MONO in alsa09.James Courtier-Dutton
CVS patchset: 496 CVS date: 2001/08/25 23:55:50
2001-08-25Considerably improved the accuracy ofJames Courtier-Dutton
unixscr_get_current( ... ) Modified behaviour of unixscr_adjust( ... ) this->cur_pts now stays fairly constant and acts more as a pts offset. This could break any plugins which make use of adjust (e.g. dxr3). CVS patchset: 495 CVS date: 2001/08/25 21:34:25
2001-08-25Used the patch from Mike Lampard to adopt the new set_speed syntax.Eduard Hasenleithner
CVS patchset: 494 CVS date: 2001/08/25 21:21:01