]> git.sesse.net Git - vlc/history - src/input
Less memleaks in Qt interface.
[vlc] / src / input /
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).
2007-08-22 Pierre d'Herbemontinput/meta.c: Don't free a char[].
2007-08-22 Pierre d'Herbemontinput/meta.c: Make sure the last path component is...
2007-08-22 Pierre d'Herbemontinput/meta.c: ArtCacheGetSanitizedFileName filter DIR_S...
2007-08-22 Pierre d'Herbemontinput/meta.c: Fix ArtCacheCreateDir Attempt #4. (thanks...
2007-08-22 Pierre d'Herbemontinput/meta.c: ArtCacheCreateDir fix, third attempt.
2007-08-22 Pierre d'Herbemontinput/meta.c: ArtCacheCreateDir fix, second try.
2007-08-22 Pierre d'Herbemontinput/meta.c: Fix ArtCacheCreateDir thanks to ILeoo.
2007-08-22 Pierre d'Herbemontinput/meta.c: Make sure the artwork cache is used.
2007-08-22 Pierre d'Herbemontinput/meta.c: Fix a leak.
2007-08-22 Pierre d'Herbemontinput/meta.c: Avoid by passing cache when not needed.
2007-08-21 Pierre d'Herbemontinput/meta.c: Make sure we don't return VLC_SUCCESS...
2007-08-21 Pierre d'Herbemontinput/meta.c: Use more explicit variable naming in...
2007-08-21 Rémi Denis-CourmontFix memory leak
2007-08-21 Rémi Denis-CourmontFix it again.
2007-08-21 Rémi Denis-CourmontUse utf8_readdir properly.
2007-08-21 Pierre d'Herbemontinput/meta.c: Fix crashy-warnings thanks to courmisch.
2007-08-21 Pierre d'Herbemontinput/meta.c: Use utf8_readdir instead of readdir.
2007-08-21 Pierre d'Herbemontinput/meta.c: * Remove psz_name
2007-08-21 Pierre d'Herbemontinput/meta.c: Better art finding.
2007-08-21 Rafaël CarréBetter extensions checks for album art file creation
2007-08-21 Pierre d'Herbemontinput/meta.c: Better check in ArtCacheCreatePath.
2007-08-21 Rafaël CarréPrevents crash when arturl is misformatted, and can...
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-20 Rafaël CarréAdd comment/cosmetics
2007-08-20 Rafaël CarréGet input length from metadata if demuxer failed to...
2007-08-20 Rafaël CarréCorrects some metadata descriptions
2007-08-19 Rémi Denis-CourmontFix a bunch of warnings / undefined pointers
2007-08-18 Rafaël CarréInput access locking, part 2.
2007-08-18 Pierre d'Herbemontmeta.c: Fix the boolean expression. (I should get some...
2007-08-18 Pierre d'Herbemontmeta.c: Left over removal. (Should get some sleep).
2007-08-18 Pierre d'Herbemontmeta.c: Previous commit credited to Ilkka Ollakka.
2007-08-18 Pierre d'Herbemontmeta.c: Fix an interversion in the exit condition.
2007-08-17 Antoine CellerierAllow the '-' character in an access' name (fixes parsi...
2007-08-16 Pierre d'Herbemontinput/meta.c: Better handle NULL meta.
2007-08-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
next