]> git.sesse.net Git - vlc/log
vlc
12 years agoncurses: fix mutex locking order
Rafaël Carré [Sun, 13 Nov 2011 22:40:21 +0000 (17:40 -0500)]
ncurses: fix mutex locking order

12 years agofix unused variable warning
Rafaël Carré [Sun, 13 Nov 2011 22:25:22 +0000 (17:25 -0500)]
fix unused variable warning

12 years agoavformat demux: fix h264 packetizing
Rafaël Carré [Sun, 13 Nov 2011 22:23:15 +0000 (17:23 -0500)]
avformat demux: fix h264 packetizing

12 years agodirectory access: avoid useless strdup
Rafaël Carré [Sun, 13 Nov 2011 21:06:50 +0000 (16:06 -0500)]
directory access: avoid useless strdup

12 years agouse MOZILLA_CFLAGS
Rafaël Carré [Sun, 13 Nov 2011 02:06:41 +0000 (21:06 -0500)]
use MOZILLA_CFLAGS

12 years agodon't use --with-mozilla-sdk-path
Rafaël Carré [Sun, 13 Nov 2011 02:03:31 +0000 (21:03 -0500)]
don't use --with-mozilla-sdk-path

12 years agoDistribute compiler DLLs when needed
Rafaël Carré [Sat, 12 Nov 2011 21:51:42 +0000 (16:51 -0500)]
Distribute compiler DLLs when needed

12 years agoonly wince does not need npapi
Rafaël Carré [Sat, 12 Nov 2011 21:48:42 +0000 (16:48 -0500)]
only wince does not need npapi

12 years agoCover clobber list and compiler flags when checking x86 inline assembly
Rémi Denis-Courmont [Fri, 11 Nov 2011 15:09:27 +0000 (17:09 +0200)]
Cover clobber list and compiler flags when checking x86 inline assembly

12 years agomacosx: handle the space key correctly for play/pause toggling
Felix Paul Kühne [Sat, 12 Nov 2011 17:42:13 +0000 (18:42 +0100)]
macosx: handle the space key correctly for play/pause toggling

fixes #5508

12 years agoRevert "macosx: remove callbacks in VLCMain correctly. Fixes #5427"
Felix Paul Kühne [Sat, 12 Nov 2011 17:27:53 +0000 (18:27 +0100)]
Revert "macosx: remove callbacks in VLCMain correctly. Fixes #5427"

This reverts commit f2dfc28e8b194b4f5b142cc8bfdd432ec4b1bb8f.

12 years agodlltool: associate lib file to dll
Rafaël Carré [Sat, 12 Nov 2011 07:18:16 +0000 (02:18 -0500)]
dlltool: associate lib file to dll

12 years agocontrib: vpx: update win64 patch (pushed upstream already)
Rafaël Carré [Sat, 12 Nov 2011 03:41:32 +0000 (22:41 -0500)]
contrib: vpx: update win64 patch (pushed upstream already)

Generates correct assembly and fix vp8 crash

12 years agoBuild and package libvlc(core).lib
Rafaël Carré [Fri, 11 Nov 2011 21:11:31 +0000 (16:11 -0500)]
Build and package libvlc(core).lib

12 years agoignore vlc.exe
Rafaël Carré [Fri, 11 Nov 2011 19:54:11 +0000 (14:54 -0500)]
ignore vlc.exe

12 years agocontrib: qt4: fix build in 32-bit chroot with 64-bit kernel
Rafaël Carré [Fri, 11 Nov 2011 19:52:06 +0000 (14:52 -0500)]
contrib: qt4: fix build in 32-bit chroot with 64-bit kernel

12 years agoFix #5706
Rafaël Carré [Fri, 11 Nov 2011 19:40:21 +0000 (14:40 -0500)]
Fix #5706

Properly take the recursive event_sending_lock when looking for listener to
send the event.
Ensure that there will be no event dispatch after vlc_event_detach().

Also, fix a bug in libvlc_event where removing an event handler from an event
callback would lead to a crash.

12 years agoconfigure: do not print incomplete and thus confusing plugins list
Rémi Denis-Courmont [Fri, 11 Nov 2011 16:11:08 +0000 (18:11 +0200)]
configure: do not print incomplete and thus confusing plugins list

