]> git.sesse.net Git - vlc/history - src/input/input.c
Removes trailing spaces. Removes tabs.
[vlc] / src / input / input.c
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-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-20 Rafaël CarréAdd comment/cosmetics
2007-08-20 Rafaël CarréGet input length from metadata if demuxer failed to...
2007-08-18 Rafaël CarréInput access locking, part 2.
2007-08-17 Antoine CellerierAllow the '-' character in an access' name (fixes parsi...
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-08-13 Pierre d'Herbemontinclude/vlc_meta.h: Use the vlc_dictionary to store...
2007-06-24 Christophe MutricyTry with the full MRL if the access haven't successed...
2007-06-18 Antoine CellerierFix invalid free crash in bookmarks loading code report...
2007-06-17 Laurent AimarCall input_Control(INPUT_ADD_INFO) on extra meta data.
2007-06-13 Laurent AimarAdded --run-time option to specify how many second...
2007-06-12 Laurent AimarAll: preliminary support for audio while playing faster...
2007-06-07 Laurent Aimarclock: clean up/simplify + remove 1/90000 reference.
2007-06-07 Rémi Denis-CourmontRevert [20459] and really fix (I hope)
2007-06-07 Laurent AimarFixed IsValidAccess...
2007-06-06 Rémi Denis-Courmont- Only allow letters, digits and slash in access/demux...
2007-06-03 Laurent Aimar- Added support for embeded cover. Demuxer just need...
2007-05-31 Laurent Aimarall: added support for demuxer attachment (Patch by...
2007-05-30 Laurent Aimares_out: do not flush decoder fifo when unwanted (fix...
2007-05-29 Gildas Bazin* src/input/input.c: don't use input_EsOutDiscontinuity...
2007-05-25 Laurent AimarCompilation warning fix.
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-18 Antoine Cellerier* src/input/input.c: Remove the access and demux part...
2007-05-11 Antoine Cellerierinput.c: if available, use p_access->psz_path instead...
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-03-24 Laurent AimarFixed stat counter leaks on open failure.
2007-03-23 Laurent AimarExtended INPUT_DEL_INFO (Allow deleting a whole categor...
2007-03-07 Laurent AimarFixed sout leak on access error.
2007-03-02 Laurent AimarOn pause and rate change from normal rate, call input_E...
2007-02-28 Laurent AimarReworked/improved the way sout-keep works. (VLM sout...
2007-02-26 Laurent AimarForce VLM stream to not use sout-keep.
2007-02-22 Laurent AimarImprove input_Preparse clean up (memory leaks).
2007-02-21 Laurent AimarChanged input_DestroyThread to take care of detaching...
2007-02-12 Rafaël CarréFixes album art local discovery and preparsing for...
2007-01-05 Rémi Denis-CourmontFix preparsing and access plugin selection (oups)
2007-01-03 Rémi Denis-CourmontSame thing as previous commit.
2007-01-03 Rémi Denis-CourmontRemove the ugly insecure hack.
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-03 Rémi Denis-Courmont- fix input memleak
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-08 Rémi Denis-CourmontConst as usual
2006-11-08 Rémi Denis-CourmontSome more const
2006-10-29 Jean-Paul SamanForward port of [17351]. Report input error condition...
2006-10-29 Jean-Paul SamanRemove empty line
2006-10-21 Clément StenacDon't loop continuously the playlist thread, use cond.
2006-10-19 Rémi Denis-CourmontKill duplicated function
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* Fixed a bunch of memory leaks.
2006-10-01 Clément StenacLazy allocation of the stat structure
2006-09-30 Clément StenacRe-enable art fetching when in "ALL" mode
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-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-04 Damien Fouilleul- input: added intermediate state info opening & buffering
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 StenacThis should fix the locking problems with stats
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-19 Christophe Mutricysrc/innput/input.c: Compile fix
2006-06-19 Clément StenacSmall stats improvements
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-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-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-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-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-03-28 Clément StenacString fixes in src (Refs:#438)
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-04 Clément StenacStop using strings to index stats, use integers. The...
next