Age | Commit message (Collapse) | Author |
|
superfluous xine_ prefixes from source files.
--HG--
rename : src/libspucc/cc_decoder.c => src/spu_dec/cc_decoder.c
rename : src/libspucc/cc_decoder.h => src/spu_dec/cc_decoder.h
rename : src/libspucmml/xine_cmml_decoder.c => src/spu_dec/cmml_decoder.c
rename : src/libspudec/nav_read.c => src/spu_dec/nav_read.c
rename : src/libspudec/xine_spu_decoder.c => src/spu_dec/spu_decoder.c
rename : src/libspudec/spudec.c => src/spu_dec/spudec.c
rename : src/libspudec/spudec.h => src/spu_dec/spudec.h
rename : src/libspudvb/xine_spudvb_decoder.c => src/spu_dec/spudvb_decoder.c
rename : src/libsputext/xine_sputext_decoder.c => src/spu_dec/sputext_decoder.c
rename : src/libsputext/demux_sputext.c => src/spu_dec/sputext_demuxer.c
rename : src/libspucc/xine_cc_decoder.c => src/spu_dec/xine_cc_decoder.c
|
|
|
|
|
|
protocols too.
|
|
Please note that this commit temporarily breaks building.
|
|
|
|
called free().
|
|
This way the gettext code for description does not need to be repeated by every plugin.
|
|
|
|
where missing, for i18n.
|
|
--HG--
extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB
|
|
For contributed code, leave whatever the version we last synced for is using
to make simpler future syncs.
|
|
CVS patchset: 8524
CVS date: 2007/01/19 01:05:24
|
|
constant string, and make the extensions and mrl vaiables usually declared when testing extension demux strategy constants too.
CVS patchset: 8523
CVS date: 2007/01/19 00:26:39
|
|
CVS patchset: 8515
CVS date: 2007/01/18 11:57:16
|
|
Consolidated multiple strncat() calls to snprintf().
CVS patchset: 8407
CVS date: 2006/12/08 16:26:10
|
|
(through backports), to avoid exporting unneeded internal symbols, making plugins' loading faster and use of internal copies of libraries more solid. It should automatically fall back to the old way in GCCs that does not support -fvisibility=hidden, but has to be tested carefully. No issues were found in the months of testing in Gentoo, but this requires special attention anyway.
CVS patchset: 8101
CVS date: 2006/07/10 22:08:12
|
|
(Diego Pettenò)
CVS patchset: 7985
CVS date: 2006/05/03 19:46:06
|
|
CVS patchset: 7892
CVS date: 2006/02/14 18:41:43
|
|
CVS patchset: 7776
CVS date: 2005/10/29 20:51:01
|
|
CVS patchset: 7775
CVS date: 2005/10/29 20:18:57
|
|
Incremented demux API version.
This is needed to unload plugins.
CVS patchset: 7385
CVS date: 2005/02/06 15:26:00
|
|
(closes bug #1086775)
CVS patchset: 7267
CVS date: 2004/12/17 13:38:23
|
|
and backwards compatible translation
Sorry, I got a litte tired proof-reading the patch, so their might be
bugs lurking around. I will give it some further examination and
(as necessary) fixing tomorrow.
CVS patchset: 7233
CVS date: 2004/12/12 22:00:47
|
|
CVS patchset: 7102
CVS date: 2004/11/03 19:17:54
|
|
CVS patchset: 7091
CVS date: 2004/10/30 14:29:23
|
|
CVS patchset: 7081
CVS date: 2004/10/27 22:22:25
|
|
(actually it works with glibc and sprintf, but not with snprintf)
CVS patchset: 6859
CVS date: 2004/07/27 18:06:45
|
|
* fixed lots of unprotected buffers, overlong subtitle lines would have
caused overflows
CVS patchset: 6833
CVS date: 2004/07/22 14:19:12
|
|
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
|
|
please everybody watch out for spelling (and other) errors
CVS patchset: 6442
CVS date: 2004/04/26 17:50:06
|
|
CVS patchset: 6030
CVS date: 2004/01/12 17:35:14
|
|
* 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: 5796
CVS date: 2003/11/26 19:43:26
|
|
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: 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
|
|
CVS patchset: 5501
CVS date: 2003/10/13 06:57:28
|
|
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
|
|
the "unsigned" is wrong)
CVS patchset: 5088
CVS date: 2003/06/22 16:53:04
|
|
CVS patchset: 4691
CVS date: 2003/04/26 20:15:52
|
|
CVS patchset: 4579
CVS date: 2003/04/09 13:31:31
|