]> git.sesse.net Git - vlc/history - src/input
* debian/rules:
[vlc] / src / input /
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
2004-01-26 Derk-Jan Hartman* String review
2004-01-26 Laurent Aimar * all: make stream_t using function pointers (needed...
2004-01-26 Gildas Bazin* src/input/*, modules/demux/util/sub.[ch]: cleanup...
2004-01-26 Gildas Bazin* modules/demux/util/*: a bit of cleanup.
2004-01-26 Gildas Bazin* src/input/subtitles.c: more sanity checks.
2004-01-25 Clément Stenac* String review, round one
2004-01-22 Laurent Aimar * es_out: Handle --program (not tested) and create...
2004-01-21 Laurent Aimar * stream: made skipping a bit smarter, removed no...
2004-01-20 Laurent Aimar * demux: fixed psz_path value in demux_t.
2004-01-19 Laurent Aimar * all: added a i_id field in es_format_t.
2004-01-18 Gildas Bazin* modules/demux/dvdnav.c: restart the decoders on VTS...
2004-01-18 Laurent Aimar * es_out: give a fourcc to the dummy pmt es_descriptor_t.
2004-01-18 Laurent Aimar * input_dec: exported correct i_group.
2004-01-18 Laurent Aimar * es_out.c: better support for multiple program. ...
2004-01-17 Laurent Aimar * es_out: select es from current program only.
2004-01-17 Gildas Bazin* src/input/demux.c: fixed small mem leak.
2004-01-16 Laurent Aimar * all: added STREAM_GET_MTU and stream_MTU.
2004-01-15 Gildas Bazin* src/input/input.c: fixed memleaks.
2004-01-10 Sigmund Augdal Helbergsrc/input/input.c:
2004-01-07 Laurent Aimar * input: fix to avoid forced subtitle not selected.
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:
2004-01-06 Clément StenacUpdated copyrights in libvlc
2004-01-05 Clément Stenac modules/demux/util/id3tag.c
2004-01-05 Clément Stenac* Makefile.am : Added src/playlist/item-ext.c and src...
2004-01-04 Laurent Aimar * encoder.c: corrected required LIBAVCODEC_BUILD
2004-01-03 Gildas Bazin* modules/demux/mpeg/mpga.c, src/input/stream.c: fixed...
2003-12-24 Gildas Bazin* include/vlc_block.h: added a temporary i_rate field...
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-12-22 Sam Hocevar * toolbox:
2003-12-08 Gildas Bazin* modules/misc/dummy/*: new --dummy-save-es option...
2003-12-07 Gildas Bazin* src/input/es_out.c: cosmetic changes.
2003-12-04 Sam Hocevar * modules/misc/dummy/renderer.c:
2003-12-03 Sigmund Augdal Helbergsrc/input/input.c:
2003-12-03 Rocky BernsteinAdd more uses of msecstotimestr. Remove OFFSETTOTIME_MA...
2003-12-03 Rocky BernsteinAdd a few more fields in the stream info.
2003-12-02 Gildas BazinALL: MSVC compilation fixes to libvlc.
2003-11-30 Laurent Aimar * es_out: implement ES_OUT_SET_PCR and reset but don...
2003-11-30 Laurent Aimar *all: added a --minimize-thread options to make all...
2003-11-29 Christophe Massiot* input: new cr-average option, allowing to configure the
2003-11-29 Laurent Aimar * all: better handling of multiple (video) tracks.
2003-11-28 Laurent Aimar * input: avoid double free/release when InitStream...
2003-11-28 Laurent Aimar * input_dec: does pass empty block to the decoder.
2003-11-27 Laurent Aimar * bug fixes.
2003-11-27 Laurent Aimar * all: added an sout-all option to stream all es ...
next