- 08 Feb, 2014 2 commits
-
-
For instance changing from 10:10 to 1:1 should not generate an event if we are not in display fill mode.
-
Avoid signalling a change of aspect-ratio when it only changed from 1:1 to 0:0. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 08 Dec, 2013 2 commits
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 23 Jul, 2013 1 commit
-
-
Rafaël Carré authored
Fixes: #3899
-
- 25 Jul, 2012 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 Nov, 2011 2 commits
-
-
Jean-Baptiste Kempf authored
Re-license almost all of libVLC and libVLCcore to LGPLv2.1+ This move was authorized by the developers, either: - by e-mail, - by vote at the VideoLAN Dev Days 2011, - on the license website, - in a contract, oral or written. No objection was raised, so far. The developers agreeing are: Justus Piater Alexis Ballier Alexander Bethke Mohammed Adnène Trojette Alex Converse Alexey Sokolov Alexis de Lattre Andre Pang Anthony Loiseau Cyril Deguet André Weber Boris Dorès Brieuc Jeunhomme Benjamin Drung Hugo Beauzée-Luyssen Benoit Steiner Benjamin Pracht Bernie Purcell Przemyslaw Fiala Arnaud de Bossoreille de Ribou Brad Smith Nick Briggs Christopher Rath Christophe Courtaut Christopher Mueller Clement Chesnin Andres Krapf Damien Fouilleul David Flynn Sebastien Zwickert Antoine Cellerier Jérôme Decoodt Jérome Decoodt Dylan Yudaken Eduard Babayan Eugenio Jarosiewicz Elliot Murphy Eric Petit Erwan Tulou Etienne Membriv...
-
Rémi Denis-Courmont authored
-
- 16 Nov, 2011 1 commit
-
-
Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
- 17 Aug, 2011 1 commit
-
-
Rémi Denis-Courmont authored
Note that this attribute implies that the function never returns in any circumstances (it exits, it aborts or it gets cancelled). Do not use this attribute for function that do not return at the end but may return from other branches.
-
- 11 Jul, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Jun, 2011 1 commit
-
-
Rafaël Carré authored
-
- 02 Jun, 2011 1 commit
-
-
Laurent Aimar authored
It allows to give them a category (vout display).
-
- 25 May, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Feb, 2011 1 commit
-
-
Rémi Denis-Courmont authored
This is purely a syntactical change to share the opengl.c code. This commit does not actually make use of the vlc_gl_Create().
-
- 12 Feb, 2011 1 commit
-
-
Laurent Aimar authored
-
- 09 Jan, 2011 1 commit
-
-
Laurent Aimar authored
You have to set the list of chromas the module support in vout_display_t::info.subpicture_chromas and then handle the subpicture_t parameters in vout_display_t::prepare/display.
-
- 05 Dec, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 26 Nov, 2010 1 commit
-
-
Laurent Aimar authored
-
- 07 Nov, 2010 4 commits
-
-
Laurent Aimar authored
Crop/AR settings can now be changed by the video filters. Crop/AR changes done by the decoder are now applied to the exact picture and without any picture loss (before this patch, it was applied too soon and due to the recreation of the vout display, some pictures where lost).
-
Laurent Aimar authored
Now vout_SetDisplayCrop() takes crop parameters relative to the visible part.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 25 Oct, 2010 1 commit
-
-
Laurent Aimar authored
-
- 07 Sep, 2010 1 commit
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 18 Aug, 2010 1 commit
-
-
Laurent Aimar authored
Due to the way dynamic configuration is managed, the static chain contains only deinterlace/postproc for now.
-
- 11 Aug, 2010 1 commit
-
-
Laurent Aimar authored
-
- 27 Jul, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 17 Jul, 2010 1 commit
-
-
Rémi Denis-Courmont authored
At least with X11, the mouse may move without changing coordinates. We need to re-arm the cursor hide timeout since the cursor was shown.
-
- 15 Jul, 2010 1 commit
-
-
Laurent Aimar authored
-
- 27 Jun, 2010 1 commit
-
-
Laurent Aimar authored
-
- 10 Jun, 2010 1 commit
-
-
Erwan Tulou authored
Dividing an unsigned int by 2 is different from dividing an int by 2 This division was the cause for vlc(Win32) displaying a black screen when zooming exceeded the display size (alt-'o') Weirdly, there was no problem for Linux !!?? and also no regression :)
-
- 06 Jun, 2010 1 commit
-
-
Laurent Aimar authored
-
- 30 May, 2010 2 commits
-
-
Laurent Aimar authored
block_FifoWake does not work as I thought.
-
Laurent Aimar authored
If false, the vout core will use a thread to dispatch key events. It reimplement [cb72d26f] using a bit less code and by adding support for multiple keys pressed in a row. The thread is created only if needed.
-
- 20 May, 2010 1 commit
-
-
Laurent Aimar authored
It basically works but they are some issues to be fixed.
-
- 19 May, 2010 1 commit
-
-
Laurent Aimar authored
-
- 18 May, 2010 1 commit
-
-
Laurent Aimar authored
The black borders are removed by modifying the width of the window. It also fixes the behavior of zoom when used in fullscreen.
-
- 10 May, 2010 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-