]> git.sesse.net Git - vlc/history - src/input
Win32: don't destroy variables without destroy callbacks
[vlc] / src / input /
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().
2010-05-21 Laurent AimarModified the prototype of vout_Request and unexport...
2010-05-12 Rémi Denis-CourmontMissing path->URI conversion for subtitles
2010-05-11 Pierre YnardFix comment
2010-05-10 Laurent AimarMade SPU commands go through vout.
2010-05-10 Rémi Denis-CourmontRemove the file:// URI decode hack
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-05-10 Rémi Denis-Courmontaccess: add a separate field for local file paths
2010-05-10 Laurent AimarRemoved useless vlc_osd.h includes.
2010-05-08 Rémi Denis-CourmontWin32: hack^Wfix opening UNC paths (fixes #3459)
2010-05-04 Laurent AimarCleaned up a bit spu_t API.
2010-05-02 Sébastien EscudierUnload vod-VLM only at the end
2010-05-01 Laurent AimarImproved audio codec description from fourcc.
2010-05-01 Laurent AimarAt input EOF, wait for all pictures to be displayed.
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-04-23 Laurent AimarManual revert of now unneeded a1b58a771b1bdfcca56d24541...
2010-04-23 Laurent AimarModified vout_*Picture API.
2010-04-23 Laurent AimarRemoved now useless vout_CountPictureAvailable.
2010-04-23 Laurent AimarSplit vout_FixLeaks into vout_FixLeaks and vout_Reset.
2010-04-18 Laurent AimarRemoved picture_heap_t rgb informations.
2010-04-15 Sébastien EscudierVLM : add a dedicated mutex for the manage thread....
2010-03-30 Lucas C. Villa RealFixes a crash in VLC caused by a missing verification...
2010-03-26 Sébastien EscudierVLM : move a mutex lock/unlock
2010-03-26 Laurent AimarSimplify a bit input rate setting.
2010-03-26 Casian Andreiinput: set OSD message when changing rate via hotkeys...
2010-03-24 Rémi Denis-CourmontConfusing typo
2010-03-23 Laurent AimarPrevent negative caching value to be displayed.
2010-03-13 Jakob Lebeninput_item: remove b_prefers_tree
2010-03-13 Jakob Lebeninput_item: new input_item_Copy()
2010-03-09 Fabio RitrovatoFix typo
2010-03-05 Antoine CellerierFix quoted values containing # in VLM shell.
2010-03-05 Rémi DuraffortUse var_Type to test for the existence of a variable...
2010-03-04 Laurent AimarAdded an option (clock-jitter) to control the maximum...
2010-03-04 Laurent AimarPrepare for maximal clock jitter configuration.
2010-03-04 Laurent AimarCosmetic.
2010-03-03 Laurent AimarFixed picture leaks when unlinking a non displayed...
2010-03-03 Rémi Denis-CourmontMerge branch 'master' of git.videolan.org:vlc
2010-03-03 Rémi Denis-CourmontRemove HTML anchor from URI in all cases, not just...
2010-03-03 Rémi Denis-CourmontUse MiB rather than MB for arbitrary memory limits
2010-03-03 Rémi Denis-CourmontUse ISO 80000 units for byte quantities as adequate
2010-03-02 Antoine CellerierParse input specific options earlier to enable using...
next