]> git.sesse.net Git - vlc/history - include/ninput.h
* src/input/control.c, include/ninput.h: Added INPUT_GET_INFO.
[vlc] / include / ninput.h
2004-04-23 Gildas Bazin* src/input/control.c, include/ninput.h: Added INPUT_GE...
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
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-23 Gildas Bazin* src/input/*:
2004-03-03 Laurent Aimar ninput.h: added prototype of demux2_vaControlHelper.
2004-02-14 Gildas Bazin* ALL: small portability fixes.
2004-01-31 Laurent Aimar * vlc_meta.h: added a vlc_meta_t struct and some funct...
2004-01-26 Laurent Aimar * all: make stream_t using function pointers (needed...
2004-01-21 Laurent Aimar * stream: made skipping a bit smarter, removed no...
2004-01-16 Laurent Aimar * all: added STREAM_GET_MTU and stream_MTU.
2004-01-07 Laurent Aimar * rename ES_OUT_SET_PCR into ES_OUT_SET_GROUP_PCR...
2004-01-06 Sigmund Augdal Helbergsrc/input/stream.c:
2003-11-30 Laurent Aimar * all: added demux_t structure and some demux2_* funct...
2003-11-30 Laurent Aimar * ninput: added 2 ES_OUT* command (do nothing for...
2003-11-27 Laurent Aimar * all: implement more es_out_* control, audio-channel...
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-19 Laurent Aimar * ninput: initialisate i_bitrate.
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-13 Gildas Bazin* include/ninput.h: ES_EXTRA_TYPE_SUBHEADER wasn't...
2003-10-01 Derk-Jan Hartman* modules/misc/freetype.c: spelling errors
2003-09-22 Derk-Jan Hartman* modules/gui/macosx/playlist.?: implemented Save Playlist
2003-09-13 Laurent Aimar * src/video_output/video_output.c : do not use FIND_...
2003-09-12 Laurent Aimar * include/stream_output.h include/vlc_common.h ...
2003-09-12 Laurent Aimar * include/input_ext-intf.h : added stream_t member...
2003-09-07 Laurent Aimar * ninput.h : change control parameters.
2003-08-23 Laurent Aimar * ninput: fix a warning. (bad functions order)
2003-08-22 Laurent Aimar * ninput: added wrappers to stream_Control.
2003-08-18 Laurent Aimar * all: added stream_DataPacket
2003-08-14 Sigmund Augdal Helberginclude/ninput.c, src/input/stream.c:
2003-08-02 Laurent Aimar * ninput : a little developer documentation.
2003-08-02 Laurent Aimar * all: some helpers functions for pf_demux_control.
2003-08-01 Laurent Aimar * vlc_common.h: include stdarg.h by default. Required...