]> git.sesse.net Git - vlc/log
vlc
11 years agomacosx/wizard: allow partial extract values to be entered in a sane manner (close...
Felix Paul Kühne [Fri, 7 Sep 2012 14:13:32 +0000 (16:13 +0200)]
macosx/wizard: allow partial extract values to be entered in a sane manner (close #4991)

11 years agoStackhandler: process win32 stacks
Jean-Baptiste Kempf [Fri, 7 Sep 2012 12:44:48 +0000 (14:44 +0200)]
Stackhandler: process win32 stacks

This script was done by etix, and modified by me.

Yes, this is not the most beautiful ever, but it works. Patches welcome

11 years agoogg: fix computation of vorbis stream length (close #1859)
Ludovic Fauvet [Fri, 7 Sep 2012 10:56:41 +0000 (12:56 +0200)]
ogg: fix computation of vorbis stream length (close #1859)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agowin32: cosmetic
Rémi Denis-Courmont [Thu, 6 Sep 2012 21:10:16 +0000 (00:10 +0300)]
win32: cosmetic

11 years agoposix: fix warning
Rémi Denis-Courmont [Thu, 6 Sep 2012 21:10:07 +0000 (00:10 +0300)]
posix: fix warning

11 years agopo: Remove duplicate message definitions
Rafaël Carré [Thu, 6 Sep 2012 23:53:11 +0000 (01:53 +0200)]
po: Remove duplicate message definitions

The fixed typo generated a new string, and left the previous
string in the .po
Fixing the .po files thus left us with a duplicate string

11 years agotypo: overriden -> overridden
Rafaël Carré [Thu, 6 Sep 2012 23:28:24 +0000 (01:28 +0200)]
typo: overriden -> overridden

11 years agox264: do not use NULL terminated arrays in help item lists
Rafaël Carré [Thu, 6 Sep 2012 17:12:12 +0000 (19:12 +0200)]
x264: do not use NULL terminated arrays in help item lists

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoFix typo: overriden -> overridden.
Benjamin Drung [Thu, 6 Sep 2012 22:31:11 +0000 (00:31 +0200)]
Fix typo: overriden -> overridden.

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agocontrib: fix vorbis build on osx
Rafaël Carré [Thu, 6 Sep 2012 22:25:35 +0000 (00:25 +0200)]
contrib: fix vorbis build on osx

gcc -O4 is apparently not recognized anymore

11 years agomain: move single instance settings to playlist (from performance)
Rémi Denis-Courmont [Thu, 6 Sep 2012 18:09:57 +0000 (21:09 +0300)]
main: move single instance settings to playlist (from performance)

11 years agoWin32: run-time support for Seven's interrupt time
Rémi Denis-Courmont [Thu, 6 Sep 2012 18:02:21 +0000 (21:02 +0300)]
Win32: run-time support for Seven's interrupt time

11 years agoWin32: run-time support for Vista's tick count
Rémi Denis-Courmont [Thu, 6 Sep 2012 17:55:36 +0000 (20:55 +0300)]
Win32: run-time support for Vista's tick count

11 years agocontrib: libogg: do not use gcc -O4 on osx
Rafaël Carré [Thu, 6 Sep 2012 17:34:53 +0000 (19:34 +0200)]
contrib: libogg: do not use gcc -O4 on osx

11 years agovideodev2.h: fixes for non Linux builds
Rafaël Carré [Tue, 4 Sep 2012 23:59:27 +0000 (01:59 +0200)]
videodev2.h: fixes for non Linux builds

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoWin32: add --clock-source configuration item
Rémi Denis-Courmont [Thu, 6 Sep 2012 16:26:37 +0000 (19:26 +0300)]
Win32: add --clock-source configuration item

11 years agoFix comment for VLC_CONFIG_LIST_CB
Rémi Denis-Courmont [Thu, 6 Sep 2012 15:20:33 +0000 (18:20 +0300)]
Fix comment for VLC_CONFIG_LIST_CB

11 years agos/FFmpeg/libavcodec where applicable
Jean-Baptiste Kempf [Thu, 6 Sep 2012 15:25:31 +0000 (17:25 +0200)]
s/FFmpeg/libavcodec where applicable

11 years agoDo not ship UAC.dll in source tarball.
Benjamin Drung [Thu, 6 Sep 2012 13:07:22 +0000 (15:07 +0200)]
Do not ship UAC.dll in source tarball.

Close #7436

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoRemove empty *_DEPENDENCIES in makefiles
Rémi Denis-Courmont [Thu, 6 Sep 2012 13:55:07 +0000 (16:55 +0300)]
Remove empty *_DEPENDENCIES in makefiles

11 years agoaccess: use correct libtool tag for C++ files
Rémi Denis-Courmont [Thu, 6 Sep 2012 11:59:22 +0000 (14:59 +0300)]
access: use correct libtool tag for C++ files

11 years agoRemove unmaintained RPM specfiles
Rémi Denis-Courmont [Thu, 6 Sep 2012 11:57:49 +0000 (14:57 +0300)]
Remove unmaintained RPM specfiles

11 years agoogg: find the length of an opus stream
Ludovic Fauvet [Thu, 6 Sep 2012 10:38:49 +0000 (12:38 +0200)]
ogg: find the length of an opus stream

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoMKV: Fix seek to 0 with a non null time offset
Denis Charmet [Thu, 6 Sep 2012 11:02:05 +0000 (13:02 +0200)]
MKV: Fix seek to 0 with a non null time offset

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoFix typo: bandwith -> bandwidth.
Benjamin Drung [Thu, 6 Sep 2012 12:15:43 +0000 (14:15 +0200)]
Fix typo: bandwith -> bandwidth.

11 years agoQt: MLModel: fix memleak
Francois Cartegnie [Thu, 6 Sep 2012 10:39:39 +0000 (12:39 +0200)]
Qt: MLModel: fix memleak

11 years agodbus: simplify single instance initialization
Rémi Denis-Courmont [Thu, 6 Sep 2012 10:10:12 +0000 (13:10 +0300)]
dbus: simplify single instance initialization

11 years agoRemove system_End() except on Windows, simplify
Rémi Denis-Courmont [Thu, 6 Sep 2012 09:40:40 +0000 (12:40 +0300)]
Remove system_End() except on Windows, simplify

11 years agorecord: remove a few relocations
Rafaël Carré [Tue, 4 Sep 2012 13:12:19 +0000 (15:12 +0200)]
record: remove a few relocations

They were spotted by ruby-elf's cowstats (gem install ruby-elf)

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agoLIBDL may be required regardless of plugins (e.g. v4l2)
Rémi Denis-Courmont [Tue, 4 Sep 2012 13:56:02 +0000 (16:56 +0300)]
LIBDL may be required regardless of plugins (e.g. v4l2)

11 years ago--enable-qt4 is now --enable-qt
Rafaël Carré [Wed, 5 Sep 2012 11:46:12 +0000 (13:46 +0200)]
--enable-qt4 is now --enable-qt

11 years agoAdd missing "; " delimiter in subtitles extensions.
Mark Lee [Wed, 5 Sep 2012 10:38:16 +0000 (11:38 +0100)]
Add missing "; " delimiter in subtitles extensions.

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoWin32: Check for the shared libgcc in all LIBRARY_PATHs
Edward Wang [Wed, 5 Sep 2012 00:46:52 +0000 (20:46 -0400)]
Win32: Check for the shared libgcc in all LIBRARY_PATHs

Some mingw-w64 3.0 toolchains like mine, for example, have those DLLs in the second or possibly third field of LIBRARY_PATH. Skipping these could lead to weird C++ dlopen errors.

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agocontrib: build opus by default
Rafaël Carré [Wed, 5 Sep 2012 10:57:38 +0000 (12:57 +0200)]
contrib: build opus by default

11 years agofourcc.c: make fourcc lists fit in .rodata
Diego Elio Pettenò [Tue, 4 Sep 2012 14:25:09 +0000 (07:25 -0700)]
fourcc.c: make fourcc lists fit in .rodata

By changing the description from a pointer to an array of characters,
the long tables don't need to be relocated. Unfortunately this adds
30KB of padding zeroes for empty strings.

Since Lookup() returns a custom entry_t object, with a possibly
modified description, this is implemented by creating a new structure
type. With more work it would be possible to simply filling all the
entries with final description and remove the extra matching and entry
manipulation.

Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoContribs: update Opus to 1.0.1-rc3
Jean-Baptiste Kempf [Tue, 4 Sep 2012 22:01:32 +0000 (00:01 +0200)]
Contribs: update Opus to 1.0.1-rc3

11 years agoMKV: Handle multi-editions as different titles
Denis Charmet [Tue, 4 Sep 2012 11:53:36 +0000 (13:53 +0200)]
MKV: Handle multi-editions as different titles

Close #7401
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agosql_ml: wrong album update predicate.
Francois Cartegnie [Tue, 4 Sep 2012 19:10:55 +0000 (21:10 +0200)]
sql_ml: wrong album update predicate.

If psz_album is NULL you have no data to insert.
If you have an id then the value is already in database and only empty
string can erase it.

11 years agosql_ml: lock was missing, use GetURI
Francois Cartegnie [Tue, 4 Sep 2012 18:10:48 +0000 (20:10 +0200)]
sql_ml: lock was missing, use GetURI

11 years agomacosx: add scroll wheel support for progress and volume bar
David Fuhrmann [Sun, 2 Sep 2012 13:47:02 +0000 (15:47 +0200)]
macosx: add scroll wheel support for progress and volume bar

11 years agomacosx: reset window size to the one before video was started
David Fuhrmann [Mon, 3 Sep 2012 13:29:55 +0000 (15:29 +0200)]
macosx: reset window size to the one before video was started

close #6019

11 years agomacosx: use video-wallpaper instead of macosx-background, and fix some small issue
David Fuhrmann [Mon, 3 Sep 2012 13:03:57 +0000 (15:03 +0200)]
macosx: use video-wallpaper instead of macosx-background, and fix some small issue

11 years agoconfigure: add DOLT
Luca Barbato [Tue, 4 Sep 2012 13:54:00 +0000 (15:54 +0200)]
configure: add DOLT

Shorten build time.

On x86_64 linux build:

LIBTOOL make -j2  60,82s user 13,98s system 112% cpu 1:06,59 total
        make -j2  56,83s user 12,72s system 110% cpu 1:03,20 total
DOLT    make -j2  44,32s user 11,02s system 108% cpu 51,215 total
        make -j2  42,15s user 11,04s system 106% cpu 50,155 total

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoQt: MLItem: add missing lock and fix scheme fixing
Francois Cartegnie [Tue, 4 Sep 2012 13:02:10 +0000 (15:02 +0200)]
Qt: MLItem: add missing lock and fix scheme fixing

11 years agoQt: MLItem: missing lock
Francois Cartegnie [Tue, 4 Sep 2012 13:27:32 +0000 (15:27 +0200)]
Qt: MLItem: missing lock

11 years agoQt: MLItem: missing locks
Francois Cartegnie [Tue, 4 Sep 2012 13:38:42 +0000 (15:38 +0200)]
Qt: MLItem: missing locks

11 years agobuild: unbreak bootstrap after c685975185e8ad0e4845ea0dbacc0adf77eb7a20
Diego Elio Pettenò [Tue, 4 Sep 2012 13:19:30 +0000 (06:19 -0700)]
build: unbreak bootstrap after c685975185e8ad0e4845ea0dbacc0adf77eb7a20

Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agov4l2: copy header (with minor changes) from Linux 3.5
Rémi Denis-Courmont [Tue, 4 Sep 2012 13:07:07 +0000 (16:07 +0300)]
v4l2: copy header (with minor changes) from Linux 3.5

As agreed last week with upstream, that's basicailly the least insane
way to deal with the ever changing and expanding V4L2 API. This allows
compiling VLC with old Linux headers and run it well on a new Linux
kernel. This also avoids a pile of backward compatibility hacks.

A few other userspace tool already copy videodev2.h like that.

11 years agov4l2: do not warn about unsupported CROPCAP, only print debug
Rémi Denis-Courmont [Tue, 4 Sep 2012 12:54:39 +0000 (15:54 +0300)]
v4l2: do not warn about unsupported CROPCAP, only print debug

CROPCAP is no longer mandatory, and many drivers failed to provide it.
If there is no CROPCAP, then there is no cropping.

11 years agotranscode: try FI32 as intermediate format
Rafaël Carré [Mon, 3 Sep 2012 22:46:17 +0000 (00:46 +0200)]
transcode: try FI32 as intermediate format

Some formats can only be converted to FI32, and then
a FI32->FL32 converter can be used.

11 years agocontrib: install .pc file for ncursesw
Rafaël Carré [Tue, 4 Sep 2012 12:11:40 +0000 (14:11 +0200)]
contrib: install .pc file for ncursesw

11 years agomacosx: removed dead code
Felix Paul Kühne [Tue, 4 Sep 2012 10:51:20 +0000 (12:51 +0200)]
macosx: removed dead code

11 years agoomxil: Only use pts if it actually is set
Martin Storsjö [Wed, 29 Aug 2012 21:44:42 +0000 (00:44 +0300)]
omxil: Only use pts if it actually is set

If we need to use pts for timestamps, but pts isn't set (the
avi demuxer seems to set it to 0 for cases where it isn't known, while
dts has a nonzero value), use dts instead.

This fixes things on OMAP4 (the only platform where b_use_pts is
set at the moment), when playing back files that have only dts,
no pts.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoContribs: use dvdnav fork on github
Jean-Baptiste Kempf [Tue, 4 Sep 2012 09:25:39 +0000 (11:25 +0200)]
Contribs: use dvdnav fork on github

Bored as hell of those crashes...

11 years agoQt4: ask for confirmation before overwriting files with sout
Rémi Denis-Courmont [Tue, 4 Sep 2012 09:24:17 +0000 (12:24 +0300)]
Qt4: ask for confirmation before overwriting files with sout

Both conversion and streaming output wizard are covered.
However, demuxdump is _not_ covered.

11 years agofile out: ask for confirmation to overwrite file
Rémi Denis-Courmont [Tue, 4 Sep 2012 09:14:44 +0000 (12:14 +0300)]
file out: ask for confirmation to overwrite file

To avoid disrupting existing workflows, the dialog is only shown when
overwrite is disabled. If there is no UI, then it will be assumed that
the file is not overwritten.

11 years agosrc: remove one level of makefile recursion
Diego Biurrun [Tue, 4 Sep 2012 08:47:32 +0000 (11:47 +0300)]
src: remove one level of makefile recursion

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agoFix 0-byte Ogg packet handling.
Timothy B. Terriberry [Sun, 2 Sep 2012 22:24:03 +0000 (15:24 -0700)]
Fix 0-byte Ogg packet handling.

This stops rejecting 0-byte packets, adds checks everywhere we
access the first byte of a packet, updates the th_decode_packetin()
return value checking so that duplicate frames aren't thrown away,
and updates video pts generation so the resulting frames are
displayed correctly,

Fixes bug #3416.

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoOpus decoder.
Timothy B. Terriberry [Sun, 2 Sep 2012 14:43:41 +0000 (07:43 -0700)]
Opus decoder.

This patch uses the information passed by the demuxer in block_t's
i_nb_samples and i_length to properly handle pre-skip, seeking
pre-roll, and end-trim. Multi-channel decoding should work. It also
adds .opus to the list of supported formats.

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoOpus demuxing fixes.
Timothy B. Terriberry [Sun, 2 Sep 2012 14:36:44 +0000 (07:36 -0700)]
Opus demuxing fixes.

This properly handles pre-skip, seeking pre-roll, and end-trim. It
uses the i_nb_samples field of block_t to signal to the decoder how
many samples should be returned after (possibly) skipping some at
the start of the block (for both pre-skip and pre-roll). In
addition, it abuses the i_length field of block_t to signal to the
decoder how many samples to trim from the end of the packet (for
end-trimming).

This patch does not compute correct timestamps for streams which
start at a non-zero offset (e.g., live streams joined in the
middle), nor does it correctly compute the length of a stream. But
neither of those things work for Vorbis, either. I'm leaving them
for a follow-up patch.

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agomacosx: unify and modernize coding style
Felix Paul Kühne [Mon, 3 Sep 2012 21:05:52 +0000 (23:05 +0200)]
macosx: unify and modernize coding style

11 years agomacosx/StringUtility: move lost declaration
Felix Paul Kühne [Mon, 3 Sep 2012 18:46:44 +0000 (20:46 +0200)]
macosx/StringUtility: move lost declaration

11 years agoquartztext: unify and modernize coding style
Felix Paul Kühne [Mon, 3 Sep 2012 18:41:46 +0000 (20:41 +0200)]
quartztext: unify and modernize coding style

11 years agoeyetv: unify and modernize coding style
Felix Paul Kühne [Mon, 3 Sep 2012 18:30:09 +0000 (20:30 +0200)]
eyetv: unify and modernize coding style

11 years agoqtcapture: unify and modernize coding style
Felix Paul Kühne [Mon, 3 Sep 2012 18:12:53 +0000 (20:12 +0200)]
qtcapture: unify and modernize coding style

11 years agoqtsound: unify and modernize coding style
Felix Paul Kühne [Mon, 3 Sep 2012 18:09:46 +0000 (20:09 +0200)]
qtsound: unify and modernize coding style

11 years agomacosx_vout: unify coding style
Felix Paul Kühne [Mon, 3 Sep 2012 18:04:37 +0000 (20:04 +0200)]
macosx_vout: unify coding style

11 years agomacosx: fixed runtime warnings due to renamed imagery
Felix Paul Kühne [Mon, 3 Sep 2012 17:10:58 +0000 (19:10 +0200)]
macosx: fixed runtime warnings due to renamed imagery

11 years agomacosx: implemented graphics for forward/backward in the 6 button state
Felix Paul Kühne [Mon, 3 Sep 2012 17:08:05 +0000 (19:08 +0200)]
macosx: implemented graphics for forward/backward in the 6 button state

11 years agomacosx: add additional artwork for forward/backward when showing the 6 button state
Damien Erambert [Mon, 3 Sep 2012 16:40:35 +0000 (18:40 +0200)]
macosx: add additional artwork for forward/backward when showing the 6 button state

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
11 years agomacosx: removed no longer needed preliminary artwork
Felix Paul Kühne [Mon, 3 Sep 2012 16:37:45 +0000 (18:37 +0200)]
macosx: removed no longer needed preliminary artwork

11 years agomacosx: implemented graphics for next/previous in the 6 button state
Felix Paul Kühne [Mon, 3 Sep 2012 16:34:53 +0000 (18:34 +0200)]
macosx: implemented graphics for next/previous in the 6 button state

11 years agomacosx: new artwork for the 6 button state for the previous/next buttons
Damien Erambert [Mon, 3 Sep 2012 16:31:20 +0000 (18:31 +0200)]
macosx: new artwork for the 6 button state for the previous/next buttons

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
11 years agomacosx: renamed 'back' button images to 'backward', since it is less confusing
Felix Paul Kühne [Mon, 3 Sep 2012 16:28:39 +0000 (18:28 +0200)]
macosx: renamed 'back' button images to 'backward', since it is less confusing

11 years agomacosx: implemented graphics for the single playlist button state
Felix Paul Kühne [Mon, 3 Sep 2012 16:01:23 +0000 (18:01 +0200)]
macosx: implemented graphics for the single playlist button state

11 years agomacosx: added new artwork for the single playlist button state
Damien Erambert [Mon, 3 Sep 2012 16:00:12 +0000 (18:00 +0200)]
macosx: added new artwork for the single playlist button state

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
11 years agofile out: option not to overwrite an existing file
Rémi Denis-Courmont [Mon, 3 Sep 2012 15:53:04 +0000 (18:53 +0300)]
file out: option not to overwrite an existing file

If --no-sout-file-overwrite is specified, the access output will refuse
to overwrite an existing file. Overwrite is enabled by default for
backward compatibility with existing command lines.

11 years agohttp: fix HTTP through proxy (fixes #7417)
Rémi Denis-Courmont [Mon, 3 Sep 2012 15:21:13 +0000 (18:21 +0300)]
http: fix HTTP through proxy (fixes #7417)

11 years agov4l2: radio: measure time from start (refs #7400)
Rémi Denis-Courmont [Mon, 3 Sep 2012 13:32:58 +0000 (16:32 +0300)]
v4l2: radio: measure time from start (refs #7400)

11 years agoALSA: measure time from start (refs #7400)
Rémi Denis-Courmont [Mon, 3 Sep 2012 13:31:10 +0000 (16:31 +0300)]
ALSA: measure time from start (refs #7400)

11 years agov4l: measure time from start (fixes #7400)
Rémi Denis-Courmont [Mon, 3 Sep 2012 13:28:45 +0000 (16:28 +0300)]
v4l: measure time from start (fixes #7400)

11 years agowin32: prefer 64-bits ticks count on Vista builds
Rémi Denis-Courmont [Mon, 3 Sep 2012 11:58:11 +0000 (14:58 +0300)]
win32: prefer 64-bits ticks count on Vista builds

While less precise, ticks count should be more stable than performance
counters.

11 years agowasapi: do not assume mdate() returns the performance counter
Rémi Denis-Courmont [Mon, 3 Sep 2012 11:34:13 +0000 (14:34 +0300)]
wasapi: do not assume mdate() returns the performance counter

11 years agoRemove old MSVC and Borland work-arounds
Rémi Denis-Courmont [Mon, 3 Sep 2012 09:45:11 +0000 (12:45 +0300)]
Remove old MSVC and Borland work-arounds

11 years agoRemove work-around for antique versions of MSVC
Rémi Denis-Courmont [Mon, 3 Sep 2012 09:44:38 +0000 (12:44 +0300)]
Remove work-around for antique versions of MSVC

11 years agoRemove useless alloca() work-around
Rémi Denis-Courmont [Mon, 3 Sep 2012 09:43:59 +0000 (12:43 +0300)]
Remove useless alloca() work-around

We do not use (non-standard) alloca() anymore.

11 years agoQt: PLSelector: ensure curItem is set when switching back from ML
Francois Cartegnie [Sun, 2 Sep 2012 12:49:34 +0000 (14:49 +0200)]
Qt: PLSelector: ensure curItem is set when switching back from ML

11 years agoQt: MLmodel: fix headers encoding
Francois Cartegnie [Fri, 31 Aug 2012 13:41:54 +0000 (15:41 +0200)]
Qt: MLmodel: fix headers encoding

11 years agomacosx: fixed conditionals for the different OS X release by adapting to the newly...
Felix Paul Kühne [Sun, 2 Sep 2012 11:47:21 +0000 (13:47 +0200)]
macosx: fixed conditionals for the different OS X release by adapting to the newly updated version defines

11 years agoauhal: converted to a more sane coding style
Felix Paul Kühne [Sun, 2 Sep 2012 09:41:04 +0000 (11:41 +0200)]
auhal: converted to a more sane coding style

No functional changes.

11 years agoauhal: unify coding style
Felix Paul Kühne [Sat, 1 Sep 2012 14:36:58 +0000 (16:36 +0200)]
auhal: unify coding style

11 years agoRemove WinCE
Rémi Denis-Courmont [Sun, 2 Sep 2012 09:14:28 +0000 (12:14 +0300)]
Remove WinCE

11 years agoRemove redundant UNDER_CE checks
Rémi Denis-Courmont [Sat, 1 Sep 2012 13:54:44 +0000 (16:54 +0300)]
Remove redundant UNDER_CE checks

WIN32 is defined also on WinCE anyway.

11 years agocontrib: libass added fontconfig font search paths for OS X.
Naohiro KORIYAMA [Wed, 29 Aug 2012 14:44:16 +0000 (16:44 +0200)]
contrib: libass added fontconfig font search paths for OS X.

On OS X, fontconfig searches font only from /System/Library/Fonts, so this patch adds more search paths to its initialization.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
11 years agoauhal: fixed audio device configuration callback and added an additional callback...
Felix Paul Kühne [Sat, 1 Sep 2012 09:57:58 +0000 (11:57 +0200)]
auhal: fixed audio device configuration callback and added an additional callback to watch the used device's health (close #4834)

11 years agoauhal: fix inverted logic (and potential NULL pointer deref).
Rémi Duraffort [Sat, 1 Sep 2012 07:19:14 +0000 (09:19 +0200)]
auhal: fix inverted logic (and potential NULL pointer deref).

11 years agomacosx: updated xcodeproj to fix the build
Felix Paul Kühne [Fri, 31 Aug 2012 13:28:44 +0000 (15:28 +0200)]
macosx: updated xcodeproj to fix the build

11 years agoSanitize file path before deletion.
Angelo Haller [Fri, 31 Aug 2012 11:48:37 +0000 (13:48 +0200)]
Sanitize file path before deletion.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agomacosx: use the updated forward/back buttons in the gray window
Felix Paul Kühne [Fri, 31 Aug 2012 12:17:04 +0000 (14:17 +0200)]
macosx: use the updated forward/back buttons in the gray window

11 years agomacosx: updated forward/back buttons for the gray window
Damien Erambert [Fri, 31 Aug 2012 12:13:20 +0000 (14:13 +0200)]
macosx: updated forward/back buttons for the gray window

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>