summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Collapse)Author
2002-06-07- demuxer cleanup (helper functions)Miguel Freitas
- endianness fixes/cleanups (fix asf demuxer/audio for bigendian) - xine_waveformatex - increased demuxer plugin version CVS patchset: 2028 CVS date: 2002/06/07 02:40:46
2002-06-05Move "mpg4" from "ISO-MPEG4/OpenDivx format" to "Microsoft MPEG-4 format v1/v2".Thibaut Mattern
Need more testing. CVS patchset: 2021 CVS date: 2002/06/05 22:44:52
2002-06-04added some more audio fourccs found in QT filesMike Melanson
CVS patchset: 2009 CVS date: 2002/06/04 01:36:32
2002-06-03display log messages for unknown codecsMiguel Freitas
CVS patchset: 2007 CVS date: 2002/06/03 20:36:26
2002-06-03provide function to convert endianess of BITMAPINFOHEADER (when reading data ↵Miguel Freitas
from win32/MS format files) CVS patchset: 1998 CVS date: 2002/06/03 16:20:35
2002-06-03BITMAPINFOHEADER -> xine_bmiheader (now compatible with 64bit systems)Miguel Freitas
remove some dependencies on wine headers CVS patchset: 1995 CVS date: 2002/06/03 13:31:12
2002-06-03Due of a nice suggestion from Siggi, remember_volume has moved to audio_out,Daniel Caujolle-Bert
so all ao plugins have this feature now. CVS patchset: 1991 CVS date: 2002/06/03 09:45:12
2002-06-02added some new buffer types and modified formattag_to_buf_audio() to thatMike Melanson
it works with a 32-bit number instead of a 16-bit one (QT files identify audio formats with fourccs) CVS patchset: 1984 CVS date: 2002/06/02 16:32:46
2002-06-01add missing lockMichael Roitzsch
CVS patchset: 1980 CVS date: 2002/06/01 16:36:13
2002-05-30Added Aspect Ratio change hint eventRich J Wareham
CVS patchset: 1970 CVS date: 2002/05/30 16:31:28
2002-05-27Buffer type patch from Mike MelansonSiggi Langauf
CVS patchset: 1945 CVS date: 2002/05/27 06:10:26
2002-05-27added number events needed for VCD menusSiggi Langauf
CVS patchset: 1944 CVS date: 2002/05/27 05:28:17
2002-05-25patch from Michael Roitzsch:Siggi Langauf
increased interface version numbers, to reflect the xine_t change CVS patchset: 1939 CVS date: 2002/05/25 19:19:16
2002-05-24- dxr3 cleanup from Michael Roitzsch <amalthea@freenet.de>Miguel Freitas
- audio fifo size adjust CVS patchset: 1937 CVS date: 2002/05/24 22:09:44
2002-05-24Thibaut's suggestion to flush audio driver on seek. harmlessMiguel Freitas
since drivers do not implement it yet. we should wait 0.9.10 release before enabling this feature (oss and alsa) CVS patchset: 1936 CVS date: 2002/05/24 13:15:47
2002-05-24some cleanups, mutex to protect driver access (unpredictable things mayMiguel Freitas
happen without it when using async functions), force_rate as integer CVS patchset: 1935 CVS date: 2002/05/24 12:23:58
2002-05-24fit osd status in 160 pixels wide streamsMiguel Freitas
CVS patchset: 1934 CVS date: 2002/05/24 11:34:51
2002-05-22trivial fix to snapshot code:Miguel Freitas
- make sure that last_frame will be valid - capture exactly the last displayed image (closes #496735) - capture both image and overlays CVS patchset: 1928 CVS date: 2002/05/22 18:55:11
2002-05-21i'm tired of people reporting "throwing away image..." as bugs.Miguel Freitas
btw: we must update faq to say that these messages are _usually_ an indication of dma disabled on dvd/cdrom drive. CVS patchset: 1927 CVS date: 2002/05/21 22:16:14
2002-05-21better output buffer calculations (when resampling) by Ian GoldbergMiguel Freitas
<ian@cypherpunks.ca> CVS patchset: 1926 CVS date: 2002/05/21 20:39:03
2002-05-21Remove unneeded mutex unlock.Daniel Caujolle-Bert
CVS patchset: 1922 CVS date: 2002/05/21 14:35:52
2002-05-21eject should work again.Siggi Langauf
Thanks to Michael Roitzsch for the (almost complete) patch CVS patchset: 1918 CVS date: 2002/05/21 00:50:18
2002-05-21atomic status code on demux start/seekSiggi Langauf
(demux_avi by Thibaut Mattern) CVS patchset: 1914 CVS date: 2002/05/21 00:12:31
2002-05-18small fix to still frame logic. this improves recovering when decoderMiguel Freitas
is too late. the old code adjusted metronom's video_vpts, causing false "video jumps". CVS patchset: 1906 CVS date: 2002/05/18 12:36:03
2002-05-14Fix 'finished thread still running after xine_exit()' segmentation faultEwald Snel
CVS patchset: 1888 CVS date: 2002/05/14 14:55:47
2002-05-12this should fix logo races (trying to play logo together with otherMiguel Freitas
streams). i still can't see the mpeg logo in my home computer for some strange reason... CVS patchset: 1872 CVS date: 2002/05/12 22:37:25
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-03Fix 'make debug' stage (slap on my face).Daniel Caujolle-Bert
CVS patchset: 1844 CVS date: 2002/05/03 08:08:30
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-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-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-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-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-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-27add closed caption buffer type, so the CC decoder is not discardedChristian Vogler
immediately after being loaded. CVS patchset: 1789 CVS date: 2002/04/27 23:31:33
2002-04-27Add function to unregister configfile callback.Christian Vogler
Necessary to prevent segfaults if target of a callback has been disposed. CVS patchset: 1788 CVS date: 2002/04/27 23:00:38
2002-04-27fix 64-bit diff calculationMiguel Freitas
CVS patchset: 1782 CVS date: 2002/04/27 16:33:24
2002-04-24Some more adjustments to make dvd menus work better.James Courtier-Dutton
CVS patchset: 1774 CVS date: 2002/04/24 20:26:06
2002-04-23Add support for forced buttons due to nav pci fosl control.James Courtier-Dutton
CVS patchset: 1771 CVS date: 2002/04/23 23:46:23
2002-04-23Increment audio/video/spu decoder and input plugin API version numberEwald Snel
- update dxr3 and xvid plugins to new interface (add dispose() functions) CVS patchset: 1766 CVS date: 2002/04/23 15:45:19
2002-04-23Fix memory leaks by disposing unused pluginsEwald Snel
CVS patchset: 1764 CVS date: 2002/04/23 13:52:22
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
- add dispose() function to all decoder plugin structures CVS patchset: 1763 CVS date: 2002/04/23 13:30:42
2002-04-23Fix osd memory leaks (unprocessed events and unfreed overlay objects)Ewald Snel
CVS patchset: 1761 CVS date: 2002/04/23 13:14:34
2002-04-20differentiating mpeg-4 formats even more, divx5 apparently is not completely ↵Guenter Bartsch
mpeg-4 compliant while xvid reportedly doesn't handle mpeg-4 streams correctly CVS patchset: 1750 CVS date: 2002/04/20 20:20:43
2002-04-20added cyuv format codeGuenter Bartsch
CVS patchset: 1746 CVS date: 2002/04/20 15:00:27
2002-04-19vorbis format tags reported by Ivan TopolskyMiguel Freitas
CVS patchset: 1738 CVS date: 2002/04/19 02:19:11
2002-04-17fix prebuffer vpts for no-audio streamsMiguel Freitas
CVS patchset: 1734 CVS date: 2002/04/17 22:02:13
2002-04-16By default, only print the wrong interface version (vo).Daniel Caujolle-Bert
CVS patchset: 1732 CVS date: 2002/04/16 22:22:48