12 years agoRework OpenGL detection
Rémi Denis-Courmont [Fri, 11 Nov 2011 16:05:54 +0000 (18:05 +0200)]
Rework OpenGL detection

 * Comment out checks for GL ES, as the plugins are not working.
 * Check libGL only once.
 * Disable EGL by default as it is incomplete and does not correctly
   check for version (1.4 or later is assumed).
 * Only the generic OpenGL output if EGL is available, as there are
   currently no other OpenGL provider plugins.

12 years agoRevert "gradfun: define the clobber list"
Rémi Denis-Courmont [Fri, 11 Nov 2011 15:09:27 +0000 (17:09 +0200)]
Revert "gradfun: define the clobber list"

This reverts commit 07df00dc7275687577038e84cb42d31f1df4567e.

12 years agoRevert "grain: fix clobber list"
Rémi Denis-Courmont [Fri, 11 Nov 2011 15:08:27 +0000 (17:08 +0200)]
Revert "grain: fix clobber list"

This broke compilation.

This reverts commit 5b859717c106c37c5f4ce91420be25ad5865a35c.

12 years agoRevert "Add the clobber register list to inline assembly."
Rémi Denis-Courmont [Fri, 11 Nov 2011 15:05:15 +0000 (17:05 +0200)]
Revert "Add the clobber register list to inline assembly."

This reverts commit 23e0cb9f280d74e5155277eb77ab57a30573a11a.

12 years agofbosd: fix potential buffer over-read
Rémi Duraffort [Fri, 11 Nov 2011 15:03:10 +0000 (16:03 +0100)]
fbosd: fix potential buffer over-read

12 years agofreetype: fix a typo
Rémi Duraffort [Fri, 11 Nov 2011 14:56:07 +0000 (15:56 +0100)]
freetype: fix a typo

12 years agodecoder: fix warning
Rémi Duraffort [Fri, 11 Nov 2011 14:52:41 +0000 (15:52 +0100)]
decoder: fix warning

12 years agovlc_mouse: Fix typo
Rémi Duraffort [Fri, 11 Nov 2011 14:43:24 +0000 (15:43 +0100)]
vlc_mouse: Fix typo

12 years agograin: fix clobber list
Rémi Duraffort [Fri, 11 Nov 2011 14:39:29 +0000 (15:39 +0100)]
grain: fix clobber list

12 years agogradfun: define the clobber list
Rémi Duraffort [Fri, 11 Nov 2011 14:28:56 +0000 (15:28 +0100)]
gradfun: define the clobber list

12 years agovdr: check array index before using it.
Rémi Duraffort [Tue, 11 Oct 2011 14:20:54 +0000 (16:20 +0200)]
vdr: check array index before using it.

12 years agoAdd the clobber register list to inline assembly.
Rémi Duraffort [Sat, 1 Oct 2011 18:05:26 +0000 (20:05 +0200)]
Add the clobber register list to inline assembly.

12 years agoFix wglew.h detection with mingw32
Rafaël Carré [Fri, 11 Nov 2011 07:52:34 +0000 (02:52 -0500)]
Fix wglew.h detection with mingw32

12 years agoDistribute peflags.pl and win32 configure scripts
Rafaël Carré [Fri, 11 Nov 2011 06:03:38 +0000 (01:03 -0500)]
Distribute peflags.pl and win32 configure scripts

12 years agovlc.win32.nsi: remove obsolete stuff
Rafaël Carré [Fri, 11 Nov 2011 05:58:25 +0000 (00:58 -0500)]
vlc.win32.nsi: remove obsolete stuff

12 years agoMakefile.am: remove old useless MacOSX rules
Rafaël Carré [Fri, 11 Nov 2011 05:50:36 +0000 (00:50 -0500)]
Makefile.am: remove old useless MacOSX rules

12 years agocontrib: qt4: fix header install
Rafaël Carré [Fri, 11 Nov 2011 02:35:21 +0000 (21:35 -0500)]
contrib: qt4: fix header install

12 years agocontrib: qt4: Reduce win32 binsize
Rafaël Carré [Fri, 11 Nov 2011 01:43:03 +0000 (20:43 -0500)]
contrib: qt4: Reduce win32 binsize

Some config options do not apply to win32 builds (e.g. QT_NO_ICONV)

12 years agocontrib: qt4: fix jpeg enabling
Rafaël Carré [Fri, 11 Nov 2011 01:15:33 +0000 (20:15 -0500)]
contrib: qt4: fix jpeg enabling

