]> git.sesse.net Git - vlc/history - src/input/meta.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / input / meta.c
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-01-30 Rémi Denis-Courmontinput_item_WriteMeta: use make_path()
2010-01-06 Pierre d'Herbemontvlc_meta_status_e->int by popular request.
2010-01-06 Pierre d'Herbemontmeta: Make vlc_meta_t an opaque structure and move...
2009-12-07 Rémi DuraffortFix meta writing (inverted logic in the core).
2009-08-23 Rémi Denis-CourmontUse VLC object for meta writer and factor code
2009-01-24 Laurent AimarFixed embedded art attachment support (close #2416)
2009-01-05 Laurent AimarClean up preparser/fetcher code.
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-04 Laurent AimarMoved input_item_t from input_source_t to input_thread_...
2008-11-22 Laurent AimarClean up input_item_t functions and usages.
2008-10-05 Rémi DuraffortFix potential memleak (CID 198)
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-14 Rémi Denis-CourmontFetcher: use nornal thread API
2008-09-14 Rémi Denis-CourmontPlaylist: put private data after public data
2008-08-31 Pierre d'Herbemontplaylist: Fetcher and parser are playlist private.
2008-08-12 Pierre d'Herbemontinput: Remove a warning about an unused argument.
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-06 Rémi Denis-CourmontUse config_GetCacheDir internally
2008-05-05 Rémi Denis-CourmontHide psz_(cache|config|data)dir
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-29 Rémi Denis-CourmontMissing #include
2008-03-29 Rémi Denis-CourmontRemove META_ENGINE object type
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-29 Rafaël Carréinput_CurrentMetaFlags() takes a const parameter
2008-01-25 Rafaël Carréfix segfault
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
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...
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-02 Rafaël Carréinput_ExtractAttachmentAndCacheArt(): use the attachmen...
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-27 Rafaël CarréPATH_MAX is defined in limits.h
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-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-01 Rémi Denis-CourmontFix crash (once more, this would be easily avoided by
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-23 Rafaël CarréStores album art as a file:// url
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 Rafaël CarréCorrects some metadata descriptions
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-16 Pierre d'Herbemontinput/meta.c: Better handle NULL meta.
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
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-06-03 Laurent Aimar- Added support for embeded cover. Demuxer just need...
2007-04-05 Rémi Denis-Courmontmissing errno.h
2007-04-05 Rémi Denis-CourmontHandle I/O errors properly
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-20 Rafaël CarréFilters '/' characters in tags, to create valid filenames
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-10-23 Clément StenacClean up and improve core handling for album art. Still...
2006-10-07 Gildas Bazin* src/input/meta.c: stop the spamming of the meta engine.
2006-09-30 Antoine Cellerier - Don't cache files to ~/.vlc/art/(null)/(null)/
2006-09-30 Clément StenacRe-enable art fetching when in "ALL" mode
2006-09-29 Clément StenacImprove meta/art logic
2006-09-24 Antoine CellerierSome more (mostly) untested stuff:
2006-09-24 Antoine CellerierSome more meta changes (mostly cleanup and check the...
2006-09-24 Clément Stenac* Split download function in find/download