]> git.sesse.net Git - vlc/log
vlc
12 years agoweb intf: move style decl to css
Francois Cartegnie [Thu, 22 Sep 2011 14:05:14 +0000 (16:05 +0200)]
web intf: move style decl to css

12 years agoweb intf: no need for js for opacity changes
Francois Cartegnie [Thu, 22 Sep 2011 14:01:17 +0000 (16:01 +0200)]
web intf: no need for js for opacity changes

12 years agoHAVE_WIN32 -> WIN32
Rafaël Carré [Thu, 22 Sep 2011 13:49:01 +0000 (09:49 -0400)]
HAVE_WIN32 -> WIN32

12 years agologger: output UTF-8 in text mode and prefix with a Byte Order Mark
Rémi Denis-Courmont [Thu, 22 Sep 2011 13:32:23 +0000 (16:32 +0300)]
logger: output UTF-8 in text mode and prefix with a Byte Order Mark

12 years agologger: use <strong> rather than <b> in strict HTML
Rémi Denis-Courmont [Thu, 22 Sep 2011 13:31:50 +0000 (16:31 +0300)]
logger: use <strong> rather than <b> in strict HTML

12 years agoomxil: Enable OMX.SEC.index.ThumbnailMode if available
Martin Storsjö [Thu, 22 Sep 2011 11:12:37 +0000 (14:12 +0300)]
omxil: Enable OMX.SEC.index.ThumbnailMode if available

This custom setting makes sure the codec actually fills the
OMX buffers with data, instead of opaque pointers to buffers
residing elsewhere.

This is needed in order to get sensible data output on
Nexus S, and most probably also on Galaxy S.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoomxil: Implement OMX_GetExtensionIndex and OMX_SetConfig for IOMX
Martin Storsjö [Thu, 22 Sep 2011 11:12:36 +0000 (14:12 +0300)]
omxil: Implement OMX_GetExtensionIndex and OMX_SetConfig for IOMX

OMX_SetConfig still lacks a good way to figure out the size of
the passed struct/variable, for now hardcoded to the size of the
only use case.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoomxil: Set OMX version 1.0.0 on android
Martin Storsjö [Thu, 22 Sep 2011 11:42:46 +0000 (14:42 +0300)]
omxil: Set OMX version 1.0.0 on android

The Samsung OMX components on e.g. Nexus S require major == 1
and minor == 0, otherwise they simply return errors on all
SetParameter/GetParameter calls.

Stagefright's OMX client always sets version 1.0.0, which thus
probably should be a safe choice for all android cases.

An alternative would be to store the version to set as a
variable in decoder_sys_t, and set that to 1.0.0 conditionally
only for Samsung OMX components, but that would make
OMX_INIT_COMMON more complex.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agovlc_memalign: use memalign() if posix_memalign() isn't here
Rafaël Carré [Thu, 22 Sep 2011 01:25:17 +0000 (21:25 -0400)]
vlc_memalign: use memalign() if posix_memalign() isn't here

Also rename confusing vlc_free()

12 years agoweb intf: drop top table design.
Francois Cartegnie [Wed, 21 Sep 2011 22:11:24 +0000 (00:11 +0200)]
web intf: drop top table design.

We're in 2011 guys !

12 years agoweb intf: fix reading position from status.xml
Francois Cartegnie [Wed, 21 Sep 2011 22:09:22 +0000 (00:09 +0200)]
web intf: fix reading position from status.xml

12 years agoomxil: Allow using IOMX on Android
Martin Storsjö [Wed, 21 Sep 2011 18:25:06 +0000 (21:25 +0300)]
omxil: Allow using IOMX on Android

This adds a fake OMX core implementation, relying the calls
via IOMX to the media server, which contains the actual
OMX core.

Building with IOMX requires private Android headers from the
Android source tree, namely the frameworks/base and
system/core repositories. (Either froyo or gingerbread
should work for building.) This API is not public, has no
ABI guarantees and isn't supported.

Linking also requires libraries extracted from a
froyo/gingerbread device or emulator.

Since there are no ABI guarantees, linking to this API might
make the .so fail to load on some devices, so for proper use
it should be in a dynamically loaded module, separate from the
rest of the VLC core and modules.

Since this can lead to crashes on unsupported devices, it should
only be used in production on whitelisted device/firmware
combinations that are known to work.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoomxil: Make GetAudioParamSize nonstatic
Martin Storsjö [Wed, 21 Sep 2011 12:49:32 +0000 (15:49 +0300)]
omxil: Make GetAudioParamSize nonstatic

