]> git.sesse.net Git - vlc/history - src/input
src/control/core.c: prepend a dummy argv[0] to libvlc_new() argv, so
[vlc] / src / input /
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
2006-09-24 Clément StenacStart splitting the various meta module types
2006-09-24 Antoine CellerierUse DIR_SEP
2006-09-24 Antoine CellerierDefine DIR_SEP only once
2006-09-24 Clément StenacDon't notify playlist several times while preparsing
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-23 Antoine CellerierAdd an "album art download policy" (--album-art) option...
2006-09-23 Antoine Cellerierutf8_stat doesn't work if 2nd arg is NULL ... too bad :(
2006-09-23 Antoine CellerierMove the album art download thing to a separate proccess
2006-09-23 Antoine CellerierRemove useless stuff.
2006-09-23 Antoine CellerierStart of meta engine stuff. src/input/input.c needs...
2006-09-21 Sam Hocevar * "synch" -> "sync" (gniihiihiimineeeeerveuh)
2006-09-15 Clément StenacRemove vlc_object_find for playlist from the core
2006-09-15 Clément StenacMove stats stuff to the per-instance object
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-12 Rémi Denis-CourmontAhem: (v)asprintf requires stdio.h; strndup requires...
2006-09-04 Damien Fouilleulinput.c: fixed state (broke pause)
2006-09-04 Damien Fouilleul- input: added intermediate state info opening & buffering
2006-09-04 Sam Hocevar * src/input/decoder.c: sorry, I'm not allowed to...
2006-09-03 Sam Hocevar * src/input/decoder.c: use real, nice quotes.
2006-09-03 Sam Hocevar * src/input/decoder.c: fix "unsupported fourcc" fatal...
2006-09-03 Clément StenacAuto load and save media library (Closes:#433)
2006-09-01 Pavlov KonstantinThis also could be named in non-UTF, recode it
2006-08-27 Clément StenacFix for deletion of current item
2006-08-26 Clément Stenac* Allow service discoveries to state whether they prefe...
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-08-19 Clément Stenac* B-search macro
2006-08-17 Gildas Bazin* modules/demux/mp4/mp4.c, src/input/decoder.c: support...
2006-08-17 Gildas Bazin* src/misc/messages.c, src/input/input.c: revert 16279...
2006-08-11 Clément StenacGah, forgot to commit this: fix a potential crash in...
2006-08-06 Clément StenacOh look ! Bananas !
2006-08-06 Jean-Paul SamanFix compiler warning on uninitialized variable.
2006-08-06 Clément StenacThis should fix the locking problems with stats
2006-08-03 Clément StenacThis dichotomy code apparently still is buggy. Todo...
2006-07-30 Felix Paul Kühne* forgot these in the previous commit (updated to curre...
2006-07-29 Felix Paul Kühne* improved some error messages
2006-07-29 Clément StenacOne more
2006-06-29 Derk-Jan Hartman* fix an issue with stats on inputstreams (this fixes...
2006-06-28 Clément StenacCompile fix
2006-06-28 Clément StenacGra. Fix most of TS meta
2006-06-28 Clément StenacForgot that for Qt
2006-06-19 Christophe Mutricysrc/innput/input.c: Compile fix
2006-06-19 Clément StenacSmall stats improvements
2006-06-17 Yoann Peronneau* input/subtitles.c: fix another bug in subtitle autode...
2006-06-17 Yoann Peronneau* src/input/input.c: don't clean twice the read_bytes...
2006-06-16 Christophe MutricyFix a bunch of segfaults. It may be heavy handed and...
2006-06-16 Yoann Peronneau* If we are passed a SUB file as subtitle, just open...
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-06-13 Yoann Peronneau* src/input/input.c: use input_AddSubtitles() and fix...
2006-06-12 Dennis van Amerongen* typo consummed -> consumed
2006-06-12 Clément Stenac* Fix skip in initial status
2006-06-09 Yoann Peronneau* proof of concept of drag & dropping a subtitle file...
2006-06-09 Yoann Peronneau* the first autodetected subtitles file should now...
2006-06-09 Yoann Peronneau* fix subtitles file autodetection
2006-06-04 Clément Stenac* Don't reset input meta information
2006-05-14 Olivier Teulière * src/input/input.c: msg_Warn --> msg_Dbg
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-29 Rémi Denis-CourmontAlso use strlcpy()
2006-04-15 Cyril Deguet* all: added a new skin text variable "$S" to get the...
2006-04-09 Antoine CellerierHum, in fact we should remove it altogether since it...
2006-04-09 Antoine CellerierFix what looks like a type. (someone confirm please)
2006-04-08 Rémi Denis-CourmontFix warning
2006-04-06 Christophe Massiot * ALL: extention -> extension
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-03-31 Rémi Denis-CourmontProbably a fix for crap compilers
2006-03-31 Rémi Denis-CourmontFix an old overflow and two recent bugs introduced...
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-03-27 Rémi Denis-Courmont- Use utf_8scandir() and some cleanup
2006-03-18 Clément StenacDon't use %f in es_out (Closes:#587)
2006-03-07 Derk-Jan Hartman* Fix an issue with a : in the subtitle-filename causin...
2006-02-16 Antoine Cellerier[patch] unifying meta-information access, the 2nd by...
2006-02-13 Rémi Denis-Courmontgetcwd() unicode fix
2006-02-13 Rémi Denis-CourmontAll Unicode fixes for fopen() (refs #528)
2006-02-11 Rémi Denis-CourmontUnicode wrappers for opendir/readdir
2006-02-11 Rémi Denis-CourmontFix typo
2006-02-11 Rémi Denis-CourmontUse vlc_fopen (access() or stat() would be more appropr...
2006-02-05 Rémi Denis-CourmontFixes subtitles detection from within folders with...
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-02-03 Sigmund Augdal Helbergfix --no-stats in a few cases (there are more remaining)
2006-02-02 Sigmund Augdal Helberges_out.c: fixed a slight memleak in "now playing" handling.
2006-02-02 Derk-Jan Hartman* Forgot to add the path seperator. truly fixes the...
2006-02-01 Derk-Jan Hartman* If input file in current dir specified, then retrieve...
2006-02-01 Rémi Denis-CourmontRemove unused variable
2006-01-28 Clément StenacGet stats on block inputs (Refs:#473)
2006-01-27 Clément StenacDon't print debug messages and don't do interaction...
2006-01-22 Clément Stenac* Make ParseOption (from input) a global service (var_O...
2006-01-21 Clément StenacAudio - Refs:#473
2006-01-16 Jean-Paul SamanFix segmentation fault in core and use of non-initialis...
2006-01-15 Derk-Jan Hartman* Fix free of the directory listing of the subtitle...
2006-01-15 Clément StenacAdd ability to prepend headers to messages (object...
2006-01-15 Clément StenacFix calculation for demux bitrate (Refs:#473)
2006-01-15 Clément StenacShow stats in interface (Refs:#473)
2006-01-14 Derk-Jan Hartman* Revert the Default charset encoding back to ISO-8859-1
2006-01-12 Antoine CellerierFSF address change.
2006-01-12 Clément StenacSupport for moving averages (Refs:#473)
2006-01-11 Clément StenacMisc stats work (Refs:#473)
2006-01-08 Clément StenacSome more stats preliminary work
next