12 years agocontrib: qt4: factorize header install
Rafaël Carré [Thu, 10 Nov 2011 23:12:58 +0000 (18:12 -0500)]
contrib: qt4: factorize header install

12 years agoFix typo in http interface
Eren Inan Canpolat [Thu, 10 Nov 2011 21:43:32 +0000 (22:43 +0100)]
Fix typo in http interface

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agocontrib: qt4: only disable cde, motif, plastique and cleanlooks style
Rafaël Carré [Thu, 10 Nov 2011 22:46:14 +0000 (17:46 -0500)]
contrib: qt4: only disable cde, motif, plastique and cleanlooks style

This keeps windows and mac styles (for mac builds)

12 years agocontrib: qt4: don't build styles we don't want
Rafaël Carré [Thu, 10 Nov 2011 22:39:48 +0000 (17:39 -0500)]
contrib: qt4: don't build styles we don't want

12 years agomacosx: fixed crash on Leopard
Felix Paul Kühne [Thu, 10 Nov 2011 20:39:34 +0000 (21:39 +0100)]
macosx: fixed crash on Leopard

12 years agoImplement vlc_poll() on OS/2
KO Myung-Hun [Sun, 6 Nov 2011 09:58:28 +0000 (18:58 +0900)]
Implement vlc_poll() on OS/2

Modified-and...
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoFr: mistake in translation
Jean-Baptiste Kempf [Thu, 10 Nov 2011 19:57:53 +0000 (20:57 +0100)]
Fr: mistake in translation

12 years agoPulseAudio news
Rémi Denis-Courmont [Thu, 10 Nov 2011 19:02:38 +0000 (21:02 +0200)]
PulseAudio news

12 years agoskins2: use vlc_mkdir
Rafaël Carré [Thu, 10 Nov 2011 17:38:14 +0000 (12:38 -0500)]
skins2: use vlc_mkdir

12 years agoDTV: poll signal strength and noise ratio every so often
Rémi Denis-Courmont [Thu, 10 Nov 2011 16:58:13 +0000 (18:58 +0200)]
DTV: poll signal strength and noise ratio every so often

12 years agoQt: re-probe the disc drives on each change of FocusPanel()
Jean-Baptiste Kempf [Thu, 10 Nov 2011 00:34:50 +0000 (01:34 +0100)]
Qt: re-probe the disc drives on each change of FocusPanel()

12 years agoglwin32 needs wglew.h not glext.h
Rafaël Carré [Thu, 10 Nov 2011 00:25:14 +0000 (19:25 -0500)]
glwin32 needs wglew.h not glext.h

12 years agoQt: open BRD
Jean-Baptiste Kempf [Thu, 10 Nov 2011 00:14:50 +0000 (01:14 +0100)]
Qt: open BRD

12 years agomacosx: more 10.5 fixes. Additionally, converted all xibs files to version 7.10
Felix Paul Kühne [Wed, 9 Nov 2011 22:09:42 +0000 (23:09 +0100)]
macosx: more 10.5 fixes. Additionally, converted all xibs files to version 7.10

12 years agomacosx: restored compatibility with Xcode 3.1.x
Felix Paul Kühne [Wed, 9 Nov 2011 22:02:12 +0000 (23:02 +0100)]
macosx: restored compatibility with Xcode 3.1.x

12 years agoContribs: don't use pthread for Win32
Jean-Baptiste Kempf [Wed, 9 Nov 2011 21:39:54 +0000 (22:39 +0100)]
Contribs: don't use pthread for Win32

12 years agoQt4: install QtXml and QtNetwork
Jean-Baptiste Kempf [Wed, 9 Nov 2011 21:21:13 +0000 (22:21 +0100)]
Qt4: install QtXml and QtNetwork

Will help package phonon bindings and doesn't cost much since it is
already compiled.

12 years agoFix liba52 detection
Rémi Denis-Courmont [Wed, 9 Nov 2011 21:07:44 +0000 (23:07 +0200)]
Fix liba52 detection

12 years agoContribs: projectM seems to need pthreads to build
Jean-Baptiste Kempf [Wed, 9 Nov 2011 20:49:15 +0000 (21:49 +0100)]
Contribs: projectM seems to need pthreads to build

