]> git.sesse.net Git - vlc/history - src/input
RTP HMAC-SHA1 authentication
[vlc] / src / input /
2007-03-08 Laurent AimarFixed media looping (Patch by Ilkka Ollakka)
2007-03-07 Laurent AimarFixed sout leak on access error.
2007-03-07 Laurent AimarClean up vlm script parsing and introduce new API.
2007-03-02 Laurent AimarOn pause and rate change from normal rate, call input_E...
2007-03-02 Laurent AimarImplemented sout-keep per media support.
2007-03-01 Laurent AimarStart cleaning up VLM + fixed vlm_New() race condition.
2007-03-01 Sigmund Augdal Helbergnone-sematic changes:
2007-02-28 Laurent AimarReworked/improved the way sout-keep works. (VLM sout...
2007-02-27 Derk-Jan Hartman* Fix subtitle detection. utf8_stat returns 0 if file...
2007-02-27 Laurent AimarRemoved dead code.
2007-02-26 Laurent AimarForce VLM stream to not use sout-keep.
2007-02-25 Antoine CellerierAdd undocumented play feature to help output.
2007-02-25 Laurent AimarFixed double input_thread_t free for VOD.
2007-02-25 Laurent AimarCopy complete es format descriptor when extra data...
2007-02-22 Laurent AimarImprove input_Preparse clean up (memory leaks).
2007-02-22 Jean-Paul SamanRemove unused headerfile
2007-02-22 Antoine Cellerierplay command fix by ILEoo (see [18938]).
2007-02-21 Laurent AimarChanged input_DestroyThread to take care of detaching...
2007-02-21 Christophe MutricyCompile fix
2007-02-21 Antoine Cellerier[PATCH] vlm: play command index same as inputdeln index...
2007-02-12 Rafaël CarréFixes album art local discovery and preparsing for...
2007-01-23 Christophe Massiot * modules/demux/ts.c: Fixed stream output mode detection.
2007-01-05 Rémi Denis-CourmontFix preparsing and access plugin selection (oups)
2007-01-05 Rémi Denis-CourmontBe more DSO-friendly
2007-01-03 Rémi Denis-CourmontSame thing as previous commit.
2007-01-03 Rémi Denis-CourmontRemove the ugly insecure hack.
2007-01-03 Rémi Denis-CourmontFix "quick" access creation mode
2007-01-03 Rémi Denis-CourmontSimplification
2007-01-03 Rémi Denis-CourmontUse strict mode when probing access filters.
2006-12-23 Clément Stenac* Ensure garbage collector is called when disabling...
2006-12-22 Clément StenacAdd facilities to report and enrich error messages.
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-12-06 Marian DurkovicRemove duplicate code. The new Unescape() is already...
2006-12-04 Marian DurkovicVLM quoting magic for partially quoted strings
2006-12-03 Marian DurkovicImplement shell-style escaping also for double quotes...
2006-12-03 Antoine CellerierExport vlm_MessageNew and vlm_MessageAdd.
2006-12-03 Clément Stenac* Fix preparse of directories
2006-12-03 Rémi Denis-Courmont- fix input memleak
2006-11-27 Derk-Jan Hartman* Correct and probably also faster EOL detection in...
2006-11-27 Derk-Jan Hartman* Remove duplicate mutex_destroy added in [18009]
2006-11-26 Clément StenacMake the global b_can_pace_control flag public
2006-11-26 Clément StenacAh Ah
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-25 Derk-Jan Hartman* Fix an accidental change from [18009] and add a mutex...
2006-11-23 Derk-Jan Hartman* destroy some mutex'es once in a while to prevent...
2006-11-22 Rémi Denis-CourmontMove encoding and language stuff to their own directory
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-11-12 Rémi Denis-CourmontRemove another harmful FromLocale
2006-11-12 Rémi Denis-CourmontSome const
2006-11-12 Rémi Denis-CourmontUse stat instead of fopen to check for file existence
2006-11-11 Rémi Denis-CourmontFix previous commit
2006-11-11 Rémi Denis-CourmontMark subtitles_Filter as static
2006-11-10 Rémi Denis-CourmontFix double free in previous commit
2006-11-10 Rémi Denis-CourmontRemove last redumdant vlc_fix_readdir_charset
2006-11-08 Rémi Denis-CourmontSome more const and strdup avoidance
2006-11-08 Rémi Denis-CourmontConst as usual
2006-11-08 Rémi Denis-CourmontSome more const
2006-11-06 Rémi Denis-CourmontCosmetic fix
2006-11-06 Rémi Denis-CourmontAdd a few harmless const
2006-10-29 Jean-Paul SamanForward port of [17351]. Report input error condition...
2006-10-29 Jean-Paul SamanRemove empty line
2006-10-23 Clément StenacClean up and improve core handling for album art. Still...
2006-10-21 Rémi Denis-CourmontInput fixes
2006-10-21 Rémi Denis-CourmontFix a bunch of warning.
2006-10-21 Jean-Paul SamanFix compiler warning: missing initializer
2006-10-21 Clément StenacDon't loop continuously the playlist thread, use cond.
2006-10-21 Clément StenacPlaylist
2006-10-19 Rémi Denis-CourmontKill duplicated function
2006-10-13 Derk-Jan HartmanDon't add MPEG-TS program data for programs that don...
2006-10-11 Gildas Bazin* src/input/input.c: fixed nasty bug with preparsing...
2006-10-08 Gildas Bazin* src/input/input.c: fixed memory leak.
2006-10-07 Gildas Bazin* src/input/stream.c: fixed invalid memory access in...
2006-10-07 Gildas Bazin* src/input/meta.c: stop the spamming of the meta engine.
2006-10-07 Gildas Bazin* Fixed a bunch of memory leaks.
2006-10-05 Gildas Bazin* modules/demux/mpeg/m4v.c,h264.c: fixed detection...
2006-10-01 Antoine Celleriersrc/input/item.c: if we don't have an item name and...
2006-10-01 Clément StenacLazy allocation of the stat structure
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
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)
next