- 24 Jun, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
This doesn't change any functionnality.
-
- 23 Jun, 2008 1 commit
-
-
uninitialized variable and synchro with fs controller Signed-off-by:
Jean-Paul Saman <jpsaman@videolan.org>
-
- 20 Jun, 2008 4 commits
-
-
Jean-Paul Saman authored
Fix toggling of transparency on teletext pages. Keep in mind that the subpicture core seems to be broken. It doesn't remove old subpictures with the ephemer setting as it used to do.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Remove audio-es/video-es callbacks and replace it with a better solution by using directly vlc variables. Also change ChangeSPU to send event for customevent-handler in callback, and do the signal emiting in there so we don't need to be in callback that long. Patch fixed up by me. Signed-off-by:
Jean-Paul Saman <jpsaman@videolan.org>
-
- 10 Jun, 2008 1 commit
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 31 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 29 Mar, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
good detection exist.
-
- 25 Feb, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
Qt4 - Input Manager: cleanup, fix behaviour of enableVideo(), initialize variable that can be used and renaming.
-
- 12 Feb, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 10 Feb, 2008 2 commits
-
-
Ilkka Ollakka authored
item-change for IM callback. Check callback and handle other than interface-update stuff only if they have same id than current input Should fix that meta not showing/too many signals sended in beginning. Shouldn't break anything (as always ;)
-
Jean-Baptiste Kempf authored
-
- 31 Jan, 2008 2 commits
-
-
Jean-Baptiste Kempf authored
Qt4 - tracks detection is splitted from the other functions. Fix the "fullscreen button not showing" bug in some cases.
-
Jean-Baptiste Kempf authored
-
- 28 Jan, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 27 Jan, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 23 Jan, 2008 1 commit
-
-
Christophe Mutricy authored
-
- 17 Jan, 2008 2 commits
-
-
Ilkka Ollakka authored
maininputmanager which listens p_intf->p_libvlc "volume-change" variable for volumechange. ref #1365
-
Ilkka Ollakka authored
biggest polls in qt4-interface, still maybe few to go. ref 1365
-
- 31 Dec, 2007 1 commit
-
-
Ilkka Ollakka authored
it.
-
- 16 Dec, 2007 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 05 Dec, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
Patch by Rémi Duraffort.
-
- 03 Dec, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
Qt4 - MainInterface cleaning, FIXME labelling, Simplification, put the delay of status Toolip to 3s, re-ask the privacy dialog if closed the previous time without a correct validation before. Commit from NYC/NY/Columbia University ;)
-
- 09 Sep, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 08 Sep, 2007 3 commits
-
-
Ilkka Ollakka authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
Fix play/pause toggle Removes 2 unused signals
-
- 02 Jun, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 12 May, 2007 1 commit
-
-
Christophe Mutricy authored
main_interface: update the systray tooltip
-
- 28 Apr, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 18 Apr, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
Mostly patch by Sergey Volk
-
- 26 Nov, 2006 2 commits
-
-
zorglub authored
-
zorglub authored
* Headers in include must contain the structures and prototypes needed by the plugins and should be named vlc_*. * Headers in include/vlc must contain the structures and prototypes needed by external libvlc clients * Moved and renamed some things in headers. - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common) - Removed snapshot.h (merged in vlc_vout.h) - Removed vlc_spu.h (merged in vlc_osd.h) - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface) - Moved all internal headers to src - Merged vlc_video.h and video_output.h and move private things to src - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h (meta headers for use in modules, and often implying too large dependencies) * Removed some useless dependencies * Unexported a bunch of functions and structures used only in src/ (--> Still some work here) * Finally made input_thread_t and input_source_t (mostly) private. Added input_GetItem to fetch the input_item of an input_thread * Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol prefix This commit has a 99% probability of breaking the build, 0.1% of killing your cat and 0% of getting you hot chicks.
-
- 23 Sep, 2006 1 commit
-
-
zorglub authored
Make some sttings persistent
-
- 22 Sep, 2006 1 commit
-
-
zorglub authored
-
- 31 Aug, 2006 1 commit
-
-
zorglub authored
-
- 27 Aug, 2006 1 commit
-
-
zorglub authored
Start using media library
-
- 18 Jul, 2006 1 commit
-
-
zorglub authored
* handle play/pause status
-