]> git.sesse.net Git - vlc/history - modules/misc/dummy
Dummy: remove dummy (indeed) access, convert demux to access_demux
[vlc] / modules / misc / dummy /
2004-03-03 Laurent Aimar * vout.c: fixed a warning.
2004-01-25 Rocky Bernsteininclude limits.h for PATH_MAX. Solaris fix.
2004-01-25 Felix Paul Kühnestring review by Christophe Mutricy aka xtophe
2003-12-22 Sam Hocevar * toolbox:
2003-12-16 Gildas Bazin* modules/misc/dummy/input.c: fixed the vlc:quit command.
2003-12-08 Gildas Bazin* modules/misc/dummy/*: new --dummy-save-es option...
2003-12-08 Yoann Peronneauimproves OSD sytem
2003-12-07 Jean-Paul SamanAll AddText( vout_thread_t *p_vout, char *psz_string...
2003-12-04 Sam Hocevar * modules/misc/dummy/renderer.c:
2003-11-28 Gildas Bazin* modules/misc/dummy/input.c: use p_input->psz_demux...
2003-11-16 Gildas Bazin* modules/misc/dummy/encoder.c: forgot a file
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-10-24 Gildas Bazin* configure.ac: fix for wxWindows headers detection.
2003-09-07 Laurent Aimar * control: use new variables and 'title*', 'chapter...
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-07-14 Sigmund Augdal Helberg had to forget something :)
2003-07-14 Sigmund Augdal HelbergAll: My shot at improving subtitle rendering in vlc...
2003-06-27 Sam Hocevar * bootstrap:
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-06-17 Gildas Bazin* modules/*: got rid of empty module objects.
2003-05-15 Christophe Massiot* now 0.6.0-cvs
2003-05-04 Gildas Bazin* src/misc/variables.c, ALL: improvements to the object...
2003-04-16 Gildas Bazin* modules/misc/dummy/input.c, modules/access/file.c...
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-28 Sigmund Augdal Helbergadded a SetPalette function so "vlc --vout dummy -...
2003-03-03 Gildas Bazin* ALL: another bunch of fixes for the MSVC build.
2003-02-20 Gildas Bazin* src/libvlc.h, modules/audio_output: added a global...
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2002-11-20 Sam Hocevar * ./include/vlc_common.h, ./src/extras/libc.c: export...
2002-11-18 Sam Hocevar * ./src/misc/modules.c: support for Unicode filenames...
2002-10-27 Gildas Bazin* ALL: removed GetPES and NextPES, we now use input_Ext...
2002-10-03 Gildas Bazin* FAQ: updated FAQ with config file issues.
2002-09-30 Christophe Massiot* Made audio_sample_format->i_format a FOURCC to allow...
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-09-18 Christophe Massiot* ALL: More hooks for audio volume management.
2002-09-10 Sam Hocevar * ./modules/misc/dummy/vout.c: fixed an endianness...
2002-08-30 Christophe Massiotaout3 API change :
2002-08-30 Christophe Massiot* demuxes: Worked around a bug in old VLC and VLS by...
2002-08-19 Christophe MassiotMore changes in the date handling. Should be more toler...
2002-08-19 Christophe Massiot* ./configure: Fixed double detection of gethostbyname.
2002-08-14 Christophe Massiot* Changed aout_FormatTo* ; aout_FormatToSize does no...
2002-08-12 Christophe Massiot* Fixed a variable overflow bug in the audio output.
2002-08-07 Christophe MassiotAudio output 3. Expect major breakages.
2002-08-04 Sam Hocevar * ./modules/misc/dummy/decoder.c: the dummy codec...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...