]> git.sesse.net Git - vlc/log
vlc
15 years agohttpd: Fix keepalive/close of non-matching HTTP versions.
Derk-Jan Hartman [Wed, 24 Sep 2008 01:05:07 +0000 (03:05 +0200)]
httpd: Fix keepalive/close of non-matching HTTP versions.

This is a suggestion by Forum user boing (http://forum.videolan.org/viewtopic.php?f=18&t=47295&p=162690#p162690)

Freebox implements a HTTP/1.0 client, we a HTTP/1.1 server. As such we should base our determination of the keepalive vs. close behaviour on the query (client request) instead of the answer (server response).

See also: http://www.ietf.org/rfc/rfc2145.txt

15 years agoWin32 Installer update:
Jean-Baptiste Kempf [Tue, 23 Sep 2008 23:46:07 +0000 (16:46 -0700)]
Win32 Installer update:

Deactivate ActiveX by default and
reordering of File Asssociation to be more visible.

15 years agoQt4: Resize the good column to the text in Media information.
Jean-Baptiste Kempf [Tue, 23 Sep 2008 22:22:27 +0000 (15:22 -0700)]
Qt4: Resize the good column to the text in Media information.

15 years ago(x264) b-adapt now takes an integer ranging from 0 to 2.
Jean-Paul Saman [Tue, 23 Sep 2008 21:37:57 +0000 (23:37 +0200)]
(x264) b-adapt now takes an integer ranging from 0 to 2.

15 years agocontrib: Fix libmatroska ebml crash
Derk-Jan Hartman [Tue, 23 Sep 2008 21:32:10 +0000 (23:32 +0200)]
contrib: Fix libmatroska ebml crash

This fixes the matroska crash in at least our Windows and Linux version,
until a new libebml is released. Laurent Aimar had mostly worked around these in
[ce718de21f000a5dda416960a2b7dffdacabd9a2] but FindNextElement was still vulnerable in

Tested on a matroska download with gaps. Many thanks to Laurent

15 years agoRaise the prio of our own i420->yuy2 module. Works good enough if we don't do scaling.
Derk-Jan Hartman [Tue, 23 Sep 2008 20:35:26 +0000 (22:35 +0200)]
Raise the prio of our own i420->yuy2 module. Works good enough if we don't do scaling.

15 years agovideo_chroma: i420->yuy2 filter cannot scale.
Derk-Jan Hartman [Tue, 23 Sep 2008 20:34:26 +0000 (22:34 +0200)]
video_chroma: i420->yuy2 filter cannot scale.

15 years agoadd deprecated aliases for audio devices
Lukas Durfina [Sun, 21 Sep 2008 14:18:09 +0000 (16:18 +0200)]
add deprecated aliases for audio devices

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agoswscale: don't set a default filter
Derk-Jan Hartman [Tue, 23 Sep 2008 19:54:04 +0000 (21:54 +0200)]
swscale: don't set a default filter

This should save some CPU cycles when we do chroma conversions and no scaling.
As suggested by Laurent Aimar

15 years agoQt4: Playlist saving size and blablah... Close #2112
Jean-Baptiste Kempf [Tue, 23 Sep 2008 19:26:37 +0000 (12:26 -0700)]
Qt4: Playlist saving size and blablah... Close #2112
(cherry picked from commit 17d2bc2f7804d1a23eb5e55eaff996de76777fd4)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoPrevious strategy to not have to translate does not work.
Jean-Baptiste Kempf [Tue, 23 Sep 2008 17:54:35 +0000 (10:54 -0700)]
Previous strategy to not have to translate does not work.
Too bad. See the French translation for contre-exemple.
Menu accelerator fix.

15 years agoNullify p_httpd to avoid crashes
Sebastien Escudier [Tue, 23 Sep 2008 09:13:47 +0000 (11:13 +0200)]
Nullify p_httpd to avoid crashes

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoFixed support for font color and opacity for html rendered text.
Laurent Aimar [Tue, 23 Sep 2008 17:49:43 +0000 (19:49 +0200)]
Fixed support for font color and opacity for html rendered text.

15 years agoavformat: Support for AVChapters.
Derk-Jan Hartman [Tue, 23 Sep 2008 15:01:54 +0000 (17:01 +0200)]
avformat: Support for AVChapters.

15 years agoOops.
Antoine Cellerier [Tue, 23 Sep 2008 14:05:48 +0000 (16:05 +0200)]
Oops.

15 years agoFurther optimize function
Antoine Cellerier [Tue, 23 Sep 2008 14:01:37 +0000 (16:01 +0200)]
Further optimize function

we already know that the string starts with a &

15 years agoSpare 236 relocations, mark data as constant.
Rémi Denis-Courmont [Tue, 23 Sep 2008 03:30:03 +0000 (06:30 +0300)]
Spare 236 relocations, mark data as constant.

This saves 3 kbytes from stripped libvcccore here + speedup.
We can save another 1kbyte by removing the redumdant & and ; from the
table, but I am too lazy to update the algorithm accordingly.

15 years agomms: Fix uninitialized vlc_cond in mms KeepAlive thread
Derk-Jan Hartman [Tue, 23 Sep 2008 00:39:41 +0000 (02:39 +0200)]
mms: Fix uninitialized vlc_cond in mms KeepAlive thread

15 years agoQt4: Center the Fullscreen controller on One screen, and remember pos.
Jean-Baptiste Kempf [Tue, 23 Sep 2008 00:17:57 +0000 (17:17 -0700)]
Qt4: Center the Fullscreen controller on One screen, and remember pos.

Well, of course, X11/DirectX being so easy, there are n-1/n changes of being on the wrong screen (if you have n screen).
But at least, you can move and it will remember the position.
(cherry picked from commit 29b82ab8d1fb740b4be0d6a0d142a107ffe7be19)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoQt4: larger fullscreen controller.
Jean-Baptiste Kempf [Mon, 22 Sep 2008 18:44:08 +0000 (11:44 -0700)]
Qt4: larger fullscreen controller.

15 years agoFix compile. Sorry.
Jean-Baptiste Kempf [Mon, 22 Sep 2008 23:03:50 +0000 (16:03 -0700)]
Fix compile. Sorry.

15 years agoUndef a few local macros.
Antoine Cellerier [Mon, 22 Sep 2008 22:55:17 +0000 (00:55 +0200)]
Undef a few local macros.

15 years agoAdd comment to make sure people don't mess up.
Antoine Cellerier [Mon, 22 Sep 2008 22:49:02 +0000 (00:49 +0200)]
Add comment to make sure people don't mess up.

15 years agoClean up and speed up resolve_xml_special_chars().
Antoine Cellerier [Mon, 22 Sep 2008 22:46:20 +0000 (00:46 +0200)]
Clean up and speed up resolve_xml_special_chars().

15 years agoDo not show hidden lines in subrip subtitle.
Laurent Aimar [Mon, 22 Sep 2008 22:16:56 +0000 (00:16 +0200)]
Do not show hidden lines in subrip subtitle.

15 years agoQt4: Sprefs, add sub-margin.
Jean-Baptiste Kempf [Mon, 22 Sep 2008 22:14:57 +0000 (15:14 -0700)]
Qt4: Sprefs, add sub-margin.

15 years agocontrib: Makefile (small) simplification.
Pierre d'Herbemont [Mon, 22 Sep 2008 21:54:25 +0000 (23:54 +0200)]
contrib: Makefile (small) simplification.

15 years agoUse resolve_xml_special_chars where appropriate.
Laurent Aimar [Mon, 22 Sep 2008 22:04:18 +0000 (00:04 +0200)]
Use resolve_xml_special_chars where appropriate.

(noticed by Antoine Cellerier)

15 years agoTypo.
Pierre d'Herbemont [Mon, 22 Sep 2008 21:43:55 +0000 (23:43 +0200)]
Typo.

15 years agoFix module_exists
Rémi Denis-Courmont [Mon, 22 Sep 2008 20:48:08 +0000 (23:48 +0300)]
Fix module_exists

15 years agomodule_need: use qsort, simplify
Rémi Denis-Courmont [Mon, 22 Sep 2008 19:50:11 +0000 (22:50 +0300)]
module_need: use qsort, simplify

I also really do not see why later plugins shortcut would get bigger bonus?!

15 years agoDeleteModule: remove useless parameter
Rémi Denis-Courmont [Mon, 22 Sep 2008 19:49:07 +0000 (22:49 +0300)]
DeleteModule: remove useless parameter

15 years agoRemove some useful stuff / misleading comments
Rémi Denis-Courmont [Mon, 22 Sep 2008 19:09:38 +0000 (22:09 +0300)]
Remove some useful stuff / misleading comments

15 years agoProperly handle &lt; &gt; &amp; &quot; in html text renderer.
Laurent Aimar [Mon, 22 Sep 2008 20:05:16 +0000 (22:05 +0200)]
Properly handle &lt; &gt; &amp; &quot; in html text renderer.

15 years agoCompilation fixes for quartztext (thanks to Derk-Jan Hartman).
Laurent Aimar [Mon, 22 Sep 2008 20:23:48 +0000 (22:23 +0200)]
Compilation fixes for quartztext (thanks to Derk-Jan Hartman).

15 years agoMoved more common codes to text_renderer.h
Laurent Aimar [Mon, 22 Sep 2008 19:10:37 +0000 (21:10 +0200)]
Moved more common codes to text_renderer.h

15 years agoModify ProcessNode to look more like freetype one (2).
Laurent Aimar [Mon, 22 Sep 2008 18:52:38 +0000 (20:52 +0200)]
Modify ProcessNode to look more like freetype one (2).

15 years agoModify ProcessNode to look more like freetype one.
Laurent Aimar [Mon, 22 Sep 2008 18:45:04 +0000 (20:45 +0200)]
Modify ProcessNode to look more like freetype one.

15 years agoFirst pass for extracting common text renderer code.
Laurent Aimar [Mon, 22 Sep 2008 18:19:29 +0000 (20:19 +0200)]
First pass for extracting common text renderer code.

15 years agoAdded x264 fourcc to h264 packetizer.
Laurent Aimar [Mon, 22 Sep 2008 17:54:07 +0000 (19:54 +0200)]
Added x264 fourcc to h264 packetizer.

15 years agoImproved support for broken subtitles and {\anX} tag.
Laurent Aimar [Mon, 22 Sep 2008 17:45:34 +0000 (19:45 +0200)]
Improved support for broken subtitles and {\anX} tag.

15 years agocontrib: 'make' is now 'make using-bin' on Mac OS X/intel
Pierre d'Herbemont [Mon, 22 Sep 2008 20:29:18 +0000 (22:29 +0200)]
contrib: 'make' is now 'make using-bin' on Mac OS X/intel

Use 'make using-src' or 'make src' to build from source. Then 'make package-macosx' to generate a contrib package. This package has to be uploaded to ftp.videolan.org/pub/videolan/testing/contrib/package-macosx-ARCH-REV.tar.bz2. And update the contrib Makefile to use the new REV.

15 years agocontrib: no longer compile libasa
Derk-Jan Hartman [Mon, 22 Sep 2008 18:18:34 +0000 (20:18 +0200)]
contrib: no longer compile libasa

15 years agocontrib: add fontconfig cache and conf locations.
Derk-Jan Hartman [Mon, 22 Sep 2008 18:12:22 +0000 (20:12 +0200)]
contrib: add fontconfig cache and conf locations.

For Mac OS X, let's now use the default X11 locations for the fonts.conf and the cache files.
Those that do not have X11 installed (old default < 10.4) are simply out of luck.
They will only be able to use the files in /System/Library/Fonts and will need to rebuild
their cache every time.

We should also fix this for windows. I'm looking for other projects that use fontconfig on
Windows to see if I can get some hints on how to do this.

15 years agoFix a2e0eaa1708f05680d0c6bc1ba25873e6d2b6b3f on legacy platforms
Rémi Denis-Courmont [Mon, 22 Sep 2008 16:40:38 +0000 (19:40 +0300)]
Fix a2e0eaa1708f05680d0c6bc1ba25873e6d2b6b3f on legacy platforms

15 years agocontrib: Add using-bin target.
Pierre d'Herbemont [Mon, 22 Sep 2008 13:35:26 +0000 (15:35 +0200)]
contrib: Add using-bin target.

'make using-bin' will download the contrib binary and install them.

I am considering switching default make target to make using-bin, instead of the current using-src, because it's way faster, it's safer, and only experienced dev will use make using-src I guess.

15 years agomacosx: added missing dummy graphics for the VLM panel
Felix Paul Kühne [Mon, 22 Sep 2008 14:13:04 +0000 (16:13 +0200)]
macosx: added missing dummy graphics for the VLM panel

15 years agomacosx: fix sprefs reset in master, too
Felix Paul Kühne [Mon, 22 Sep 2008 14:12:07 +0000 (16:12 +0200)]
macosx: fix sprefs reset in master, too

15 years agomacosx: added a non-implemented skeletion (just the UI) for a VLM configuration panel...
Felix Paul Kühne [Mon, 22 Sep 2008 13:07:10 +0000 (15:07 +0200)]
macosx: added a non-implemented skeletion (just the UI) for a VLM configuration panel with a preliminary icon set

15 years agoRemove change_unsafe() no-op.
Antoine Cellerier [Mon, 22 Sep 2008 12:40:39 +0000 (14:40 +0200)]
Remove change_unsafe() no-op.

15 years agono vlc_spin_destroy in GC for Win32
Geoffroy Couprie [Mon, 22 Sep 2008 10:50:45 +0000 (12:50 +0200)]
no vlc_spin_destroy in GC for Win32

15 years agodon't try to free a non existing string
Geoffroy Couprie [Mon, 22 Sep 2008 09:51:22 +0000 (11:51 +0200)]
don't try to free a non existing string

15 years agoQt4: Really split the TimeLabel into its own class.
Jean-Baptiste Kempf [Mon, 22 Sep 2008 02:46:42 +0000 (19:46 -0700)]
Qt4: Really split the TimeLabel into its own class.

Code simplification and TimeLabel in the FSC.

15 years agomacosx: forward-port 17a722aa10 so master is 10.4u compatible too
Felix Paul Kühne [Sun, 21 Sep 2008 21:15:38 +0000 (23:15 +0200)]
macosx: forward-port 17a722aa10 so master is 10.4u compatible too

15 years agomacosx: Simplify prefs.m.
Pierre d'Herbemont [Sun, 21 Sep 2008 16:58:13 +0000 (18:58 +0200)]
macosx: Simplify prefs.m.

15 years agoRTP: compute delay jitter (not used yet) and fix timeout
Rémi Denis-Courmont [Sun, 21 Sep 2008 19:41:35 +0000 (22:41 +0300)]
RTP: compute delay jitter (not used yet) and fix timeout

15 years agovoutqt is really gone
Felix Paul Kühne [Sun, 21 Sep 2008 19:37:26 +0000 (21:37 +0200)]
voutqt is really gone

15 years agoSkins2: add some entries for right-click menu in DP.
Jean-Baptiste Kempf [Sun, 21 Sep 2008 19:18:20 +0000 (12:18 -0700)]
Skins2: add some entries for right-click menu in DP.

Close #2080.

15 years agoUse OP then fetch, more straight forward with most atomic APIs
Rémi Denis-Courmont [Sun, 21 Sep 2008 18:48:19 +0000 (21:48 +0300)]
Use OP then fetch, more straight forward with most atomic APIs

15 years agoQt4: playlist Item MUST inherit from their parent the show flags on update.
Jean-Baptiste Kempf [Sun, 21 Sep 2008 18:45:44 +0000 (11:45 -0700)]
Qt4: playlist Item MUST inherit from their parent the show flags on update.

15 years agocommandline parsing: Fix the macfreetv crash
Derk-Jan Hartman [Sun, 21 Sep 2008 15:43:25 +0000 (17:43 +0200)]
commandline parsing: Fix the macfreetv crash

Basically, somewhat of a "duh" now that we have optional_arguments on OSX.
It is highly annoying however that getopt_long behaviour differs so much
between gnu and BSD implementations, and then is even BUGGY on darwin.
'--option=value' is uniformly supported  and '--option value' is a GNU getopt thing.

imperfect world etc...

15 years agoUse GCC predefines for atomic builtins
Rémi Denis-Courmont [Sun, 21 Sep 2008 18:38:32 +0000 (21:38 +0300)]
Use GCC predefines for atomic builtins

15 years agoAtomic builtins are from in GCC 4.1.0 onward.
Rémi Denis-Courmont [Sun, 21 Sep 2008 18:14:35 +0000 (21:14 +0300)]
Atomic builtins are from in GCC 4.1.0 onward.

We definitely don't want to use the slow mutex or risky spin locks,
unless we have to.

15 years agoFix GCC error message: undefined reference to `__sync_fetch_and_sub_4`
Jean-Paul Saman [Sun, 21 Sep 2008 17:42:27 +0000 (19:42 +0200)]
Fix GCC error message: undefined reference to `__sync_fetch_and_sub_4`

The exact error message is: src/.libs/libvlccore.so: undefined reference to `__sync_fetch_and_sub_4'. According to irc discussion gcc version 4.1.2 (fc8), 4.1.3, 4.2, 4,3.2 and 4.3.2 (archlinux) fail with this error message. This patch fixes it by bumping up the minor number for gcc to 4.

15 years agoMerge E_ and __VLC_SYMBOL
Rémi Denis-Courmont [Sun, 21 Sep 2008 16:15:42 +0000 (19:15 +0300)]
Merge E_ and __VLC_SYMBOL

15 years agoMingw support for garbage collection
Rémi Denis-Courmont [Sat, 20 Sep 2008 14:22:53 +0000 (17:22 +0300)]
Mingw support for garbage collection

(Received no comments on the mailing lists)

15 years agoCosmetics.
Laurent Aimar [Sun, 21 Sep 2008 14:37:43 +0000 (16:37 +0200)]
Cosmetics.

15 years agoFixed overlap support with overlap length smaller than display period.
Laurent Aimar [Sun, 21 Sep 2008 14:30:45 +0000 (16:30 +0200)]
Fixed overlap support with overlap length smaller than display period.

15 years agomacosx: fixed behaviour of the volnorm settings for trunk too
Felix Paul Kühne [Sun, 21 Sep 2008 14:37:07 +0000 (16:37 +0200)]
macosx: fixed behaviour of the volnorm settings for trunk too

15 years agomacosx: make [VLCControls getVoutView] publically available as it is used more than...
Felix Paul Kühne [Sun, 21 Sep 2008 14:31:36 +0000 (16:31 +0200)]
macosx: make [VLCControls getVoutView] publically available as it is used more than 15 times across the interface (VLCIntf, FSPanel, Vout, EmbeddedVout, ...)

15 years agoAnother compile fix
Rémi Denis-Courmont [Sun, 21 Sep 2008 14:05:59 +0000 (17:05 +0300)]
Another compile fix

15 years agocompile fix
Rémi Denis-Courmont [Sun, 21 Sep 2008 14:01:46 +0000 (17:01 +0300)]
compile fix

15 years agoFix symbols again
Rémi Denis-Courmont [Sun, 21 Sep 2008 14:00:22 +0000 (17:00 +0300)]
Fix symbols again

15 years agoModule really does not need to be an object
Rémi Denis-Courmont [Sun, 21 Sep 2008 13:11:24 +0000 (16:11 +0300)]
Module really does not need to be an object

15 years agoRemoved spu_Create/DestroySubpicture in favor of subpicture_*.
Laurent Aimar [Sun, 21 Sep 2008 12:22:11 +0000 (14:22 +0200)]
Removed spu_Create/DestroySubpicture in favor of subpicture_*.

15 years agoCorrectly set order per subtitle decoder.
Laurent Aimar [Sun, 21 Sep 2008 12:00:20 +0000 (14:00 +0200)]
Correctly set order per subtitle decoder.

15 years agoNo functionnal changes.
Laurent Aimar [Sun, 21 Sep 2008 12:00:05 +0000 (14:00 +0200)]
No functionnal changes.

15 years agoPrivatized SUBPICTURE_RENDERED.
Laurent Aimar [Sun, 21 Sep 2008 11:26:21 +0000 (13:26 +0200)]
Privatized SUBPICTURE_RENDERED.

15 years agoClean up subpicture allocation and unused fields.
Laurent Aimar [Sun, 21 Sep 2008 11:20:20 +0000 (13:20 +0200)]
Clean up subpicture allocation and unused fields.

15 years agoRemove VLC_OBJECT_MODULE
Rémi Denis-Courmont [Sun, 21 Sep 2008 12:35:41 +0000 (15:35 +0300)]
Remove VLC_OBJECT_MODULE

15 years agoUse module_list_get
Rémi Denis-Courmont [Sun, 21 Sep 2008 12:34:57 +0000 (15:34 +0300)]
Use module_list_get

15 years agoFix invalid cast
Rémi Denis-Courmont [Sun, 21 Sep 2008 12:13:55 +0000 (15:13 +0300)]
Fix invalid cast

15 years agolower case the module_* functions
Rémi Denis-Courmont [Sun, 21 Sep 2008 11:58:57 +0000 (14:58 +0300)]
lower case the module_* functions

15 years agoFix signal number
Rémi Denis-Courmont [Sun, 21 Sep 2008 11:58:38 +0000 (14:58 +0300)]
Fix signal number

15 years agouse items showflags, parentItem can be NULL
Ilkka Ollakka [Sun, 21 Sep 2008 11:43:21 +0000 (14:43 +0300)]
use items showflags, parentItem can be NULL

15 years agomacosx: Fixed the appereance of playlist items in the Streaming/Transcoding Wizard
Felix Paul Kühne [Sun, 21 Sep 2008 11:28:46 +0000 (13:28 +0200)]
macosx: Fixed the appereance of playlist items in the Streaming/Transcoding Wizard

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
15 years agouniform naming of audio devices variable
Lukas Durfina [Sun, 21 Sep 2008 11:08:56 +0000 (13:08 +0200)]
uniform naming of audio devices variable

Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
15 years agofix symbols list
Rémi Denis-Courmont [Sun, 21 Sep 2008 10:30:34 +0000 (13:30 +0300)]
fix symbols list

15 years agoMerge module_release and module_Put
Rémi Denis-Courmont [Sun, 21 Sep 2008 10:18:34 +0000 (13:18 +0300)]
Merge module_release and module_Put

15 years agoRemove the vlc_list_find/module hack
Rémi Denis-Courmont [Sun, 21 Sep 2008 10:09:51 +0000 (13:09 +0300)]
Remove the vlc_list_find/module hack

15 years agoNew type-safe API for modules listing
Rémi Denis-Courmont [Sun, 21 Sep 2008 10:07:28 +0000 (13:07 +0300)]
New type-safe API for modules listing

module_list_get(): gets the list of modules
module_list_free(): releases the list

15 years agomodule_t: use GC subsystem instead of objects
Rémi Denis-Courmont [Sun, 21 Sep 2008 10:06:03 +0000 (13:06 +0300)]
module_t: use GC subsystem instead of objects

Modules have no threads, no variables (!= config items) and
no plugin instances...

15 years agoGC: assert pf_destructor
Rémi Denis-Courmont [Sun, 21 Sep 2008 09:56:23 +0000 (12:56 +0300)]
GC: assert pf_destructor

15 years agoMinor simplification
Rémi Denis-Courmont [Sun, 21 Sep 2008 08:19:14 +0000 (11:19 +0300)]
Minor simplification

15 years agoQt4: Faster/Slower buttons for whiners.
Jean-Baptiste Kempf [Sun, 21 Sep 2008 09:03:41 +0000 (02:03 -0700)]
Qt4: Faster/Slower buttons for whiners.

15 years agoQt4 win32 native open dialog.
Jean-Baptiste Kempf [Sun, 21 Sep 2008 08:08:27 +0000 (01:08 -0700)]
Qt4 win32 native open dialog.

15 years agoQt4: D&D behaviour fix.
Jean-Baptiste Kempf [Sun, 21 Sep 2008 04:59:32 +0000 (21:59 -0700)]
Qt4: D&D behaviour fix.

When dropping on the main controller => Play
When dropping on the playlist => Enqueue.

15 years agoremove pile of warnings and GCCism
Rémi Denis-Courmont [Sun, 21 Sep 2008 08:02:00 +0000 (11:02 +0300)]
remove pile of warnings and GCCism

15 years agoQt4: Video Effects: Force puzzle to be in [2:16]x[2:16] range
Jean-Baptiste Kempf [Sun, 21 Sep 2008 02:19:12 +0000 (19:19 -0700)]
Qt4: Video Effects: Force puzzle to be in [2:16]x[2:16] range

If you go under 2x2, it can go seriously bersek.

15 years agoQt4: Fix windows FSC issue.
Jean-Baptiste Kempf [Sat, 20 Sep 2008 21:53:44 +0000 (14:53 -0700)]
Qt4: Fix windows FSC issue.

PFff :D
(cherry picked from commit 65c2a9bf053f82e4a84192f530f042209a449cca)
(cherry picked from commit 834bd87073e19b49dca9d1ea608541e5885fb3cf)
(cherry picked from commit 6a02accb4ca190a3e2b2690f2130ac6a09d78a32)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>