]> git.sesse.net Git - vlc/history - modules/demux/util
* useless.
[vlc] / modules / demux / util /
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 Gildas Bazin* modules/demux/util/id3.c, modules/demux/util/id3tag...
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-29 Clément Stenac* src/playlist/* && Makefile.am
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-10-20 Derk-Jan Hartman* even less duplicate entries by id3tags. Dupes are...
2003-10-20 Derk-Jan Hartman* Added a "demuxed-id3" variable to input.c so id3tags...
2003-10-18 Derk-Jan Hartman* id3tag fills the psz_name and psz_author field of...
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-24 Gildas Bazin* modules/gui/wxwindows/*: you can now specify input...
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-07-13 Sigmund Augdal Helbergcleanup comments
2003-06-27 Sam Hocevar * bootstrap:
2003-06-26 Sam Hocevar * modules/demux/util/sub.c,
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-06-23 Gildas Bazin* src/misc/modules.c, modules/gui/wxwindows/timer.cpp...
2003-06-15 Sigmund Augdal Helbergid3tag.c: Do not try to seek on network streams even...
2003-05-25 Sigmund Augdal Helbergconvert the strings in the id3tags to utf8 before stori...
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-25 Sam Hocevar * ./modules/demux/util/Modules.am: added missing...
2003-03-18 Sigmund Augdal HelbergSeek one less time. Should increase performance with...
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-13 Sigmund Augdal HelbergAdded support for oldstyle id3 genres.
2003-03-11 Laurent Aimar * Added support of vplayer subtitles files.
2003-02-22 Sigmund Augdal Helberg Fixed seme seeking issues with http access module...
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 ...
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2003-01-05 Sigmund Augdal Helberg modules/demux/asf/*: added some file info code
2003-01-02 Christophe MassiotCosmetic.
2002-11-20 Sam Hocevar * ./include/vlc_common.h, ./src/extras/libc.c: export...
2002-11-15 Laurent Aimar* modules/demux/util : add a text subtitle demuxer...
2002-10-13 Sigmund Augdal Helberg modules/demux/util/id3*: fixed up some dead comments
2002-09-30 Sam Hocevar * ./debian/rules: moved the gtk_main and gnome_main...
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-09-30 Sam Hocevar * ALL: added *.am files here and there for future...
2002-08-24 Sigmund Augdal Helberg moved id3 related code to a separate utility module...