summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Collapse)Author
2002-06-25no output to stderrMichael Roitzsch
CVS patchset: 2163 CVS date: 2002/06/25 14:42:58
2002-06-25added support in buffer.h for transporting RGB palette from the demuxer toMike Melanson
the decoder; modified AVI demuxer and MSVC decoder to support this feature CVS patchset: 2160 CVS date: 2002/06/25 03:37:52
2002-06-24Add support for Quicktime "twos" audio.James Courtier-Dutton
thanks to W.Michael Petullo <mike@flyn.org> CVS patchset: 2152 CVS date: 2002/06/24 12:26:30
2002-06-24sigh, another occurance of the logo mrlGuenter Bartsch
CVS patchset: 2149 CVS date: 2002/06/24 02:29:41
2002-06-23Let cvs ignore a lot of files that are built.Dennis Björklund
CVS patchset: 2138 CVS date: 2002/06/23 16:18:44
2002-06-22fixing logo extensionGuenter Bartsch
CVS patchset: 2131 CVS date: 2002/06/22 18:00:36
2002-06-22ao_fill_gap already outputs a messageMichael Roitzsch
CVS patchset: 2129 CVS date: 2002/06/22 13:40:38
2002-06-20correct comment for DISC_STREAMSEEK after Thibaut MatternMichael Roitzsch
enlighted me about how it works CVS patchset: 2109 CVS date: 2002/06/20 19:48:23
2002-06-20add some documentation for new discontinuity DISC_STREAMSEEKMichael Roitzsch
CVS patchset: 2106 CVS date: 2002/06/20 14:51:26
2002-06-20quiet pleaseMichael Roitzsch
CVS patchset: 2105 CVS date: 2002/06/20 14:49:53
2002-06-19Fix the resume problem introduced by flushing audio_out buffers.Thibaut Mattern
CVS patchset: 2100 CVS date: 2002/06/19 23:45:50
2002-06-19Handle the new flag BUF_FLAG_SEEK.Thibaut Mattern
CVS patchset: 2099 CVS date: 2002/06/19 23:42:50
2002-06-19Handle the new discontinuity DISC_STREAMSEEK.Thibaut Mattern
CVS patchset: 2098 CVS date: 2002/06/19 23:41:16
2002-06-19Add a new discontinuity for seeking, and a flag to authorize a big ao_fill_gap.Thibaut Mattern
CVS patchset: 2097 CVS date: 2002/06/19 23:37:46
2002-06-19Add a new flag for seeking.Thibaut Mattern
CVS patchset: 2096 CVS date: 2002/06/19 23:25:15
2002-06-19pack structsMiguel Freitas
CVS patchset: 2095 CVS date: 2002/06/19 22:37:54
2002-06-17Add Siggi's idea about option config change on the fly. New "mrl style"Daniel Caujolle-Bert
opt:key=value. I hope i haven't introduced races here. CVS patchset: 2085 CVS date: 2002/06/17 07:47:50
2002-06-16xine lib is X11 independent, so don't include nvtv support if X11 is notDaniel Caujolle-Bert
available. use X11 cflags when it's available (needed for nvtv). CVS patchset: 2083 CVS date: 2002/06/16 22:16:55
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
Internationalize all config related stuff. Fix not registered mrl ending in roq/film demuxer. Add bindtextdomain() calls in load_plugins (for audio/video out plugins). CVS patchset: 2066 CVS date: 2002/06/12 12:22:25
2002-06-10Added TV mode switching support for nvtvd from Dirk Thierbach.Matthias Hopf
CVS patchset: 2061 CVS date: 2002/06/10 21:42:44
2002-06-10better fix for logo race conditionMiguel Freitas
CVS patchset: 2056 CVS date: 2002/06/10 13:41:55
2002-06-10revert previous commitMiguel Freitas
CVS patchset: 2052 CVS date: 2002/06/10 00:26:10
2002-06-09reporting unknown buffer types is useless - it must be reported at demuxerMiguel Freitas
stage where we known the fourcc. CVS patchset: 2047 CVS date: 2002/06/09 10:59:33
2002-06-08fix another logo raceMiguel Freitas
remove XINE_LOGO status CVS patchset: 2040 CVS date: 2002/06/08 20:14:08
2002-06-08changed BUF_AUDIO_IMAADPCM -> BUF_AUDIO_MSIMAADPCM for clarificationMike Melanson
CVS patchset: 2039 CVS date: 2002/06/08 19:45:19
2002-06-07codec reporting apiMiguel Freitas
CVS patchset: 2030 CVS date: 2002/06/07 04:15:45
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