]> git.sesse.net Git - vlc/history - modules/demux/util/sub.c
* Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
[vlc] / modules / demux / util / sub.c
2004-03-29 Clément Stenac* Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
2004-02-22 Laurent Aimar * sub.c: VobSub fix.
2004-01-27 Derk-Jan Hartman* Thou shall initialize thou subtitles.
2004-01-27 Derk-Jan Hartman* modules/demux/util/sub.?
2004-01-27 Laurent Aimar * sub: removed unused variable.
2004-01-27 Laurent Aimar * sub: clean/fix. it begins to work.
2004-01-27 Laurent Aimar * sub.c : fixed parsing, but doesn't work yet (buffer...
2004-01-27 Gildas Bazin* modules/demux/util/*: fixed segfault with new vobsub...
2004-01-27 Derk-Jan Hartman* VobSub demuxing. Almost working i think, but the...
2004-01-26 Derk-Jan Hartman* Remove crud
2004-01-26 Gildas Bazin* src/input/*, modules/demux/util/sub.[ch]: cleanup...
2004-01-26 Gildas Bazin* modules/demux/util/*: a bit of cleanup.
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2004-01-06 Derk-Jan Hartman* Something about microdvd fps and a huge bug in its...
2003-11-27 Laurent Aimar * all: implement more es_out_* control, audio-channel...
2003-11-21 Gildas Bazin* include/vlc_common.h: include stdlib.h
2003-11-20 Laurent Aimar include/vlc_es.h: defines es_format_t, audio_format_t...
2003-11-13 Laurent Aimar * input: handle also SPU in es_out_Add (and fix a...
2003-11-05 Gildas Bazin* include/configuration.h: some small re-work of the...
2003-11-05 Derk-Jan HartmanPlease test if this has any regressions
2003-11-04 Eric Petit + configure.ac:
2003-11-02 Derk-Jan Hartman* Fixed bugs in parsing SSA lines. Turns out we are...
2003-10-31 Derk-Jan Hartman* starting support for external vobsubs.
2003-10-18 Derk-Jan Hartman* The SAMI parses did case sensitive tag parsing. Howev...
2003-10-12 Derk-Jan Hartman* added a "auto" mode to sub-type. This is because...
2003-10-11 Derk-Jan Hartman* src/input/subtitles.c: made the autodetection fuzzine...
2003-10-08 Gildas Bazin* modules/demux/util/sub.c: fix when no subs specified.
2003-09-22 Derk-Jan Hartman* modules/gui/macosx/playlist.?: implemented Save Playlist
2003-08-26 Derk-Jan Hartman* modules/demux/util/sub.c: fixed the subtitle autodete...
2003-08-24 Eric Petit modules/demux/util/sub.c : compile fix
2003-08-24 Laurent Aimar * sub.c : fixed a warning.
2003-08-23 Derk-Jan Hartman* modules/demux/util/sub.c: Fixed a crash when trying...
2003-08-23 Derk-Jan Hartman* modules/codec/subsdec/subsdec.c: reordered the list...
2003-07-27 Laurent Aimar * sub: does not issue an error message when sub-file...
2003-07-23 Gildas Bazin* modules/misc/freetype.c, modules/demux/util/sub.c...
2003-07-23 Derk-Jan Hartman* include/vlc_common.h: MAX_PATH PATH_MAX, we don't...
2003-07-14 Sigmund Augdal HelbergAll: My shot at improving subtitle rendering in vlc...
2003-06-26 Sam Hocevar * modules/demux/util/sub.c,
2003-05-13 Gildas Bazin* modules/gui/wxwindows/*: new subtitles file dialog...
2003-05-11 Sigmund Augdal HelbergAdded code to render subtitles with the freetype module...
2003-05-05 Gildas Bazin* ALL: changed the prototype of input_AddES() to includ...
2003-04-14 Laurent Aimar * all: correctly set p_payload_end when using input_Ne...
2003-03-30 Gildas Bazin* include/configuration.h: added the add_directory...
2003-03-16 Laurent Aimar * sub: better ssa4 recognition.
2003-03-16 Laurent Aimar * sub.c: added SAMI subtitles support. (Untested and...
2003-03-15 Laurent Aimar * ffmpeg: Use truncated frames if supported by codec...
2003-03-11 Laurent Aimar * Added support of vplayer subtitles files.
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-02-09 Laurent Aimar * sub.c : begun clean up
2003-02-08 Christophe Massiot* Fixed misc typos in strings,
2003-01-23 Laurent Aimar * demux: fix segfault while trying to opening files...
2003-01-21 Laurent Aimar * sub.c: fixed handling for subrip subtitle with ...
2002-11-15 Laurent Aimar* modules/demux/util : add a text subtitle demuxer...