]> git.sesse.net Git - vlc/log
vlc
14 years agoPrint a list of available alsa output devices in debug output if the user specified...
Antoine Cellerier [Thu, 14 Jan 2010 20:33:06 +0000 (21:33 +0100)]
Print a list of available alsa output devices in debug output if the user specified a non existing device. Simple example to get the listing: /vlc --aout alsa,none --alsa-audio-device bla -vvv file.mp3 --verbose-objects -all,+alsa

14 years agoRemove CPU capability from modules
Rémi Denis-Courmont [Thu, 14 Jan 2010 20:30:42 +0000 (22:30 +0200)]
Remove CPU capability from modules

This is not needed anymore. Modules are not in the bank at all anymore
if they require an incompatible CPU feature.

14 years agoALSA: report errors when, and simplify enumerating devices
Rémi Denis-Courmont [Thu, 14 Jan 2010 20:14:10 +0000 (22:14 +0200)]
ALSA: report errors when, and simplify enumerating devices

14 years agoDo not use types not existing in official dxva2api.h header.
Laurent Aimar [Thu, 14 Jan 2010 19:54:31 +0000 (20:54 +0100)]
Do not use types not existing in official dxva2api.h header.

As reported on ffmpeg-devel ML.

14 years agoMMS: fix variable type
Rémi Denis-Courmont [Thu, 14 Jan 2010 18:44:48 +0000 (20:44 +0200)]
MMS: fix variable type

14 years agoHTTP: zlib only supports deflate and gzip
Rémi Denis-Courmont [Thu, 14 Jan 2010 16:53:22 +0000 (18:53 +0200)]
HTTP: zlib only supports deflate and gzip

Don't try to handle other codings with it. As of today, IANA lists
compress, exi and pack200-gzip as other legal values.

14 years agoqt4: make dialog provider initialization less convoluted
Erwan Tulou [Wed, 13 Jan 2010 09:10:24 +0000 (10:10 +0100)]
qt4: make dialog provider initialization less convoluted

14 years agoskins2: improve deallocation of ressources for layouts and controls
Erwan Tulou [Thu, 14 Jan 2010 13:34:48 +0000 (14:34 +0100)]
skins2: improve deallocation of ressources for layouts and controls

Layouts and Controls are interrelated. Whatever the ones first deallocated, it leaves pointers referencing objects already destroyed. and potentially means memory leak.

This patch adds an unsetLayout() function to pair the setLayout() function and aimed at releasing resources.
Policy should now be that things allocated in constructor are released in destructor and things allocated in setLayout are released in unsetLayout.

14 years agoskins2: remove dead code
Erwan Tulou [Thu, 14 Jan 2010 10:20:40 +0000 (11:20 +0100)]
skins2: remove dead code

Remove the old way of tracking change in vout size (no longer used)

14 years agoskins2: remove unnecessary notifyLayout()
Erwan Tulou [Thu, 14 Jan 2010 09:01:45 +0000 (10:01 +0100)]
skins2: remove unnecessary notifyLayout()

In today's implementation, notifyLayout() for a control leads to a whole
 layout rebuilt. Therefore, this function must be called _only_ if needed.

- Never needed in onResize() since we are already in the process of rebuilding
the whole layout. Calling notifyLayout() means the job is done twice.
- Never needed in onPositionChange() for the same reason as onResize().
- Not needed for a checkbox since already called in setImage() two lines above.

14 years agoskins2 : remove dead code (VoutWindow)
Erwan Tulou [Wed, 13 Jan 2010 10:42:01 +0000 (11:42 +0100)]
skins2 : remove dead code (VoutWindow)

14 years agoskins2: remove dead code
Erwan Tulou [Wed, 13 Jan 2010 09:57:36 +0000 (10:57 +0100)]
skins2: remove dead code

intf-change for playlist is never updated

14 years agoskins2: retain width/height values
Erwan Tulou [Wed, 13 Jan 2010 09:56:19 +0000 (10:56 +0100)]
skins2: retain width/height values

When reparenting, these values must be updated to avoid unnecessary resizing
if the move() method is called.

14 years agoskins2: fix skins demux
Erwan Tulou [Sat, 9 Jan 2010 18:57:33 +0000 (19:57 +0100)]
skins2: fix skins demux

