summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-03better libmad descriptionMiguel Freitas
CVS patchset: 1842 CVS date: 2002/05/03 01:44:03
2002-05-03*** empty log message ***Miguel Freitas
CVS patchset: 1841 CVS date: 2002/05/03 00:58:05
2002-05-03fix VCD playback (i've just learned once for all: mpeg SCR must never beMiguel Freitas
relied upon for discontinuity detection. there are too many broken streams out there!) CVS patchset: 1840 CVS date: 2002/05/03 00:56:37
2002-05-02Just making sure the user sees the message right away.Matthias Dahl
CVS patchset: 1839 CVS date: 2002/05/02 20:32:36
2002-05-02Declare a logo name constant (better to use in UIs).Daniel Caujolle-Bert
CVS patchset: 1838 CVS date: 2002/05/02 18:59:29
2002-05-02*** empty log message ***Matthias Dahl
CVS patchset: 1837 CVS date: 2002/05/02 17:53:08
2002-05-02* more updates/fixesMatthias Dahl
* finally made the README much more useful for the user (e.g. installation) CVS patchset: 1836 CVS date: 2002/05/02 17:51:47
2002-05-02Fix a warning message in timer.cJames Courtier-Dutton
CVS patchset: 1835 CVS date: 2002/05/02 16:00:45
2002-05-02Small re-org to some dxr3 code.James Courtier-Dutton
CVS patchset: 1834 CVS date: 2002/05/02 14:33:30
2002-05-02Made logo configurable. Add a new XINE_LOGO status, use XINE_QUIT atDaniel Caujolle-Bert
xine_exit() (avoid input plugin problems). CVS patchset: 1833 CVS date: 2002/05/02 12:31:02
2002-05-02only include machine/soundcard.h for FreeBSD versions below 4.xHeiko Schaefer
CVS patchset: 1832 CVS date: 2002/05/02 10:24:10
2002-05-02Fix xine-logoconv removal and new logo mpeg adding.Daniel Caujolle-Bert
CVS patchset: 1831 CVS date: 2002/05/02 07:45:55
2002-05-02new logo code; xine uses a logo MRL instead of proprietary logo files.Siggi Langauf
advantages of this implementation: - less (ie simpler) code - works around the wrong-coloured-logo issue (okay, .yv12.gz did as well) - logo doesn't flash between streams any more - smaller logo file (currently MPEG1 elementary stream, as that's all I could create with the GIMP. Other formats may compress even better...) - support for animated logos, even with sound CVS patchset: 1830 CVS date: 2002/05/02 01:44:44
2002-05-02the 0.9.9-1 changelogSiggi Langauf
CVS patchset: 1829 CVS date: 2002/05/02 01:34:06
2002-05-02* removed the shared memory stuff because I have no idea why they were inMatthias Dahl
there in the first place?! (didn't you ask me about it a few month ago Miguel? *grin*) * bug fixes (like the default_repeat stuff) * code cleanup * convert the last remaining c++ comment tags into c style * update README.syncfb (known bugs and always write xine in lower case *grin*) CVS patchset: 1828 CVS date: 2002/05/02 00:07:46
2002-05-01We now have acceptable menu buttons.James Courtier-Dutton
CVS patchset: 1827 CVS date: 2002/05/01 22:58:42
2002-05-01Initial adding of some menu button highlights.James Courtier-Dutton
Not finished yet. CVS patchset: 1826 CVS date: 2002/05/01 22:22:56
2002-05-01planar yv12 logo formatGuenter Bartsch
CVS patchset: 1825 CVS date: 2002/05/01 20:38:19
2002-05-01big cleanup on plugin dispose handling, small improvements on version ↵Guenter Bartsch
handling for decoder plugins CVS patchset: 1824 CVS date: 2002/05/01 19:42:56
2002-05-01added xml parser/lexer from thibaut matternGuenter Bartsch
CVS patchset: 1823 CVS date: 2002/05/01 19:41:55
2002-05-01fix detection of blocksize for file inputMiguel Freitas
CVS patchset: 1822 CVS date: 2002/05/01 13:30:39
2002-05-01adding missing files, commenting out SDL parts because it is still not builtMatthias Dahl
with current cvs (SDL video-out still broken) CVS patchset: 1821 CVS date: 2002/05/01 13:13:02
2002-04-30biBitCount information not needed for cinepak moviesEwald Snel
CVS patchset: 1820 CVS date: 2002/04/30 20:06:16
2002-04-30Fix ogg/vorbis and Xvid checks.Daniel Caujolle-Bert
CVS patchset: 1819 CVS date: 2002/04/30 19:35:49
2002-04-30*** empty log message ***Miguel Freitas
CVS patchset: 1818 CVS date: 2002/04/30 18:48:39
2002-04-30libmad updatedMiguel Freitas
CVS patchset: 1817 CVS date: 2002/04/30 18:46:58
2002-04-30noting latest SyncFB changes.Matthias Dahl
CVS patchset: 1816 CVS date: 2002/04/30 15:27:51
2002-04-30Update translation by Bartlomiej Muryn <forever@klub.chip.pl>Philipp Hahn
CVS patchset: 1815 CVS date: 2002/04/30 10:53:39
2002-04-30Remove cinepak decoder in old directoryEwald Snel
CVS patchset: 1814 CVS date: 2002/04/30 08:34:03
2002-04-30Add libxinevdec video decodersEwald Snel
- Cinepak decoder moved into this directory - New Creative YUV (CYUV) decoder by Mike Melanson - New Microsoft Video-1 (msvc) decoder by Ewald Snel CVS patchset: 1813 CVS date: 2002/04/30 08:28:09
2002-04-30remove sound card drift debug messagesMiguel Freitas
CVS patchset: 1812 CVS date: 2002/04/30 01:48:18
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
xine-lib should really never do an exit or abort, but instead pass back nice error values to the calling application, but until that happens, use abort() as that is tracable with gdb, whereas exit(1) is not backtraceable. CVS patchset: 1811 CVS date: 2002/04/29 23:31:59
2002-04-29setting things up for 0.9.10Guenter Bartsch
CVS patchset: 1810 CVS date: 2002/04/29 22:13:23
2002-04-29Fix 'make dist', all files are included in tarball now.Daniel Caujolle-Bert
CVS patchset: 1809 CVS date: 2002/04/29 21:05:40
2002-04-29Trying to fix libw32dll compiling.James Courtier-Dutton
CVS patchset: 1808 CVS date: 2002/04/29 20:58:50
2002-04-29Make dxr3 compile from the "make dist" sources.James Courtier-Dutton
CVS patchset: 1807 CVS date: 2002/04/29 20:14:45
2002-04-29Small cinepak fixesEwald Snel
CVS patchset: 1806 CVS date: 2002/04/29 10:31:45
2002-04-29Now I hope this is neither inappropriate nor rude but the old entry was a bitMatthias Dahl
wrong because I am not actually the .spec file maintainer - I just happen to do a few updates there from time to time... that's all. :-) CVS patchset: 1805 CVS date: 2002/04/29 06:52:03
2002-04-28Add some files which were left out of the "make dist" for the dxr3.James Courtier-Dutton
CVS patchset: 1804 CVS date: 2002/04/28 23:55:57
2002-04-28Fixes for some compile errors.James Courtier-Dutton
CVS patchset: 1803 CVS date: 2002/04/28 23:47:50
2002-04-28Add 'cinepak' decoder for QuickTime/AVIEwald Snel
CVS patchset: 1802 CVS date: 2002/04/28 19:31:30
2002-04-28Actually one could call this clean up wave *TWO* ... :-)Matthias Dahl
* updated README.syncfb (especially known bugs) * re-activated brightness/contrast control * bug fixes * some code cleanup CVS patchset: 1801 CVS date: 2002/04/28 18:55:13
2002-04-28descriptor leak patch from chrisxine-0_9_9-release0.9.9Guenter Bartsch
CVS patchset: 1800 CVS date: 2002/04/28 17:39:36
2002-04-28Minor cleanup and a possible little optimization... :)Matthias Dahl
CVS patchset: 1799 CVS date: 2002/04/28 16:16:18
2002-04-28last 0.9.9 preparations, disable ffmpeg debug output, error message fix for ossGuenter Bartsch
CVS patchset: 1798 CVS date: 2002/04/28 16:11:12
2002-04-28mms cleanup, removing asx parser (will be moved to xine-util/frontendsGuenter Bartsch
CVS patchset: 1797 CVS date: 2002/04/28 15:33:06
2002-04-28Thread-safe once-only initializationEwald Snel
CVS patchset: 1796 CVS date: 2002/04/28 15:32:41
2002-04-28OSS 8 bit sound problem fix by Gert Vervoort <Gert.Vervoort@wxs.nl> plus ↵Guenter Bartsch
indentiation fix CVS patchset: 1795 CVS date: 2002/04/28 15:20:38
2002-04-28Forgot the '&' in previous patchEwald Snel
CVS patchset: 1794 CVS date: 2002/04/28 10:39:47
2002-04-28Fix for possible memory leak (mutex, memory leak on some platforms)Ewald Snel
CVS patchset: 1793 CVS date: 2002/04/28 10:32:34