]> git.sesse.net Git - vlc/history - src
remember to enable it in the doc for 0.7.3
[vlc] / src /
2004-07-02 Gildas Bazin* include/video_output.h, include/vlc_video.h, src...
2004-07-01 Gildas Bazin* src/playlist/playlist.c: fixed recent playlist f...
2004-07-01 Sigmund Augdal HelbergDoxygenized some functions in vout_pictures.c. Prepared...
2004-07-01 Sigmund Augdal Helbergquit fast when sorting a playlist with 1 or less entrie...
2004-07-01 Gildas Bazin* src/libvlc.c:
2004-06-30 Derk-Jan Hartman* src/libvlc.c:
2004-06-30 Cyril Deguet * src/playlist/playlist.c: check "prevent-skip" to...
2004-06-30 Derk-Jan Hartman* first stab at vlc daemon mode (-d, --daemon )
2004-06-28 Laurent Aimar * all: re-enabled meta-datas.
2004-06-28 Laurent Aimar * es_out: re-enabled meta infos about ES.
2004-06-28 Gildas Bazin* src/input/control.c: fixed INPUT_ADD_INFO/INPUT_GET_INFO
2004-06-27 Laurent Aimar * all: a new --input-slave option to start playing...
2004-06-27 Gildas Bazin* src/input/input.c:
2004-06-26 Gildas Bazin src/playlist/playlist.c, modules/gui/skins2/src/skin_m...
2004-06-26 Gildas Bazin* src/misc/modules.c: got rid of unused variable.
2004-06-26 Gildas Bazin* src/misc/modules.c: module_Need() probed sub-modules...
2004-06-25 Laurent Aimar * sub ->subtitle : converted sub.c to a 'real' demux2.
2004-06-25 Gildas Bazin* src/input/input.c: win32 compilation fix.
2004-06-24 Laurent Aimar * input.c: fixed play/pause + cosmetics.
2004-06-24 Laurent Aimar * demux.c: added new DEMUX_* queries to demux2_vaContr...
2004-06-23 Laurent Aimar * stream.c: fixed a problem with peek.
2004-06-23 Gildas Bazin* src/input: update ES object vars when an ES is remove...
2004-06-23 Laurent Aimar * es_out: fixed a bug preventing re-selecting an ES.
2004-06-23 Laurent Aimar* all: - added a boolean "seekable" object variable...
2004-06-23 Gildas Bazin* modules/demux/m3u.c: allocate buffer for stream_Read().
2004-06-23 Gildas Bazin* src/input/input.c: win32 fix.
2004-06-23 Jon Lech Johansen * Fix for DTS over SPDIF stuttering. Someone please...
2004-06-22 Clément StenacRe-enable dynamic plugins
2004-06-22 Laurent Aimar input_internal: lalala .
2004-06-22 Laurent Aimar * all: rework of the input.
2004-06-22 Laurent Aimar * all: rework of the input.
2004-06-22 Laurent Aimar * all: rework of the input.
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 Yoann Peronneau * src/video_output/vout_subpictures.c : New OSD channels
2004-06-15 Derk-Jan Hartman* strcasestr not strncasestr
2004-06-15 Derk-Jan Hartman* backport of local_stristr to vlc_strcasestr in libc.c
2004-06-12 Clément Stenac* Added new functions to the Mozilla plugin
2004-06-09 Gildas Bazin* src/misc/net.c: fix for the udp-auto-mtu on win32.
2004-06-07 Laurent Aimar * src/input/input_ext-intf.c: no more unused.
2004-06-07 Laurent Aimar * input: warning fix + no more input_OffsetToTime.
2004-06-07 Laurent Aimar * include: removed a few deprecated functions.
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-05 Laurent Aimar * input: compute right value for position/time on...
2004-06-05 Laurent Aimar * ninput: added more access2 doc, added ACCESS_SET_PRI...
2004-06-05 Gildas Bazin* src/interface/interface.c, modules/gui/wxwindows...
2004-06-05 Gildas Bazin* src/video_output/vout_intf.c: only embed the video...
2004-06-05 Derk-Jan Hartman* fix a compilation error
2004-06-05 Derk-Jan HartmanNOTE: libvlc API changes
2004-06-04 Gildas Bazin* src/misc/modules.c: some error checking when loading...
2004-06-03 Gildas Bazin* src/misc/modules.c: in plugins cache mode, force...
2004-06-02 Yoann PeronneauSupport for multiple OSD channels :
2004-06-01 Laurent Aimar es_out: clean up.
2004-06-01 Laurent Aimar * demux: init info field. (Not used yet).
2004-06-01 Laurent Aimar * access: init info field.
2004-06-01 Gildas Bazin* ALL: brought back module_EndBank() from the dead...
2004-05-31 Clément StenacFix play-and-stop behaviour with playlist_Command
2004-05-30 Laurent Aimar * input.c: set access2->b_die.
2004-05-30 Laurent Aimar * access,demux: fixed parsing.
2004-05-30 Laurent Aimar * input: warning fix (int ->byte_t*).
2004-05-30 Laurent Aimar * access: implement access2_nEw (untested).
2004-05-30 Gildas Bazin* src/misc/modules.c: avoid name collisions on win32.
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* src/misc/modules.c: small cleanup.
2004-05-29 Gildas Bazin* include/*,src/*: New plugins cache feature for faster...
2004-05-29 Yoann PeronneauAdded a Mute OSD icon.
2004-05-28 Derk-Jan Hartman* src/input/input.c: As soon as we know the length...
2004-05-27 Derk-Jan Hartman * src/libvlc.h
2004-05-26 Yoann PeronneauAdded Play and Pause OSD Icons for hotkeys.
2004-05-24 Derk-Jan Hartman* Fixed the YUY2 and RV Render() of the OSD widgets.
2004-05-23 Yoann Peronneau* src/video_output/video_widgets.c: Added OSD sliders...
2004-05-23 Laurent Aimar * es_out: avoid null dts/pts after *9/100 (with non...
2004-05-20 Eric Petit misc/cpu.c: another BeOS compile fix
2004-05-19 Damien Fouilleul- added support for UYVY chroma for directx direct...
2004-05-18 Clément StenacSkip leading tabs, spaces and line feeds
2004-05-18 Clément StenacHopefully fix bug with playlist parsing (line-feed...
2004-05-17 Gildas Bazin* src/input/input_programs.c: if no program is specifie...
2004-05-16 Gildas Bazin* interface/interface.c: fixed a bug with embedded...
2004-05-16 Gildas Bazin* src/video_output/vout_intf.c, include/video_output.h:
2004-05-15 Laurent Aimar * all: improved perfs (using block_ChainLastAppend).
2004-05-15 Laurent Aimar * es_out; round up PCR (avoid non null PCR -> null).
2004-05-12 Gildas Bazin* src/stream_output/stream_output.c: allows spaces...
2004-05-11 Christophe Massiot* src/stream_output/stream_output.c: Use strtol for...
2004-05-10 Christophe Massiot* src/input/input_programs.c: Fixed the --program optio...
2004-05-10 Gildas Bazin* src/audio_ouput/input.c: better on-the-fly switching...
2004-05-07 Gildas Bazin* src/video_output/video_output.c: make sure vout_Creat...
2004-05-06 Derk-Jan Hartman* fixed a number of memleaks
2004-05-06 Gildas Bazin* src/input/input_dec.c: fixed DVB subtitles support...
2004-05-05 Gildas Bazin* src/input/es_out.c: remove deprecated hack.
2004-05-05 Gildas Bazin* src/libvlc.h: moved a few hotkeys to the advanced...
2004-04-30 Clément StenacHopefully fix locking issues with wx
2004-04-30 Derk-Jan Hartman * src/video_output/vout_intf.c: remember video-on...
2004-04-29 Derk-Jan Hartman * src/playlist/playlist.c: Don't do any playlist actio...
2004-04-29 Clément StenacAdd missing objects descriptions
2004-04-29 Clément StenacFix segfault on "del"
2004-04-29 Derk-Jan Hartman* Set "fullscreen" var on p_playlist instead of p_input
next