]> git.sesse.net Git - vlc/log
vlc
11 years agoconfig: do not save unknown sections
Rémi Denis-Courmont [Thu, 19 Jul 2012 13:35:19 +0000 (16:35 +0300)]
config: do not save unknown sections

Unknown sections are sections whose name does not match any module in
the module bank. Until now, any unknown section in vlcrc was copied
verbatim when the preferences are saved. In principles, that would
preserve settings for modules that are not available in the current
copy of VLC.

There is a fatal flaw with that approach: When VLC is updated, some
modules may change name. Also some configuration items may be moved
from one module to another. As a consequence, configuration items may
end up in a different section than they previously were. Then vlcrc
will end up with multiple conflicting copies of the same configuration
item: first the current value for the preferences in the new
section, then the old value from the copied old section. When vlcrc is
loaded again, the old copy will override the new one since it is parsed
last. Essentially, the configuration item cannot be changed via
preferences until vlcrc is manually edited or preferences are reset.

I would rather loose settings for old plugins.

11 years agodirectx: improve DirectSound and DirectDraw module names
Rémi Denis-Courmont [Thu, 19 Jul 2012 13:25:31 +0000 (16:25 +0300)]
directx: improve DirectSound and DirectDraw module names

11 years agodirectx: simplify configure
Rémi Denis-Courmont [Thu, 19 Jul 2012 13:17:13 +0000 (16:17 +0300)]
directx: simplify configure

11 years agoQt: PLModel: fix string conversion for winxx
Francois Cartegnie [Thu, 19 Jul 2012 12:40:32 +0000 (14:40 +0200)]
Qt: PLModel: fix string conversion for winxx

11 years agoml: fix double free.
Francois Cartegnie [Thu, 19 Jul 2012 11:53:23 +0000 (13:53 +0200)]
ml: fix double free.

Double free was occuring on some psz_url when copying medias.
Might be caused by a double listing from the sql query.

11 years agoml: Ensure list lock is initiliazed when watch thread starts.
Francois Cartegnie [Thu, 19 Jul 2012 11:34:31 +0000 (13:34 +0200)]
ml: Ensure list lock is initiliazed when watch thread starts.

Some crashes occurs on start when processing the first append loop
at the unlock level.

11 years agoQt: PL/MLModel: remove nolonger used SelectedUri()
Francois Cartegnie [Wed, 18 Jul 2012 21:07:11 +0000 (23:07 +0200)]
Qt: PL/MLModel: remove nolonger used SelectedUri()

11 years agoQt: PLModel: move out Info & Prompt Dialogs references from Model
Francois Cartegnie [Wed, 18 Jul 2012 20:27:38 +0000 (22:27 +0200)]
Qt: PLModel: move out Info & Prompt Dialogs references from Model

11 years agoQt: PL/ML Model: Factorize zoom functions
Francois Cartegnie [Wed, 18 Jul 2012 19:43:21 +0000 (21:43 +0200)]
Qt: PL/ML Model: Factorize zoom functions

11 years agoQt: MLModel: Move Popup() creation out of the MLModel
Francois Cartegnie [Wed, 18 Jul 2012 19:36:50 +0000 (21:36 +0200)]
Qt: MLModel: Move Popup() creation out of the MLModel

11 years agoQt: PLModel: Move Popup() creation out of the PLModel
Francois Cartegnie [Wed, 18 Jul 2012 17:28:37 +0000 (19:28 +0200)]
Qt: PLModel: Move Popup() creation out of the PLModel

11 years agoQt: MLModel: rework menu signaling
Francois Cartegnie [Wed, 18 Jul 2012 19:26:35 +0000 (21:26 +0200)]
Qt: MLModel: rework menu signaling

(see previous commit)

11 years agoQt: PLModel: rework menu signaling to get rid of popup data storage in model
Francois Cartegnie [Sun, 15 Jul 2012 18:06:49 +0000 (20:06 +0200)]
Qt: PLModel: rework menu signaling to get rid of popup data storage in model

11 years agoQt: MLModel: Use Model Indexes instead of MLItem.
Francois Cartegnie [Wed, 18 Jul 2012 18:25:15 +0000 (20:25 +0200)]
Qt: MLModel: Use Model Indexes instead of MLItem.

(see prev commit)

11 years agoQt: PLModel: Use Model Indexes instead of PLItem references for external
Francois Cartegnie [Sun, 15 Jul 2012 11:48:04 +0000 (13:48 +0200)]
Qt: PLModel: Use Model Indexes instead of PLItem references for external
methods.