It is useful in the IOMX wrapper.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoConfigure.ac: cleanup
Jean-Baptiste Kempf [Wed, 21 Sep 2011 13:52:22 +0000 (15:52 +0200)]
Configure.ac: cleanup

Removal of tabs and trailing spaces
Fixing configuration with autoconf 2.67

12 years agoStream out switcher: use existing kludges to port to new FFMpeg/Libav
Konstantin Pavlov [Wed, 21 Sep 2011 05:57:10 +0000 (09:57 +0400)]
Stream out switcher: use existing kludges to port to new FFMpeg/Libav
API.

Also, distinguish between SSE and SSE2 CPUs.

12 years agoRevert "Switcher: port to FFmpeg-0.8 API"
Konstantin Pavlov [Tue, 20 Sep 2011 14:02:10 +0000 (18:02 +0400)]
Revert "Switcher: port to FFmpeg-0.8 API"

This reverts commit d0dc1be9481bcdb7d8e85cb1d19abfd934981b60.

12 years agoweb intf: delay loading of external ressource.
Francois Cartegnie [Wed, 21 Sep 2011 13:18:18 +0000 (15:18 +0200)]
web intf: delay loading of external ressource.

Must not block if we have no internet access

12 years agoweb intf: update UI selection on playlist item change
Francois Cartegnie [Wed, 21 Sep 2011 12:19:27 +0000 (14:19 +0200)]
web intf: update UI selection on playlist item change

12 years agoweb intf: lint validation fix
Francois Cartegnie [Wed, 21 Sep 2011 11:02:31 +0000 (13:02 +0200)]
web intf: lint validation fix

12 years agoweb intf: make playlist start opened
Francois Cartegnie [Wed, 21 Sep 2011 10:39:43 +0000 (12:39 +0200)]
web intf: make playlist start opened

12 years agoweb intf: make playlist interactive
Francois Cartegnie [Wed, 21 Sep 2011 10:30:45 +0000 (12:30 +0200)]
web intf: make playlist interactive

12 years agoomxil: Recognize some semiplanar 420 formats
Martin Storsjö [Wed, 21 Sep 2011 08:19:08 +0000 (11:19 +0300)]
omxil: Recognize some semiplanar 420 formats

I'm not sure if these officially are NV12 or NV21 - on Nexus One
they correspond to NV21 at least.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoomxil: Push a dummy buffer on the input buffer fifo to avoid deadlocks
Martin Storsjö [Wed, 21 Sep 2011 08:19:07 +0000 (11:19 +0300)]
omxil: Push a dummy buffer on the input buffer fifo to avoid deadlocks

By pushing a sentinel/dummy buffer on the input buffer fifo
when the output needs reconfiguring, we avoid deadlocks on
HTC Sensation, where the input buffers aren't returned to
the caller until the decoder has been reconfigured.

Since all input buffers can be used up before the reconfigure event
is received, this earlier led to a deadlock where the decoder
waited for the caller to reconfigure it (as a response to the
reconfigure event), while the caller waited for an input buffer
to be freed to put the next input packet into.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoomxil: Handle planes with a height larger than the frame height
Martin Storsjö [Wed, 21 Sep 2011 08:19:06 +0000 (11:19 +0300)]
omxil: Handle planes with a height larger than the frame height

The nSliceHeight parameter in OMX apparently can indicate plane
height. This shows up on Nexus One with recent CyanogenMod
with the OpenMAX driver built from source (as opposed to the
older ones with a binary-only OpenMAX driver).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoomxil: Update the number of buffers when reconfiguring
Martin Storsjö [Wed, 21 Sep 2011 08:19:05 +0000 (11:19 +0300)]
omxil: Update the number of buffers when reconfiguring

On OpenMAX devices supported earlier, the number of buffers has
stayed the same after reconfiguring, but on the Nexus One, the
number changes.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoomxil: Only print psz_role if OMX_ComponentRoleEnum succeeded
Martin Storsjö [Wed, 21 Sep 2011 08:19:04 +0000 (11:19 +0300)]
omxil: Only print psz_role if OMX_ComponentRoleEnum succeeded

