]> git.sesse.net Git - vlc/history - src/input
Oups (again)
[vlc] / src / input /
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)
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
next