12 years agoCOntribs: zvbi, simplify
Jean-Baptiste Kempf [Wed, 9 Nov 2011 20:36:07 +0000 (21:36 +0100)]
COntribs: zvbi, simplify

12 years agoContribs: fix previous commit
Jean-Baptiste Kempf [Wed, 9 Nov 2011 19:35:33 +0000 (20:35 +0100)]
Contribs: fix previous commit

12 years agostricter regexp
Rafaël Carré [Wed, 9 Nov 2011 19:30:29 +0000 (14:30 -0500)]
stricter regexp

12 years agocontrib: fix zvbi .pc
Rafaël Carré [Wed, 9 Nov 2011 19:25:40 +0000 (14:25 -0500)]
contrib: fix zvbi .pc

don't use absolute path to library because it pkg-config reorders it

12 years agowin64: enable projectM
Rafaël Carré [Wed, 9 Nov 2011 18:51:34 +0000 (13:51 -0500)]
win64: enable projectM

12 years agoContribs: glew, work-around buggy Makefile for MingW
Jean-Baptiste Kempf [Wed, 9 Nov 2011 18:48:26 +0000 (19:48 +0100)]
Contribs: glew, work-around buggy Makefile for MingW

12 years agoconfigure.ac: fix typo
Ilkka Ollakka [Wed, 9 Nov 2011 18:42:54 +0000 (20:42 +0200)]
configure.ac: fix typo

12 years agocontrib: qt4: native qt4 builds might just work
Rafaël Carré [Wed, 9 Nov 2011 18:34:32 +0000 (13:34 -0500)]
contrib: qt4: native qt4 builds might just work

good luck anyway for people doing that

12 years agocontrib: update TODO, only OSX is left behind now
Rafaël Carré [Wed, 9 Nov 2011 18:34:10 +0000 (13:34 -0500)]
contrib: update TODO, only OSX is left behind now

12 years agoqt4: build/install rcc/moc/uic for both native and cross builds
Rafaël Carré [Wed, 9 Nov 2011 18:33:49 +0000 (13:33 -0500)]
qt4: build/install rcc/moc/uic for both native and cross builds

12 years agocontrib: qt4: simplify cross compile
Rafaël Carré [Wed, 9 Nov 2011 17:15:00 +0000 (12:15 -0500)]
contrib: qt4: simplify cross compile

12 years agoqt4: hide SQL media library when not compiled in
Rafaël Carré [Wed, 9 Nov 2011 17:06:42 +0000 (12:06 -0500)]
qt4: hide SQL media library when not compiled in

12 years agoblurayOpen(): factorize error case
Rafaël Carré [Wed, 9 Nov 2011 14:51:13 +0000 (09:51 -0500)]
blurayOpen(): factorize error case

12 years agocontrib: qt4: use proper cross compile
Rafaël Carré [Wed, 9 Nov 2011 01:59:45 +0000 (20:59 -0500)]
contrib: qt4: use proper cross compile

12 years agowith-peflags was removed
Rafaël Carré [Wed, 9 Nov 2011 01:19:04 +0000 (20:19 -0500)]
with-peflags was removed

12 years agocontrib: qt4: don't build phonon
Rafaël Carré [Tue, 8 Nov 2011 23:47:13 +0000 (18:47 -0500)]
contrib: qt4: don't build phonon

12 years agox264: do not make it harder for translators
Jean-Baptiste Kempf [Tue, 8 Nov 2011 23:44:57 +0000 (00:44 +0100)]
x264: do not make it harder for translators

12 years agoAdd Telugu l10n to .desktop
Praveen Illa [Tue, 8 Nov 2011 22:54:16 +0000 (22:54 +0000)]
Add Telugu l10n to .desktop

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agoSync .po for 1.2.0-pre1
Christophe Mutricy [Tue, 8 Nov 2011 23:28:59 +0000 (23:28 +0000)]
Sync .po for 1.2.0-pre1

