- 03 Oct, 2007 3 commits
-
-
Rafaël Carré authored
taglib: warn the user when the embedded image is invalid (i.e. was embedded by a broken version of iTunes)
-
Rafaël Carré authored
-
Rafaël Carré authored
taglib: Supports in ogg/vorbis base64 encoded embedded album art with COVERARTMIME & COVERART comments. Use TagLib namespace for better code readability. demuxers: Adds attachments support for ogg. Fix potential memleaks.
-
- 02 Oct, 2007 1 commit
-
-
Rafaël Carré authored
the only demuxer supported is mpga, other demuxers should be updated if they demux files that can have id3v2 tags fix some bugs in flac & ogg demuxers
-
- 10 Sep, 2007 1 commit
-
-
Rafaël Carré authored
-
- 22 Aug, 2007 1 commit
-
-
Rafaël Carré authored
Enforce access to input_item_t through input_item_{G,S}et*() Unlock mutexes before calling these functions Free strings returned by input_item_Get*() New functions added: char * input_item_GetURI( input_item_t * ) void input_item_SetURI( input_item_t * , char * ) mtime_t input_item_GetDuration( input_item_t * ) void input_item_SetDuration( input_item_t * , mtime_t ) to access input_item_t->psz_uri and input_item_t->i_duration
-
- 20 Aug, 2007 4 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
- 19 Aug, 2007 1 commit
-
-
Rafaël Carré authored
Ogg/flac doesn't work (yet)
-
- 18 Aug, 2007 1 commit
-
-
Rafaël Carré authored
-
- 15 Aug, 2007 1 commit
-
-
Pierre d'Herbemont authored
* Protect input item's meta through setters and getters. That allows tracking of input item meta info changes. * vlc_meta_t gains a table for accessing its non-extra meta.
-
- 27 Jun, 2007 1 commit
-
-
Rafaël Carré authored
-
- 24 Jun, 2007 2 commits
-
-
Rafaël Carré authored
Adds some debug message and extra check
-
Rafaël Carré authored
Adds a button into qt4 media information to write modified meta data to the file
-
- 23 Jun, 2007 2 commits
-
-
Rafaël Carré authored
Modify meta writer callback to take an input_item_t as argument, so a file non playing can be written
-
Rafaël Carré authored
-
- 26 Nov, 2006 1 commit
-
-
zorglub authored
* Headers in include must contain the structures and prototypes needed by the plugins and should be named vlc_*. * Headers in include/vlc must contain the structures and prototypes needed by external libvlc clients * Moved and renamed some things in headers. - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common) - Removed snapshot.h (merged in vlc_vout.h) - Removed vlc_spu.h (merged in vlc_osd.h) - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface) - Moved all internal headers to src - Merged vlc_video.h and video_output.h and move private things to src - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h (meta headers for use in modules, and often implying too large dependencies) * Removed some useless dependencies * Unexported a bunch of functions and structures used only in src/ (--> Still some work here) * Finally made input_thread_t and input_source_t (mostly) private. Added input_GetItem to fetch the input_item of an input_thread * Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol prefix This commit has a 99% probability of breaking the build, 0.1% of killing your cat and 0% of getting you hot chicks.
-
- 21 Nov, 2006 3 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 11 Nov, 2006 1 commit
-
-
zorglub authored
* Remove some unneeded wrappers and locking
-
- 28 Oct, 2006 1 commit
-
-
sigmunau authored
-
- 24 Sep, 2006 7 commits
-
-
zorglub authored
* meta reader : read directly from the file, should be made from the demux. Examples: taglib, id3tag * meta fetcher : use web services to get meta, either from the current ones. Called only if we don't have the tags after using the meta readers * art finder : find the URL of the suitable album art. Called according to the art policy * art downloader : used to retrieve the art from special locations. Not needed if art is available directly from an URL. Examples: APIC ID3 tag reader
-
zorglub authored
-
zorglub authored
-
zorglub authored
-
dionoea authored
-
zorglub authored
-
zorglub authored
Features to add to it: * Parse more meta than artist/title :) * Fetch duration for Vorbis files * Fetch album art in ID3v2 (APIC frames) * Write back tags to file Unfortunately, it only works for files, so it can't replace libid3tag
-