]> git.sesse.net Git - vlc/history - src/input
contrib: vpx: try to set correct target for OSX
[vlc] / src / input /
2011-11-22 Rémi Denis-CourmontRemove unused variable
2011-11-16 Can Wuintroduce VLC_CLIP() macro to replace use pair of __MAX...
2011-11-11 Rémi Duraffortdecoder: fix warning
2011-11-08 Ludovic Fauvetinput: fix a crash when loading an invalid mrl
2011-11-03 Laurent AimarWorkaround for video size incompatible with the colorspace.
2011-10-25 Laurent AimarDeprecated native real demuxer in favor to avformat.
2011-10-14 KO Myung-HunInclude missing unistd.h and time.h for OS/2
2011-10-11 Stephan KrempelPreserve offsets set by demuxer
2011-10-07 Laurent AimarFixed reseting audio/spu delay to 0.
2011-10-02 Jean-Baptiste KempfVLM: better debugging message
2011-09-25 Rémi Denis-CourmontUse hash instead of arobas for seekpoint (fix #5022)
2011-09-25 Rémi Denis-CourmontSimplify parsing of title/chapter in MRL
2011-09-25 Rémi Denis-CourmontPrivatize input_SplitMRL()
2011-09-08 Rafaël Carrédecoder: process the last block when closing
2011-09-05 Rémi Denis-CourmontFix warning
2011-09-05 Laurent AimarDisplay the decoded video format in the "Media informat...
2011-08-29 Rémi Denis-CourmontCast or convert <ctype.h> functions it parameters to...
2011-08-25 Rémi Denis-CourmontRemove unused/unusable decoder_DeleteAudioBuffer()
2011-08-25 Rémi Denis-CourmontRemove write-only block_t.i_rate
2011-08-24 Jean-Baptiste KempfRemove tabs in source code
2011-08-10 Rémi Denis-Courmontdecoder: flush aout at end
2011-08-10 Rémi Denis-Courmontaout: introduce aout_Destroy()
2011-08-06 Rémi Denis-Courmontaout: hide "input" from decoder
2011-08-06 Rémi Denis-Courmontaout_DecNew: constify
2011-07-29 Rafaël Carrécosmetics: fix indentation (2 spaces -> 4 spaces)
2011-07-25 Benjamin DrungFix typo 'allows to do' -> 'allows doing'
2011-07-25 Rémi Denis-CourmontRename aout_instance_t to audio_output_t
2011-07-20 Francois Cartegnieinput_control: i_title_offset was not the current title
2011-07-18 Luc SaillardSkip all id3tag in the demuxer, not just the first...
2011-07-13 Rémi Duraffortfix calloc usage.
2011-07-12 Rémi Denis-CourmontRemove unused INPUT_ADD_OPTION
2011-07-12 Felix Paul Kühnevlc input control: fixed execution on Mac OS
2011-07-11 Francois Cartegnievlc input control: add INPUT_GET_TITLE_INFO
2011-07-11 Rémi Denis-CourmontUpdate input item type guesses
2011-07-11 Rémi Denis-CourmontRemove __ prefix in *New() core functions
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_INPUT type
2011-07-11 Rémi Denis-Courmontstream: re-use existing input pointer for statistics
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_DECODER type
2011-07-11 Rémi Denis-CourmontDo not check vlc_object_alive() on decoders
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_VOUT
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_AOUT
2011-07-10 Rémi Denis-CourmontRemove useless vlc_object parameter when creating an...
2011-07-10 Rémi Denis-CourmontRemove debug-only dependency of vlc_events on vlc_object
2011-07-10 Rémi Denis-CourmontUse vlc_atomic_t for input item ID
2011-07-05 Rémi Denis-CourmontVLM: use custom reference count instead of object destr...
2011-06-25 Laurent AimarLet the value from --rate use the same code path than...
2011-06-19 Rafaël Carréremove warnings
2011-06-19 Rémi DuraffortCreate and copy the meta array only if the copied item...
2011-06-09 Rémi Denis-CourmontCosmetic change: aout_InputIsEmpty -> aout_DecIsEmpty
2011-06-05 Jean-Baptiste KempfUpdate NEWS, LIST and subtitles extensions for STL
2011-05-31 Sébastien Escudiervlm : call var_DelCallback after input thread is joined.
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-05-25 Rémi Denis-CourmontAlways create a new object with the parent object
2011-05-25 Sébastien Escudierfix input_Close return type
2011-05-23 Laurent AimarRemoved vlc_thread_set_priority().
2011-05-23 Laurent AimarConverted input to vlc_clone().
2011-05-23 Laurent AimarUsed vlc_clone() in src/input/stream_demux.c
2011-05-23 Ludovic Fauvetinput: send position updates to the intf during a fast...
2011-05-22 Laurent AimarUsed input_Close() where applicable.
2011-05-22 Laurent AimarAdded input_Close() helper.
2011-05-08 Laurent AimarDo not used vlc_thread_create() in input/es_out_timeshift.c
2011-05-08 Laurent AimarDo not used vlc_thread_create() in input/decoder.c
2011-05-07 Rémi Denis-CourmontRename LIBVLC_* function attributes to VLC_* within...
2011-04-21 Rémi Duraffortdecoder: fix a segfault.
2011-04-21 Francois CartegnieRevert "input: dvb: also create program data for progra...
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
next