This skins demux is not of much use, but at least, it is now functioning.
(no more crash)

14 years agoDbus controler: Fix path for the TrackListChange signal.
Rémi Duraffort [Thu, 14 Jan 2010 13:14:12 +0000 (14:14 +0100)]
Dbus controler: Fix path for the TrackListChange signal.

Fix #3232

14 years agodbus control: AFAIK we must lock here.
Rémi Duraffort [Thu, 14 Jan 2010 13:10:15 +0000 (14:10 +0100)]
dbus control: AFAIK we must lock here.

14 years agomozilla plugin: Replace near-identical code repetitions with calls to helper.
JP Dinger [Wed, 13 Jan 2010 12:57:45 +0000 (13:57 +0100)]
mozilla plugin: Replace near-identical code repetitions with calls to helper.

14 years agoqt4: build fix
Pierre Ynard [Thu, 14 Jan 2010 08:30:08 +0000 (09:30 +0100)]
qt4: build fix

14 years agoIntegrate .tta in interface and installer
Jean-Baptiste Kempf [Thu, 14 Jan 2010 00:38:32 +0000 (01:38 +0100)]
Integrate .tta in interface and installer

14 years agoNEWS improvements
Jean-Baptiste Kempf [Thu, 14 Jan 2010 00:36:06 +0000 (01:36 +0100)]
NEWS improvements

14 years ago.S and .c should not have the same base name
Rémi Denis-Courmont [Wed, 13 Jan 2010 20:57:35 +0000 (22:57 +0200)]
.S and .c should not have the same base name

Otherwise, the object files will conflict

14 years agoARM NEON: missing prefetch for I420 -> UYVY chroma
Rémi Denis-Courmont [Wed, 13 Jan 2010 20:54:01 +0000 (22:54 +0200)]
ARM NEON: missing prefetch for I420 -> UYVY chroma

PLD was only added to I420 -> YUYV this far.

