]> git.sesse.net Git - vlc/history - modules/demux/util
- enable sap-ipv6 by default
[vlc] / modules / demux / util /
2005-04-09 Gildas Bazin* src/input/demux.c: skip header id3tag in the core...
2005-04-05 Gildas Bazin* modules/demux/util/id3tag.c: fixed memory leak.
2005-04-05 Derk-Jan Hartman* parsed info by mp3 is not retained between demux...
2005-03-05 Gildas Bazin* modules/demux/*: removed useless probing messages.
2004-12-19 Gildas Bazin* modules/demux/util/id3tag.c: fixed a few bugs.
2004-07-30 Sam Hocevar * modules/demux/util/id3tag.c modules/codec/ffmpeg...
2004-06-25 Laurent Aimar * sub ->subtitle : converted sub.c to a 'real' demux2.
2004-06-23 Laurent Aimar* all: - added a boolean "seekable" object variable...
2004-06-23 Clément StenacFix id3 and id3tag (using meta)
2004-06-22 Laurent Aimar * all: rework of the input.
2004-06-15 Derk-Jan Hartman* backport of local_stristr to vlc_strcasestr in libc.c
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-04-07 Gildas Bazin* ALL: use p_block->i_length for text subtitles duratio...
2004-04-06 Derk-Jan Hartman* Added subviewer and subviewer v2 support
2004-04-03 Laurent Aimar * all: do not use input_Clock* anymore (use ES_OUT_SET...
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-03-30 Clément StenacDo not delay subtitles twice + Sanity check
2004-03-29 Clément Stenac* Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-03-03 Laurent Aimar * id3*: Search p_input (to make it working with demux2).
2004-02-22 Laurent Aimar * sub.c: VobSub fix.
2004-02-14 Gildas Bazin* ALL: small portability fixes.
2004-01-29 Clément StenacOptions as infos were bad in several ways: it broke...
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 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...
2004-01-05 Clément Stenac modules/demux/util/id3tag.c
2003-12-22 Derk-Jan Hartman* stream_Size reports the size of a stream, not stream_Tell
2003-12-22 Sam Hocevar * src/misc/iso-639_def.h modules/demux/util/id3genres...
2003-12-22 Sam Hocevar * toolbox:
2003-11-27 Laurent Aimar * all: implement more es_out_* control, audio-channel...
2003-11-25 Laurent Aimar * all: fixed a lot of small memory leaks.
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 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.
next