]> git.sesse.net Git - vlc/history - src/input/input.c
* src/input/input.c: fixed memory leak.
[vlc] / src / input / input.c
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...
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 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-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
2006-01-03 Clément StenacFix invalid return
2005-12-14 Clément StenacMake input_Read return the input object id
2005-12-11 Clément Stenac* Handle dialogs needing answer
2005-12-09 Clément StenacReplace function callback by variable callback.
2005-12-06 Clément StenacInteraction facility (Refs:#27)
2005-12-05 Clément StenacVery beginning of the interaction framework (Refs:#27)
2005-12-02 Clément StenacDon't notify playlist from input, input does it already
2005-11-23 Christophe Massiot * src/input/input.c: Please use strtol instead of...
2005-11-09 Clément StenacAdd a input_Read function that reads a stream in blocki...
2005-10-19 Gildas Bazin* src/input/input.c: fixed segfault with sub autodetection.
2005-10-16 Jean-Paul SamanRemove useless whitespace
2005-10-09 Derk-Jan Hartman* clearer error messages on invalid seek
2005-10-08 Laurent Aimar * input.c: fix invalid free.
2005-10-06 Laurent Aimar * input: :demux=module really force module and bypass...
2005-08-15 Christophe Massiot * src/input/input.c: Really fixed :programs= this...
2005-08-11 Jean-Paul SamanFix signalling of MPEG2-TS discontinuity indicators...
2005-08-11 Christophe Massiot * include/network.h:vlc_UrlEncode() : though RFC 1738...
2005-08-09 Jean-Paul Samansome sanity checks
2005-08-05 Christophe Massiot * src/input/input.c: msg_Warn->msg_Dbg
2005-08-01 Christophe Massiot * src/input/input.c: Fixed segfault when using :progra...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-31 Christophe Massiot * src/input/input.c: Put less picky fallback values...
2005-04-26 Laurent Aimar * control: added INPUT_DEL_INFO.
2005-04-10 Sigmund Augdal Helbergfixed three major problems pointed to by Trax
2005-04-01 Sigmund Augdal Helbergadded a stream_UrlNew to open a general purpos stream_t...
2005-03-31 Sigmund Augdal Helberginput.c: fixed a possible locking problem in vlc_input_...
2005-03-30 Sigmund Augdal Helberginput.c: doxygenize vlc_input_item_GetInfo
2005-03-29 Laurent Aimar * access.* input/*: added access_filter architecture...
2005-03-25 Laurent Aimar input.c: - fixed bug in chapter prev/next. (INPUT_GET...
2005-03-14 Gildas Bazin* src/input/input.c: use a low priority input thread...
2005-03-11 Clément StenacReduce the global verbosity
2005-03-08 Steve Lhommeinput.c: allow "intelligent" previous-chapter behaviour...
2005-03-07 Steve Lhommemake the previous-chapter "intelligent" seek more gener...
2005-03-05 Gildas Bazin* src/input/stream.c: check return value of malloc...
2005-03-05 Gildas Bazin* ALL: a few fixes.
2005-03-05 Steve Lhommeinput.c, vlc_demux.h: allow seeking back in the same...
2005-02-21 Laurent Aimar * block: added
2005-02-10 Gildas Bazin* src/libvlc.h, src/input/: new --clock-synchro option...
2005-01-16 Clément StenacRemove playlist info accessors (as they now belong...
2004-12-22 Rocky BernsteinTypo making seekpoint_next to to seekpoint 0. Clearly...
2004-12-19 Gildas Bazin* src/input/input.c: fixed potential deadlock.
2004-12-14 Clément StenacBetter fix for wx deadlock with preparse
2004-12-10 Clément Stenac*experimental* input pre-parsing support.
next