Earlier, an uninitialized string would be printed if
OMX_ComponentRoleEnum failed (or if it was unimplemented, see
omxil_utils.h), potentially leading to out of bounds reads.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoOld contribs: don't compile mpcdec on x64
Jean-Baptiste Kempf [Wed, 21 Sep 2011 00:54:25 +0000 (02:54 +0200)]
Old contribs: don't compile mpcdec on x64

12 years agoContribs: update ignore files for tarballs
Jean-Baptiste Kempf [Wed, 21 Sep 2011 00:36:45 +0000 (02:36 +0200)]
Contribs: update ignore files for tarballs

12 years agoNEWS: mention mkv improvements for anime fans
Jean-Baptiste Kempf [Wed, 21 Sep 2011 00:34:30 +0000 (02:34 +0200)]
NEWS: mention mkv improvements for anime fans

12 years agoContribs: update libtiff URL.
Jean-Baptiste Kempf [Wed, 21 Sep 2011 00:29:41 +0000 (02:29 +0200)]
Contribs: update libtiff URL.

Yet again...

12 years agoHandle mkv file with random data appended
Denis Charmet [Sun, 18 Sep 2011 21:53:26 +0000 (23:53 +0200)]
Handle mkv file with random data appended

EbmlElement doesn't detect EOF so we don't try to look for more than the file size.
Close #5287

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoMKV: Virtual segment rewrite
Denis Charmet [Tue, 20 Sep 2011 22:33:58 +0000 (00:33 +0200)]
MKV: Virtual segment rewrite

This should handle better ordered chapters and multi-file mkvs
(with --mkv-preload-local-dir)

Should close #3942 #4074 #3810 #4031 #4336 #4501.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoImproved time managment and seeking in our avformat wrapper.
Laurent Aimar [Mon, 19 Sep 2011 21:03:14 +0000 (23:03 +0200)]
Improved time managment and seeking in our avformat wrapper.

12 years agomacosx: defines IBC_PLUGINS to fix xib compilation issue.
Sebastien Zwickert [Sun, 18 Sep 2011 22:22:38 +0000 (00:22 +0200)]
macosx: defines IBC_PLUGINS to fix xib compilation issue.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agoFix typo: Hidding -> Hiding
Jean-Baptiste Kempf [Tue, 20 Sep 2011 15:48:59 +0000 (17:48 +0200)]
Fix typo: Hidding -> Hiding

12 years agoSwitcher: port to FFmpeg-0.8 API
Dominik 'Rathann' Mierzejewski [Tue, 20 Sep 2011 18:44:15 +0000 (20:44 +0200)]
Switcher: port to FFmpeg-0.8 API

Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoVLCKit: fixes flags for arch i386.
Sebastien Zwickert [Tue, 20 Sep 2011 11:41:53 +0000 (13:41 +0200)]
VLCKit: fixes flags for arch i386.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoVLCKit: fixes contrib dir for arch i386.
Sebastien Zwickert [Tue, 20 Sep 2011 01:44:08 +0000 (03:44 +0200)]
VLCKit: fixes contrib dir for arch i386.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoVLCKit: uses new command line syle for bootstrapping contribs.
Sebastien Zwickert [Mon, 19 Sep 2011 23:06:31 +0000 (01:06 +0200)]
VLCKit: uses new command line syle for bootstrapping contribs.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agohttp intf: fix unescaped xml entities
Francois Cartegnie [Mon, 19 Sep 2011 21:39:54 +0000 (23:39 +0200)]
http intf: fix unescaped xml entities

12 years agoFixed a double free when av_open_input_stream() fails.
Laurent Aimar [Mon, 19 Sep 2011 21:01:40 +0000 (23:01 +0200)]
Fixed a double free when av_open_input_stream() fails.

12 years agoRemoved unused variable (avformat)
Laurent Aimar [Mon, 19 Sep 2011 18:27:33 +0000 (20:27 +0200)]
Removed unused variable (avformat)

12 years agoVLCKit: fixes compilation issues.
Sebastien Zwickert [Mon, 19 Sep 2011 16:00:47 +0000 (18:00 +0200)]
VLCKit: fixes compilation issues.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agobootstrap: fail if pkg-config is absent
Rémi Denis-Courmont [Mon, 19 Sep 2011 14:45:48 +0000 (17:45 +0300)]
bootstrap: fail if pkg-config is absent

It is still possible to compile from tarball without pkg-config, though
the result will probably be quite useless.