14 years agoImplemented support for embeded subtitles in AVI (close #3227).
Laurent Aimar [Tue, 12 Jan 2010 22:17:57 +0000 (23:17 +0100)]
Implemented support for embeded subtitles in AVI (close #3227).

14 years agoAdded support for subtitles stored as input attchments.
Laurent Aimar [Tue, 12 Jan 2010 22:16:55 +0000 (23:16 +0100)]
Added support for subtitles stored as input attchments.

14 years agoAdded an access for reading input attachments.
Laurent Aimar [Tue, 12 Jan 2010 22:16:27 +0000 (23:16 +0100)]
Added an access for reading input attachments.

14 years agoAdded support for \N \n and \h in subtitles.
Laurent Aimar [Mon, 11 Jan 2010 20:36:43 +0000 (21:36 +0100)]
Added support for \N \n and \h in subtitles.

14 years agoLinux: do not hardcode libvlc.so, use address space match instead
Rémi Denis-Courmont [Wed, 13 Jan 2010 17:10:49 +0000 (19:10 +0200)]
Linux: do not hardcode libvlc.so, use address space match instead

14 years agoconfig_GetDataDirDefault(): return a heap-allocated string
Rémi Denis-Courmont [Wed, 13 Jan 2010 16:40:35 +0000 (18:40 +0200)]
config_GetDataDirDefault(): return a heap-allocated string

14 years agoFix prototype warning for config_GetDataDirDefault()
Rémi Denis-Courmont [Wed, 13 Jan 2010 16:26:46 +0000 (18:26 +0200)]
Fix prototype warning for config_GetDataDirDefault()

14 years agoMove core Win32 files to their own directory
Rémi Denis-Courmont [Wed, 13 Jan 2010 16:13:17 +0000 (18:13 +0200)]
Move core Win32 files to their own directory

There is still too much stuff in misc/ ;-)

14 years agoaccess_mms: fix variable type.
Rémi Duraffort [Wed, 13 Jan 2010 07:53:30 +0000 (08:53 +0100)]
access_mms: fix variable type.

This should fix #3236

14 years agoFix oldhttp build : needs struct stat / S_ISDIR
Rafaël Carré [Wed, 13 Jan 2010 00:45:58 +0000 (01:45 +0100)]
Fix oldhttp build : needs struct stat / S_ISDIR

14 years agofix [0b988497] : initialize volume_vars_lock
Rafaël Carré [Wed, 13 Jan 2010 00:44:46 +0000 (01:44 +0100)]
fix [0b988497] : initialize volume_vars_lock

14 years agoAvCodec: Re-enable RV13 decoding
Jean-Baptiste Kempf [Tue, 12 Jan 2010 22:58:31 +0000 (23:58 +0100)]
AvCodec: Re-enable RV13 decoding

14 years agoFreetype has had support for synthetic font styling for a while now; add in support...
Bernie Purcell [Tue, 12 Jan 2010 02:29:16 +0000 (13:29 +1100)]
Freetype has had support for synthetic font styling for a while now; add in support for it to vlc.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agolibvlc: fix volume on sound increment when muted
Francois Cartegnie [Tue, 12 Jan 2010 21:48:16 +0000 (22:48 +0100)]
libvlc: fix volume on sound increment when muted

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoWin32: assume the OS support what the processor supports
Rémi Denis-Courmont [Tue, 12 Jan 2010 22:18:27 +0000 (00:18 +0200)]
Win32: assume the OS support what the processor supports

We cannot use SIGILL, so we have to trust CPUID.
Maybe there is a Win32 API to query the kernel support?

14 years agoTypo
Rémi Denis-Courmont [Tue, 12 Jan 2010 22:13:33 +0000 (00:13 +0200)]
Typo

14 years agoPowerPC: reset SIGILL to default handler too
Rémi Denis-Courmont [Tue, 12 Jan 2010 22:02:05 +0000 (00:02 +0200)]
PowerPC: reset SIGILL to default handler too

14 years agoWin32: compile fix
Rémi Denis-Courmont [Tue, 12 Jan 2010 21:54:48 +0000 (23:54 +0200)]
Win32: compile fix

14 years agoRealAudio: compile fix.
Jean-Baptiste Kempf [Tue, 12 Jan 2010 21:31:42 +0000 (22:31 +0100)]
RealAudio: compile fix.

Sorry, I obviously wasn't compiling the right module XD

14 years agoCPU: force the SIGILL handler back to default after forking
Rémi Denis-Courmont [Tue, 12 Jan 2010 21:28:47 +0000 (23:28 +0200)]
CPU: force the SIGILL handler back to default after forking

In case the LibVLC application has overriden SIGILL, we really want to
crash rather than run the handler.

14 years agoconfigure: fix vcdinfo/libvcdinfo inconsistencies
Detlef Schroeder [Tue, 12 Jan 2010 20:42:30 +0000 (21:42 +0100)]
configure: fix vcdinfo/libvcdinfo inconsistencies

Additional changes in configure.ac according to
[71fafba47612fa01e51b3933060a277bef900346].
--enable-vcdinfo was changed to --enable-libvcdinfo and some VCDINFO
were renamed to LIBVCDINFO but the checking was incomplete so pkg-config
could not correctly configure libvcdinfo

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoRevert "configure.ac: Enable color-test automake option."
Rémi Denis-Courmont [Tue, 12 Jan 2010 20:00:24 +0000 (22:00 +0200)]
Revert "configure.ac: Enable color-test automake option."

This reverts commit 380fc82a97eee5ce7e12e3e879e5075bb61fa847.

This fixes bootstrap with automake 1.9 and 1.10.

14 years agoconfigure.ac: Enable color-test automake option.
Pierre d'Herbemont [Tue, 12 Jan 2010 18:32:38 +0000 (19:32 +0100)]
configure.ac: Enable color-test automake option.

This will colorize the `make check` output if your term supports it.

14 years agogui/macosx: Revert interface changes in [966d42293a5613a3ce2b55e5e516533680ff2738].
Pierre d'Herbemont [Tue, 12 Jan 2010 17:23:52 +0000 (18:23 +0100)]
gui/macosx: Revert interface changes in [966d42293a5613a3ce2b55e5e516533680ff2738].

As agreed the work is rather unfinished for 1.1 and Lunettes is rather promising.

14 years agoremember to emit currentSourceChanged
Martin T. H. Sandsmark [Tue, 12 Jan 2010 17:11:11 +0000 (18:11 +0100)]
remember to emit currentSourceChanged

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoRealAudio: use the VLC_FOURCC macros
Jean-Baptiste Kempf [Tue, 12 Jan 2010 00:37:23 +0000 (01:37 +0100)]
RealAudio: use the VLC_FOURCC macros

14 years agoSupport for sipr decoder from FFmpeg
Jean-Baptiste Kempf [Tue, 12 Jan 2010 00:34:35 +0000 (01:34 +0100)]
Support for sipr decoder from FFmpeg

14 years agoMove VLC_HARD_MIN_SLEEP above gcc version #ifdef. It is also used in modules/audio_ou...
Ramiro Polla [Tue, 12 Jan 2010 15:45:08 +0000 (13:45 -0200)]
Move VLC_HARD_MIN_SLEEP above gcc version #ifdef. It is also used in modules/audio_output/oss.c.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoWinCE: fix previous broken commit
Pierre Ynard [Tue, 12 Jan 2010 14:04:44 +0000 (15:04 +0100)]
WinCE: fix previous broken commit

Still untested

14 years agoWinCE: emulate GetMenuState() function
Pierre Ynard [Tue, 12 Jan 2010 13:47:44 +0000 (14:47 +0100)]
WinCE: emulate GetMenuState() function

This fixes video_output plugins on WinCE. Note that GetMenuState() is
considered as "superseded" by GetMenuItemInfo(), so it might be better
to just drop the former altogether.

14 years agolibass: avoid crash on ASS_Images which have width or height == 0
Grigori Goronzy [Tue, 12 Jan 2010 00:29:54 +0000 (01:29 +0100)]
libass: avoid crash on ASS_Images which have width or height == 0

14 years agoQt: Compile fix for gcc 4.5
Jean-Baptiste Kempf [Mon, 11 Jan 2010 23:30:18 +0000 (00:30 +0100)]
Qt: Compile fix for gcc 4.5

14 years agocontrib: fix fontconfig with -march=i686
Pierre Ynard [Mon, 11 Jan 2010 23:24:06 +0000 (00:24 +0100)]
contrib: fix fontconfig with -march=i686

fontconfig compiles and runs some native code during the build
process. Because of the -march=i686 flag, this code will fail to
compile on 64 bits build hosts.

14 years agoRemove dead old <sys/times.h> use
Rémi Denis-Courmont [Mon, 11 Jan 2010 17:43:37 +0000 (19:43 +0200)]
Remove dead old <sys/times.h> use

14 years agoRemove useless <fcntl.h> and <sys/time.h> inclusions
Rémi Denis-Courmont [Mon, 11 Jan 2010 17:42:39 +0000 (19:42 +0200)]
Remove useless <fcntl.h> and <sys/time.h> inclusions

14 years agoRemove useless <fcntl.h> inclusions
Rémi Denis-Courmont [Mon, 11 Jan 2010 17:37:21 +0000 (19:37 +0200)]
Remove useless <fcntl.h> inclusions

14 years agoRemove useless <ctype.h> inclusions
Rémi Denis-Courmont [Mon, 11 Jan 2010 17:17:18 +0000 (19:17 +0200)]
Remove useless <ctype.h> inclusions

14 years agoRemove useless <sys/stat.h> includes
Rémi Denis-Courmont [Mon, 11 Jan 2010 17:08:03 +0000 (19:08 +0200)]
Remove useless <sys/stat.h> includes

14 years agoRemove useless <errno.h> inclusions
Rémi Denis-Courmont [Mon, 11 Jan 2010 16:56:36 +0000 (18:56 +0200)]
Remove useless <errno.h> inclusions

14 years agothreads: remove legacy #includes
Rémi Denis-Courmont [Mon, 11 Jan 2010 16:44:02 +0000 (18:44 +0200)]
threads: remove legacy #includes

14 years agodeinterlace: useless #includes
Rémi Denis-Courmont [Mon, 11 Jan 2010 16:37:18 +0000 (18:37 +0200)]
deinterlace: useless #includes

14 years agoPhonon: fix for Win32 compilation
Benoit Calvez [Mon, 11 Jan 2010 13:14:08 +0000 (14:14 +0100)]
Phonon: fix for Win32 compilation

14 years agoconfigure: fix detection of ARM NEON
Pierre Ynard [Mon, 11 Jan 2010 09:14:29 +0000 (10:14 +0100)]
configure: fix detection of ARM NEON

14 years agoMove ARM NEON optimizations to arm_neon/
Rémi Denis-Courmont [Sun, 10 Jan 2010 15:47:34 +0000 (17:47 +0200)]
Move ARM NEON optimizations to arm_neon/

14 years agoQt: DO NOT use qobject_cast without checking it!
Jean-Baptiste Kempf [Sun, 10 Jan 2010 14:56:51 +0000 (15:56 +0100)]
Qt: DO NOT use qobject_cast without checking it!

How difficult is that?
Fix crash introduced by 1a4bb0599422791234aced46449a017e54ac6115

14 years agoMove Altivec chroma plugin to altivec/
Rémi Denis-Courmont [Sun, 10 Jan 2010 14:51:34 +0000 (16:51 +0200)]
Move Altivec chroma plugin to altivec/

14 years agoFix POTFILES
Rémi Denis-Courmont [Sun, 10 Jan 2010 14:47:36 +0000 (16:47 +0200)]
Fix POTFILES

14 years agoMove SSE2 chromas to sse2/
Rémi Denis-Courmont [Sun, 10 Jan 2010 14:46:27 +0000 (16:46 +0200)]
Move SSE2 chromas to sse2/

14 years agoMove MMX-accelerated chromas to mmx/
Rémi Denis-Courmont [Sun, 10 Jan 2010 14:37:57 +0000 (16:37 +0200)]
Move MMX-accelerated chromas to mmx/

(Feel free to cleanup)

14 years agoExpose MMX and SSE2 compiler flags
Rémi Denis-Courmont [Sun, 10 Jan 2010 14:25:12 +0000 (16:25 +0200)]
Expose MMX and SSE2 compiler flags

14 years agoMake volume-change a void rather than a boolean
Rémi Denis-Courmont [Sun, 10 Jan 2010 13:54:09 +0000 (15:54 +0200)]
Make volume-change a void rather than a boolean

14 years agoymga plugins are gone
Rémi Denis-Courmont [Sun, 10 Jan 2010 13:42:56 +0000 (15:42 +0200)]
ymga plugins are gone

14 years agolibvlc: Unify volume/mute change functions and add a mutex layer
Francois Cartegnie [Sat, 9 Jan 2010 22:54:50 +0000 (23:54 +0100)]
libvlc: Unify volume/mute change functions and add a mutex layer

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoQt: update widget initialization
Francois Cartegnie [Thu, 7 Jan 2010 23:02:15 +0000 (00:02 +0100)]
Qt: update widget initialization

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoQt: rename slots to explicit names
Francois Cartegnie [Thu, 7 Jan 2010 23:02:14 +0000 (00:02 +0100)]
Qt: rename slots to explicit names

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoQt: remove the b_mybutton hack. Connect the appropriate events.
Francois Cartegnie [Thu, 7 Jan 2010 23:02:13 +0000 (00:02 +0100)]
Qt: remove the b_mybutton hack. Connect the appropriate events.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoQt: Audio control widget changes
Francois Cartegnie [Thu, 7 Jan 2010 19:18:31 +0000 (20:18 +0100)]
Qt: Audio control widget changes

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agolibvlc: disable audio mute on VolumeUp/Down
Francois Cartegnie [Thu, 7 Jan 2010 19:18:30 +0000 (20:18 +0100)]
libvlc: disable audio mute on VolumeUp/Down

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agolibvlc: introduce 'Muted' as a whole state, not as volume 0
Francois Cartegnie [Thu, 7 Jan 2010 19:18:29 +0000 (20:18 +0100)]
libvlc: introduce 'Muted' as a whole state, not as volume 0

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoFix prebuffering after seek.
Tobias Güntner [Wed, 25 Nov 2009 15:05:57 +0000 (16:05 +0100)]
Fix prebuffering after seek.

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
14 years agoRemove YMGA chroma
Rémi Denis-Courmont [Sun, 10 Jan 2010 13:10:04 +0000 (15:10 +0200)]
Remove YMGA chroma

14 years agoRemove the MGA video output
Rémi Denis-Courmont [Sun, 10 Jan 2010 13:05:03 +0000 (15:05 +0200)]
Remove the MGA video output

Those cards are normally accessed with the standard FrameBuffer,
through X11 or svgalib instead. The mga_vid driver is not even in the
kernel (or not anymore).

14 years agomemcpy is not a stand-alone plugin anymore
Rémi Denis-Courmont [Sun, 10 Jan 2010 13:07:59 +0000 (15:07 +0200)]
memcpy is not a stand-alone plugin anymore

14 years agoXCB/X11: missing shortcuts
Rémi Denis-Courmont [Sun, 10 Jan 2010 12:51:42 +0000 (14:51 +0200)]
XCB/X11: missing shortcuts

14 years agoWrapper: remove hard-coded plugin list
Rémi Denis-Courmont [Sun, 10 Jan 2010 12:44:04 +0000 (14:44 +0200)]
Wrapper: remove hard-coded plugin list

This would enable third party vout display plugins, and remove the
maintainance hurdle that the wrapper was. As a side effect, legacy
video output plugins will always be probed after new vout display
plugins even if they have a higher priority.

14 years agoSelect --vout value from vout display list rather than video output
Rémi Denis-Courmont [Sun, 10 Jan 2010 12:28:21 +0000 (14:28 +0200)]
Select --vout value from vout display list rather than video output

This fixes the plugin names in the user interface. On the other hand,
legacy video output plugins cannot be selected explicitly anymore
(though they still take part in automatic probing).

14 years agoDistribute altivec...
Rémi Denis-Courmont [Sun, 10 Jan 2010 11:10:57 +0000 (13:10 +0200)]
Distribute altivec...

14 years agoMove Altivec memcpy to altivec directory
Rémi Denis-Courmont [Sun, 10 Jan 2010 11:05:53 +0000 (13:05 +0200)]
Move Altivec memcpy to altivec directory

14 years agoMove x86 memcpy plugins to mmx, mmxext, 3dnow directories
Rémi Denis-Courmont [Sun, 10 Jan 2010 10:34:38 +0000 (12:34 +0200)]
Move x86 memcpy plugins to mmx, mmxext, 3dnow directories

14 years agoCheck plugins directory names for unsupported capability
Rémi Denis-Courmont [Sun, 10 Jan 2010 10:36:55 +0000 (12:36 +0200)]
Check plugins directory names for unsupported capability

14 years agoMake plugin cache name dependent on CPU capabilities
Rémi Denis-Courmont [Sun, 10 Jan 2010 10:39:48 +0000 (12:39 +0200)]
Make plugin cache name dependent on CPU capabilities

14 years agoMove libc memcpy module to dummy
Rémi Denis-Courmont [Sun, 10 Jan 2010 09:27:07 +0000 (11:27 +0200)]
Move libc memcpy module to dummy

14 years agoMark --sub-file option safe - should fix #3224
Rémi Denis-Courmont [Sat, 9 Jan 2010 18:01:08 +0000 (20:01 +0200)]
Mark --sub-file option safe - should fix #3224

14 years agoQt: fix a sticking slider issue.
Jean-Baptiste Kempf [Sat, 9 Jan 2010 23:12:09 +0000 (00:12 +0100)]
Qt: fix a sticking slider issue.

Close #3105

14 years agoWin32: dvdread fixes for Win32
Jean-Baptiste Kempf [Sat, 9 Jan 2010 22:17:40 +0000 (23:17 +0100)]
Win32: dvdread fixes for Win32

This should simplify the mms-bitfield issue and avoid the compilation of the dvdread plugin on Windows...

14 years agoMaemo: saner default resolution for V4L2
Rémi Denis-Courmont [Sat, 3 Oct 2009 17:25:23 +0000 (20:25 +0300)]
Maemo: saner default resolution for V4L2

Otherwise, we'd use the maximum (5Mpixels) which is a bit large for
video purposes. Also, 5Mpixels exceeds the capacity of the XVideo
overlay.

14 years agoRevert "Contrib: remove patch unneeded for Windows"
Jean-Baptiste Kempf [Sat, 9 Jan 2010 15:56:43 +0000 (16:56 +0100)]
Revert "Contrib: remove patch unneeded for Windows"

This reverts commit 10b9d038ae2c80fb41e23520ef1284258594f17c.

Yeah, sorry guys, but it looks like the dxva2 code needs it :'(

14 years agomodplug: force linking as C++
Rémi Denis-Courmont [Sat, 9 Jan 2010 15:59:50 +0000 (17:59 +0200)]
modplug: force linking as C++

modplug is a C++ library (including a C API). So we need the C++ linker,
at least when linking statically.