]> git.sesse.net Git - vlc/history - src/input/input.c
Allow setting the playback rate from configuration
[vlc] / src / input / input.c
2009-11-21 Rémi Denis-CourmontAllow setting the playback rate from configuration
2009-11-11 Rémi Denis-CourmontUnintended change
2009-11-11 Rémi Denis-CourmontBump plugin ABI due to gettext/cache changes
2009-09-18 Erwan Tuloucore: create two variables at initialization (for var_A...
2009-09-14 Laurent AimarDisable play-and-pause for non interactive input.
2009-09-14 Laurent AimarCosmetics (simplify after input_Read change).
2009-09-14 Laurent AimarRemoved b_block parameter from input_Read.
2009-09-14 Laurent AimarMoved play-and-pause logic at the right place.
2009-09-14 Laurent AimarFixed EOF handling while buffering in pause state.
2009-09-14 Laurent AimarRemoved useless check on input b_eof flag while waiting...
2009-09-14 Elliot MurphyAdded a new option, play-and-pause. When this option...
2009-09-12 Rémi Denis-CourmontMissing #include <errno.h>
2009-09-03 Laurent AimarChecked demux_Control return value in input.
2009-08-23 Rémi Denis-CourmontUse a VLC object for meta reader
2009-08-23 Rémi Denis-CourmontSimplification
2009-08-23 Rémi Denis-CourmontSimplification
2009-08-21 Pierre d'HerbemontImplement access_GetParentInput and demux_GetParentInpu...
2009-08-20 Pierre d'Herbemontinput: Remove unused variable.
2009-08-15 Rémi Denis-Courmontinput: don't be too clever with start-time - fixes...
2009-07-19 Laurent AimarAdded a ES_OUT_SET_META to es_out.
2009-07-18 Rémi Denis-CourmontMatch localhost plus / not localhost plus directory...
2009-07-17 Laurent AimarAllowed to have access_demux without pf_demux as slave.
2009-07-17 Laurent AimarCosmetics.
2009-07-16 Laurent AimarAllowed non pace controled access_demux to not implemen...
2009-07-15 Laurent AimarAlways update the wakeup date in input.
2009-07-01 Laurent AimarClean up.
2009-06-29 Pierre d'Herbemontinput: Support file://localhost/file type url.
2009-06-25 Derk-Jan Hartmaninput: assert in InputSourceInit() if there is no MRL...
2009-06-24 Rémi DuraffortFix memleak when using --demux.
2009-06-18 Laurent AimarDo not warn about unsupported demux/access when aborting.
2009-06-16 Pierre YnardAccept file:// URIs starting with an antislash
2009-06-16 Pierre YnardWinCE: don't strip leading slash when converting from...
2009-06-12 Rémi Denis-CourmontFix opening of file:// URIs (not tested on Windows)
2009-06-09 Laurent AimarFixed --input-repeat and large --*-caching value.
2009-06-03 Laurent AimarFixed old naming standard splitted rar archive (close...
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi Duraffortinput: partially revert f63268acaafdca4f3e17b837c37a105...
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-25 Rémi Denis-CourmontRevert "correct realloc() usage, on failure realloc...
2009-05-24 Jean-Paul Samancorrect realloc() usage, on failure realloc will return...
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge VLC_OBJECT_PACKETIZER with VLC_OBJECT_DECODER
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarCorrectly detect rewind (rtsp).
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Duraffortinput: Fix a memleak.
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-11 Laurent AimarSplit INPUT_EVENT_TIMES into INPUT_EVENT_POSITION/LENGTH.
2009-05-08 Laurent AimarFixed a race condition with input creation and events.
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-08 Laurent AimarFixed sanetizing of file name in input_CreateFilename.
2009-03-28 Laurent AimarFixed typo in input.c
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-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-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 AimarCosmetics (input)
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
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-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-01-25 Laurent AimarUse stream_t path instead of access_t one.
2009-01-24 Laurent AimarFixed embedded art attachment support (close #2416)
2009-01-24 Laurent AimarFixed art url from meta fetcher.
next