12 years agoInclude: add some win32 comment
Jean-Baptiste Kempf [Mon, 19 Sep 2011 13:34:05 +0000 (15:34 +0200)]
Include: add some win32 comment

12 years agomacosx: fixes pkg-config compilation issue
Sebastien Zwickert [Mon, 19 Sep 2011 01:25:51 +0000 (03:25 +0200)]
macosx: fixes pkg-config compilation issue

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agoContribs: use FFmpeg from git
Rafaël Carré [Mon, 19 Sep 2011 03:21:30 +0000 (23:21 -0400)]
Contribs: use FFmpeg from git

12 years agoremove obsolete comment
Rafaël Carré [Mon, 19 Sep 2011 02:53:41 +0000 (22:53 -0400)]
remove obsolete comment

12 years agoxcb-window: make sure VLC_ADD_CFLAGS is useful
Rafaël Carré [Mon, 19 Sep 2011 02:29:01 +0000 (22:29 -0400)]
xcb-window: make sure VLC_ADD_CFLAGS is useful

fix compilation of code under #ifdef HAVE_XCB_KEYSYMS
-> fix key bindings

12 years agodailymotion.lua: re-enable HD and convert to --preferred-resolution
Pierre Ynard [Mon, 19 Sep 2011 00:32:32 +0000 (02:32 +0200)]
dailymotion.lua: re-enable HD and convert to --preferred-resolution

12 years agoContribs: update to libdvbpsi 0.2.1
Jean-Baptiste Kempf [Sun, 18 Sep 2011 22:59:50 +0000 (00:59 +0200)]
Contribs: update to libdvbpsi 0.2.1

12 years agoluaHTTP: Force pl_loop and pl_repeat to be mutually exclusive.
Rob Jonson [Sun, 18 Sep 2011 13:29:37 +0000 (14:29 +0100)]
luaHTTP: Force pl_loop and pl_repeat to be mutually exclusive.

At the moment, they can both be true which is meaningless.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: remove deleted files from Makefile
Pierre Ynard [Sun, 18 Sep 2011 11:08:34 +0000 (13:08 +0200)]
macosx: remove deleted files from Makefile

12 years agocue.lua: fix double URL encoding of directory name
Lorenzo Pistone [Sun, 18 Sep 2011 10:28:34 +0000 (12:28 +0200)]
cue.lua: fix double URL encoding of directory name

Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
12 years agoluaHTTP: behave like oldHTTP for seeking
Jean-Baptiste Kempf [Sun, 18 Sep 2011 09:12:02 +0000 (11:12 +0200)]
luaHTTP: behave like oldHTTP for seeking

Close #5345
Patch by jikuja

12 years agoQt: Force custom toolbars not to follow RTL auto layout changes.
Francois Cartegnie [Sat, 17 Sep 2011 18:32:11 +0000 (20:32 +0200)]
Qt: Force custom toolbars not to follow RTL auto layout changes.

Some widgets can't handle RTL (timebar, ...) and
custom toolbars need special logic when reversed (next/prev...)

12 years agoQt: adv options: fix RTL handling for synchronization
Francois Cartegnie [Sat, 17 Sep 2011 15:42:31 +0000 (17:42 +0200)]
Qt: adv options: fix RTL handling for synchronization

12 years agodailymotion.lua: partially decode video title and description
Pierre Ynard [Sat, 17 Sep 2011 19:56:42 +0000 (21:56 +0200)]
dailymotion.lua: partially decode video title and description

12 years agovimeo.lua: convert to --preferred-resolution
Pierre Ynard [Sat, 17 Sep 2011 19:35:06 +0000 (21:35 +0200)]
vimeo.lua: convert to --preferred-resolution

12 years agovimeo.lua: spoof user-agent with something inconspicuous
Pierre Ynard [Sat, 17 Sep 2011 19:15:44 +0000 (21:15 +0200)]
vimeo.lua: spoof user-agent with something inconspicuous

This is needed for HD

12 years agovimeo.lua: remove debug
Pierre Ynard [Sat, 17 Sep 2011 19:11:54 +0000 (21:11 +0200)]
vimeo.lua: remove debug

12 years agomacosx: remove 'embedded' image files from the xcodeproj
Felix Paul Kühne [Sat, 17 Sep 2011 19:09:47 +0000 (21:09 +0200)]
macosx: remove 'embedded' image files from the xcodeproj

