]> git.sesse.net Git - vlc/history - src/input
Improved subtitiles/OSD quality when the rendering is done by the vout display module.
[vlc] / src / input /
2011-04-07 Rémi Denis-CourmontSpawn one audio output instance per audio input
2011-04-07 Rémi Denis-Courmontdecoder: release the aout instance when we stop the...
2011-04-07 Rémi Denis-CourmontRequire an aout instance to create an aout input
2011-04-05 Pierre Ynardvlm: use make_URI() with --vlm-conf
2011-04-05 Sébastien Escudierfix vlm scheduling
2011-04-05 Sébastien Escudiervlm : fix TAB_CLEAN
2011-04-04 Rémi Denis-CourmontUnexport input_DecoderNew and input_clock_t
2011-04-04 Rémi Denis-Courmontinput_DecoderCreate: create a decoder w/o input thread
2011-04-04 Rémi Denis-CourmontInput resource: allow operation without input
2011-04-04 Rémi Denis-Courmontdecoder: do not emit output events if there is no input
2011-04-04 Rémi Denis-Courmontdecoder: do not update statistics if there is no input
2011-04-04 Rémi Denis-Courmontdecoder: do not try to fetch attachments if there is...
2011-04-04 Rémi Denis-Courmontdecoder: keep a pointer to resources independent of...
2011-04-04 Rémi Denis-CourmontCreateDecoder: common sub-expression
2011-04-04 Rémi Denis-CourmontSpelling
2011-04-03 KO Myung-HunOS/2 uses the same path style as Win32.
2011-03-29 Rémi Denis-Courmontstream_MemoryNew: remove vlc_object_find()
2011-03-29 Rémi Denis-Courmontstream_UrlNew: avoid harmful vlc_object_find()
2011-03-27 Rémi Denis-CourmontCosmetics
2011-03-21 Rémi DuraffortRemove obvious statement.
2011-03-17 Jean-Baptiste KempfSrc: more comprehensible debug messages
2011-03-17 Jean-Baptiste KempfImproved debug messages
2011-03-15 Francois Cartegnieinput: dvb: also create program data for programs on...
2011-03-11 Jean-Baptiste KempfFactorize some msg_Dbg about timeshift
2011-03-10 Rémi DuraffortFix potential NULL pointer dereference.
2011-03-09 Ilkka OllakkaCopy meta when doing input_item_Copy
2011-03-08 Rémi Denis-CourmontEliminate dead code with !ENABLE_SOUT (fixes #4564)
2011-03-01 Rémi Denis-CourmontRemove write-only variables
2011-02-17 Jean-Baptiste KempfVLMshell: use %Y-%m-%d instead of %F
2011-02-12 Rémi Denis-CourmontRemove useless parameters
2011-02-10 Jean-Baptiste KempfReadd txt autodetection
2011-02-10 Jean-Baptiste KempfSubtitle: do not dialog_Fatal when the subtitle was...
2011-02-10 Jean-Baptiste KempfMake SubtitleAdd accept flags instead of a bool
2011-01-25 Pierre Ynardrtsp: support Range header in responses
2011-01-12 Pierre YnardUse make_URI() when creating input slaves
2010-12-12 Rémi Denis-CourmontDo not clear --play-and-pause once it happens
2010-12-08 Pierre YnardAdd option to choose the VoD server module
2010-12-05 Rémi Denis-CourmontRemove VLC_VAR_MODULE, VLC_VAR_FILE and VLC_VAR_DIRECTORY
2010-12-02 Laurent AimarFix libvlc_media_get_tracks_info()
2010-12-02 Rafaël CarréRevert "Revert "input: Fill in the input_item es""
2010-11-27 Rémi Denis-CourmontRemove unused msg_Stack stuff
2010-11-26 Pierre Ynardvlm: use a per-instance parent object to set VoD variables
2010-11-26 Pierre Ynardvlm: make proper use of semaphore
2010-11-25 Pierre Ynarddescription: don't use vlc_object_find()
2010-11-24 Pierre YnardFix grammar in comments
2010-11-23 Rafaël CarréRevert "input: Fill in the input_item es"
2010-11-19 Rafaël CarréUse AC_FUNC_STRCOLL / HAVE_STRCOLL
2010-11-19 Pierre Ynardvlm: accept "ps" and "ts" as mux arguments
2010-11-19 Pierre Ynardvod: don't handle pause state toggling in the RTSP...
2010-11-17 Rémi Denis-CourmontAllow demux to select the PTS delay, fallback to access
2010-11-17 Pierre Ynardvod: use time instead of position for seek requests
2010-11-16 Pierre YnardMerge VoD module into RTP stream output module
2010-11-16 Jean-Baptiste KempfSubtitles: remove .txt for autodetection
2010-11-12 Pierre Ynardvlm: use make_URI()
2010-11-06 Rémi Denis-CourmontInput location is always an URL
2010-11-06 Rémi Denis-CourmontRemove __LIBVLC__ checks from src/
2010-11-02 Jean-Paul Samanstream_filter core: add procotol information to stream_t
2010-11-01 Laurent AimarUsed the right object for messages in src/input/decoder.c
2010-10-31 Laurent AimarFixed allocation failure test in input_item_SetEpg().
2010-10-31 Laurent AimarRemoved useless test (demux_New).
2010-10-30 Laurent AimarFixed playing end of decoded audio data.
2010-10-27 Pierre Ynardvlm: use libvlc as a parent for vlm instance input...
2010-10-26 Rémi Denis-CourmontMove vlc_iconv* to <vlc_charset.h>
2010-10-21 Rafaël Carréinput: Fill in the input_item es
2010-10-13 Rémi Denis-Courmontflag a bug
2010-10-13 Rémi Denis-Courmontblock_FifoPut() accepts/ignores NULL block
2010-10-07 Rémi Denis-CourmontSpeed up vlc_meta_TypeToLocalizedString()
2010-10-04 Ilkka Ollakkarefactor rate(,-faster,-slower) to playlist
2010-09-23 Rémi Duraffortvlm: remove dead code (AFAIK a relative seek does exact...
2010-09-04 Rémi Denis-CourmontDo not use obsolescent ctime(_r)
2010-08-18 Laurent AimarIgnored language specified as 'und' (close #4077).
2010-08-11 Laurent AimarDisplay the title length (when known) in Playback-...
2010-08-10 Rémi Duraffortvlm: remove some spurious calls to asprintf: vlm_Messag...
2010-08-03 Rémi Denis-CourmontRemove useless <dirent.h> check
2010-08-02 Rémi Denis-Courmontsubtitles: do not use scandir as sorting is not required
2010-07-28 Rémi Durafforts/informations/information/
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-19 Rémi Denis-CourmontFix heap corruption
2010-07-11 Rémi Denis-CourmontReturn 64-bits values for integer object variables
2010-07-07 Rémi Denis-Courmontdemux: provide both URL and file path as with access
2010-07-07 Rémi Denis-Courmontmake_URI: add scheme parameter
2010-07-05 Jean-Baptiste KempfInput: code alignment and cosmetics
2010-07-02 Rémi Denis-CourmontMake vlc_value_t.i_int 64-bits
2010-06-28 Laurent AimarFixed --program behavior.
2010-06-27 Laurent AimarRevert "Do not scan for subtitles files in the current...
2010-06-19 Laurent AimarFixed video format decoder changes detection.
2010-06-17 Laurent AimarAdded a ref count on input_resource_t.
2010-06-15 Francois Cartegniefix unsupported shortcut syntax
2010-06-08 Rémi Denis-CourmontExport input_resource_TerminateVout
2010-06-08 Rémi Denis-Courmontprograms is a string, which is a string, which is not...
2010-06-05 Rémi Denis-CourmontTypos
2010-05-31 Rémi Denis-CourmontDo not scan for subtitles files in the current dir...
2010-05-31 Rémi Denis-CourmontSimplification (make_path always returns an absolute...
2010-05-29 Laurent AimarMoved "sub-margin" to vout.
2010-05-29 Rémi Denis-Courmontaccess_New: handle errors
2010-05-25 Rémi Denis-CourmontRemove useless detach before destroy
2010-05-25 Laurent AimarMade object created by input_resource attached to a...
2010-05-23 Laurent AimarFixed vout reuse regression.
2010-05-23 Laurent AimarGives the needed DPB size when requesting a vout.
2010-05-21 Laurent AimarGives the input_thread_t to use to vout_Request().
next