]> git.sesse.net Git - vlc/history - include
remember to enable it in the doc for 0.7.3
[vlc] / include /
2004-07-02 Gildas Bazin* include/video_output.h, include/vlc_video.h, src...
2004-07-01 Sigmund Augdal HelbergDoxygenized some functions in vout_pictures.c. Prepared...
2004-07-01 Gildas Bazin* modules/codec/dmo: "DirectX Media Object" decoder...
2004-06-30 Derk-Jan Hartman* first stab at vlc daemon mode (-d, --daemon )
2004-06-25 Laurent Aimar * vlc_input: removed unused p_sys.
2004-06-24 Laurent Aimar * vlc_input: added missing fields for multi-input...
2004-06-23 Laurent Aimar* all: - added a boolean "seekable" object variable...
2004-06-22 Laurent Aimar * vlc_stream.h : oops again.
2004-06-22 Laurent Aimar * vlc_es_out.h: oops ;)
2004-06-22 Laurent Aimar * all: rework of the input.
2004-06-22 Laurent Aimar * all: rework of the input.
2004-06-18 Sigmund Augdal Helbergvarious documentation fixes
2004-06-17 Sigmund Augdal Helberginclude/vlc_video.h: minor doc fix
2004-06-17 Yoann Peronneau * src/video_output/vout_subpictures.c : New OSD channels
2004-06-15 Derk-Jan Hartman* fix the defines for strcasecmp strncasecmp and strcasestr
2004-06-15 Derk-Jan Hartman* vlc_strcasestr defines (still missing something....
2004-06-15 Derk-Jan Hartman* G.726 support trough ffmpeg
2004-06-12 Clément Stenac* Added new functions to the Mozilla plugin
2004-06-07 Laurent Aimar * input_ext-intf.h: removed unused functions/defines.
2004-06-07 Laurent Aimar * input_ext-intf.h: input_ChangeArea/Program are now...
2004-06-07 Laurent Aimar * include: removed a few deprecated functions.
2004-06-06 Derk-Jan Hartman* bugfix to libvlc header
2004-06-06 Derk-Jan Hartman* WARNING: Libvlc API change
2004-06-06 Clément StenacPatch by Rémi Denis-Courmont to include TCP listening...
2004-06-06 Clément Stenac* Interaction between bookmarks and streaming wizard
2004-06-06 Laurent Aimar * variables: added var_Get/Set/CreateGetBool.
2004-06-06 Laurent Aimar * variables: helpers: var_Get* .
2004-06-06 Laurent Aimar * variables: added more helpers: var_CreateGet*
2004-06-05 Laurent Aimar * ninput: added more access2 doc, added ACCESS_SET_PRI...
2004-06-05 Derk-Jan HartmanNOTE: libvlc API changes
2004-06-02 Yoann PeronneauSupport for multiple OSD channels :
2004-06-02 Laurent Aimar * ninput: changed the way title and seekpoint work.
2004-06-01 Laurent Aimar * all: a few changes in access2 (added a info field...
2004-06-01 Gildas Bazin* ALL: brought back module_EndBank() from the dead...
2004-05-30 Laurent Aimar * ninput: typo.
2004-05-30 Laurent Aimar * ninput: more access2 things.
2004-05-30 Laurent Aimar * ninput, access: compilation fix.
2004-05-29 Laurent Aimar * all: begin to introduce access_t (nothing working...
2004-05-29 Gildas Bazin* include/*,src/*: New plugins cache feature for faster...
2004-05-29 Yoann PeronneauAdded a Mute OSD icon.
2004-05-27 Olivier AubertSnapshot module (dummy video output module keeping...
2004-05-26 Yoann PeronneauAdded Play and Pause OSD Icons for hotkeys.
2004-05-23 Yoann Peronneau* src/video_output/video_widgets.c: Added OSD sliders...
2004-05-16 Gildas Bazin* src/video_output/vout_intf.c, include/video_output.h:
2004-05-16 Gildas Bazin* modules/gui/wxwindows/preferences_widgets.cpp: increa...
2004-05-16 Gildas Bazin* include/modules_inner.h, include/modules.h: added...
2004-05-15 Laurent Aimar * all: improved perfs (using block_ChainLastAppend).
2004-04-29 Gildas Bazin* src/input/demux.c, src/misc/objects.c: demux2 has...
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-04-27 Sam Hocevar * Got rid of more "VideoLAN C*****" references.
2004-04-25 Gildas Bazin* modules/stream_out/transcode.c: if aenc/venc is speci...
2004-04-25 Gildas Bazin* src/stream_output/stream_output.c: small sout_cfg_par...
2004-04-23 Laurent Aimar * stream_output: added a sout_ParseCfg to help sout...
2004-04-23 Gildas Bazin* src/input/control.c, include/ninput.h: Added INPUT_GE...
2004-04-20 Gildas Bazin* include/vlc/vlc.h: added a b_play parameter to the...
2004-04-19 Gildas Bazin* include/aout_internal.h: added a b_restart field...
2004-04-19 Andre Pang* Add hotkeys to go back/forward in media browsing...
2004-04-18 Clément Stenac* ALL: Better announce system
2004-04-15 Sigmund Augdal Helberginclude/vlc_block.h:
2004-04-14 Andre Pang* vout_ShowTextAbsolute now returns VLC_EGENERIC if...
2004-04-11 Gildas Bazin* include/vlc_interface.h: forgot that in last commit.
2004-04-08 Gildas Bazin* modules/gui/wxwindows/*: implemented VOUT_SET_STAY_ON...
2004-04-02 Gildas Bazin* src/video_output/vout_intf.c: new vout_ControlWindow...
2004-04-02 Laurent Aimar * modules.h: increased MODULE_SHORTCUT_MAX to 50....
2004-04-02 Laurent Aimar * vlc_es.h: AAAHHH I HATE C++, else said: I need to...
2004-04-02 Laurent Aimar * vlc_es: fixed es_format_Copy. (Duplicate psz_encodin...
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-03-29 Laurent Aimar * vlc_common.h: removed all cast in TAB_*. GCC doesn...
2004-03-29 Laurent Aimar * stream: added stream_DemuxNew, stream_DemuxSend...
2004-03-29 Clément Stenac* Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
2004-03-25 Laurent Aimar * codecs.h : added WAVE_FORMAT_DIVIO_AAC.
2004-03-24 Gildas Bazin* src/video_output/vout_intf.c: vout_IntfInit() for...
2004-03-23 Gildas Bazin* src/input/*:
2004-03-22 Laurent Aimar * all: forgot to commit theses files.
2004-03-21 Derk-Jan Hartman* fix avi dts support
2004-03-21 Laurent Aimar * vlm.*: move vlm to the core (now, vlm_New create...
2004-03-15 Clément StenacAdd description for demux2 (Closes:#1780)
2004-03-11 Olivier Teulière * include/vlc_keys.h: mouse wheel events now considere...
2004-03-11 Laurent Aimar * stream_output.h: removed sout_buffer_t and use block...
2004-03-11 Gildas Bazin* src/libvlc.h, src/input/input.c:
2004-03-10 Laurent Aimar * stream_output.h: added a vlc_meta_t field to sout_in...
2004-03-10 Laurent Aimar * include/input_ext-plugins.h: exported input_RunDecod...
2004-03-09 Gildas Bazin* include/vlc_common.h: free tab if empty in TAB_REMOVE().
2004-03-07 Gildas Bazin* include/vlc_es.h: added b_packetized field to es_form...
2004-03-06 Laurent Aimar * all: added two variables needed for asynch sout.
2004-03-05 Laurent Aimar * include/modules.h: increased numbers of shorcuts
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 * vlc_common.h: httpd typedefs.
2004-03-03 Laurent Aimar * include/httpd.h, modules/misc/httpd.c: remove old...
2004-03-03 Laurent Aimar ninput.h: added prototype of demux2_vaControlHelper.
2004-03-03 Christophe Massiot* src/input/input_dec.c: Copy block_t::i_flags to sout_...
2004-03-01 Gildas Bazin* modules/gui/wxwindows/*: make sure we re-use the...
2004-03-01 Gildas Bazin* include/vlc_threads.h:
2004-02-29 Gildas Bazin* src/misc/variables.c: fixed memleak.
2004-02-25 Laurent Aimar * all: removed block_t->b_discontinuity,b_frame_*...
2004-02-23 Gildas Bazin* modules/demux/wav.c: more fixes for multichannel...
2004-02-23 Gildas Bazin* include/vlc_common.h: added the UI64C() macro for...
2004-02-22 Laurent Aimar * all: changed the prototype of sout_InputNew.
2004-02-22 Gildas Bazin* ALL: preparation for 0.7.1-test2.
next