12 years agoaccess_http: support comments (parentheses) in user-agent
Pierre Ynard [Sat, 17 Sep 2011 18:54:39 +0000 (20:54 +0200)]
access_http: support comments (parentheses) in user-agent

12 years agoQt: adv settings: Optimize synchronization panel
Francois Cartegnie [Sat, 17 Sep 2011 11:10:34 +0000 (13:10 +0200)]
Qt: adv settings: Optimize synchronization panel

12 years agomacosx: removed no longer used graphics from the 1.1 series
Felix Paul Kühne [Fri, 16 Sep 2011 19:49:05 +0000 (21:49 +0200)]
macosx: removed no longer used graphics from the 1.1 series

12 years agodoc: install libvlc sample applications
Pierre Ynard [Fri, 16 Sep 2011 19:28:30 +0000 (21:28 +0200)]
doc: install libvlc sample applications

12 years agoauhal: blind attempt to fix S/PDIF on Lion
Felix Paul Kühne [Fri, 16 Sep 2011 19:13:32 +0000 (21:13 +0200)]
auhal: blind attempt to fix S/PDIF on Lion

needs testing

12 years agoAccept mdf and dvd as extension for DVD iso
Jean-Baptiste Kempf [Fri, 16 Sep 2011 16:57:44 +0000 (18:57 +0200)]
Accept mdf and dvd as extension for DVD iso

Stupid software actually uses that...

12 years agoQt: open network fixes and simplifications
Jean-Baptiste Kempf [Fri, 16 Sep 2011 16:42:37 +0000 (18:42 +0200)]
Qt: open network fixes and simplifications

Close #5328

12 years agoQt: open dialog code simplification
Jean-Baptiste Kempf [Fri, 16 Sep 2011 16:16:51 +0000 (18:16 +0200)]
Qt: open dialog code simplification

12 years agomacosx: fixed minor appearance issues
Felix Paul Kühne [Fri, 16 Sep 2011 16:06:06 +0000 (18:06 +0200)]
macosx: fixed minor appearance issues

12 years agomacosx: added fspanel@1.5x graphics to the xcode project and the Makefile.am
Felix Paul Kühne [Fri, 16 Sep 2011 15:54:08 +0000 (17:54 +0200)]
macosx: added fspanel@1.5x graphics to the xcode project and the Makefile.am

12 years agomacosx: added fspanel graphics scaled by a factor of 1.5 for screens with huge resolu...
Damien Erambert [Fri, 16 Sep 2011 15:36:55 +0000 (17:36 +0200)]
macosx: added fspanel graphics scaled by a factor of 1.5 for screens with huge resolutions (not yet used)

12 years agomacosx: updated UI graphics
Damien Erambert [Fri, 16 Sep 2011 15:32:40 +0000 (17:32 +0200)]
macosx: updated UI graphics

12 years agoNEWS update
Felix Paul Kühne [Fri, 16 Sep 2011 15:24:55 +0000 (17:24 +0200)]
NEWS update

12 years agogrowl_udp: removed module, since it is broken and will no longer be supported by...
Felix Paul Kühne [Fri, 16 Sep 2011 15:23:02 +0000 (17:23 +0200)]
growl_udp: removed module, since it is broken and will no longer be supported by Growl's next release

