]> git.sesse.net Git - vlc/history - src/input
- Make language list more diff-friendly
[vlc] / src / input /
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
2007-08-16 Rémi Denis-CourmontFix one of so many memory handling warning
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-08-13 Pierre d'Herbemontinclude/vlc_meta.h: Use the vlc_dictionary to store...
2007-08-12 Pierre d'Herbemontinput/meta.c: Be a bit more selective on meta pre-requi...
2007-08-12 Pierre d'Herbemontinput/meta.c: Allow meta for media that don't have...
2007-07-20 Rémi Denis-CourmontRemove dummy stream_t.pf_block
2007-07-20 Rémi Denis-CourmontMake stream_Peek take a const pointer as it should
2007-07-16 Pierre d'Herbemontinput/input_internal.h: Provide a more discouraging...
2007-07-15 Pierre d'Herbemontinput/input_internal.h: Be more polite in the warning...
2007-06-29 Laurent AimarFixed GET_ATTACHMENTS return value (Reported by Bernie...
2007-06-24 Christophe MutricyTry with the full MRL if the access haven't successed...
2007-06-18 Antoine CellerierFix invalid free crash in bookmarks loading code report...
2007-06-17 Laurent AimarAdded replay gain support (audio-replay-gain-mode track...
2007-06-17 Laurent AimarCall input_Control(INPUT_ADD_INFO) on extra meta data.
2007-06-14 Laurent AimarFixed segfault with subtitle.
2007-06-13 Laurent AimarAdded --run-time option to specify how many second...
2007-06-12 Laurent AimarAll: preliminary support for audio while playing faster...
2007-06-10 Laurent AimarSimplify (no functionnal changes).
2007-06-07 Laurent Aimarclock: clean up/simplify + remove 1/90000 reference.
2007-06-07 Rémi Denis-CourmontRevert [20459] and really fix (I hope)
2007-06-07 Laurent AimarFixed IsValidAccess...
2007-06-07 Rémi Denis-CourmontUse %u instead of %d
2007-06-06 Rémi Denis-Courmont- Only allow letters, digits and slash in access/demux...
2007-06-03 Laurent Aimar- Added support for embeded cover. Demuxer just need...
2007-06-03 Laurent AimarFixed vlc_meta_SetXXX macros
2007-06-03 Laurent AimarPartial fix for builtin plugin.
2007-05-31 Laurent Aimarall: added support for demuxer attachment (Patch by...
2007-05-30 Laurent Aimares_out: do not flush decoder fifo when unwanted (fix...
2007-05-29 Gildas Bazin* src/input/input.c: don't use input_EsOutDiscontinuity...
2007-05-29 Laurent AimarFactorize code.
2007-05-27 Laurent AimarFlush ES before deleting it (improves a bit a few mms...
2007-05-25 Laurent AimarFixed stream_Block() comment (close #1208)
2007-05-25 Laurent AimarFixed input_ItemNewExt* prototype (mtime_t for duration...
2007-05-25 Laurent AimarCompilation warning fix.
2007-05-20 Antoine Cellerier* subtitles.c: case insensitive search for subtitle...
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-18 Antoine Cellerier* src/input/input.c: Remove the access and demux part...
2007-05-17 Rémi Denis-Courmont - Revert [20137]
2007-05-16 Jean-Paul SamanFix include: libvlc.h, is in vlc/libvlc.h now.
2007-05-11 Antoine Cellerierinput.c: if available, use p_access->psz_path instead...
2007-05-04 Antoine Cellerier"[PATCH] add play <url> ability to vlm" by Ilkka Ollakka
2007-05-04 Antoine Cellerier"[PATCH] show input index-number in vlm show" by Ilkka...
next