summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-12-03avoid crashing with big wavex headers.Miguel Freitas
maybe they should be broken into smaller pieces, but decoders would need to be fixed to support it. CVS patchset: 5826 CVS date: 2003/12/03 03:14:32
2003-12-03remove nasty ogg_pack hack. now just pure vorbis data is sent toMiguel Freitas
decoder. that change prevents segfaulting with those (even nastier) ogg-in-avi files, but does not play the beasts either. CVS patchset: 5825 CVS date: 2003/12/03 03:07:07
2003-12-03fix font encoding of closed captions (needs to be latin1, instead of ASCII)Christian Vogler
CVS patchset: 5824 CVS date: 2003/12/03 01:22:05
2003-12-02abort() is not an acceptable way of handling errors in libxine...Miguel Freitas
CVS patchset: 5823 CVS date: 2003/12/02 14:07:27
2003-12-02the quest of the missing files continue...Miguel Freitas
CVS patchset: 5822 CVS date: 2003/12/02 12:41:28
2003-12-01Fix QDM2 (qt-audio) decoder not working, bug in CreateMutex (win32)Ewald Snel
CVS patchset: 5821 CVS date: 2003/12/01 22:04:52
2003-11-29we actually want the device to block, when the dxr3 is fed upMichael Roitzsch
(this O_NONBLOCK must be an ancient relic, thanks to Anders Rune Jensen for finding it) CVS patchset: 5820 CVS date: 2003/11/29 19:35:39
2003-11-29grrrrMiguel Freitas
CVS patchset: 5819 CVS date: 2003/11/29 18:07:25
2003-11-29use AUDIODEV on sunMiguel Freitas
CVS patchset: 5818 CVS date: 2003/11/29 15:42:19
2003-11-29AUDIODEV patch by Mitch@0Bits.COMMiguel Freitas
CVS patchset: 5817 CVS date: 2003/11/29 15:41:37
2003-11-29fix divzeroMiguel Freitas
CVS patchset: 5816 CVS date: 2003/11/29 15:15:35
2003-11-29lets give another chance to vorbis_dsp_clear. the segfaults were probablyMiguel Freitas
due deinitializing a not initialized structure. CVS patchset: 5815 CVS date: 2003/11/29 14:47:50
2003-11-29yes, i had no ogg installed before...Miguel Freitas
but that change broke it, fixing now (flush must not be called before headers are received by decoder) CVS patchset: 5814 CVS date: 2003/11/29 14:30:55
2003-11-29add some comments, check libvorbis calls, fix segfaultsMiguel Freitas
CVS patchset: 5813 CVS date: 2003/11/29 14:28:02
2003-11-29fix segfaults with unitialized contextsMiguel Freitas
CVS patchset: 5812 CVS date: 2003/11/29 13:47:26
2003-11-29fix compilation failure then kick my ass...Daniel Caujolle-Bert
CVS patchset: 5811 CVS date: 2003/11/29 11:08:31
2003-11-29blame me: i didn't noticed libpostproc could only handle planar formatsMiguel Freitas
use yuy2 -> yv12 conversion (fixes storri segfault) CVS patchset: 5810 CVS date: 2003/11/29 01:23:24
2003-11-27fix compiler warning about LOG_MODULE being redefinedMichael Roitzsch
CVS patchset: 5809 CVS date: 2003/11/27 22:33:01
2003-11-27i hate those missing files...Miguel Freitas
CVS patchset: 5808 CVS date: 2003/11/27 18:04:55
2003-11-27- disable the Audio DV codec in the ffmpeg decoder as it seems to have ↵Bastien Nocera
disappeared from this side of the earth CVS patchset: 5807 CVS date: 2003/11/27 17:02:36
2003-11-27don't handle /null/ get_extensions().Daniel Caujolle-Bert
CVS patchset: 5806 CVS date: 2003/11/27 13:20:22
2003-11-27avoid confusionDaniel Caujolle-Bert
CVS patchset: 5805 CVS date: 2003/11/27 12:45:23
2003-11-27pfff, et voilà, this is what happen when you sleep 4 hours a night... ;-)Daniel Caujolle-Bert
CVS patchset: 5804 CVS date: 2003/11/27 12:44:31
2003-11-27[0] pointer was badly setDaniel Caujolle-Bert
CVS patchset: 5803 CVS date: 2003/11/27 09:10:10
2003-11-26mp3 vbr length problem reported by rhythmbox guys.Thibaut Mattern
CVS patchset: 5802 CVS date: 2003/11/26 23:52:39
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. ↵Daniel Caujolle-Bert
scratch buffer enhancement (thanks Thibaut for the malloc tips), enlarge log buffer from 25 lines (very useless), to 150 (better). CVS patchset: 5801 CVS date: 2003/11/26 23:44:08
2003-11-26oops, wrong bit.Thibaut Mattern
fix Xing header parsing with mpeg 2 streams. CVS patchset: 5800 CVS date: 2003/11/26 22:40:25
2003-11-26Win32 MSVC stuff:František Dvořák
piece of patch of previous win32 update sputext demuxer - latin1 subtitles work mpeg_pes demuxer - it's compiled fine with MSVC and it seems it works CVS patchset: 5799 CVS date: 2003/11/26 21:28:47
2003-11-26prevent 'last' empty variableDaniel Caujolle-Bert
CVS patchset: 5798 CVS date: 2003/11/26 20:32:06
2003-11-26provide new video out propertiesMichael Roitzsch
CVS patchset: 5797 CVS date: 2003/11/26 20:30:36
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
CVS patchset: 5796 CVS date: 2003/11/26 19:43:26
2003-11-26adding the usual headerMichael Roitzsch
CVS patchset: 5795 CVS date: 2003/11/26 19:36:13
2003-11-26new decoder priority handlingMichael Roitzsch
CVS patchset: 5794 CVS date: 2003/11/26 19:34:04
2003-11-26remove now unused xine_t* from plugin structMichael Roitzsch
CVS patchset: 5793 CVS date: 2003/11/26 19:33:40
2003-11-26querying the decoder priority entirely from the config makes decoder mappingMichael Roitzsch
much more consistent (like switching config to 1 and back to 0 uses default priority again, user set priority overrides default ones) CVS patchset: 5792 CVS date: 2003/11/26 19:32:27
2003-11-26the viz plugins are feeding their private metronom with video only data, soMichael Roitzsch
have_video=1, have_audio=0 seems more logical CVS patchset: 5791 CVS date: 2003/11/26 19:30:14
2003-11-26!= is evaluated _before_ &, so this is not doing what it's supposed toMichael Roitzsch
(thanks to gcc for issuing a warning) CVS patchset: 5790 CVS date: 2003/11/26 19:26:59
2003-11-26fix x11osd bugs with fullscreen changingMiguel Freitas
CVS patchset: 5789 CVS date: 2003/11/26 18:36:34
2003-11-26opsMiguel Freitas
CVS patchset: 5788 CVS date: 2003/11/26 14:10:57
2003-11-26xine_osd_set_font return intMiguel Freitas
CVS patchset: 5787 CVS date: 2003/11/26 14:00:05
2003-11-26public api for unscaled osdMiguel Freitas
CVS patchset: 5786 CVS date: 2003/11/26 13:33:54
2003-11-26remove sanshu, adjust makefileMiguel Freitas
CVS patchset: 5785 CVS date: 2003/11/26 10:11:05
2003-11-26error handlingMiguel Freitas
CVS patchset: 5784 CVS date: 2003/11/26 10:02:52
2003-11-26http_helper:Thibaut Mattern
add a http url parser input_http: use http_helper try to fix potential security holes CVS patchset: 5783 CVS date: 2003/11/26 08:09:58
2003-11-26Rebuild the fonts. New font sizes 48 and 64, supported codepages: ↵František Dvořák
iso-8859-1, iso-8859-2, iso-8859-5, cp1250, cp1251. Used .ttf fonts: cc Courier_New_Bold.ttf (latin1 only) cci Courier_New_Bold_Italic.ttf (latin1 only) cetus cetus.ttf mono Courier_New_Bold.ttf sans Arial.ttf serif FreeSerifBold.ttf CVS patchset: 5782 CVS date: 2003/11/26 07:57:31
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
text subtitles may now be rendered at full screen resolution * load xine fonts on demand - faster startup CVS patchset: 5781 CVS date: 2003/11/26 01:08:39
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
text subtitles may now be rendered at full screen resolution * load xine fonts on demand - faster startup note: support added to xv, xshm and vidix CVS patchset: 5780 CVS date: 2003/11/26 01:03:31
2003-11-25fix segfault.Miguel Freitas
osd renderer must be closed after decoder plugins CVS patchset: 5779 CVS date: 2003/11/25 01:14:04
2003-11-24Support for large files created by RIP input plugin. It's used fseeko(). ↵František Dvořák
When configure won't find it, it will be used fseek() with 2 GB limit. CVS patchset: 5778 CVS date: 2003/11/24 22:52:15
2003-11-23Oops, now it's compiled OK.František Dvořák
CVS patchset: 5777 CVS date: 2003/11/23 23:43:35