12 years agomacosx: fixed white spacing errors introduced in previous commit (ff8183c04e3f2938cdb...
Felix Paul Kühne [Fri, 16 Sep 2011 15:18:08 +0000 (17:18 +0200)]
macosx: fixed white spacing errors introduced in previous commit (ff8183c04e3f2938cdb11be0d24a56b4ea561545)

12 years agoOS X AppleScript: added new features
Jan Winter [Mon, 12 Sep 2011 20:15:49 +0000 (22:15 +0200)]
OS X AppleScript: added new features

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agoQt: clarify a text
Jean-Baptiste Kempf [Fri, 16 Sep 2011 14:15:00 +0000 (16:15 +0200)]
Qt: clarify a text

Close #5321

12 years agoCUE: support Unix Line Endings
Jean-Baptiste Kempf [Fri, 16 Sep 2011 13:54:28 +0000 (15:54 +0200)]
CUE: support Unix Line Endings

Close #5322

12 years agoOpenGL: enable shaders for MacOS and cleans some specific MacOS code.
Sebastien Zwickert [Wed, 14 Sep 2011 22:29:18 +0000 (00:29 +0200)]
OpenGL: enable shaders for MacOS and cleans some specific MacOS code.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoInformation about DV Pro codecs
Jean-Baptiste Kempf [Fri, 16 Sep 2011 12:32:46 +0000 (14:32 +0200)]
Information about DV Pro codecs

12 years agoMore FourCC for DV, JP2K, h263, mp4v and MJPEG
Jean-Baptiste Kempf [Fri, 16 Sep 2011 12:11:27 +0000 (14:11 +0200)]
More FourCC for DV, JP2K, h263, mp4v and MJPEG

12 years agoFourCC: update copyright
Jean-Baptiste Kempf [Fri, 16 Sep 2011 10:11:04 +0000 (12:11 +0200)]
FourCC: update copyright

12 years agoAdd support for ProRes through Libavc
Jean-Baptiste Kempf [Fri, 16 Sep 2011 09:39:23 +0000 (11:39 +0200)]
Add support for ProRes through Libavc

Thanks Elvis

12 years agoyoutube.lua: preferred resolution selection
Pierre Ynard [Thu, 15 Sep 2011 18:37:06 +0000 (20:37 +0200)]
youtube.lua: preferred resolution selection

12 years agolua: export variables module to lua demuxer
Pierre Ynard [Thu, 15 Sep 2011 18:36:16 +0000 (20:36 +0200)]
lua: export variables module to lua demuxer

12 years agolua: expose var_Inherit()
Pierre Ynard [Thu, 15 Sep 2011 18:35:34 +0000 (20:35 +0200)]
lua: expose var_Inherit()

Similar functionality wasn't quite available by combining
vlc.var.create() and vlc.var.get()

12 years agoAdd option to select preferred video resolution
Pierre Ynard [Thu, 15 Sep 2011 18:34:07 +0000 (20:34 +0200)]
Add option to select preferred video resolution

This can be used right away in lua playlist scripts, and possibly in
demuxers that support multiple video tracks

12 years agolibVLC: remove tabs and trailing spaces
Jean-Baptiste Kempf [Thu, 15 Sep 2011 13:59:21 +0000 (15:59 +0200)]
libVLC: remove tabs and trailing spaces

12 years agoSubsdelay default min-alpha value
Yuval Tze [Mon, 12 Sep 2011 10:13:18 +0000 (13:13 +0300)]
Subsdelay default min-alpha value

change default min-alpha value to 70

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoAmem: remove trailing space
Jean-Baptiste Kempf [Thu, 15 Sep 2011 13:54:50 +0000 (15:54 +0200)]
Amem: remove trailing space

12 years agoamem: fix a typo
Sébastien Toque [Mon, 12 Sep 2011 21:19:09 +0000 (23:19 +0200)]
amem: fix a typo

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoContribs: use openjpeg in libav/ffmpeg
Jean-Baptiste Kempf [Thu, 15 Sep 2011 11:17:52 +0000 (13:17 +0200)]
Contribs: use openjpeg in libav/ffmpeg

So that we have jp2k support on Windows and MacOS

12 years agoContribs: add openjpeg
Jean-Baptiste Kempf [Thu, 15 Sep 2011 11:12:55 +0000 (13:12 +0200)]
Contribs: add openjpeg

This wasn't present in the old contribs

12 years agoFix YV12 support in opengl output (when shader is in use).
Laurent Aimar [Wed, 14 Sep 2011 18:38:00 +0000 (20:38 +0200)]
Fix YV12 support in opengl output (when shader is in use).

12 years agoReplaced tabs by spaces (opengl)
Laurent Aimar [Wed, 14 Sep 2011 18:29:26 +0000 (20:29 +0200)]
Replaced tabs by spaces (opengl)

12 years agofreetype: fix crash
Erwan Tulou [Wed, 14 Sep 2011 15:13:50 +0000 (17:13 +0200)]
freetype: fix crash

shadow and outline must be reset to NULL if the freetype call fails,
so that the same memory is not deallocated twice later on.

12 years agoUpdate copyright and remove unnecessary include (CC)
Jean-Baptiste Kempf [Wed, 14 Sep 2011 14:54:22 +0000 (16:54 +0200)]
Update copyright and remove unnecessary include (CC)

12 years agoSepia8ySSE2(): remove forward declaration
Rafaël Carré [Tue, 13 Sep 2011 22:32:39 +0000 (18:32 -0400)]
Sepia8ySSE2(): remove forward declaration

make the function static inline
don't compile it at all if we can't compile SSE2