summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-12-21don't check for xvid, we don't use it anymoreDaniel Caujolle-Bert
CVS patchset: 5934 CVS date: 2003/12/21 22:43:43
2003-12-21if gcc knows that xine_xmalloc() behaves like malloc(), some moreMichael Roitzsch
aliasing assumptions can be made (malloc()-returned pointers never alias anything), which can leed to further optimizations CVS patchset: 5933 CVS date: 2003/12/21 14:14:39
2003-12-21if gcc knows that xine_log arguments are printf-style format strings,Michael Roitzsch
some additional sanity checks are made CVS patchset: 5932 CVS date: 2003/12/21 14:11:09
2003-12-21a note about release-check and a typo fixMichael Roitzsch
CVS patchset: 5931 CVS date: 2003/12/21 14:09:46
2003-12-21speed improvement of my last change, thanks ThibautManfred Tremmel
CVS patchset: 5930 CVS date: 2003/12/21 00:22:10
2003-12-20No globals allowed. Fix indentation style. Explicit (void) function parameter.Daniel Caujolle-Bert
CVS patchset: 5929 CVS date: 2003/12/20 23:42:46
2003-12-20solved some big-endian problemesManfred Tremmel
CVS patchset: 5928 CVS date: 2003/12/20 19:51:48
2003-12-20force raw AAC to be decoded as stereo; not a great idea, but it willMike Melanson
serve until a better solution is found CVS patchset: 5927 CVS date: 2003/12/20 14:21:50
2003-12-20Was picking up wrong field to get SPU id in SVCD subtitles. There's stillRocky Bernstein
a bug somewhere else - perhaps even in the stream created by WinSubMux. CVS patchset: 5926 CVS date: 2003/12/20 14:13:34
2003-12-20Fixed bug; masking is not the same as saturating. Improved colour map ↵Robin KAY
handling. Remember to free colour map. CVS patchset: 5925 CVS date: 2003/12/20 01:45:11
2003-12-19mention the raw AAC demuxerMike Melanson
CVS patchset: 5924 CVS date: 2003/12/19 05:45:06
2003-12-19initial commit for raw AAC file demuxerMike Melanson
CVS patchset: 5923 CVS date: 2003/12/19 05:09:16
2003-12-19the number of bytes consumed after decoding a frame is revealed by oneMike Melanson
of the FAAD structures CVS patchset: 5922 CVS date: 2003/12/19 05:03:28
2003-12-18- fix compilation on Debian unstableBastien Nocera
CVS patchset: 5921 CVS date: 2003/12/18 16:19:32
2003-12-18Small cleanup. Changed colour mapping code to allocate read-only cells ↵Robin KAY
rather than use a standard colour map. CVS patchset: 5920 CVS date: 2003/12/18 00:30:19
2003-12-17some release process documentation...Siggi Langauf
CVS patchset: 5919 CVS date: 2003/12/17 20:28:51
2003-12-17 * Default subtitle timeout.František Dvořák
Some formats define the end of a subtitle as the beginning of the following. But using configurable timeout seems better. * Three new formats of subtitles: - jacobsub from mplayer (not tested by me) - subviewer v2.0 from mplayer (not tested by me) - subrip v0.9 * Change deprecated bzero() to memset() CVS patchset: 5918 CVS date: 2003/12/17 13:41:05
2003-12-16debian updatesxine-1-rc3-release1-rc3Siggi Langauf
CVS patchset: 5917 CVS date: 2003/12/16 16:34:01
2003-12-16it is perfectly valid for the ffmpeg audio decoder API function toMike Melanson
return 0 bytes CVS patchset: 5916 CVS date: 2003/12/16 01:57:31
2003-12-14avoid sefault (shot II)Daniel Caujolle-Bert
CVS patchset: 5915 CVS date: 2003/12/14 23:23:17
2003-12-14avoid sefaultDaniel Caujolle-Bert
CVS patchset: 5914 CVS date: 2003/12/14 23:21:19
2003-12-14version bounceSiggi Langauf
CVS patchset: 5913 CVS date: 2003/12/14 22:33:22
2003-12-14API version bounceSiggi Langauf
CVS patchset: 5912 CVS date: 2003/12/14 22:13:22
2003-12-14fix the fix ;-)Daniel Caujolle-Bert
CVS patchset: 5911 CVS date: 2003/12/14 12:31:27
2003-12-14memleakDaniel Caujolle-Bert
CVS patchset: 5910 CVS date: 2003/12/14 12:20:17
2003-12-14avoid segfaultDaniel Caujolle-Bert
CVS patchset: 5909 CVS date: 2003/12/14 12:19:25
2003-12-14can't use strdup for '\0' separated meta infosDaniel Caujolle-Bert
CVS patchset: 5908 CVS date: 2003/12/14 00:33:36
2003-12-14add _x_meta_info_set_multi function, will be used very soon. Don't parse ↵Daniel Caujolle-Bert
va_arg two times in _x_message function. CVS patchset: 5907 CVS date: 2003/12/14 00:28:02
2003-12-13clean up unused codeMike Melanson
CVS patchset: 5906 CVS date: 2003/12/13 23:01:45
2003-12-13users had requested to make pvr device configurableMiguel Freitas
CVS patchset: 5905 CVS date: 2003/12/13 21:55:52
2003-12-13- check that setting the "bits per sample" was what we asked for even if the ↵Bastien Nocera
ioctl works (fixes playback of 8 bits sounds on i810 soundcards) CVS patchset: 5904 CVS date: 2003/12/13 19:22:33
2003-12-13fix strlenDaniel Caujolle-Bert
CVS patchset: 5903 CVS date: 2003/12/13 11:52:56
2003-12-13Update win32 MSVC build:František Dvořák
* internal names cleanup * http input plugin uses http_helper.c * fix change in audio_directx * MSVC stoped compile xineui because of 'this', mysterious * change non-constand array lengths to malloc/free, it good for such old compilers as my MSVC 6.0 * change lprintf macro for MSVC to compile again (I don't know, how use variable number of macro arguments in MSVC...) * merge compiling of xine-utils and xine-engine CVS patchset: 5902 CVS date: 2003/12/13 11:35:07
2003-12-13set dvdcss verbosity according to xine's oneDaniel Caujolle-Bert
CVS patchset: 5901 CVS date: 2003/12/13 01:53:48
2003-12-13no need to mallocing (and never freeing) for putenv() calls.Daniel Caujolle-Bert
CVS patchset: 5900 CVS date: 2003/12/13 01:47:35
2003-12-13id3v2.3Thibaut Mattern
mmst bugfix CVS patchset: 5899 CVS date: 2003/12/13 01:01:53
2003-12-13fix few memleaksDaniel Caujolle-Bert
CVS patchset: 5898 CVS date: 2003/12/13 00:55:11
2003-12-12support for new ATI chipsJames Stembridge
CVS patchset: 5897 CVS date: 2003/12/12 23:20:21
2003-12-12use xine_hexdump and _x_io* helper functionsJames Stembridge
CVS patchset: 5896 CVS date: 2003/12/12 22:53:15
2003-12-12add some version checkingJames Stembridge
CVS patchset: 5895 CVS date: 2003/12/12 22:29:20
2003-12-12this should work nowMichael Roitzsch
CVS patchset: 5894 CVS date: 2003/12/12 19:43:14
2003-12-12add entry about all the cleanupMichael Roitzsch
CVS patchset: 5893 CVS date: 2003/12/12 19:42:25
2003-12-12Fix using va_arg without explicit NULL 'terminator'Daniel Caujolle-Bert
CVS patchset: 5892 CVS date: 2003/12/12 01:44:39
2003-12-11fix x86 and MMX, all x86 don't have MMX ;-)Daniel Caujolle-Bert
CVS patchset: 5891 CVS date: 2003/12/11 22:54:33
2003-12-11Use SDP naming scheme.Thibaut Mattern
Fix strange len8 computation. CVS patchset: 5890 CVS date: 2003/12/11 01:15:53
2003-12-10i guess this xprintf must be enclosed in a testMiguel Freitas
CVS patchset: 5889 CVS date: 2003/12/10 20:51:01
2003-12-10fix unused variableMichael Roitzsch
CVS patchset: 5888 CVS date: 2003/12/10 17:10:46
2003-12-10we should not claim copyright on files imported from ffmpeg,Michael Roitzsch
this might upset the ffmpeg people CVS patchset: 5887 CVS date: 2003/12/10 16:34:21
2003-12-10fix warnings about NDEBUG being redefinedMichael Roitzsch
CVS patchset: 5886 CVS date: 2003/12/10 16:30:26
2003-12-10- shushBastien Nocera
CVS patchset: 5885 CVS date: 2003/12/10 14:43:05