- 30 Aug, 2012 3 commits
-
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
The code is still seriously brain damaged.
-
Rémi Denis-Courmont authored
-
- 29 Aug, 2012 11 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rafaël Carré authored
-
- 28 Aug, 2012 9 commits
-
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Angelo Haller authored
Close #1624 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Angelo Haller authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Angelo Haller authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Zoran Turalija authored
Add new option in Tools/Effects and Filters/Video Effects/Advanced GUI to toggle on/off Anaglyph 3D video filter. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Keep it set to whatever the codec had set it to initially. This makes the IOMX codecs work on Nexus 7. This might also help for issues on Qualcomm devices (buffer sizes that were too large on Nexus One, but restricting them broke larger resolutions on HP TouchBook instead). Optionally, one might need to call OMX_SetParameter/OMX_GetParameter after setting the width/height to get a proper buffer size initialized instead. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
contrib/bghudappkit: updated xcode4 patch to create an ibplugin, which can actually be used for production Basically, MACOSX_DEPLOYMENT_TARGET was set incorrectly in the previous patch.
-
Rémi Denis-Courmont authored
-
- 27 Aug, 2012 7 commits
-
-
Jean-Baptiste Kempf authored
Close #6719
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 26 Aug, 2012 10 commits
-
-
Varphone Wong authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
This fixes the following error. ----- make.exe[1]: Entering directory `F:/lang/work/vlc/vlc.git/modules/demux/mkv' CXX libmkv_plugin_la-virtual_segment.lo In file included from ../../../include/vlc_common.h:938, from mkv.hpp:45, from demux.hpp:28, from virtual_segment.cpp:27: ../../../include/vlc_configuration.h:104: error: 'ssize_t' does not name a type ../../../include/vlc_configuration.h:106: error: 'ssize_t' does not name a type In file included from mkv.hpp:53, from demux.hpp:28, from virtual_segment.cpp:27: ../../../include/vlc_charset.h:153: warning: 'warn_unused_result' attribute ignored make.exe[1]: *** [libmkv_plugin_la-virtual_segment.lo] Error 1 make.exe[1]: Leaving directory `F:/lang/work/vlc/vlc.git/modules/demux/mkv' make.exe: *** [all] Error 2 ----- Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Zoran Turalija authored
Allow easier cycling through available deinterlace modes instead of painfully going through menus. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Zoran Turalija authored
Deinterlace hotkey does not cycle through deinterlace modes; it toggles deinterlace state on/off. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #7389
-
Jean-Baptiste Kempf authored
This happens in some jpeg files
-
Francois Cartegnie authored
name update event was triggering updatename() before the meta changes were propagated (delayed by the event dedup loop)
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx/CAS: implemented full profile management, which is retained across sessions, allows custom profiles and even to delete the default ones, if desired To restore the defaults, it is currently needed to reset the preferences. This commit includes further ObjC2isms and some factorization
-