- 01 Oct, 2006 1 commit
-
-
Clément Stenac authored
Update stats in the input threads instead of playlist thread
-
- 29 Sep, 2006 1 commit
-
-
Clément Stenac authored
-
- 24 Sep, 2006 5 commits
-
-
Antoine Cellerier authored
* Secondary queue items now have a b_fetch_art flag * You can use the playlist_AskForArtEnqueue function to ask for art from an interface. This will enqueue at the begining of the secondary queue * other stuff which i don't remember :) * (fix issues with previous (and unrelated) DIR_SEP commit)
-
Antoine Cellerier authored
-
Clément Stenac authored
* Put meta related functions in src/input/meta.c * Merge vlc_meta_engine.h and vlc_meta.h Album art stuff is still broken, but I need to go now :)
-
Clément Stenac authored
-
Clément Stenac authored
Add input_ItemAddOptionNoDup (unused at the moment) + free warning fix
-
- 23 Sep, 2006 1 commit
-
-
Antoine Cellerier authored
Start of meta engine stuff. src/input/input.c needs to be fixed a bit. I'll finish it today. @zorglub: now you have to use the psz_arturl meta to display stuff in the interface.
-
- 04 Sep, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 26 Aug, 2006 1 commit
-
-
Clément Stenac authored
* Start putting together all interface strings (Refs:#703)
-
- 30 Jul, 2006 1 commit
-
-
Clément Stenac authored
-
- 15 Jun, 2006 1 commit
-
-
Clément Stenac authored
-
- 09 Jun, 2006 1 commit
-
-
Yoann Peronneau authored
-
- 14 May, 2006 1 commit
-
-
Clément Stenac authored
What is currently broken: * Some playlist demuxers (shout, dvb and pls) * DAAP * BeOS playlist * GPE playlist, I suppose What has some trouble: * Meta handling in several demuxers (most notably TS) * Skins2 playlist (doesn't refresh correctly) * OS X playlist (see bigben's latest commits)
-
- 26 Jan, 2006 1 commit
-
-
Sigmund Augdal Helberg authored
vlc_input.h: Fixed a not so nasty memleak recently introduced Thank you very much zorglub
-
- 15 Jan, 2006 1 commit
-
-
Clément Stenac authored
To use it, put a string in p_object->psz_header, all messages from this object and its parent will have the header prepended
-
- 12 Jan, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 11 Jan, 2006 1 commit
-
-
Clément Stenac authored
-
- 15 Dec, 2005 1 commit
-
-
Clément Stenac authored
Minor headers cleanup
-
- 14 Dec, 2005 1 commit
-
-
Clément Stenac authored
-
- 09 Nov, 2005 1 commit
-
-
Clément Stenac authored
Add a input_Read function that reads a stream in blocking or non-blocking mode and cleans-up (Closes:#244) Still needs to be exported, but needs some thinking for pause/stop handling
-
- 15 Aug, 2005 1 commit
-
-
Clément Stenac authored
-
- 09 Aug, 2005 1 commit
-
-
Jean-Paul Saman authored
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 26 Apr, 2005 1 commit
-
-
Laurent Aimar authored
-
- 07 Mar, 2005 1 commit
-
-
Steve Lhomme authored
-
- 15 Feb, 2005 1 commit
-
-
Derk-Jan Hartman authored
* renamed --spumargin to --sub-margin * renamed --spu-language to --sub-language * added note to NEWS about changed names of options
-
- 14 Feb, 2005 1 commit
-
-
Gildas Bazin authored
* modules/demux/mkv.cpp: fix for chapters seeking + support for more chapter elements, like hidden chapters. Patch by Steve Lhomme (steve dot lhomme at free dot fr). * include/vlc_input.h: added an i_level member to seekpoint_t for nested chapters (patch by Steve Lhomme).
-
- 16 Jan, 2005 1 commit
-
-
Clément Stenac authored
Remove playlist info accessors (as they now belong to input_item) and use vlc_input_item_AddInfo and vlc_input_item_GetInfo instead
-
- 11 Jan, 2005 1 commit
-
-
Clément Stenac authored
Fix autoswitching to category view
-
- 10 Dec, 2004 1 commit
-
-
Clément Stenac authored
Won't work for many things (only those for which metadata can be gotten during initialization). Processing is done asynchronously, use playlist_PreparseEnqueue to add an item to the queue.
-
- 22 Nov, 2004 1 commit
-
-
Laurent Aimar authored
input: added INPUT_ADD_SLAVE to allow adding a slave input on the fly. (Don't use without a real reason).
-
- 19 Nov, 2004 1 commit
-
-
Clément Stenac authored
- coding style fixes - adapted to new playlist API - only put generic things in Meta-information wxWidgets: - Fixed playlist updating core: - added playlist_ItemGetByInput - implemented input_item_t.b_fixed name : if this is set, the interface should not try to "improve" the display string.
-
- 18 Nov, 2004 1 commit
-
-
Clément Stenac authored
-
- 17 Nov, 2004 1 commit
-
-
Clément Stenac authored
-
- 15 Nov, 2004 1 commit
-
-
Laurent Aimar authored
* network: export ipv4 name resolution.
-
- 06 Nov, 2004 1 commit
-
-
Clément Stenac authored
-
- 19 Sep, 2004 1 commit
-
-
Gildas Bazin authored
-
- 14 Sep, 2004 1 commit
-
-
Gildas Bazin authored
* modules/misc/rtsp.c, include/vlc_vod.h: vod server api update. * include/vlc_input.h: extended input_item_t a bit for the vod server.
-