- 12 Sep, 2008 11 commits
-
-
Jean-Philippe Andre authored
Qt: Add a parent to the CoverArtLabel We should add parents to all QWidgets created, otherwise the widgets are leaked This commit is buggy (can leak input_items), because the whole Qt implementation is leaking QWidgets
-
Jean-Philippe Andre authored
-
Derk-Jan Hartman authored
* Also reorders the Video menu a bit. * teletext-es remains a dirty hack * MenuValidation for Submenu's remains annoying in OSX :D
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
This may conflict with other hotkey settings Should later be handled with actions. (reuse dvdmenu action?)
-
Jean-Baptiste Kempf authored
(cherry picked from commit ec6233e662b6af910aa676182fd52766f061000b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This is a support to statically link jpeg plugin on windows to the plugin in order to make Qt read jpeg files (needed for album art). This of course, will increase the binary size, but since dionoea is lazy and doesn't want to make easily conversion from jpeg to png|xpm|bmp, here we go. :D Better solution should be found on master. (cherry picked from commit 74ca61b171fa7d724cb640a0009f519885da29f0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 13a05801) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 11 Sep, 2008 20 commits
-
-
Christophe Mutricy authored
Add a variable to force which .pc to use add libxul (aka xulrunner 1.9) before iceape-plugin and xulrunner-plugin (xul 1.8) Don't depends on mozilla-config.h when using pkg-config. It's the old way of doing thing and requires us to depends on the foo-xpcom.pc Needs backporting once tested
-
Christophe Mutricy authored
-
Christophe Mutricy authored
when builddir != srcdir
-
Antoine Cellerier authored
This is commit is necessary to split the audio and video capture accesses. Example use with current git master to record screen and webcam: ./vlc screen:// --screen-fps 25 --screen-width 100 --screen-height 100 -I dummy --screen-follow-mouse --input-slave v4l2://:audio-method=0 -vv --sout '#transcode{vcodec=mp2v,vb=1024}:std{access=file,mux=ts,dst=/tmp/a.ts}' --run-time 10
-
Jean-Baptiste Kempf authored
THIS IS UNTESTED AND WILL probably NOT WORK.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* tell the fetcher to include navigation info in it's results * add special values for vbi-page that can be used to go to red, green, yellow, blue and index page * hide the "clock" debug message * add debug for some messages that we did not signal yet. * only listen to most events (unhandled ones) ifdef ZVBI_DEBUG
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Please launch autotools ONLY after patch, not everytime your reconfigure.
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
To be back-ported
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
zvbi: Added a table with language -> zvbi default_region mappings. Far from perfect, but will solve some cases.
-
Geoffroy Couprie authored
-
Geoffroy Couprie authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
If the TS demux signals initial page 100, then this inital page is likely NOT the subtitle page. Since we can only really handle subtitles, let the teletext decoder figure out which pages are subtitles on its own. Per request of Marian Durkovic
-
Christophe Mutricy authored
Avoid to have a blank button
-
- 10 Sep, 2008 9 commits
-
-
Antoine Cellerier authored
-
Jean-Baptiste Kempf authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
Bad typo in Modules.am
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Laurent Aimar authored
Sorry, I forgot 2 files.
-
Laurent Aimar authored
-
Laurent Aimar authored
The user aspect ratio and resize will still be lost on an AR aspect ratio change. (we may want to keep at least the requested resie).
-