summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-06Few cleanups, memory leaks.Daniel Caujolle-Bert
CVS patchset: 1859 CVS date: 2002/05/06 21:40:02
2002-05-06fix cinepak decoding with xshm driverMiguel Freitas
CVS patchset: 1858 CVS date: 2002/05/06 20:32:36
2002-05-06Small update adding INPUT_CAP_PREVIEWJames Courtier-Dutton
CVS patchset: 1857 CVS date: 2002/05/06 12:14:30
2002-05-06Some clean ups and adjustments submitted by Michael Roitzsch ↵James Courtier-Dutton
<amalthea@freenet.de> CVS patchset: 1856 CVS date: 2002/05/06 11:26:37
2002-05-06*** empty log message ***Miguel Freitas
CVS patchset: 1855 CVS date: 2002/05/06 01:22:30
2002-05-06- remove deprecated zoom_mpeg1 (resizing policies are ui's job now)Miguel Freitas
- use the same video.disable_scaling setting in fb driver CVS patchset: 1854 CVS date: 2002/05/06 00:48:09
2002-05-05Fixed mrl checking (mrl:// wasn't respected).Daniel Caujolle-Bert
CVS patchset: 1853 CVS date: 2002/05/05 20:20:10
2002-05-04Fixing XVidMode support (that fix took me a few hours, wow). Also the SyncFBMatthias Dahl
plugin will now better handle a failure of the image buffer request and can recover from it by itself... at least in most situations. CVS patchset: 1852 CVS date: 2002/05/04 21:30:15
2002-05-04Playing the same file after a xine_stop() was unworkable. Fixed (i hope iDaniel Caujolle-Bert
haven't break anything). CVS patchset: 1851 CVS date: 2002/05/04 17:26:15
2002-05-04added zlib dependancy for libxine-devSiggi Langauf
CVS patchset: 1850 CVS date: 2002/05/04 07:41:53
2002-05-03switches to libtool versioningSiggi Langauf
(pessimistically assuming unstable API => LT_CURRENT=0; 1 would be better, but only if we assume a stable API) CVS patchset: 1849 CVS date: 2002/05/03 23:21:03
2002-05-03Remove all vfill references.Daniel Caujolle-Bert
CVS patchset: 1848 CVS date: 2002/05/03 22:42:16
2002-05-03removing unused libvfill directorySiggi Langauf
CVS patchset: 1847 CVS date: 2002/05/03 22:16:41
2002-05-03the 0.9.9-2 changesSiggi Langauf
CVS patchset: 1846 CVS date: 2002/05/03 19:53:07
2002-05-03Frame resizing patch from Miguel.Daniel Caujolle-Bert
CVS patchset: 1845 CVS date: 2002/05/03 14:20:19
2002-05-03Fix 'make debug' stage (slap on my face).Daniel Caujolle-Bert
CVS patchset: 1844 CVS date: 2002/05/03 08:08:30
2002-05-03fix some log messages. try to provide some hint to user so it may be ableMiguel Freitas
to get out of this situation himself... CVS patchset: 1843 CVS date: 2002/05/03 02:20:29
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