index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsputext
/
demux_sputext.c
Age
Commit message (
Expand
)
Author
2004-04-26
help strings added for all remaining config entries (so I hope)
Michael Roitzsch
2004-01-12
it seems i forgot to commit the api increase (demux/decoder). weird.
Miguel Freitas
2003-12-24
* patch by David Gómez to support linebreaking '|' in subview format
Michael Roitzsch
2003-12-17
* Default subtitle timeout.
František Dvořák
2003-11-26
lprintf cleanup, pass I.
Daniel Caujolle-Bert
2003-11-16
New stream/meta info (safe) stuff.
Daniel Caujolle-Bert
2003-11-15
start xine_stream_t separation (public/private).
Miguel Freitas
2003-11-15
more helper functions cleanup (stream info, meta info)
Miguel Freitas
2003-11-11
rename internal API function (_x_<function>).
Daniel Caujolle-Bert
2003-11-04
remove errno usage (all input plugins should handle and report errors). Take ...
Daniel Caujolle-Bert
2003-11-03
take care of read() return value. use xprintf/lprintf. fix get_extensions()
Daniel Caujolle-Bert
2003-10-13
Fix ssa handling. Fix ssa parsing by syncing to MPlayer.
Daniel Caujolle-Bert
2003-08-24
fix sami sub title detection
Daniel Caujolle-Bert
2003-08-04
fixes suggested by Octavian Procopiuc <op1@duke.edu>
Miguel Freitas
2003-08-04
seek to start before detecting content
Miguel Freitas
2003-07-25
small housekeeping: demuxer api seeks in miliseconds
Miguel Freitas
2003-06-22
remove unused class members and fix compiler warning (-1 is used as a marker, so
Michael Roitzsch
2003-04-26
bumping up demux plugin interface version numbers, update copyright notices
Guenter Bartsch
2003-04-09
wrong constant
Michael Roitzsch
2003-04-06
sputext subtitles should work again
Michael Roitzsch
2003-03-26
vplayer format fixex by Mariusz Pekala <skoot@qi.pl>
Miguel Freitas
2003-03-26
- font encoding cleanup patch by Frantisek Dvorak
Miguel Freitas
2003-02-14
wrong cast pointer type
Daniel Caujolle-Bert
2003-02-14
disable log
Miguel Freitas
2003-01-23
preparations for beta3:
Miguel Freitas
2003-01-12
seeking should work now.
Miguel Freitas
2003-01-11
small cleanup
Michael Roitzsch
2003-01-11
brand-new external subtitles support. (yes, it works!)
Miguel Freitas
2003-01-10
just get it to compile, still not finished.
Miguel Freitas
2003-01-08
fixes/cleanups of the handled/unhandled codecs
Miguel Freitas
2003-01-04
add 2 demuxer groups (audio and games) with multiple plugins at the
Miguel Freitas
2002-12-30
I really should set a buffer type
Michael Roitzsch
2002-12-30
fill the buffers with text, fix dispose memleak, add FIXMEs
Michael Roitzsch
2002-12-29
first draft of a sputext demuxer
Michael Roitzsch