summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2002-06-02zlib is a pre-req for compilation, so do not bother checking for itMike Melanson
CVS patchset: 1986 CVS date: 2002/06/02 19:18:56
2002-06-02Here it is: A brand-new (and quite functional, if I do say soMike Melanson
myself) Quicktime file demuxer! And kudos to Guenter, a project leader who is not afraid of change...:) CVS patchset: 1985 CVS date: 2002/06/02 17:01:27
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-01Stick to our if/endif statements.Daniel Caujolle-Bert
CVS patchset: 1983 CVS date: 2002/06/01 19:30:58
2002-06-01Fix kernel module compilation and distcheck stage.Daniel Caujolle-Bert
CVS patchset: 1982 CVS date: 2002/06/01 19:24:16
2002-06-01support for libfame 0.8.10 and aboveMichael Roitzsch
CVS patchset: 1981 CVS date: 2002/06/01 17:21:28
2002-06-01add missing lockMichael Roitzsch
CVS patchset: 1980 CVS date: 2002/06/01 16:36:13
2002-06-01more careful handling of frame skip conditionsMichael Roitzsch
CVS patchset: 1979 CVS date: 2002/06/01 16:34:47
2002-06-01Add vidix/libdha from mplayerxp and Miguel's video ouput vidix.Daniel Caujolle-Bert
CVS patchset: 1976 CVS date: 2002/06/01 14:08:36
2002-05-30bugfixes from MauroMiguel Freitas
CVS patchset: 1971 CVS date: 2002/05/30 18:20:30
2002-05-30Added Aspect Ratio change hint eventRich J Wareham
CVS patchset: 1970 CVS date: 2002/05/30 16:31:28
2002-05-30Fix iconv on FreeBSD (i hope).Daniel Caujolle-Bert
CVS patchset: 1968 CVS date: 2002/05/30 15:12:45
2002-05-29Compile PPC files only on PPC arch.Daniel Caujolle-Bert
CVS patchset: 1967 CVS date: 2002/05/29 22:53:44
2002-05-29commit Mauro Borghi <mauro.borghi@tilab.com> patches plus some small fix to ↵Miguel Freitas
demux loop. CVS patchset: 1965 CVS date: 2002/05/29 20:57:29
2002-05-29Fixed FreeBSD libgiconv dependencies (Thanks Heiko).Daniel Caujolle-Bert
CVS patchset: 1964 CVS date: 2002/05/29 15:54:38
2002-05-28fix seekingMiguel Freitas
CVS patchset: 1963 CVS date: 2002/05/28 17:50:15
2002-05-28PowerPC Assembly Patch by Andrew Patrikalakis <anrp@irulethe.net>Siggi Langauf
This seems to be _always_ using xine_fast_memcpy() in yuv2rgb.c, which _may_ be a bad idea. CVS patchset: 1961 CVS date: 2002/05/28 12:44:02
2002-05-28use the port /usr/ports/converters/libiconv on FreeBSDHeiko Schaefer
CVS patchset: 1960 CVS date: 2002/05/28 11:06:37
2002-05-28FreeBSD compile fixHeiko Schaefer
CVS patchset: 1959 CVS date: 2002/05/28 10:40:16
2002-05-28added new directory for audio decoders native to the xine codebase, andMike Melanson
added first audio decoder for that directory: RoQ audio CVS patchset: 1958 CVS date: 2002/05/28 00:16:23
2002-05-28adjusted the audio pts calculationMike Melanson
CVS patchset: 1957 CVS date: 2002/05/28 00:09:37
2002-05-27initial commit for Dr. Tim's RoQ video decoderMike Melanson
CVS patchset: 1955 CVS date: 2002/05/27 21:17:57
2002-05-27initial commit for RoQ file demuxerMike Melanson
CVS patchset: 1954 CVS date: 2002/05/27 21:16:05
2002-05-27added preliminary seeking support; not yet seamlessMike Melanson
CVS patchset: 1953 CVS date: 2002/05/27 18:53:54
2002-05-27added _stop() and _close() commands, fixed 8-bit audio, fixed frameMike Melanson
duration, fixed lots of other things, too CVS patchset: 1952 CVS date: 2002/05/27 18:18:25
2002-05-27make it work! ;-)Miguel Freitas
obs: video_step cannot be zero, otherwise we may get division by zero from metronom's calculations. if the stream doesn't provide this information we have to estimate (see asf demux). CVS patchset: 1951 CVS date: 2002/05/27 14:20:21
2002-05-27software volume control patch by Igor Mokrushin <igor@avtomir.ru>Miguel Freitas
CVS patchset: 1950 CVS date: 2002/05/27 11:43:22
2002-05-27update copyright headersGuenter Bartsch
CVS patchset: 1949 CVS date: 2002/05/27 11:01:04
2002-05-27initial commit for FILM demuxerMike Melanson
CVS patchset: 1946 CVS date: 2002/05/27 07:32:36
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-24fix declarationMiguel Freitas
CVS patchset: 1933 CVS date: 2002/05/24 11:32:02
2002-05-23some boundaries checks to alphablend functions. will avoid overlay wrapingMiguel Freitas
and buffer overflows (might fix some recently reported segfaults) CVS patchset: 1932 CVS date: 2002/05/23 23:35:53
2002-05-23Disable message : "input_mms: trying to open ..."Thibaut Mattern
<TAB> cleanup CVS patchset: 1931 CVS date: 2002/05/23 23:22:14
2002-05-23connect to arts server only once and disconnects on exit. this fixesMiguel Freitas
immediate segfaults with kde3. i'm still experiencing segfaults quiting xine (don't know why - backtrace shows libmcop, perhaps a redhat 7.3 libraries bug) CVS patchset: 1930 CVS date: 2002/05/23 22:50:52
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-21patch from Ian Goldberg <ian@cypherpunks.ca>:Miguel Freitas
"The logic to detect if your soundcard supports hardware A/V sync was wrong (for my card, cs4232, at least). The code did a check for DSP_CAP_REALTIME, and if that failed, didn't bother to check whether SNDCTL_DSP_GETODELAY or SNDCTL_DSP_GETOPTR worked." CVS patchset: 1925 CVS date: 2002/05/21 20:36:06
2002-05-21avoid segfault with -A null (why would someone play a mp3 without audio? :)Miguel Freitas
CVS patchset: 1924 CVS date: 2002/05/21 20:34:00
2002-05-21Remove unneeded mutex unlock.Daniel Caujolle-Bert
CVS patchset: 1922 CVS date: 2002/05/21 14:35:52
2002-05-21linear blend update from RogerioMiguel Freitas
CVS patchset: 1920 CVS date: 2002/05/21 13:03: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-21start() and seek() return now the status.Thibaut Mattern
CVS patchset: 1917 CVS date: 2002/05/21 00:33:34
2002-05-21start() and seek() return the statusThibaut Mattern
CVS patchset: 1916 CVS date: 2002/05/21 00:17:54