]> git.sesse.net Git - vlc/history - src/input
include: Update svn:ignore property, include cmake's autogenerated config.h file.
[vlc] / src / input /
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-21 Rémi Denis-CourmontAdd flags when adding an input item option
2008-02-21 Rémi Denis-CourmontUnexport var_OptionParse
2008-02-13 Ilkka Ollakkaadd rate-change variable in core to inform when rate...
2008-02-10 Rémi Denis-CourmontCleanup MRL parsing as agreed half a year ago.
2008-02-03 Rémi Denis-CourmontWe don't check for limits.h, so don't use HAVE_LIMITS_H
2008-02-02 Laurent Aimar Fixed seeking at the exact stream end in block mode.
2008-01-31 Jean-Baptiste KempfQuick compile fix for Windows, I don't think we need...
2008-01-29 Rafaël Carrévlm: kludge to avoid well-handled NULL format string...
2008-01-29 Rafaël CarréEsIsSelected() input_ClockSetRate() input_ClockInit...
2008-01-29 Rafaël Carréinput_CurrentMetaFlags() takes a const parameter
2008-01-29 Rafaël CarréMRLSplit(): removes unused parameter
2008-01-28 Rafaël Carréaout_DecNewBuffer: remove unused parameter
2008-01-27 Rémi Denis-CourmontFix VLM compilation with --disable-vlm - fixes #1431
2008-01-27 Rafaël Carrémissing header
2008-01-25 Rafaël Carréfix segfault
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
2008-01-24 Rafaël Carré* input/stream.c: checks memory allocation, patch by...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-18 Pierre d'Herbemontinput/meta.c: Don't re-run the art finder if the art...
2008-01-07 Pierre d'Herbemontsrc/input.c: Define and set the "can-pause" variable.
2008-01-04 Pierre d'Herbemontinput/input.c: Define DEMUX_CAN_SEEK and correctly...
2008-01-01 Pierre d'Herbemontinput/item.c: Move SetMeta into a non static exported...
2007-12-26 Rémi Denis-CourmontMove a few large inlines out of include/
2007-12-26 Rémi Denis-CourmontCode factorization
2007-12-16 Jean-Paul Samanremove excess whitespace
2007-12-11 Laurent AimarUpdate to use DEMUX_CAN_CONTROL_RATE/DEMUX_SET_RATE...
2007-12-11 Laurent AimarDo not use p_input->p->i_rate directly (no functionnali...
2007-12-11 Laurent AimarIntroduce DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE...
2007-12-06 Jean-Paul SamanCodingStyle fixes, use ; when using macros and do not...
2007-12-06 Jean-Paul SamanDon't call input_ChangeState() constantly while being...
2007-11-29 Rémi Denis-CourmontTypo
2007-11-21 Christophe Massiot * sec/input/es_out.c: Add suport for keyword 'any...
2007-11-18 Christophe MutricyOops remove debug
2007-11-18 Christophe MutricyDon't leak memory
2007-11-18 Dennis van Amerongen* src/input/clock.c: Feed synchro with new ref. point...
2007-11-17 Christophe Mutricywhen retrying set the demux to "" for real. refs #1228
2007-11-10 Felix Paul Kühne* English grammar fixes and beautifications for the...
2007-11-01 Rémi Denis-Courmontvlm: Use RT rather than monotonic clock - fixes #1288
2007-10-26 Jean-Paul SamanFix potential memleaks in src/input/vlm.c
2007-10-21 Christophe MutricyFix compilation on win
2007-10-21 Laurent AimarIncrease rate/speed control granularity.
2007-10-20 Rafaël Carréinput: avoids double mutex locking
2007-10-20 Rémi Denis-CourmontProtects internal headers against incorrect/multiple...
2007-10-18 Laurent AimarFixed closed captions channel >= 2
2007-10-17 Laurent Aimar Added closed captions decoding/extracting from ES...
2007-10-16 Rafaël Carréfix [22632]: check psz_arturl before using it
2007-10-16 Rafaël Carréalbum art: the corrects picture URLs begin with "file...
2007-10-14 Laurent AimarRemoved meta-preparsed variable.
2007-10-14 Laurent AimarFixed segfault with --minimize-threads
2007-10-12 Laurent AimarSkip APE tags at the start (like for id3)
2007-10-08 Laurent Aimar Es out now takes care of settings the audio replay...
2007-10-03 Laurent AimarAdded a "meta-preparsed" input variable. A demuxer...
2007-10-02 Rafaël Carréinput: Removes useless "item-change" variable
2007-10-02 Laurent Aimardecoder_synchro_t does not need to be a vlc_object_t.
2007-10-02 Laurent AimarCompilation fix, again.
2007-10-02 Laurent AimarMoved vout_synchro to decoder_synchro.
2007-10-02 Laurent AimarAdded a new decoder function (decoder_GetDisplayDate...
2007-10-02 Rémi Denis-CourmontPass content-type from access to stream
2007-10-02 Rafaël Carréinput_ExtractAttachmentAndCacheArt(): use the attachmen...
2007-10-01 Laurent AimarClean up.
2007-10-01 Laurent AimarClean up/Factorize.
2007-09-30 Laurent AimarAdded a INPUT_GET_VIDEO_FPS (get the fps of the main...
2007-09-30 Rémi Denis-CourmontRemove FREE() macro, since free() does the same internally
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-30 Rémi Denis-CourmontHide object reference counter.
2007-09-29 Laurent AimarFixed a regression with --sub-autodetect-path
2007-09-29 Laurent AimarCheck all(?) memory allocations (if you do it, do it...
2007-09-29 Laurent AimarFixed segfault if more than 1 subtitle has been detecte...
2007-09-28 Laurent AimarAdded CD+G file support:
2007-09-28 Rafaël CarréAdds an input option "meta-file" to be used by input...
2007-09-28 Rafaël Carréinput: Removes unused variable
2007-09-27 Rafaël CarréPATH_MAX is defined in limits.h
2007-09-23 Rémi Denis-CourmontFix use-after-free when the input is still in use by...
2007-09-23 Felix Paul Kühne* hacky compilation fix for OSX PPC. Please review
2007-09-22 Rémi Denis-CourmontAdd mode parameter to utf8_mkdir, and stop creating...
2007-09-18 Rémi Denis-CourmontFix the most common strerror() usages (threads, network...
2007-09-16 Christophe MutricyFree no longer needed after changes in getNonEmptyString
2007-09-16 Rémi Denis-Courmontnew API
2007-09-16 Rémi Denis-CourmontSwitch the few var_GetString remains to var_GetNonEmpty...
2007-09-16 Rémi Denis-Courmonttypo
2007-09-16 Rémi Denis-CourmontMemory error handling
2007-09-16 Rémi Denis-CourmontSimplification / memory error handling
2007-09-14 Rémi Denis-CourmontUse the new block_Fifo functions
2007-09-12 Rémi Denis-CourmontDSO friendlyness
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-10 Bernie PurcellSelect subtitle stream from the mkv container automatically
2007-09-09 Antoine CellerierXDG Base Directory Specification fix. I wasn't using...
2007-09-09 Antoine CellerierOn OSes other than Windows, Mac OS X and BeOS (so it...
2007-09-04 Rémi Denis-CourmontFix pointer-int casts warnings
2007-09-01 Rémi Denis-CourmontFix a few warnings
2007-09-01 Rémi Denis-CourmontFix crash (once more, this would be easily avoided by
2007-09-01 Rémi Denis-CourmontFix (Win32) precompiler warnings
2007-08-30 Rafaël CarréRemembers art url when an input with same artist &...
2007-08-29 Rafaël CarréDon't cache local album art
2007-08-28 Pierre d'Herbemontinput/meta.c: Attempt to find art in input_ArtFind...
2007-08-28 Pierre d'Herbemontinput/input_internal.h: Send variables callback on...
2007-08-23 Rafaël CarréStores album art as a file:// url
2007-08-23 Rafaël CarréMerges ITEM_TYPE_VFILE and ITEM_TYPE_AFILE to ITEM_TYPE...
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
next