]> git.sesse.net Git - vlc/history - src/input/input.c
* src/libvlc.h, src/input/input.c:
[vlc] / src / input / input.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-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...
2003-02-08 Christophe MassiotFixed previous commit.
2003-02-08 Christophe Massiot* src/extras/libc.c: New vlc_wraptext function,
2002-12-31 Christophe Massiot* src/misc/darwin_specific.m: Partial attempt at fixing...
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-12 Gildas Bazin* src/input/input.c: forgot to commit this during my...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-12-06 Sam Hocevar * ./src/*, ./include/*: fixed a bunch of badly initia...
2002-12-03 Arnaud Schauly* src/playlist/playlist.c : Added playlist_AddItem...
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-10-08 Sam Hocevar * ./src/input/input.c: do not try to use stream outpu...
2002-08-29 Christophe Massiot* ./bootstrap : Fixed an issue with old shell versions
2002-08-16 Sam Hocevar * ./src/playlist/playlist.c: added -Z (--random)...
2002-08-12 Christophe Massiot* Fixed a variable overflow bug in the audio output.
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-07-25 Sigmund Augdal Helberg plugin/access/http.c: cosmetic fixes in an error...
2002-07-24 Christophe Massiot* ./configure : better detection of IPv6, fixed solaris...
2002-07-21 Sigmund Augdal Helberg * ./src/libvlc.c: updated usage info to include STRIN...
2002-06-27 Sam Hocevar * ./src/misc/modules.c: added the --plugin-path optio...
2002-06-08 Sam Hocevar * ./include/vlc_threads.h, ./src/misc/threads.c:...
2002-06-07 Sam Hocevar * ./plugins/win32/*: tried to port the Win32 interfac...
2002-06-07 Sam Hocevar * ./src/playlist/playlist.c: lots of playlist behavio...
2002-06-04 Sam Hocevar(new in MAIN)
2002-06-02 Sam Hocevar(new in MAIN)
2002-06-01 Sam Hocevar * ALL: got rid of p_object->p_this which is now useless.
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-21 Sam Hocevar * ./src/input/input.c: fixed a bug with the input...
next