]> git.sesse.net Git - vlc/history - src/input
Moved date_Decrement to libvlc core from dirac.
[vlc] / src / input /
2009-05-07 David FlynnReads raw dirac streams, feeds into packetizer.
2009-05-05 Laurent AimarAllow reading until the end of the file while discardin...
2009-05-04 Laurent AimarAllow back seeking after an access EOF.
2009-04-30 Sam HocevarAllow :start-time, :stop-time and :run-time arguments...
2009-04-30 Laurent AimarFixed typo in max pts_delay (60s not 601s)
2009-04-30 Laurent AimarClip pts_delay from access/demux to 60s.
2009-04-30 Laurent AimarAssert against broken values in input_clock_Update.
2009-04-30 Laurent AimarCheck for broken PCR value in es_out.
2009-04-30 Laurent AimarBe sure to set b_packetized in demux_PacketizerNew.
2009-04-28 Laurent AimarFixed decoder spacing mode selection.
2009-04-28 Laurent AimarFixed b_out_pace_control value when using record.
2009-04-28 Rémi DuraffortFix a bug in input_item_GetTitleFbName (fix #2701)
2009-04-26 Rémi DuraffortAdd a function to get the Title and fallback to the...
2009-04-26 Laurent AimarComplete input/decoder.c review to use VLC_TS_INVALID.
2009-04-25 Laurent AimarComplete review of clock.c to use VLC_TS_INVALID.
2009-04-21 Rémi Denis-Courmont(p?)gettext -> vlc_\1gettext
2009-04-18 Rémi Denis-CourmontUse gettext() as per gettext standard for non-constant...
2009-04-16 Jean-Baptiste KempfDebug the timeshift granularity in MB, not Bytes...
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.
next