]> git.sesse.net Git - vlc/history - modules/meta_engine
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / meta_engine /
2010-09-14 Fargier SylvainFix out of range memory access when APIC frame type...
2010-08-11 Lukáš Lalinskýtaglib: fix NULL deferences after dynamic cast
2010-07-28 Rémi Durafforts/informations/information/
2010-07-19 Rémi Denis-CourmontRemove the id3tag plugin
2010-07-15 Götz WaschkFix taglib compilation.
2010-07-08 Ilkka Ollakkataglib: dont decode psz_file as URI
2010-07-07 Rémi Denis-Courmontdemux: provide both URL and file path as with access
2010-07-07 Rémi Denis-Courmontmake_URI: add scheme parameter
2010-06-27 Rémi Duraffortmeta_folder: fix a memleak.
2010-06-11 Ilkka OllakkaRevert "Revert "redundant includes of vlc_playlist.h""
2010-06-11 Jakob LebenRevert "redundant includes of vlc_playlist.h"
2010-06-11 Jakob Lebenredundant includes of vlc_playlist.h
2010-05-30 Jean-Baptiste KempfTaglib: add debug to help fixing mp4/cover bugs
2010-05-25 Rémi Durafforttaglib: read the cover art from mp4.
2010-05-20 Ilkka Ollakkataglib: only try to read local files
2010-05-11 Ilkka Ollakkataglib: use decoded path
2010-02-20 Rémi Denis-Courmonttaglib meta writer: don't decode file path twice (core...
2010-02-20 Rémi Denis-Courmontfolder: use make_path
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-25 Rémi Denis-Courmonttaglib writer: use decode_URI_duplicate
2010-01-23 Rémi Denis-Courmontmisc: use var_Inherit
2010-01-16 Rémi Denis-CourmontRemove all default modules from configure.ac
2009-11-10 Rémi Durafforttaglib: simplify.
2009-11-09 Rémi Durafforttaglib: factorize.
2009-11-09 Rémi Durafforttaglib: write to some more files.
2009-11-09 Rémi Durafforttaglib: improve the module to read metas from RIFF...
2009-08-23 Jean-Baptiste KempfId3tag: fix compilation after breakage
2009-08-23 Rémi Denis-CourmontUse VLC object for meta writer and factor code
2009-08-23 Rémi Denis-CourmontUse a VLC object for meta reader
2009-08-23 Jean-Baptiste Kempfid3tag: code cosmetic and warning killing
2009-08-23 Rémi Denis-Courmontart_finder_t: custom type for art finder modules
2009-08-21 Jean-Baptiste KempfId3tag: constify when possible.
2009-08-21 Jean-Baptiste Kempfid3tag: kill a warning about casting
2009-08-18 Rémi Denis-CourmontTaglib: assume Windows NT for filesystem access
2009-08-18 Ilkka Ollakkataglib: decode psz_file so taglib gets normal path...
2009-07-07 Rafaël CarréFolder album art : use the correct config option name
2009-07-06 Rafaël Carréfolder meta data retriver: some enhancements
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 Rémi DuraffortInclude vlc_url when using make_URI
2009-05-29 Rafaël CarréFix xspf reading/writing
2009-05-28 Rafaël CarréFix xspf reading/writing
2009-04-26 Rémi DuraffortAdd a function to get the Title and fallback to the...
2009-03-09 Laurent AimarUse playlist_fetcher_t object instead of playlist one.
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-02-09 Rémi Durafforttaglib: remove a dummy sub-module (taglib can't act...
2009-02-09 Rémi Durafforttaglib: Fix #2466 and fix also for writting tag on...
2009-02-03 Rémi Durafforttaglib: fix warning about overriden variable.
2009-02-01 Laurent AimarImproved CDDB information support in cdda.c
2009-02-01 Laurent AimarChanged vlc_meta_SetTracknum to *Num for consistency.
2009-01-24 Laurent AimarFixed taglib attachment extraction.
2009-01-22 Rémi Durafforttaglib: fix empty attachement urls and if try others...
2009-01-20 Rémi Durafforttaglib: fix stupid typo (thanks to Sébastien Escudier)
2009-01-19 Rémi Durafforttaglib: change just a bit the code.
2009-01-18 Dominique LeuenbergerTaglib: undefined operation due to duplicate usage...
2009-01-10 Rémi Duraffortfolder: less include
2009-01-10 Rémi Durafforttaglib: accept the Xiph comments with more than one...
2009-01-05 Rémi Durafforttaglib: cleaning and renaming.
2009-01-02 Rémi Durafforttaglib: cleaning.
2009-01-01 Rémi Durafforttaglib: read and write some APE tags.
2008-12-30 Rémi Durafforttaglib: read meta from xiph.
2008-12-29 Rémi Durafforttaglib: cleanup the header and add myslef to the authors.
2008-12-29 Rémi Durafforttaglib: write meta in Xiph format. (only one advanced...
2008-12-27 Rémi Durafforttaglib: write some more id3v2 tags and add empty functi...
2008-12-21 Rémi DuraffortTaglib: save more meta data.
2008-11-30 Rémi DuraffortTaglib: cleaning and better use of the tag library.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-08 Derk-Jan Hartmantaglib: Check if a tablig string is !null and !empty...
2008-09-10 Antoine CellerierReimplement MB module in Lua.
2008-08-20 Rémi DuraffortCheck malloc return value.
2008-08-17 Derk-Jan Hartmantaglib: double header inclusion
2008-08-17 Derk-Jan Hartmantaglib: fix variable scoping
2008-08-17 Derk-Jan Hartmantaglib: Fix opening of filenames on non-UTF8 systems.
2008-07-25 Derk-Jan Hartmanmeta engine: add checks to verify that we indeed have...
2008-06-15 Jean-Baptiste KempfKill a "cannot pass objects of non-POD type 'class...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-22 Rafaël CarréWorkaround f*cked up iTunes
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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-23 Rémi Denis-CourmontCheck-in modules/Makefile.am
2008-01-29 Rafaël Carréid3tag: use size_t to represent sizes
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-10 Laurent AimarFixed a bunch of const warnings.
2007-10-10 Laurent Aimarid3tag: fixed segfault (introduced with demux_meta_t)
2007-10-04 Rafaël Carréid3tag: p_demux->p_private has been malloc()ed by the...
2007-10-04 Rafaël Carréid3tag: properly casts p_demux->p_private
2007-10-03 Rafaël Carrétaglib: warn the user when the embedded image is invali...
2007-10-03 Rafaël Carrétaglib: fix a memleak.
2007-10-03 Rafaël Carrétaglib: Supports in ogg/vorbis base64 encoded embedded...
2007-10-02 Rafaël Carrétaglib: support for id3v2 embedded album art
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-22 Pierre d'Herbemontmodules/misc/meta_engine: Remove luameta now that it...
2007-08-20 Rafaël CarréAdds some metadata writing capability (ref #1248 )
2007-08-20 Rafaël CarréFactorizes code
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
next