Age | Commit message (Collapse) | Author |
|
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: 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: 5872
CVS date: 2003/12/08 12:37:25
|
|
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
|
|
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
|
|
CVS patchset: 5854
CVS date: 2003/12/06 18:15:56
|
|
worthless:
* fixing some lprintf's
* fixing one printf -> xprintf
* adding patch to diff_to_ffmpeg_cvs
* small addition to xineutils.h (some gcc magic for future optimizations)
CVS patchset: 5853
CVS date: 2003/12/06 18:11:53
|
|
CVS patchset: 5852
CVS date: 2003/12/06 16:10:01
|
|
(using 2 tvtime plugins still bombs)
CVS patchset: 5851
CVS date: 2003/12/06 15:50:11
|
|
CVS patchset: 5850
CVS date: 2003/12/06 14:25:24
|
|
CVS patchset: 5849
CVS date: 2003/12/06 13:26:36
|
|
CVS patchset: 5848
CVS date: 2003/12/06 12:03:44
|
|
CVS patchset: 5847
CVS date: 2003/12/05 22:31:41
|
|
CVS patchset: 5846
CVS date: 2003/12/05 19:36:11
|
|
CVS patchset: 5845
CVS date: 2003/12/05 18:07:04
|
|
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued...
CVS patchset: 5844
CVS date: 2003/12/05 15:54:56
|
|
CVS patchset: 5843
CVS date: 2003/12/04 22:43:18
|