]> git.sesse.net Git - vlc/history - src/input
l10n: Italian update
[vlc] / src / input /
2009-04-10 Rémi Denis-CourmontRemove useless check for time.h
2009-04-08 Laurent AimarFixed sanetizing of file name in input_CreateFilename.
2009-04-06 Rémi Denis-CourmontAttach VLM inputs to LibVLC. Fixes #2639.
2009-04-06 Rémi Denis-CourmontReally fix the vlm_MessageNew NULL warning
2009-04-05 Sébastien EscudierVLM : Add media name in callbacks
2009-04-05 Rémi Denis-CourmontAttach VOD task to libvlc rather than VLM - fixes ...
2009-03-31 Rémi Denis-CourmontFormat string (make gcc happy)
2009-03-28 Laurent AimarFixed typo in input.c
2009-03-28 Laurent AimarDo not use only one vlc_cond_t for bidirectionnal signa...
2009-03-28 Laurent AimarCosmetic (input).
2009-03-23 Laurent AimarCosmetics.
2009-03-23 Laurent AimarFixed potential memleak in input control fifo.
2009-03-23 Laurent AimarAdded a missing lock around attachments.
2009-03-22 Laurent AimarEnsure that meta-* are valid UTF8.
2009-03-22 Laurent AimarAvoid event spaming on epg changes.
2009-03-22 Laurent AimarCreated input_item_SetEpg function.
2009-03-17 Rémi Denis-Courmontinput: fix stack overflow if user feeds an overly large MRL
2009-03-15 Rémi Denis-Courmontstats leaks
2009-03-12 Laurent AimarAdded missing lock for INPUT_EVENT_ABORT check (input).
2009-03-12 Laurent AimarSend INPUT_EVENT_ABORT from input thread instead of...
2009-03-11 Laurent AimarExport ES_OUT_GET_EMPTY which is needed for interactive...
2009-03-11 Laurent AimarFixed DecoderUpdatePreroll.
2009-03-09 Laurent AimarRemoved var_Get in subtitles.c
2009-03-09 Laurent AimarRemoved var_Get/Set in es_out.c
2009-03-09 Laurent AimarRemove var_Get/Set in input.c
2009-03-09 Laurent AimarAdded a INPUT_EVENT_ABORT event to detect user requeste...
2009-03-09 Jean-Paul Samanstats: Add stream quality counters to Qt4 stastics...
2009-03-08 Laurent AimarFixed a really bad type (input).
2009-03-08 Laurent AimarAdded 2 missing vlm files.
2009-03-08 Laurent AimarAdded basic VLM events.
2009-03-08 Laurent AimarCosmetics (input)
2009-03-08 Laurent AimarAdded a ES_OUT_SET_ES_SCRAMBLED_STATE to warn the user...
2009-03-08 Laurent AimarFactorized a bit es_out.c
2009-03-08 Laurent AimarFixed stream_t (stream mode) read.
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
2009-03-04 Rémi Denis-CourmontUse a private lock for input item ID allocation
2009-03-03 Laurent AimarFixed EPG current state.
2009-03-03 Laurent AimarPrint complete date in EPG.
2009-03-01 Laurent AimarRemoved unused local variable.
2009-03-01 Laurent AimarFixed race condition with input ressource and input_Con...
2009-03-01 Rémi Denis-CourmontRessource -> Resource
2009-03-01 Rémi Denis-CourmontSpell resource the English way
2009-02-28 Rémi Denis-CourmontRemove uninitialized and unsynchronized global stats
2009-02-20 Frédéric CrozatFix format-security warnings
2009-02-19 Geoffroy CouprieWinCE: add missing include in vlm.c
2009-02-17 Derk-Jan Hartman* skip potential subtitle filenames that start with...
2009-02-16 Ilkka OllakkaRevert "QT4: connect signal from inputmanager metaChang...
2009-02-15 Ilkka OllakkaQT4: connect signal from inputmanager metaChanged to...
2009-02-14 Laurent AimarUse the decoder output format instead of the input...
2009-02-14 Laurent AimarRemoved useless non-const static variable in decoder.c
2009-02-13 Laurent AimarAdded teletext-es description as page number to help...
2009-02-13 Laurent AimarFixed es select/unselected event.
2009-02-13 Laurent AimarFlush all subtitles when recycling a vout.
2009-02-13 Laurent AimarChanged "teletext-es" to be a list of teletext spu id.
2009-02-13 Laurent AimarFactorized event with variable list code.
2009-02-12 Laurent AimarEmit INPUT_EVENT_TITLE/SEEKPOINT when needed.
2009-02-11 Rémi Denis-CourmontCleanup input stats when sout fails
2009-02-11 Rémi Denis-CourmontPreparsers are quiet objects, no need to check when...
2009-02-11 Rémi Denis-CourmontPrivatize input_Preparse
2009-02-09 Laurent AimarCorrectly flush video/audio decoder in all cases.
2009-02-09 Laurent AimarFixed timestamp validity check in decoder (probably...
2009-02-08 Christophe Mutricyi18n: Translate the channels layout in media info
2009-02-05 Laurent AimarModify input_ressource_RequestVout to allow avoiding...
2009-02-05 Laurent AimarFixed aout visual vout recycling.
2009-02-05 Laurent AimarDo not save a vout if there is still an active vout.
2009-02-05 Laurent AimarSimplify read timing in stream.c.
2009-01-26 Laurent AimarFixed missing type for b_was_paused.
2009-01-25 Laurent AimarCorrectly unpause the vout for reuse.
2009-01-25 Laurent AimarUse stream_t path instead of access_t one.
2009-01-25 Laurent AimarAdded path information in stream_t.
2009-01-24 Laurent AimarFixed embedded art attachment support (close #2416)
2009-01-24 Laurent AimarFixed art url from meta fetcher.
2009-01-24 Laurent AimarAllow to select fast seeking with --input-fast-seeking.
2009-01-24 Laurent AimarAdded a input_ressource_HasVout.
2009-01-24 Laurent AimarReduce input control locking duration.
2009-01-21 Laurent AimarFixed stupid typo when removing an es.
2009-01-21 Laurent AimarReduce locking and mdate count in input clock.
2009-01-21 Laurent AimarFixed pts delay with non zero audio/spu delay.
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2009-01-20 Laurent AimarFixed a stream block mode seeking corner case.
2009-01-18 Laurent AimarMade input_clock_t in charge of pts_delay.
2009-01-18 Laurent AimarCosmetic.
2009-01-17 Laurent AimarUse right mode for fdopen.
2009-01-17 Laurent AimarFixed es_out timeshift under windows.
2009-01-17 Rémi Denis-CourmontPrivatize vlc_object_t.i_object_type
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-17 Antoine CellerierRevert "Add image types."
2009-01-17 Antoine CellerierAdd image types.
2009-01-17 Laurent AimarPrivatized p_input->b_can_pace_control.
2009-01-17 Laurent AimarPrivatized p_input->i_state.
2009-01-17 Laurent AimarPrivatized p_input->i_time.
2009-01-16 Laurent AimarPrivatized i_pts_delay (input_thread_t).
2009-01-16 Laurent AimarRemoved broken ES_OUT_GET_TS.
2009-01-12 Laurent AimarDo not issue input times event when buffering.
2009-01-12 Laurent AimarMissing ENABLE_SOUT checks.
2009-01-12 Rémi Denis-Courmontinput: remove duplicate end/error events
2009-01-12 Rémi Denis-Courmontinput: end immediately, do not wait for kill event
2009-01-12 Rémi Denis-Courmontinput: small code factorization
next