summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2001-08-25Fixed bug in ao_alsa_delay function.James Courtier-Dutton
Removed un-needed variables which have moved to xine-engine/audio_out.c CVS patchset: 493 CVS date: 2001/08/25 15:52:09
2001-08-25added Daniel's seeking-without-closing-input-plugin function againGuenter Bartsch
CVS patchset: 492 CVS date: 2001/08/25 14:56:19
2001-08-25reflect new trick play functions in public header fileGuenter Bartsch
CVS patchset: 491 CVS date: 2001/08/25 08:50:11
2001-08-25measuring complete audio/video output performanceGuenter Bartsch
CVS patchset: 490 CVS date: 2001/08/25 08:48:12
2001-08-25fixed content type detectionGuenter Bartsch
CVS patchset: 489 CVS date: 2001/08/25 08:40:08
2001-08-25fixed typoSiggi Langauf
CVS patchset: 488 CVS date: 2001/08/25 08:29:22
2001-08-25credits to peterGuenter Bartsch
CVS patchset: 487 CVS date: 2001/08/25 08:22:22
2001-08-25adapted alsa05 plugin to new audio architecture (untested)Guenter Bartsch
CVS patchset: 486 CVS date: 2001/08/25 08:19:58
2001-08-25small cleanupsGuenter Bartsch
CVS patchset: 485 CVS date: 2001/08/25 08:11:41
2001-08-25small cleanups and fixes for new pause implementationGuenter Bartsch
CVS patchset: 484 CVS date: 2001/08/25 07:51:24
2001-08-25make avi demuxer take care of keyframesGuenter Bartsch
CVS patchset: 483 CVS date: 2001/08/25 07:42:30
2001-08-25fixed seeking (back to the old method), implementing true pause function, ↵Guenter Bartsch
introducing trick playback (slow motion and fast forward) CVS patchset: 482 CVS date: 2001/08/25 07:12:16
2001-08-25fixed alsa output open return valuesGuenter Bartsch
CVS patchset: 481 CVS date: 2001/08/25 06:48:18
2001-08-25alsa05 audio output plugin update from Peter WeissgerberGuenter Bartsch
CVS patchset: 480 CVS date: 2001/08/25 04:33:33