Age | Commit message (Collapse) | Author |
|
ioctl works (fixes playback of 8 bits sounds on i810 soundcards)
CVS patchset: 5904
CVS date: 2003/12/13 19:22:33
|
|
CVS patchset: 5903
CVS date: 2003/12/13 11:52:56
|
|
* 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
|
|
CVS patchset: 5901
CVS date: 2003/12/13 01:53:48
|
|
CVS patchset: 5900
CVS date: 2003/12/13 01:47:35
|
|
mmst bugfix
CVS patchset: 5899
CVS date: 2003/12/13 01:01:53
|
|
CVS patchset: 5898
CVS date: 2003/12/13 00:55:11
|
|
CVS patchset: 5897
CVS date: 2003/12/12 23:20:21
|
|
CVS patchset: 5896
CVS date: 2003/12/12 22:53:15
|
|
CVS patchset: 5895
CVS date: 2003/12/12 22:29:20
|
|
CVS patchset: 5894
CVS date: 2003/12/12 19:43:14
|
|
CVS patchset: 5893
CVS date: 2003/12/12 19:42:25
|
|
CVS patchset: 5892
CVS date: 2003/12/12 01:44:39
|
|
CVS patchset: 5891
CVS date: 2003/12/11 22:54:33
|
|
Fix strange len8 computation.
CVS patchset: 5890
CVS date: 2003/12/11 01:15:53
|
|
CVS patchset: 5889
CVS date: 2003/12/10 20:51:01
|
|
CVS patchset: 5888
CVS date: 2003/12/10 17:10:46
|
|
this might upset the ffmpeg people
CVS patchset: 5887
CVS date: 2003/12/10 16:34:21
|
|
CVS patchset: 5886
CVS date: 2003/12/10 16:30:26
|
|
CVS patchset: 5885
CVS date: 2003/12/10 14:43:05
|
|
- don't use hardcoded formattags
- respect buffer max_size, do not overrun it
CVS patchset: 5884
CVS date: 2003/12/10 01:18:36
|
|
- make sure that the strings copied with strncpy are null-terminated
- fix HAVE_STDLIB_H warning compiling the MNG demuxer
CVS patchset: 5883
CVS date: 2003/12/10 00:54:25
|
|
Fixes playback of http://www.lysator.liu.se/~philip/sample.ogg
Front-ends should be using XINE_LANG_LABEL_MAX_SIZE as the max size for
language/subtitle labels
CVS patchset: 5882
CVS date: 2003/12/09 23:55:11
|
|
some infrastructure to support more than one decoder DLL per codec
CVS patchset: 5881
CVS date: 2003/12/09 19:08:28
|
|
CVS patchset: 5880
CVS date: 2003/12/09 00:55:10
|
|
CVS patchset: 5879
CVS date: 2003/12/09 00:02:28
|
|
- id3v1 genre support
CVS patchset: 5878
CVS date: 2003/12/08 23:20:16
|
|
- Add more v2.3 and v2.4 constants
- Check invalid flags
CVS patchset: 5877
CVS date: 2003/12/08 22:10:20
|
|
CVS patchset: 5876
CVS date: 2003/12/08 17:23:41
|
|
provide a new MMXEXT version. about 15% faster here.
CVS patchset: 5875
CVS date: 2003/12/08 17:06:53
|
|
CVS patchset: 5874
CVS date: 2003/12/08 14:23:43
|
|
CVS patchset: 5873
CVS date: 2003/12/08 14:15:50
|
|
CVS patchset: 5872
CVS date: 2003/12/08 12:37:25
|
|
CVS patchset: 5871
CVS date: 2003/12/08 12:36:19
|
|
before aborting (useful to trace abort()s).
CVS patchset: 5870
CVS date: 2003/12/08 12:36:02
|
|
patch by Ramon van der Aar
CVS patchset: 5869
CVS date: 2003/12/08 12:35:20
|
|
xine_list_free() frees the elements and itself, unfortunately this
has not been true
CVS patchset: 5868
CVS date: 2003/12/08 11:49:16
|
|
CVS patchset: 5867
CVS date: 2003/12/08 11:38:26
|
|
CVS patchset: 5866
CVS date: 2003/12/08 11:34:37
|
|
CVS patchset: 5865
CVS date: 2003/12/07 23:17:07
|
|
CVS patchset: 5864
CVS date: 2003/12/07 23:10:56
|
|
- Add ID3v2.3 parser
ID3v2.4 is not done yet.
CVS patchset: 5863
CVS date: 2003/12/07 23:05:41
|
|
CVS patchset: 5862
CVS date: 2003/12/07 15:49:14
|
|
CVS patchset: 5861
CVS date: 2003/12/07 15:36:16
|
|
Replace XINE_ASSERT by _x_assert, which works exaclty as assert, except that it still warns with NDEBUG defined (but don't abort). Fix missuning of assert(0), which isn't safe, abort is abort, assert is for debugging purpose only, so all assert(0) has been converted to abort() alls. In osd_preload_fonts(): alloc needed memory chunk. Define NDEBUG in CFLAGS, for non DEBUG build only.
CVS patchset: 5860
CVS date: 2003/12/07 15:34:29
|
|
two tvtime plugins do not crash xine anymore :)
(but why would anybody do that?)
CVS patchset: 5859
CVS date: 2003/12/07 15:33:25
|
|
CVS patchset: 5858
CVS date: 2003/12/07 15:09:51
|
|
CVS patchset: 5857
CVS date: 2003/12/07 00:25:52
|
|
CVS patchset: 5856
CVS date: 2003/12/06 19:09:38
|
|
Set audio decoder meta info as suggested by Mike some time ago (report vbr/cbr info).
CVS patchset: 5855
CVS date: 2003/12/06 19:06:31
|