Age | Commit message (Collapse) | Author |
|
fixes problems with matroska utf-8 subtitles
CVS patchset: 6911
CVS date: 2004/08/27 21:07:31
|
|
(actually it works with glibc and sprintf, but not with snprintf)
CVS patchset: 6859
CVS date: 2004/07/27 18:06:45
|
|
would have caused an overflow
* using strncpy is good, but if the buffer is too short, it leaves the
string unterminated; fixed
CVS patchset: 6834
CVS date: 2004/07/22 14:21:31
|
|
* fixed lots of unprotected buffers, overlong subtitle lines would have
caused overflows
CVS patchset: 6833
CVS date: 2004/07/22 14:19:12
|
|
current locale.
- Add "-" into encoding names.
- Fix a typo.
CVS patchset: 6793
CVS date: 2004/07/14 18:51:29
|
|
http://article.gmane.org/gmane.comp.video.xine.devel/9532
it is now up to demuxers to decide what the 0..65535 position means.
demuxers tested: ogg, voc, flac, rm, asf, vqa, vob, avi, y4m, au, mov, ts, mp3, mpg, wav, ra, mve
CVS patchset: 6686
CVS date: 2004/06/13 21:28:52
|
|
and enhanced subtitle parser.
CVS patchset: 6673
CVS date: 2004/06/11 09:47:29
|
|
CVS patchset: 6638
CVS date: 2004/06/04 14:37:33
|
|
please everybody watch out for spelling (and other) errors
CVS patchset: 6442
CVS date: 2004/04/26 17:50:06
|
|
CVS patchset: 6342
CVS date: 2004/04/07 18:10:20
|
|
(although no severe changes), I decided to commit an interim fix to
prevent any breakage before the release
CVS patchset: 6246
CVS date: 2004/03/13 13:59:19
|
|
- xine compilable without iconv (scream if I something broke)
- update MSVC port, fixes in avi demux
- add iff.h into makefiles
- ffmpeg depends on zlib (build was OK only when freetype was installed)
- commit a patch for goom
CVS patchset: 6192
CVS date: 2004/02/29 17:26:45
|
|
into xine_decoder.c
CVS patchset: 6163
CVS date: 2004/02/16 16:02:14
|
|
CVS patchset: 6160
CVS date: 2004/02/15 18:52:42
|
|
Always update font size/offset when the output size change.
CVS patchset: 6111
CVS date: 2004/02/03 11:12:18
|
|
Little optimization in the "erase" code.
CVS patchset: 6056
CVS date: 2004/01/22 00:36:50
|
|
CVS patchset: 6030
CVS date: 2004/01/12 17:35:14
|
|
CVS patchset: 5973
CVS date: 2004/01/02 19:03:46
|
|
CVS patchset: 5962
CVS date: 2003/12/30 02:16:43
|
|
* fix compiler warnings
CVS patchset: 5947
CVS date: 2003/12/24 17:34:49
|
|
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
|
|
CVS patchset: 5912
CVS date: 2003/12/14 22:13:22
|
|
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
|
|
less redundant code, more maintainable
CVS patchset: 5833
CVS date: 2003/12/04 03:23:28
|
|
honor vo discard frames to also discard the subtitles.
it should be more reliable now, and also faster on seeking.
CVS patchset: 5832
CVS date: 2003/12/04 02:23:49
|
|
CVS patchset: 5796
CVS date: 2003/11/26 19:43:26
|
|
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
|
|
BIG NOTE: use helpers to access to these informations (get/set/reset):
_x_{stream,meta}_info_{get,set,reset}()
are for internal use, don't use *_public() ones from inside the beast ;-)
Some wrongly names "xine_" fonction renaming.
CVS patchset: 5757
CVS date: 2003/11/16 23:33:42
|
|
(we should finish this before rc3.)
- stream_info and meta_info variables are private now.
obs: everything must be recompiled due xine_stream_t changes
CVS patchset: 5733
CVS date: 2003/11/15 14:54:30
|
|
CVS patchset: 5731
CVS date: 2003/11/15 13:01:00
|
|
CVS patchset: 5723
CVS date: 2003/11/11 21:20:38
|
|
CVS patchset: 5721
CVS date: 2003/11/11 18:44:50
|
|
care of seek() return value.
CVS patchset: 5684
CVS date: 2003/11/04 00:24:52
|
|
CVS patchset: 5683
CVS date: 2003/11/03 23:58:18
|
|
The changes to the video API of course require the video/spu decoder and
post plugin APIs to be increased as well.
CVS patchset: 5579
CVS date: 2003/10/23 20:12:33
|
|
CVS patchset: 5501
CVS date: 2003/10/13 06:57:28
|
|
which right handles multibyte strings.
(current xine CVS adjusted size also before computing text size)
Possibility to select the smallest font too.
CVS patchset: 5403
CVS date: 2003/09/18 18:17:12
|
|
Right computing text size of multibyte texts in OSD.
Different alias character for missing character in the conversion
and in the font: #, _
CVS patchset: 5402
CVS date: 2003/09/18 18:14:50
|
|
CVS patchset: 5316
CVS date: 2003/08/29 11:44:53
|
|
CVS patchset: 5303
CVS date: 2003/08/24 10:17:43
|
|
CVS patchset: 5242
CVS date: 2003/08/04 03:16:48
|
|
not sure this is need, but it must be harmless :)
patch by Marc Bevand
CVS patchset: 5235
CVS date: 2003/08/04 01:37:58
|
|
CVS patchset: 5211
CVS date: 2003/07/25 21:02:04
|
|
CVS patchset: 5152
CVS date: 2003/07/12 17:04:36
|
|
CVS patchset: 5151
CVS date: 2003/07/12 17:01:42
|
|
(patch provided by Frantisek Dvorak)
CVS patchset: 5107
CVS date: 2003/06/27 13:47:35
|
|
the "unsigned" is wrong)
CVS patchset: 5088
CVS date: 2003/06/22 16:53:04
|
|
CVS patchset: 4848
CVS date: 2003/05/15 08:21:15
|
|
extracted some common targets and variables into a common Makefile
which is then included
CVS patchset: 4844
CVS date: 2003/05/14 16:21:44
|
|
* I change the SPU decoder API to make it look less DVD specific
* adapt all related files
* increase SPU decoder API version
* include DVDNAV_CFLAGS locally where needed
CVS patchset: 4755
CVS date: 2003/05/03 14:24:06
|