]> git.sesse.net Git - vlc/history - src/input/input.c
Allow on the fly change of equalizer config. Only restart aout when enabling/disablin...
[vlc] / src / input / input.c
2004-07-12 Clément StenacAllow on the fly change of equalizer config. Only resta...
2004-06-28 Laurent Aimar * all: re-enabled meta-datas.
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-23 Laurent Aimar* all: - added a boolean "seekable" object variable...
2004-06-23 Gildas Bazin* src/input/input.c: win32 fix.
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-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-05-30 Laurent Aimar * input.c: set access2->b_die.
2004-05-28 Derk-Jan Hartman* src/input/input.c: As soon as we know the length...
2004-05-06 Derk-Jan Hartman* fixed a number of memleaks
2004-04-29 Gildas Bazin* src/input/demux.c, src/misc/objects.c: demux2 has...
2004-04-20 Yoann PeronneauAdded a --sub-autodetect-path which is a list of paths...
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: 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 Clément Stenac* Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
2004-03-23 Gildas Bazin* src/input/*:
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-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-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-03-03 Laurent Aimar * input.c: add Duration to input infos.
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 * input: gcc < 3 fix.
2004-01-31 Laurent Aimar * input: call DEMUX_GET_META and fill playlist and...
2004-01-29 Clément StenacOptions as infos were bad in several ways: it broke...
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 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-25 Clément Stenac* String review, round one
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-06 Clément StenacUpdated copyrights in libvlc
2004-01-05 Clément Stenac* Makefile.am : Added src/playlist/item-ext.c and src...
2003-12-03 Sigmund Augdal Helbergsrc/input/input.c:
2003-12-02 Gildas BazinALL: MSVC compilation fixes to libvlc.
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-28 Laurent Aimar * input: avoid double free/release when InitStream...
2003-11-27 Laurent Aimar * all: added an sout-all option to stream all es ...
2003-11-27 Laurent Aimar * all: implement more es_out_* control, audio-channel...
2003-11-26 Gildas Bazin* src/input/input.c: fixed a whole load of mem leaks...
2003-11-24 Laurent Aimar * moved EsOut* to es_out.c and introduced internal...
2003-11-24 Gildas Bazin* src/input/input.c: oops, set the ES format before...
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-11-22 Gildas Bazin* src/input/input.c: fixed previous fix (sout needs...
2003-11-22 Gildas Bazin* src/input/input.c: don't free the ES twice.
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-16 Gildas Bazin* ALL: moved i_bitrate out of audio_format_t into es_fo...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-13 Laurent Aimar * input: handle also SPU in es_out_Add (and fix a...
2003-11-13 Laurent Aimar * src/input/input.c: es_out_Add automatically add...
2003-11-05 Gildas Bazin* src/input/input.c: honor the --demux config option...
2003-11-04 Laurent Aimar * input: fixed position-offset, time and time-offset.
2003-10-29 Gildas Bazin* ALL: improved hotkeys support.
2003-10-22 Gildas Bazin* configure.ac, modules/codec/Modules.am, modules/codec...
2003-10-20 Derk-Jan Hartman* Added a "demuxed-id3" variable to input.c so id3tags...
2003-10-11 Derk-Jan Hartman* src/input/subtitles.c: made the autodetection fuzzine...
2003-10-08 Gildas Bazin* include/vlc_codec.h: defines decoders/encoders relate...
2003-09-30 Derk-Jan Hartman* src/input/input.c: fixed usage of sub-file variable.
2003-09-30 Derk-Jan Hartman* Select the subtitle track, if it's specified via...
2003-09-22 Derk-Jan Hartman* modules/gui/macosx/playlist.?: implemented Save Playlist
2003-09-20 Laurent Aimar * input: added position-offset and time-offset for...
2003-09-15 Laurent Aimar * input: one lock issue.
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 * input: introduce 'position', 'time', 'length', ...
2003-08-02 Laurent Aimar * all: added a pf_demux_control member to input_thread...
2003-07-23 Gildas Bazin* include/variables.h, src/misc/variables.c: you can...
2003-07-23 Gildas Bazin* ALL: changes to the playlist_Add() and VLC_AddTarget...
2003-06-28 Laurent Aimar * input: close all vouts (not only the first one).
2003-06-28 Laurent Aimar * input.c : call input_DelInfo _after_ that all decode...
2003-06-24 Sam Hocevar * include/interface.h: renamed this file to vlc_inter...
2003-05-22 Gildas Bazin* src/audio_output/*, src/input/*: fixed the audio...
2003-05-05 Gildas Bazin* ALL: removed the old channels server stuff (was depre...
2003-03-30 Christophe Massiot* Resampler plug-in based on CoreAudio's AudioConverter.
2003-03-25 Gildas Bazin* src/input/input.c, src/video_output/video_output...
2003-03-24 Gildas Bazin* modules/access/*: pf_read() in access modules is...
2003-03-14 Sigmund Augdal Helbergall: info strings are now localized, fixed some typos...
2003-03-11 Gildas Bazin* ALL: experimental code for stream (dvd) navigation...
next