]> git.sesse.net Git - vlc/history - src/input/input.c
[patch] unifying meta-information access, the 2nd by Daniel Stränger
[vlc] / src / input / input.c
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.
2004-12-09 Sigmund Augdal Helberginput/input.c: trigger a update in playlist window...
2004-12-09 Gildas Bazin* src/libvlc.h: --video-deco is enabled by default.
2004-11-25 Olivier Teulière * src/input/input.c: notify the interfaces when the...
2004-11-24 Clément StenacFix input-slave parser
2004-11-22 Laurent Aimarall: implemented INPUT_ADD_SLAVE.
2004-11-19 Clément StenacCDDAX:
2004-11-16 Laurent Aimarinput.c: fixed segfault with access_demux.
2004-11-15 Laurent Aimar * input: access meta data support.
2004-11-06 Clément StenacImprovements to the playlist core
2004-10-22 Christophe Massiot * src/input: Added a --programs configuration option...
2004-10-18 Derk-Jan Hartman* Show value of boolean variable options when printing...
2004-10-03 Clément Stenac* Added delay and alignment to wx subtitles dialog
2004-10-02 Clément Stenac* Re-added sub-delay option
2004-09-29 Gildas Bazin* src/input/clock.c: changes to the clock resync algo...
2004-09-09 Gildas Bazin* src/input/input.c: hack to allow for the udp:@:port...
2004-09-06 Rémi Denis-Courmontdebug message accessed free'd structure causing a segme...
2004-09-01 Gildas Bazin* src/input/input.c: fixed small memory leak.
2004-08-28 Sam Hocevar * Spelling fixes.
2004-08-25 Laurent Aimar * input: send DEMUX_SET_GROUP.
2004-08-21 Gildas Bazin* src/input/input.c: changed MRL syntax again: URL...
2004-08-21 Gildas Bazin* src/libvlc.h: updated useage.
2004-08-20 Gildas Bazin* src/input/*, include/vlc_input.h: the MRL is now...
2004-08-20 Gildas Bazin* src/input/*: update position on title change.
2004-08-20 Gildas Bazin* src/input/input.c: re-enabled the --bookmarks option.
2004-08-04 Gildas Bazin* modules/access/dvdnav.c: very basic probing that...
2004-08-03 Laurent Aimar * input.c: fixed total length in playlist.
2004-08-01 Laurent Aimar * input.c: mmh better fix for slow/fast (I hope).
2004-08-01 Laurent Aimar * input: fixed slower/faster rate.
2004-07-16 Derk-Jan Hartman* it's information, not informations (grep -r)
2004-07-12 Clément StenacAllow on the fly change of equalizer config. Only resta...
2004-06-28 Laurent Aimar * all: re-enabled meta-datas.
2004-06-27 Laurent Aimar * all: a new --input-slave option to start playing...
2004-06-27 Gildas Bazin* src/input/input.c:
2004-06-25 Laurent Aimar * sub ->subtitle : converted sub.c to a 'real' demux2.
2004-06-25 Gildas Bazin* src/input/input.c: win32 compilation fix.
2004-06-24 Laurent Aimar * input.c: fixed play/pause + cosmetics.
2004-06-23 Laurent Aimar* all: - added a boolean "seekable" object variable...
2004-06-23 Gildas Bazin* src/input/input.c: win32 fix.
2004-06-22 Laurent Aimar * all: rework of the input.
2004-06-07 Laurent Aimar * src/input/input_ext-intf.c: no more unused.
2004-06-07 Laurent Aimar * input: warning fix + no more input_OffsetToTime.
2004-06-07 Laurent Aimar * include: removed a few deprecated functions.
2004-06-05 Laurent Aimar * input: compute right value for position/time on...
next