]> git.sesse.net Git - vlc/history - src/input
remember to enable it in the doc for 0.7.3
[vlc] / src / input /
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-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-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-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 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-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-05-30 Laurent Aimar * input.c: set access2->b_die.
2004-05-30 Laurent Aimar * access,demux: fixed parsing.
2004-05-30 Laurent Aimar * access: implement access2_nEw (untested).
2004-05-30 Laurent Aimar * ninput, access: compilation fix.
2004-05-29 Laurent Aimar * all: begin to introduce access_t (nothing working...
2004-05-28 Derk-Jan Hartman* src/input/input.c: As soon as we know the length...
2004-05-23 Laurent Aimar * es_out: avoid null dts/pts after *9/100 (with non...
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-15 Laurent Aimar * es_out; round up PCR (avoid non null PCR -> null).
2004-05-10 Christophe Massiot* src/input/input_programs.c: Fixed the --program optio...
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-04-30 Clément StenacHopefully fix locking issues with wx
2004-04-29 Gildas Bazin* src/input/input_clock.c: avoid using mwait() for...
2004-04-29 Gildas Bazin* src/input/demux.c, src/misc/objects.c: demux2 has...
2004-04-24 Yoann Peronneau* input/subtitles.c: first subtitle search path was...
2004-04-23 Gildas Bazin* src/input/control.c, include/ninput.h: Added INPUT_GE...
2004-04-23 Yoann Peronneau* src/input/subtitles.c: corrected bug in subtitle...
2004-04-23 Gildas Bazin* src/input/es_out.c: fix for ES_OUT_RESET_PCR.
2004-04-23 Gildas Bazin* src/input/subtitles.c: fixed memory leak.
2004-04-21 Laurent Aimar* input_dec: do not switch to minimize-threads in sout...
2004-04-20 Yoann PeronneauAdded a --sub-autodetect-path which is a list of paths...
2004-04-18 Gildas Bazin* src/input/*: fixed some deadlock issues.
2004-04-07 Laurent Aimar * input/input_dec.c: we automaticaly switch to minimiz...
2004-04-04 Laurent Aimar * input: if we failed to open the file, and the name...
2004-04-02 Laurent Aimar * stream: fixed cast of lvalue.
2004-03-31 Gildas Bazin* src/input/control.c: INPUT_ADD/DEL_BOOKMARK also...
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-03-30 Clément StenacFix 64-bit bug with bookmarks from command line
2004-03-29 Laurent Aimar control: invalid cast in GET_SUBDELAY
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-29 Rocky BernsteinPopulate "Stream and Media Info"
2004-03-28 Derk-Jan Hartman* src/input/stream.c
2004-03-26 Gildas Bazin* src/input/control.c: fixed INPUT_DEL_BOOKMARK.
2004-03-23 Gildas Bazin* src/input/*:
2004-03-19 Laurent Aimar * demux: demux2_New -> try to start faster selecting...
2004-03-11 Laurent Aimar * input_dec: sout uses block_t.
2004-03-11 Gildas Bazin* input/input_ext-plugins.c:
2004-03-11 Gildas Bazin* src/libvlc.h, src/input/input.c:
2004-03-10 Laurent Aimar * input, stream_output: handle sout_instance_t->p_meta.
2004-03-07 Gildas Bazin* include/vlc_es.h: added b_packetized field to es_form...
2004-03-06 Gildas Bazin* src/input/input_dec.c: fix for input_EndDecoder(...
2004-03-06 Laurent Aimar * all: implemented sout asynch support. (ie sout will...
2004-03-05 Laurent Aimar * input/input.c, libvlc.h: implemented new way to...
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 demux: implementation of demux2_vaControlHelper.
2004-03-03 Laurent Aimar * input.c: add Duration to input infos.
2004-03-03 Christophe Massiot* src/input/input_dec.c: Copy block_t::i_flags to sout_...
2004-02-25 Gildas Bazin* src/input/input_dec.c: compilation fix.
2004-02-25 Laurent Aimar * all: fixed sout-audio/video options.
2004-02-22 Laurent Aimar * input_programs.c: a little memleak.
2004-02-22 Laurent Aimar * all: changed the prototype of sout_InputNew.
2004-02-16 Clément StenacFix setting the name and the author with DEMUX_GET_META
2004-02-11 Laurent Aimar * all: added a "input-repeat" option that allow repeat...
2004-02-08 Laurent Aimar * input.c: don't add subtitle track twice when using...
2004-02-06 Gildas Bazin* modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE...
2004-02-02 Laurent Aimar * stream: gcc < 3 fix.
2004-02-02 Laurent Aimar * input: gcc < 3 fix.
2004-01-31 Laurent Aimar * es_out: reorder meta infos.
2004-01-31 Laurent Aimar * es_out: Set Language.
2004-01-31 Laurent Aimar * input: call DEMUX_GET_META and fill playlist and...
2004-01-30 Laurent Aimar * all: sout have now access to psz_language.
2004-01-30 Laurent Aimar * es_out: now es_format_t.psz_language could be a...
2004-01-29 Clément StenacOptions as infos were bad in several ways: it broke...
2004-01-29 Laurent Aimar * input_programs.c: AddES sets default i_stream_id...
2004-01-26 Derk-Jan Hartman* Fix autodetection bug with file:///
2004-01-26 Laurent Aimar * all: input_CreateThread doesn't take a playlist_item...
2004-01-26 Derk-Jan Hartman* Remove crud
next