- 05 Jan, 2012 7 commits
-
-
Rafaël Carré authored
google's gcc doesn't understand 'restrict'. Use __restrict__ (cherry picked from commit 70250296) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
google's gcc doesn't understand 'restrict'. Use __restrict__ (cherry picked from commit 9f3cdb07) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
gl/ builds replacements for standard headers in case the system ones don't work but it has the reverse effect: provided headers work and built ones don't (cherry picked from commit 937f97f2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 6e034ff2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
gcc doesn't understand __restrict, use __restrict__ might break MSVC++ compatibility (cherry picked from commit 37b42888) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
We can't use $@ as we operate before the directory is renamed (cherry picked from commit 7046b612) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit a0a79c3e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 04 Jan, 2012 16 commits
-
-
Laurent Aimar authored
(cherry picked from commit 632b98d4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 435f1d55) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 73b765d6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit e10f808b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
See http://forum.videolan.org/viewtopic.php?f=12&t=96883 (cherry picked from commit 4c21c650) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 0921213a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Brendon Justin authored
Though #5327 is closed, 1.2 and 1.3 nightlies do not work as expected. The patch makes the cursor hide after every mouse movement. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 07dcbf50) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Should simplify translators' work (cherry picked from commit fd08420a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit aa7354d1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit e0fee1e5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit abfcd0d5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit e06dc389) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Modified-by: Jean-Baptiste Kempf <jb@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 18120e5a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Close #4127 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit c6300505) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit f6287174) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Fix a small playlist docking bug where the playlistWidget is not properly set as a Qt::Widget, causing it to behave inappropriately. Close #5773 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 6a0131da) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 03 Jan, 2012 1 commit
-
-
Pierre Ynard authored
(cherry picked from commit 1874005c) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 02 Jan, 2012 13 commits
-
-
Edward Wang authored
Close #5769 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit b02e4929) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Fixes issue where docked playlist doesn't "release" its embedded videoWidget Close #5588 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 42aab545) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit c1df0864) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Modified-by: Jean-Baptiste Kempf <jb@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 4b21b04e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 1a821f0b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit df4031fb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Close #5764 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 9bf74a1e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Cheng Sun authored
The ball filter requires that fmt_comp.video.p_palette is NULL, otherwise image_HandlerDelete tries to free it. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 29a5f132) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Cheng Sun authored
or malfunctionning filters Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit f15ce264) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Cheng Sun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit ef88dfda4c502006455e53ad339ed0d0b9b57cc4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit c7fd79264f42ff8a6c7ac65fddb77f476d7ca1e7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
We have the format selection for that (cherry picked from commit 945943a21cf2962f2162e673920b0b503ef20f6e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 0accbd7955c0b4448137482362801cbed6ada750) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 01 Jan, 2012 1 commit
-
-
Pierre Ynard authored
Unfortunately there is not much we can do until we ditch the legacy <host>:<port> syntax for good (cherry picked from commit f4ef5cd57b7086b2d2bd32f831ce63f8273c6d57) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 31 Dec, 2011 2 commits
-
-
Edward Wang authored
Will make playlist window drag and drop to current selection (either media library or playlist). This should make it somewhat more user friendly because it drops into where the user expects it to. Fixes #4873 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 06c3e835dc0cd777d2fcf00e8cb68b68fc037d5d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 547a75774fd99b5c3a1223b1e2361f78f821d9b9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-