2006-10-08 |
Gildas Bazin | * src/input/input.c: fixed memory leak. |
blob | commitdiff | raw |
2006-10-07 |
Gildas Bazin | * Fixed a bunch of memory leaks. |
blob | commitdiff | raw | diff to current |
2006-10-01 |
Clément Stenac | Lazy allocation of the stat structure |
blob | commitdiff | raw | diff to current |
2006-09-30 |
Clément Stenac | Re-enable art fetching when in "ALL" mode |
blob | commitdiff | raw | diff to current |
2006-09-24 |
Clément Stenac | * Split download function in find/download |
blob | commitdiff | raw | diff to current |
2006-09-24 |
Clément Stenac | Start splitting the various meta module types |
blob | commitdiff | raw | diff to current |
2006-09-24 |
Antoine Cellerier | Use DIR_SEP |
blob | commitdiff | raw | diff to current |
2006-09-24 |
Antoine Cellerier | Define DIR_SEP only once |
blob | commitdiff | raw | diff to current |
2006-09-24 |
Clément Stenac | Don't notify playlist several times while preparsing |
blob | commitdiff | raw | diff to current |
2006-09-23 |
Antoine Cellerier | Add an "album art download policy" (--album-art) option... |
blob | commitdiff | raw | diff to current |
2006-09-23 |
Antoine Cellerier | utf8_stat doesn't work if 2nd arg is NULL ... too bad :( |
blob | commitdiff | raw | diff to current |
2006-09-23 |
Antoine Cellerier | Move the album art download thing to a separate proccess |
blob | commitdiff | raw | diff to current |
2006-09-23 |
Antoine Cellerier | Remove useless stuff. |
blob | commitdiff | raw | diff to current |
2006-09-23 |
Antoine Cellerier | Start of meta engine stuff. src/input/input.c needs... |
blob | commitdiff | raw | diff to current |
2006-09-21 |
Sam Hocevar | * "synch" -> "sync" (gniihiihiimineeeeerveuh) |
blob | commitdiff | raw | diff to current |
2006-09-15 |
Clément Stenac | Remove vlc_object_find for playlist from the core |
blob | commitdiff | raw | diff to current |
2006-09-15 |
Clément Stenac | Move stats stuff to the per-instance object |
blob | commitdiff | raw | diff to current |
2006-09-15 |
Clément Stenac | For consistency, remove references to vlc from libvlc |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Damien Fouilleul | - input: added intermediate state info opening & buffering |
blob | commitdiff | raw | diff to current |
2006-08-17 |
Gildas Bazin | * src/misc/messages.c, src/input/input.c: revert 16279... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
Clément Stenac | Gah, forgot to commit this: fix a potential crash in... |
blob | commitdiff | raw | diff to current |
2006-08-06 |
Clément Stenac | This should fix the locking problems with stats |
blob | commitdiff | raw | diff to current |
2006-07-30 |
Felix Paul Kühne | * forgot these in the previous commit (updated to curre... |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Felix Paul Kühne | * improved some error messages |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Clément Stenac | One more |
blob | commitdiff | raw | diff to current |
2006-06-19 |
Christophe Mutricy | src/innput/input.c: Compile fix |
blob | commitdiff | raw | diff to current |
2006-06-19 |
Clément Stenac | Small stats improvements |
blob | commitdiff | raw | diff to current |
2006-06-17 |
Yoann Peronneau | * src/input/input.c: don't clean twice the read_bytes... |
blob | commitdiff | raw | diff to current |
2006-06-16 |
Christophe Mutricy | Fix a bunch of segfaults. It may be heavy handed and... |
blob | commitdiff | raw | diff to current |
2006-06-16 |
Yoann Peronneau | * If we are passed a SUB file as subtitle, just open... |
blob | commitdiff | raw | diff to current |
2006-06-15 |
Clément Stenac | Partial rewrite of stats to avoid lookups (Closes:... |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Yoann Peronneau | * src/input/input.c: use input_AddSubtitles() and fix... |
blob | commitdiff | raw | diff to current |
2006-06-09 |
Yoann Peronneau | * proof of concept of drag & dropping a subtitle file... |
blob | commitdiff | raw | diff to current |
2006-06-09 |
Yoann Peronneau | * the first autodetected subtitles file should now... |
blob | commitdiff | raw | diff to current |
2006-06-04 |
Clément Stenac | * Don't reset input meta information |
blob | commitdiff | raw | diff to current |
2006-05-14 |
Olivier Teulière | * src/input/input.c: msg_Warn --> msg_Dbg |
blob | commitdiff | raw | diff to current |
2006-05-14 |
Clément Stenac | Merge back branch 0.8.6-playlist-vlm to trunk. |
blob | commitdiff | raw | diff to current |
2006-04-15 |
Cyril Deguet | * all: added a new skin text variable "$S" to get the... |
blob | commitdiff | raw | diff to current |
2006-04-09 |
Antoine Cellerier | Hum, in fact we should remove it altogether since it... |
blob | commitdiff | raw | diff to current |
2006-04-09 |
Antoine Cellerier | Fix what looks like a type. (someone confirm please) |
blob | commitdiff | raw | diff to current |
2006-04-01 |
Felix Paul Kühne | * 2nd review of /src/* \ libvlc.h (refs #438) |
blob | commitdiff | raw | diff to current |
2006-03-28 |
Clément Stenac | String fixes in src (Refs:#438) |
blob | commitdiff | raw | diff to current |
2006-03-07 |
Derk-Jan Hartman | * Fix an issue with a : in the subtitle-filename causin... |
blob | commitdiff | raw | diff to current |
2006-02-16 |
Antoine Cellerier | [patch] unifying meta-information access, the 2nd by... |
blob | commitdiff | raw | diff to current |
2006-02-04 |
Clément Stenac | Stop using strings to index stats, use integers. The... |
blob | commitdiff | raw | diff to current |
2006-01-27 |
Clément Stenac | Don't print debug messages and don't do interaction... |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Clément Stenac | * Make ParseOption (from input) a global service (var_O... |
blob | commitdiff | raw | diff to current |
2006-01-21 |
Clément Stenac | Audio - Refs:#473 |
blob | commitdiff | raw | diff to current |
2006-01-16 |
Jean-Paul Saman | Fix segmentation fault in core and use of non-initialis... |
blob | commitdiff | raw | diff to current |
2006-01-15 |
Clément Stenac | Add ability to prepend headers to messages (object... |
blob | commitdiff | raw | diff to current |
2006-01-15 |
Clément Stenac | Fix calculation for demux bitrate (Refs:#473) |
blob | commitdiff | raw | diff to current |
2006-01-15 |
Clément Stenac | Show stats in interface (Refs:#473) |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Antoine Cellerier | FSF address change. |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Clément Stenac | Support for moving averages (Refs:#473) |
blob | commitdiff | raw | diff to current |
2006-01-11 |
Clément Stenac | Misc stats work (Refs:#473) |
blob | commitdiff | raw | diff to current |
2006-01-08 |
Clément Stenac | Some more stats preliminary work |
blob | commitdiff | raw | diff to current |
2006-01-03 |
Clément Stenac | Fix invalid return |
blob | commitdiff | raw | diff to current |
2005-12-14 |
Clément Stenac | Make input_Read return the input object id |
blob | commitdiff | raw | diff to current |
2005-12-11 |
Clément Stenac | * Handle dialogs needing answer |
blob | commitdiff | raw | diff to current |
2005-12-09 |
Clément Stenac | Replace function callback by variable callback. |
blob | commitdiff | raw | diff to current |
2005-12-06 |
Clément Stenac | Interaction facility (Refs:#27) |
blob | commitdiff | raw | diff to current |
2005-12-05 |
Clément Stenac | Very beginning of the interaction framework (Refs:#27) |
blob | commitdiff | raw | diff to current |
2005-12-02 |
Clément Stenac | Don't notify playlist from input, input does it already |
blob | commitdiff | raw | diff to current |
2005-11-23 |
Christophe Massiot | * src/input/input.c: Please use strtol instead of... |
blob | commitdiff | raw | diff to current |
2005-11-09 |
Clément Stenac | Add a input_Read function that reads a stream in blocki... |
blob | commitdiff | raw | diff to current |
2005-10-19 |
Gildas Bazin | * src/input/input.c: fixed segfault with sub autodetection. |
blob | commitdiff | raw | diff to current |
2005-10-16 |
Jean-Paul Saman | Remove useless whitespace |
blob | commitdiff | raw | diff to current |
2005-10-09 |
Derk-Jan Hartman | * clearer error messages on invalid seek |
blob | commitdiff | raw | diff to current |
2005-10-08 |
Laurent Aimar | * input.c: fix invalid free. |
blob | commitdiff | raw | diff to current |
2005-10-06 |
Laurent Aimar | * input: :demux=module really force module and bypass... |
blob | commitdiff | raw | diff to current |
2005-08-15 |
Christophe Massiot | * src/input/input.c: Really fixed :programs= this... |
blob | commitdiff | raw | diff to current |
2005-08-11 |
Jean-Paul Saman | Fix signalling of MPEG2-TS discontinuity indicators... |
blob | commitdiff | raw | diff to current |
2005-08-11 |
Christophe Massiot | * include/network.h:vlc_UrlEncode() : though RFC 1738... |
blob | commitdiff | raw | diff to current |
2005-08-09 |
Jean-Paul Saman | some sanity checks |
blob | commitdiff | raw | diff to current |
2005-08-05 |
Christophe Massiot | * src/input/input.c: msg_Warn->msg_Dbg |
blob | commitdiff | raw | diff to current |
2005-08-01 |
Christophe Massiot | * src/input/input.c: Fixed segfault when using :progra... |
blob | commitdiff | raw | diff to current |
2005-07-09 |
Rémi Denis-Courmont | Make Zorglub less unhappy |
blob | commitdiff | raw | diff to current |
2005-07-08 |
Rémi Denis-Courmont | Copyright fixes |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Christophe Massiot | * src/input/input.c: Put less picky fallback values... |
blob | commitdiff | raw | diff to current |
2005-04-26 |
Laurent Aimar | * control: added INPUT_DEL_INFO. |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Sigmund Augdal Helberg | fixed three major problems pointed to by Trax |
blob | commitdiff | raw | diff to current |
2005-04-01 |
Sigmund Augdal Helberg | added a stream_UrlNew to open a general purpos stream_t... |
blob | commitdiff | raw | diff to current |
2005-03-31 |
Sigmund Augdal Helberg | input.c: fixed a possible locking problem in vlc_input_... |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Sigmund Augdal Helberg | input.c: doxygenize vlc_input_item_GetInfo |
blob | commitdiff | raw | diff to current |
2005-03-29 |
Laurent Aimar | * access.* input/*: added access_filter architecture... |
blob | commitdiff | raw | diff to current |
2005-03-25 |
Laurent Aimar | input.c: - fixed bug in chapter prev/next. (INPUT_GET... |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Gildas Bazin | * src/input/input.c: use a low priority input thread... |
blob | commitdiff | raw | diff to current |
2005-03-11 |
Clément Stenac | Reduce the global verbosity |
blob | commitdiff | raw | diff to current |
2005-03-08 |
Steve Lhomme | input.c: allow "intelligent" previous-chapter behaviour... |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Steve Lhomme | make the previous-chapter "intelligent" seek more gener... |
blob | commitdiff | raw | diff to current |
2005-03-05 |
Gildas Bazin | * src/input/stream.c: check return value of malloc... |
blob | commitdiff | raw | diff to current |
2005-03-05 |
Gildas Bazin | * ALL: a few fixes. |
blob | commitdiff | raw | diff to current |
2005-03-05 |
Steve Lhomme | input.c, vlc_demux.h: allow seeking back in the same... |
blob | commitdiff | raw | diff to current |
2005-02-21 |
Laurent Aimar | * block: added |
blob | commitdiff | raw | diff to current |
2005-02-10 |
Gildas Bazin | * src/libvlc.h, src/input/: new --clock-synchro option... |
blob | commitdiff | raw | diff to current |
2005-01-16 |
Clément Stenac | Remove playlist info accessors (as they now belong... |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Rocky Bernstein | Typo making seekpoint_next to to seekpoint 0. Clearly... |
blob | commitdiff | raw | diff to current |
2004-12-19 |
Gildas Bazin | * src/input/input.c: fixed potential deadlock. |
blob | commitdiff | raw | diff to current |
2004-12-14 |
Clément Stenac | Better fix for wx deadlock with preparse |
blob | commitdiff | raw | diff to current |
2004-12-10 |
Clément Stenac | *experimental* input pre-parsing support. |
blob | commitdiff | raw | diff to current |
next |