The model/view is broken as the internal PLItem elements are accessed
from outside the model.
We need to change calls to make use of Model Indexes, and then can move
away some methods that belongs to views.

11 years agoauthors: correct fox's name
Rémi Denis-Courmont [Wed, 18 Jul 2012 20:56:21 +0000 (23:56 +0300)]
authors: correct fox's name

11 years agoaout: add --gain to control gain regardless of output module
Rémi Denis-Courmont [Wed, 18 Jul 2012 18:47:45 +0000 (21:47 +0300)]
aout: add --gain to control gain regardless of output module

This linear gain works also for outputs with native volume or without
volume. (Obviously though, it does not work for digital pass-through).

11 years agolibmp4: Add function MP4_BoxGetSmooBox()
Frédéric Yhuel [Wed, 18 Jul 2012 14:52:35 +0000 (16:52 +0200)]
libmp4: Add function MP4_BoxGetSmooBox()

also modify MP4_BoxGetNextChunk() so that a initialization
segment which has been put between two chunks is properly handled.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agolibmp4: Parse StraBox and SmooBox
Frédéric Yhuel [Wed, 18 Jul 2012 14:52:34 +0000 (16:52 +0200)]
libmp4: Parse StraBox and SmooBox

SmooBox is a very simple MP4 box, VLC specific, used only
for the Smooth Streaming module to send information to the demux.
SmooBox is actually a simplified moov box (we wanted to avoid
the hassle of building a moov box at the stream_filter level).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agomacosx: vlc object handling improvements (refs #6883)
Felix Paul Kühne [Wed, 18 Jul 2012 11:19:26 +0000 (13:19 +0200)]
macosx: vlc object handling improvements (refs #6883)

This should solve a few problems on termination.

11 years agoaout: cleanup mixer and rename to volume
Rémi Denis-Courmont [Tue, 17 Jul 2012 19:47:59 +0000 (22:47 +0300)]
aout: cleanup mixer and rename to volume

11 years agoaout: prepare to add private data to the volume mixer object
Rémi Denis-Courmont [Tue, 17 Jul 2012 15:55:51 +0000 (18:55 +0300)]
aout: prepare to add private data to the volume mixer object

11 years agocontrib: theora: remove useless leftover
Rafaël Carré [Fri, 13 Jul 2012 12:37:16 +0000 (14:37 +0200)]
contrib: theora: remove useless leftover

UPDATE_AUTOCONFIG alone does the job

11 years agoaout: remove unused lock
Rémi Denis-Courmont [Tue, 17 Jul 2012 15:39:07 +0000 (18:39 +0300)]
aout: remove unused lock

11 years agoAdd yet another FourCC
Jean-Baptiste Kempf [Tue, 17 Jul 2012 13:56:34 +0000 (15:56 +0200)]
Add yet another FourCC

11 years agomacosx: CAS: enforce the chosen encapsulation format's file extension for the destina...
Felix Paul Kühne [Sun, 15 Jul 2012 22:42:23 +0000 (00:42 +0200)]
macosx: CAS: enforce the chosen encapsulation format's file extension for the destination selection panel

Note that the extension isn't magically switched yet when choosing a different encapsulation format after your output destination.

11 years agomacosx: CAS: implemented MRL/option string creation
Felix Paul Kühne [Sun, 15 Jul 2012 22:32:32 +0000 (00:32 +0200)]
macosx: CAS: implemented MRL/option string creation

Panel is fully functional now and needs testing.

11 years agoAdd more FourCC for Mp4
Jean-Baptiste Kempf [Sat, 14 Jul 2012 11:44:39 +0000 (13:44 +0200)]
Add more FourCC for Mp4

11 years agomacosx: CAS: fixed redraw issue when entering the dropzone's subviews during a drag...
Felix Paul Kühne [Sun, 15 Jul 2012 19:25:22 +0000 (21:25 +0200)]
macosx: CAS: fixed redraw issue when entering the dropzone's subviews during a drag operation

11 years agomacosx: CAS: show drag-copy-cursor when receiving items from the playlist (10.6+...
Felix Paul Kühne [Sun, 15 Jul 2012 19:21:52 +0000 (21:21 +0200)]
macosx: CAS: show drag-copy-cursor when receiving items from the playlist (10.6+ only)

11 years agomacosx: CAS: added visual feedback for drag and drop operations just because we can
Felix Paul Kühne [Sun, 15 Jul 2012 18:57:55 +0000 (20:57 +0200)]
macosx: CAS: added visual feedback for drag and drop operations just because we can

11 years agomacosx: CAS: enable drag and drop from playlist
Felix Paul Kühne [Sun, 15 Jul 2012 18:13:54 +0000 (20:13 +0200)]
macosx: CAS: enable drag and drop from playlist

11 years agomacosx: fixed crash when opening DVDs with uncommon disk names (close #7146)
Felix Paul Kühne [Sun, 15 Jul 2012 17:39:08 +0000 (19:39 +0200)]
macosx: fixed crash when opening DVDs with uncommon disk names (close #7146)

11 years agomacosx: CAS: implemented information retrieval from the customization panel
Felix Paul Kühne [Sun, 15 Jul 2012 11:20:28 +0000 (13:20 +0200)]
macosx: CAS: implemented information retrieval from the customization panel

11 years agomacosx: CAS: implemented the media selector button in a preliminary way and performed...
Felix Paul Kühne [Sat, 14 Jul 2012 16:02:14 +0000 (18:02 +0200)]
macosx: CAS: implemented the media selector button in a preliminary way and performed some cleanup

11 years agomacosx: CAS: simplification
Felix Paul Kühne [Sat, 14 Jul 2012 12:26:12 +0000 (14:26 +0200)]
macosx: CAS: simplification

11 years agomacosx: CAS: fixed crash on quit and limit the OK button to be enabled only if both...
Felix Paul Kühne [Sat, 14 Jul 2012 12:22:28 +0000 (14:22 +0200)]
macosx: CAS: fixed crash on quit and limit the OK button to be enabled only if both an input and an output is set

11 years agomacosx: CAS: move pre-defined profiles to NSDefaults, so we can easily change and...
Felix Paul Kühne [Sat, 14 Jul 2012 12:13:03 +0000 (14:13 +0200)]
macosx: CAS: move pre-defined profiles to NSDefaults, so we can easily change and expand them

11 years agomacosx: CAS: private API optimization
Felix Paul Kühne [Sat, 14 Jul 2012 12:03:33 +0000 (14:03 +0200)]
macosx: CAS: private API optimization

11 years agoconfigure.ac: fixed compilation for iOS by making the OS X SDK options optional
Felix Paul Kühne [Fri, 13 Jul 2012 14:32:46 +0000 (16:32 +0200)]
configure.ac: fixed compilation for iOS by making the OS X SDK options optional

Note that by default, we will compile for the HOST OS instead of OS X 10.6, which is the way it should be.

11 years agoiso-639: remove now unused field
Rémi Denis-Courmont [Sat, 14 Jul 2012 08:37:17 +0000 (11:37 +0300)]
iso-639: remove now unused field

11 years agoinput: do not use native language spelling in language lists
Rémi Denis-Courmont [Sat, 14 Jul 2012 08:13:49 +0000 (11:13 +0300)]
input: do not use native language spelling in language lists

Those lists are supposed to contain language codes, not language names.

11 years agoinput: small simplification
Rémi Denis-Courmont [Sat, 14 Jul 2012 08:13:34 +0000 (11:13 +0300)]
input: small simplification

11 years agoinput: show elementary stream language in current user locale
Rémi Denis-Courmont [Sat, 14 Jul 2012 08:08:04 +0000 (11:08 +0300)]
input: show elementary stream language in current user locale

...rather than in the language's own spelling or in English.

11 years agomacosx: CAS: implemented profile loading mechanism
Felix Paul Kühne [Fri, 13 Jul 2012 17:21:19 +0000 (19:21 +0200)]
macosx: CAS: implemented profile loading mechanism

11 years agoMark --language as obsolete
Rémi Denis-Courmont [Thu, 12 Jul 2012 19:48:13 +0000 (22:48 +0300)]
Mark --language as obsolete

11 years agoRemove the nine years old --language hack
Rémi Denis-Courmont [Thu, 12 Jul 2012 19:48:13 +0000 (22:48 +0300)]
Remove the nine years old --language hack

This was apparently put in place to work around the lack of language
setting in BeOS. Then it was extended to Windows and MacOS since
gettext failed to retrieve the user language configuration.
BeOS is no longer supported and Windows support and MacOS support were
fixed in gettext 0.18.

Also calling setlocale() from a library can crash.

11 years agoWin32: do not override LC_ALL
Rémi Denis-Courmont [Thu, 12 Jul 2012 19:40:54 +0000 (22:40 +0300)]
Win32: do not override LC_ALL

This code might have had some effects on some other OS (BeOS?), but
it should not be required on Windows. Also good-mannered and
thread-safe libraries do not modify the environment.

11 years agowinvlc: enable improved gettext language detection for Windows Vista
Rémi Denis-Courmont [Thu, 12 Jul 2012 19:39:44 +0000 (22:39 +0300)]
winvlc: enable improved gettext language detection for Windows Vista

11 years agonb: use consistent (if less precise) language code
Rémi Denis-Courmont [Thu, 12 Jul 2012 15:49:14 +0000 (18:49 +0300)]
nb: use consistent (if less precise) language code

11 years agopo: missing or incorrect language codes
Rémi Denis-Courmont [Thu, 12 Jul 2012 15:47:06 +0000 (18:47 +0300)]
po: missing or incorrect language codes

11 years agofr: typo (again)
Rémi Denis-Courmont [Thu, 12 Jul 2012 15:37:17 +0000 (18:37 +0300)]
fr: typo (again)

11 years agofr: two types in one line
Rémi Denis-Courmont [Thu, 12 Jul 2012 15:35:03 +0000 (18:35 +0300)]
fr: two types in one line

This is the second time this commit is applied. Consider this is the
last warning for French translation. Any new revert of my corrections
without explanation will be re-reverted without further notice.

11 years agoavformat: avoid EOF if av_read_frame returns AVERROR(EAGAIN)
Rui Zhang [Thu, 12 Jul 2012 11:59:25 +0000 (19:59 +0800)]
avformat: avoid EOF if av_read_frame returns AVERROR(EAGAIN)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agohttp: write GET line in one go
Rémi Denis-Courmont [Thu, 12 Jul 2012 14:15:40 +0000 (17:15 +0300)]
http: write GET line in one go

This can save on TCP packet if Nagle somehow fails, and work around
bugs in some broken HTTP servers.

11 years agohttp: cosmetic
Rémi Denis-Courmont [Thu, 12 Jul 2012 14:13:34 +0000 (17:13 +0300)]
http: cosmetic

11 years agoSwscale: fix small logic error
Jean-Baptiste Kempf [Wed, 11 Jul 2012 23:23:10 +0000 (01:23 +0200)]
Swscale: fix small logic error

11 years agomacosx: activate app when going to fullscreen
David Fuhrmann [Wed, 11 Jul 2012 18:08:01 +0000 (20:08 +0200)]
macosx: activate app when going to fullscreen

this fixes a really nasty window layout mixing foreign windows with
the fs controller and the video, when activating while window is inactive

11 years agomacosx: fix playlist reordering problem
David Fuhrmann [Wed, 11 Jul 2012 12:14:56 +0000 (14:14 +0200)]
macosx: fix playlist reordering problem

close #4397

11 years agomacosx: fix fullscreen set by vout only (e.g. over http interface)
David Fuhrmann [Wed, 11 Jul 2012 11:01:27 +0000 (13:01 +0200)]
macosx: fix fullscreen set by vout only (e.g. over http interface)

close #7117

11 years agomacosx: remove outdated methods for fullscreen handling
David Fuhrmann [Wed, 11 Jul 2012 10:59:50 +0000 (12:59 +0200)]
macosx: remove outdated methods for fullscreen handling

11 years agoNEWS: sync with branch
Jean-Baptiste Kempf [Wed, 11 Jul 2012 09:59:57 +0000 (11:59 +0200)]
NEWS: sync with branch

11 years agoLUA: synchronise meta with the core
Jean-Baptiste Kempf [Wed, 11 Jul 2012 08:44:40 +0000 (10:44 +0200)]
LUA: synchronise meta with the core

11 years agoavcodec: map TSC2 codec
Jean-Baptiste Kempf [Wed, 11 Jul 2012 08:34:04 +0000 (10:34 +0200)]
avcodec: map TSC2 codec

11 years agoAdd fourcc for TSC2
Jean-Baptiste Kempf [Wed, 11 Jul 2012 08:30:27 +0000 (10:30 +0200)]
Add fourcc for TSC2

11 years agoomxil: enable extra debug in debug builds
Rafaël Carré [Tue, 10 Jul 2012 16:28:50 +0000 (18:28 +0200)]
omxil: enable extra debug in debug builds

This will enable more people to make useful reports.

To avoid spamming your log, several solutions:
- rebuild with this define removed
- use grep to match only what interests you from the log
- use software decoder

11 years agoLua: kill some relocs, pack
Rémi Denis-Courmont [Tue, 10 Jul 2012 14:24:07 +0000 (17:24 +0300)]
Lua: kill some relocs, pack

11 years agoLua: add an assertion
Rémi Denis-Courmont [Tue, 10 Jul 2012 14:19:52 +0000 (17:19 +0300)]
Lua: add an assertion

(The underlying assumption was previously implicit.)

11 years agoavcodec: set rc-buffer-size to 0, as it is default in ffmpeg/avconv
Ilkka Ollakka [Tue, 10 Jul 2012 10:23:22 +0000 (13:23 +0300)]
avcodec: set rc-buffer-size to 0, as it is default in ffmpeg/avconv

11 years agotypo: No newline before period
Christoph Miebach [Sun, 8 Jul 2012 20:21:49 +0000 (22:21 +0200)]
typo: No newline before period

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoSpelling of Ukrainian in NEWS and AUTHORS fixed
Christoph Miebach [Sun, 8 Jul 2012 09:12:00 +0000 (11:12 +0200)]
Spelling of Ukrainian in NEWS and AUTHORS fixed

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoAdding gd to lang list
Christoph Miebach [Sun, 8 Jul 2012 09:11:59 +0000 (11:11 +0200)]
Adding gd to lang list

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoRevert "Adding gd Gaelic to languages list"
Rafaël Carré [Tue, 10 Jul 2012 09:56:05 +0000 (11:56 +0200)]
Revert "Adding gd Gaelic to languages list"

This reverts commit 85b6c1463736907e6fed0900f0e93df05e89d2fa.

11 years agoi18n: Add more languages for selection
Christophe Mutricy [Thu, 2 Feb 2012 23:33:24 +0000 (23:33 +0000)]
i18n: Add more languages for selection

Add languages above 30% to the Win32/Mac list.
(cherry picked from commit bd82be73a578595f1ff8b3d81832bbde237023c9)

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoaudioscrobbler: prevent an endless loop inside the main loop
Fabian Keil [Sun, 17 Jun 2012 11:56:47 +0000 (13:56 +0200)]
audioscrobbler: prevent an endless loop inside the main loop

Fixes the clang complaint: The right operand of '<' is a garbage value

This might fix #6286.

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoopengl:os x build fix
Ilkka Ollakka [Mon, 9 Jul 2012 12:30:20 +0000 (15:30 +0300)]
opengl:os x build fix

11 years agoopengl.c: don't use fixed pipeline with glsl shader code, one step closer for opengl...
Ilkka Ollakka [Mon, 9 Jul 2012 12:00:16 +0000 (15:00 +0300)]
opengl.c: don't use fixed pipeline with glsl shader code, one step closer for opengl es 2

11 years agoopengl: cosmetic
Ilkka Ollakka [Mon, 9 Jul 2012 09:31:59 +0000 (12:31 +0300)]
opengl: cosmetic

11 years agoopengl: restore npot check for really old cards
Ilkka Ollakka [Sun, 8 Jul 2012 19:48:05 +0000 (22:48 +0300)]
opengl: restore npot check for really old cards

11 years agoopengl.c: refactor texture enabling and uniform setting
Ilkka Ollakka [Thu, 5 Jul 2012 15:21:00 +0000 (18:21 +0300)]
opengl.c: refactor texture enabling and uniform setting

11 years agoopengl: fixed compilation for OSX
Felix Paul Kühne [Sun, 8 Jul 2012 12:48:18 +0000 (14:48 +0200)]
opengl: fixed compilation for OSX

11 years agoopengl: disable shaders on older iOS releases so we get a picture
Felix Paul Kühne [Sun, 8 Jul 2012 12:37:05 +0000 (14:37 +0200)]
opengl: disable shaders on older iOS releases so we get a picture

11 years agoopengl: use RV32 instead of RV16 for the OpenGL ES variant, since we got neon assembl...
Felix Paul Kühne [Sun, 8 Jul 2012 11:20:05 +0000 (13:20 +0200)]
opengl: use RV32 instead of RV16 for the OpenGL ES variant, since we got neon assembly optimizations for that

11 years agonsis: remove unsecure options from the installer
Ludovic Fauvet [Thu, 5 Jul 2012 21:25:06 +0000 (23:25 +0200)]
nsis: remove unsecure options from the installer

Because we can't efficiently drop the privileges acquired by the UAC it
is wise to remove the possibility for the user to start VLC or view the
README at the end of the installation process.

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoQt: Early Fix ML "Add to playlist" adding items multiple times"
Francois Cartegnie [Fri, 6 Jul 2012 22:19:00 +0000 (00:19 +0200)]
Qt: Early Fix ML "Add to playlist" adding items multiple times"

Previous fix was doing late fixing by skipping multiple entries when
adding, but the multiplication was still done for other ops.
We were just needing to build Indexes list from rows instead of items.

This reverts commit 4cc9d5770a108434038e7f5a4e1bf9b3aafa3d8e.

11 years agoFourCC: use the correct name for real codecs
Jean-Baptiste Kempf [Wed, 4 Jul 2012 16:01:12 +0000 (18:01 +0200)]
FourCC: use the correct name for real codecs

11 years agoogg: Use unlikely()
Hugo Beauzée-Luyssen [Sat, 30 Jun 2012 11:54:16 +0000 (14:54 +0300)]
ogg: Use unlikely()

11 years agoHLS: minor fix
Frédéric Yhuel [Tue, 19 Jun 2012 14:56:30 +0000 (16:56 +0200)]
HLS: minor fix

It seems to me it makes more sense like that.

Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
11 years agoHLS: don't signal dl thread out of the blue in Close()
Frédéric Yhuel [Tue, 19 Jun 2012 14:17:55 +0000 (16:17 +0200)]
HLS: don't signal dl thread out of the blue in Close()

Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
11 years agomacosx: select right screen when fullscreen on startup is enabled
David Fuhrmann [Fri, 6 Jul 2012 12:54:11 +0000 (14:54 +0200)]
macosx: select right screen when fullscreen on startup is enabled

close #7051

11 years agomacosx vout: always use current bounds for picture placements, as we have custom...
David Fuhrmann [Fri, 6 Jul 2012 12:25:28 +0000 (14:25 +0200)]
macosx vout: always use current bounds for picture placements, as we have custom resize constraints in ui code

(in particular, the parameter cfg will not always hold the right window size value)

11 years agomacosx: don't allow a automatic resize beyond the right screen border
David Fuhrmann [Fri, 6 Jul 2012 12:24:27 +0000 (14:24 +0200)]
macosx: don't allow a automatic resize beyond the right screen border

11 years agoextras/package: enable NEON for iOS
Felix Paul Kühne [Thu, 5 Jul 2012 20:31:15 +0000 (22:31 +0200)]
extras/package: enable NEON for iOS

This is introduces a random hack, which is going to be reverted this fall.

11 years agoextras/tools: use Mans Rullgard's gas preprocessor variant instead of David Conrad...
Felix Paul Kühne [Thu, 5 Jul 2012 20:27:05 +0000 (22:27 +0200)]
extras/tools: use Mans Rullgard's gas preprocessor variant instead of David Conrad's since it is more up-to-date

11 years agoAdding gd Gaelic to languages list
Christoph Miebach [Thu, 5 Jul 2012 20:11:04 +0000 (22:11 +0200)]
Adding gd Gaelic to languages list

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoWin32: try to fix compilation
Rémi Denis-Courmont [Thu, 5 Jul 2012 15:46:15 +0000 (18:46 +0300)]
Win32: try to fix compilation

11 years agoQt: the video widget must be a proper window
Rémi Denis-Courmont [Thu, 5 Jul 2012 14:39:10 +0000 (17:39 +0300)]
Qt: the video widget must be a proper window

Otherwise, it might not have a window handle.

11 years agoQt: check embedded video window type at run-time
Rémi Denis-Courmont [Wed, 4 Jul 2012 18:14:53 +0000 (21:14 +0300)]
Qt: check embedded video window type at run-time

With Qt5, the window type must be checked at run-time: the windowing
system is always defined as Q_WS_QPA.

11 years agovout_window: make zero an error value for window type
Rémi Denis-Courmont [Thu, 5 Jul 2012 14:42:50 +0000 (17:42 +0300)]
vout_window: make zero an error value for window type

11 years agoQt: do not hard-code argv table size
Rémi Denis-Courmont [Thu, 5 Jul 2012 14:28:54 +0000 (17:28 +0300)]
Qt: do not hard-code argv table size