summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-22HAM decoding bug fixedManfred Tremmel
CVS patchset: 6184 CVS date: 2004/02/22 18:31:48
2004-02-22fixed a bug when displaying IFF-ILBM 24 Bit picturesManfred Tremmel
CVS patchset: 6183 CVS date: 2004/02/22 16:47:30
2004-02-22added IFF-ANIM support, opt5 and (untested, can't finde samples) opt 4 codingsManfred Tremmel
CVS patchset: 6182 CVS date: 2004/02/22 12:36:35
2004-02-21Fix mixer failure for envy24 sound cards.James Courtier-Dutton
Error message reported: - xine: simple.c:1465: snd_mixer_selem_get_playback_volume: Zusicherung »elem« nicht erfüllt. CVS patchset: 6181 CVS date: 2004/02/21 14:16:48
2004-02-20Fixed detection of linux framebuffer support. Included xineutils.h in ↵Robin KAY
dsputil_mlib.c and added to diff_to_ffmpeg_cvs.txt. Fixed function prototype in dsputil_mlib.c (should be sent back to ffmpeg-dev at some point). Fixed includes in nosefart. Fixed nested comments and includes in goom. CVS patchset: 6180 CVS date: 2004/02/20 19:53:38
2004-02-20it's O_SYNC (thanks to Nicolas Boullis for the patch)Michael Roitzsch
CVS patchset: 6179 CVS date: 2004/02/20 18:16:52
2004-02-20build dxr3 even on non-x86 architectures, the next release of the driverMichael Roitzsch
will work on Alpha and Sparc (thanks to Nicolas Boullis for the patch) CVS patchset: 6178 CVS date: 2004/02/20 18:15:28
2004-02-19Last third of the documentation changes.František Dvořák
CVS patchset: 6177 CVS date: 2004/02/19 20:11:00
2004-02-19Michael's corrections and changes in the FAQ. English looks better now. :-)František Dvořák
CVS patchset: 6176 CVS date: 2004/02/19 19:10:58
2004-02-19apply modified Mandrake patch (provided by Goetz Waschk and Gwenole Beauchesne)Michael Roitzsch
for demux_ogg.c CVS patchset: 6175 CVS date: 2004/02/19 18:04:27
2004-02-19Mandrake patches fromRocky Bernstein
http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/SPECS/xine-lib/ via Goetz Waschk who reports: The amd64 patch (xine-lib-1-rc0a-amd64.patch) sets some conservative CFLAGS for amd64, the lib64 patch (xine-lib-1-rc0a-lib64.patch) replaces hardcoded /lib to support the lib64 library dir on amd64, the directfb patch (xine-lib-1-rc2-no-directfb.patch) adds a configure option to disable directfb, the linuxfb patch (xine-lib-1-rc3a-no-linuxfb.patch) does the same for linux framebuffer and the 64bit fixes patch (xine-lib-1-rc3-64bit-fixes.patch) doesn't apply at the moment against the CVS -- demux_ogg.c was not applied. it includes some 64 bit pointer and other fixes for 64bit architectures. from Gwenole Beauchesne I haven't tested other than apply and compile. CVS patchset: 6174 CVS date: 2004/02/19 02:50:24
2004-02-19Structure not big enough and was writing past buffer boundary.Rocky Bernstein
Thanks to Marco Zühlke for finding/fixing this problem. CVS patchset: 6173 CVS date: 2004/02/19 02:31:22
2004-02-18attach numbers to the names of the video inputs to make them addressable viaMichael Roitzsch
xine_post_input() CVS patchset: 6172 CVS date: 2004/02/18 16:03:55
2004-02-17PGX32 video output plugin added. More cosmetic changes to video_out_pgx64.Robin KAY
CVS patchset: 6171 CVS date: 2004/02/17 19:44:02
2004-02-17I bet it was meant that wayMichael Roitzsch
CVS patchset: 6170 CVS date: 2004/02/17 18:19:19
2004-02-17update text to autoconf 2.57Michael Roitzsch
CVS patchset: 6169 CVS date: 2004/02/17 16:00:23
2004-02-17Make default type of connection in MMS configurable (autoprobe, TCP or HTTP).František Dvořák
mms:// ... method (or probing) according to config option mmst:// ... always only TCP mmsh:// ... always only HTTP This will speed up connection behind firewalls which block TCP. Default behaviour is the same as current. CVS patchset: 6168 CVS date: 2004/02/17 13:40:57
2004-02-17Tiny adjustment of xine-fontconv behaviour.František Dvořák
CVS patchset: 6167 CVS date: 2004/02/17 13:37:19
2004-02-16Disable syncfb plugin on platforms which don't have the kernel endpoint. ↵Robin KAY
Tweak pgx64 plugin, mainly cosmetic. CVS patchset: 6166 CVS date: 2004/02/16 23:17:05
2004-02-16fix freezes with input plugins that play with the speed:uid86226
* use _x_set_speed() for speed manipulations, since it is ticket-safe * _x_set_speed() is an internal helper function now, move frontend locking outside of it * restrict access to metronom clock internal stuff CVS patchset: 6165 CVS date: 2004/02/16 20:19:09
2004-02-16Add docs about xine fonts waiting on xine-docs.František Dvořák
CVS patchset: 6164 CVS date: 2004/02/16 17:05:56
2004-02-16this file is not needed any more, the OGM subtitle decoder has been mergedMichael Roitzsch
into xine_decoder.c CVS patchset: 6163 CVS date: 2004/02/16 16:02:14
2004-02-15thank you, valgrindMichael Roitzsch
CVS patchset: 6162 CVS date: 2004/02/15 20:31:23
2004-02-15exiting xine with arts audio freezes on BSD; this should be an arts bug, butMichael Roitzsch
mplayer works around this, so we could do the same ;) thanks to Fridtjof Busse for reporting and testing this CVS patchset: 6161 CVS date: 2004/02/15 19:29:47
2004-02-15ignoring empty spus created by some ogm-muxingtoolsAndreas Heinchen
CVS patchset: 6160 CVS date: 2004/02/15 18:52:42
2004-02-15small fix for language of ogg-spu-streamsAndreas Heinchen
CVS patchset: 6159 CVS date: 2004/02/15 18:26:51
2004-02-14Mention one my old patch for http and mmsh.František Dvořák
Add codepages iso-8859-9 and iso-8859-15 (all in all 7 new characters :-)). CVS patchset: 6158 CVS date: 2004/02/14 22:01:48
2004-02-14Add codepages iso-8859-9 and iso-8859-15 (all in all 7 new characters :-)).František Dvořák
CVS patchset: 6157 CVS date: 2004/02/14 21:45:31
2004-02-14Read aspect when BUF_FLAG_ASPECT is setJames Stembridge
CVS patchset: 6156 CVS date: 2004/02/14 20:29:53
2004-02-14Send aspect ratio using BUF_FLAG_ASPECTJames Stembridge
CVS patchset: 6155 CVS date: 2004/02/14 20:20:43
2004-02-14Only use aspect ratio given by ffmpeg if it isn't equal to 0.0James Stembridge
CVS patchset: 6154 CVS date: 2004/02/14 19:52:41
2004-02-14big memleakThibaut Mattern
CVS patchset: 6153 CVS date: 2004/02/14 13:15:32
2004-02-14spec-file: added new sub-rpm for stk videoout pluginManfred Tremmel
CVS patchset: 6152 CVS date: 2004/02/14 11:03:14
2004-02-14Add the xm extension.Thibaut Mattern
CVS patchset: 6151 CVS date: 2004/02/14 10:50:20
2004-02-14Disable detection by content, it was completely silly.Thibaut Mattern
Detection by content must not read the whole stream... CVS patchset: 6150 CVS date: 2004/02/14 10:40:28
2004-02-14Add -DEMULATE_FAST_INT to libffmpeg CFLAGS if [u]int_fastxx_t typedefs are ↵Robin KAY
not defined. CVS patchset: 6149 CVS date: 2004/02/14 00:54:03
2004-02-13hook up the Sierra VMD demuxerMike Melanson
CVS patchset: 6148 CVS date: 2004/02/13 13:48:03
2004-02-12Support for using aspect from demuxerJames Stembridge
CVS patchset: 6147 CVS date: 2004/02/12 23:33:42
2004-02-12send default frame duration and aspect ratio to decoderJames Stembridge
CVS patchset: 6146 CVS date: 2004/02/12 23:31:19
2004-02-12.mod demuxerThibaut Mattern
CVS patchset: 6145 CVS date: 2004/02/12 23:11:36
2004-02-12my gcc (partly 3.4 already) optimizes these away, because they are only usedMichael Roitzsch
inside inline assembler (which the compiler does not recognize); so actually the code is wrong (the asm parts should list these as inputs), but telling the compiler to keep them is the easier fix CVS patchset: 6144 CVS date: 2004/02/12 20:53:31
2004-02-12housekeepingMichael Roitzsch
CVS patchset: 6143 CVS date: 2004/02/12 19:41:30
2004-02-12fix compiler warning on possibly uninitialized usageMichael Roitzsch
(this code is already different in faad cvs, so this fix will not interfere with the next sync) CVS patchset: 6142 CVS date: 2004/02/12 18:30:43
2004-02-12after 249 comes 24A, since this is hex ;)Michael Roitzsch
CVS patchset: 6141 CVS date: 2004/02/12 18:27:21
2004-02-12function has been renamedMichael Roitzsch
CVS patchset: 6140 CVS date: 2004/02/12 18:25:07
2004-02-12* assign the ticket to the post plugins on allocationMichael Roitzsch
* do not decrement the reference counter on post disposal, because post plugins can delay their own disposal (if they realize that frames from them are still around) CVS patchset: 6139 CVS date: 2004/02/12 18:23:35
2004-02-12acquire the ticket on engine flushMichael Roitzsch
CVS patchset: 6138 CVS date: 2004/02/12 18:19:44
2004-02-12big commit of the new ticket system to protect the rewiring and moreMichael Roitzsch
(as discussed on xine-devel, slightly improved to block acquires from different threads between atomic revoke and issue) * xine_ticket_t is declared in xine_internal.h and implemented in xine.c * the ticket is acquired for (hopefully) all port operations (no modifications to decoders needed, decoder loop does this) * the ticket is revoked on pausing and on rewiring * OSD does not store the port pointer any more (which was very dangerous, since the pointer can change on rewire) CVS patchset: 6137 CVS date: 2004/02/12 18:19:00
2004-02-12getting rid of AO_PROP_PAUSED, because it can be derived by asking the clockMichael Roitzsch
CVS patchset: 6136 CVS date: 2004/02/12 18:09:19
2004-02-12demuxers don't need video_outMichael Roitzsch
CVS patchset: 6135 CVS date: 2004/02/12 18:05:45