12 years agol10n: Initial Telugu translation
Praveen Illa [Tue, 8 Nov 2011 23:25:13 +0000 (23:25 +0000)]
l10n: Initial Telugu translation

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agol10n: Japanese update
Fumio Nakayama [Tue, 8 Nov 2011 23:23:59 +0000 (23:23 +0000)]
l10n: Japanese update

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agol10n: French update
Éric Lassauge [Tue, 8 Nov 2011 23:21:14 +0000 (23:21 +0000)]
l10n: French update

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agol10n: Basque update
Xabier Aramendi [Tue, 8 Nov 2011 23:16:18 +0000 (23:16 +0000)]
l10n: Basque update

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agol10n: Estonian update
Mihkel Kirjutas [Tue, 8 Nov 2011 23:15:34 +0000 (23:15 +0000)]
l10n: Estonian update

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agol10n: Bulgarian update
Ivo Ivanov [Tue, 8 Nov 2011 23:14:55 +0000 (23:14 +0000)]
l10n: Bulgarian update

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agol10n: Japanese NSIS update
Fumio Nakayama [Tue, 8 Nov 2011 23:11:18 +0000 (23:11 +0000)]
l10n: Japanese NSIS update

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agol10n: Hebrew translation of .desktop
Yaron Shahrabani [Mon, 7 Nov 2011 23:57:19 +0000 (23:57 +0000)]
l10n: Hebrew translation of .desktop

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agol10n: Update vlc.pot for VLC 1.2.0-pre1
Christophe Mutricy [Tue, 8 Nov 2011 23:27:37 +0000 (23:27 +0000)]
l10n: Update vlc.pot for VLC 1.2.0-pre1

12 years agoFix typo in estonian l10n
Mihkel Kirjutas [Mon, 7 Nov 2011 23:54:17 +0000 (23:54 +0000)]
Fix typo in estonian l10n

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agocontrib: qt4 can only be cross compiled atm
Rafaël Carré [Tue, 8 Nov 2011 18:08:15 +0000 (13:08 -0500)]
contrib: qt4 can only be cross compiled atm

12 years agocontrib: qt4: win32 rules
Rafaël Carré [Tue, 8 Nov 2011 17:57:40 +0000 (12:57 -0500)]
contrib: qt4: win32 rules

doesn't seem to build with mingw32

12 years agopeflags.py -> peflags.pl
Rafaël Carré [Tue, 8 Nov 2011 17:51:11 +0000 (12:51 -0500)]
peflags.py -> peflags.pl

12 years agofix win32 threadvar linked list
Sébastien Escudier [Mon, 7 Nov 2011 14:32:16 +0000 (15:32 +0100)]
fix win32 threadvar linked list

12 years agotypo
Rafaël Carré [Tue, 8 Nov 2011 06:38:58 +0000 (01:38 -0500)]
typo

12 years agocontrib: add qt4
Rafaël Carré [Tue, 8 Nov 2011 06:26:12 +0000 (01:26 -0500)]
contrib: add qt4

win64 only for now, win32 support shouldn't be hard to add

12 years agoextras/tools: add yasm
Rafaël Carré [Tue, 8 Nov 2011 05:36:39 +0000 (00:36 -0500)]
extras/tools: add yasm

12 years agocontrib: remove yasm deps
Rafaël Carré [Tue, 8 Nov 2011 04:41:03 +0000 (23:41 -0500)]
contrib: remove yasm deps

build tools will be handled by extras/tools

12 years agoextra/tools: add GNU tar (with J = xz support)
Rafaël Carré [Tue, 8 Nov 2011 04:34:24 +0000 (23:34 -0500)]
extra/tools: add GNU tar (with J = xz support)

12 years agoshell typo
Rafaël Carré [Tue, 8 Nov 2011 04:33:17 +0000 (23:33 -0500)]
shell typo

12 years agosout_std: try to guess muxer if opening failed
Rafaël Carré [Tue, 8 Nov 2011 02:08:27 +0000 (21:08 -0500)]
sout_std: try to guess muxer if opening failed

do it not only if muxer was not precised

12 years agoinput: fix a crash when loading an invalid mrl
Ludovic Fauvet [Mon, 31 Oct 2011 01:17:17 +0000 (02:17 +0100)]
input: fix a crash when loading an invalid mrl

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoUpdate NEWS about activex
Jean-Baptiste Kempf [Tue, 8 Nov 2011 01:39:49 +0000 (02:39 +0100)]
Update NEWS about activex

12 years agowin packaging: disable activex on win64
Rafaël Carré [Tue, 8 Nov 2011 01:21:31 +0000 (20:21 -0500)]
win packaging: disable activex on win64

12 years agoactivex.am: remove
Rafaël Carré [Tue, 8 Nov 2011 01:18:00 +0000 (20:18 -0500)]
activex.am: remove