]> git.sesse.net Git - vlc/log
vlc
12 years agoMove message subscription stuff from vlc_messages.h to vlc_interface.h
Rémi Denis-Courmont [Wed, 18 Apr 2012 20:22:41 +0000 (23:22 +0300)]
Move message subscription stuff from vlc_messages.h to vlc_interface.h

This is not particularly clean and intuitive. But <vlc_messages.h> is
included and used all over the place, whereas the back-end is only used
by interfaces.

12 years agolibvlc: small simplification of thread initialization
Rémi Denis-Courmont [Wed, 18 Apr 2012 20:07:14 +0000 (23:07 +0300)]
libvlc: small simplification of thread initialization

12 years agolua: fix build soundcloud.lua
Adrian Yanes [Wed, 18 Apr 2012 19:45:01 +0000 (21:45 +0200)]
lua: fix build soundcloud.lua

Details: From Lua 5.2: Change to '\z' escape.
Reject undefined escape sequences. The
proper way to match the dot in Lua is %.

Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
12 years agoWin32: useless variable
Rémi Denis-Courmont [Wed, 18 Apr 2012 19:12:37 +0000 (22:12 +0300)]
Win32: useless variable

12 years agologger: fix HTML mode
Rafaël Carré [Wed, 18 Apr 2012 19:03:09 +0000 (15:03 -0400)]
logger: fix HTML mode

12 years agov4l2: fixing mmap unmapping
Alan McCosh [Wed, 18 Apr 2012 16:50:52 +0000 (19:50 +0300)]
v4l2: fixing mmap unmapping

fixes regression introduced in 8d9f4bb6bdec56b957577812b00f7810888b22f4

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agomacosx: fix crash by dis-ambiguating var names
Andrey Utkin [Wed, 18 Apr 2012 15:04:50 +0000 (18:04 +0300)]
macosx: fix crash by dis-ambiguating var names

 .../macosx/framework/Sources/VLCEventManager.m     |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agolibmp4: fix error in TfxdBoxUUID definition
Frédéric Yhuel [Wed, 18 Apr 2012 15:01:17 +0000 (17:01 +0200)]
libmp4: fix error in TfxdBoxUUID definition

fix up d1c96ead108c36dd69f91abc9e89c0b3f642ab31

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agonet_Read(): truly ignore POLLRDHUP
Rémi Denis-Courmont [Wed, 18 Apr 2012 13:35:12 +0000 (16:35 +0300)]
net_Read(): truly ignore POLLRDHUP

The Linux TCP stack sets POLLRDHUP as soon as the FIN packet is
received. If there is some unread data in the receive buffer, it would
be discarded. Then upper layer protocol typically fail.

This can happen with HTTP/1.1 "Connection: close" or with HTTP/1.0
in particular.

Pointed-out-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoContribs: call pkg_static.sh from a proper place.
Konstantin Pavlov [Tue, 17 Apr 2012 11:20:24 +0000 (15:20 +0400)]
Contribs: call pkg_static.sh from a proper place.

12 years agoContribs: mpcdec: don't build binaries.
Konstantin Pavlov [Tue, 17 Apr 2012 11:18:34 +0000 (15:18 +0400)]
Contribs: mpcdec: don't build binaries.

12 years agoContribs: update libbluray to 0.2.2.
Konstantin Pavlov [Tue, 20 Mar 2012 13:04:56 +0000 (17:04 +0400)]
Contribs: update libbluray to 0.2.2.

12 years agoavcodec: Map IMA_QT
Jean-Baptiste Kempf [Wed, 18 Apr 2012 09:10:46 +0000 (11:10 +0200)]
avcodec: Map IMA_QT

Fixes playback of .aiff with ima4 in them

12 years agoAdd fourCC for IMA_QT
Jean-Baptiste Kempf [Wed, 18 Apr 2012 09:10:24 +0000 (11:10 +0200)]
Add fourCC for IMA_QT

12 years agovlc_meta.h: fix a comment
Jean-Baptiste Kempf [Tue, 17 Apr 2012 15:44:34 +0000 (17:44 +0200)]
vlc_meta.h: fix a comment

12 years agoGrowl: remove trailing spaces
Jean-Baptiste Kempf [Tue, 17 Apr 2012 13:01:53 +0000 (15:01 +0200)]
Growl: remove trailing spaces

12 years agoWin32: use interrupt time where available at build-time
Rémi Denis-Courmont [Tue, 17 Apr 2012 20:09:15 +0000 (23:09 +0300)]
Win32: use interrupt time where available at build-time

MSDN does not mention SMP bugs with this as with perfomance timers.
Figures. This is untested and untestable at the moment.

12 years agowin32: query performance timer frequency just once at start
Rémi Denis-Courmont [Tue, 17 Apr 2012 20:03:50 +0000 (23:03 +0300)]
win32: query performance timer frequency just once at start

12 years agoQt4: override playlist configuration on request, _not_ on exit
Rémi Denis-Courmont [Tue, 17 Apr 2012 17:25:03 +0000 (20:25 +0300)]
Qt4: override playlist configuration on request, _not_ on exit

Fixes #6346.

12 years agoRemove stray translation
Rémi Denis-Courmont [Tue, 17 Apr 2012 17:14:59 +0000 (20:14 +0300)]
Remove stray translation

12 years agoqt4: remove --qt-autosave-volume
Rémi Denis-Courmont [Tue, 17 Apr 2012 17:13:45 +0000 (20:13 +0300)]
qt4: remove --qt-autosave-volume

Qt4 is only one of several views to the playlist.

12 years agoaout: --volume-save to retain volume, enabled by default
Rémi Denis-Courmont [Tue, 17 Apr 2012 17:11:38 +0000 (20:11 +0300)]
aout: --volume-save to retain volume, enabled by default

12 years agoQt4: use QVLCBool for random and repeat/loop
Rémi Denis-Courmont [Tue, 17 Apr 2012 16:58:05 +0000 (19:58 +0300)]
Qt4: use QVLCBool for random and repeat/loop

12 years agoQt4: use addCallback
Rémi Denis-Courmont [Tue, 17 Apr 2012 16:42:42 +0000 (19:42 +0300)]
Qt4: use addCallback

12 years agoQt: add QVLCVariable::addCallback helper
Rémi Denis-Courmont [Tue, 17 Apr 2012 16:42:02 +0000 (19:42 +0300)]
Qt: add QVLCVariable::addCallback helper

12 years agoQt4: rationalize QVLCVariable and add missing classes
Rémi Denis-Courmont [Tue, 17 Apr 2012 16:26:52 +0000 (19:26 +0300)]
Qt4: rationalize QVLCVariable and add missing classes

12 years agodbus: Fix the CanSeek property getter
Sean Robinson [Mon, 16 Apr 2012 01:51:46 +0000 (18:51 -0700)]
dbus: Fix the CanSeek property getter

Close the D-Bus message when sending the value of the CanSeek property
in the Player object.

Signed-off-by: Mirsal Ennaime <mirsal@videolan.org>
12 years agodbus: Fix the Seek method's introspection data
Sean Robinson [Mon, 16 Apr 2012 01:39:26 +0000 (18:39 -0700)]
dbus: Fix the Seek method's introspection data

The position is an input parameter, not a return value.

Signed-off-by: Mirsal Ennaime <mirsal@videolan.org>
12 years agodbus: Return an int64 in the Position property getter
Sean Robinson [Mon, 16 Apr 2012 01:32:08 +0000 (18:32 -0700)]
dbus: Return an int64 in the Position property getter

According to the MPRIS specification, the Position property of the
Player object must be an int64.

dbus microsecond position overflows the unsigned 32-bit integer at
about 35:48 into a track's playback.  A 64-bit integer still means
an overflow, but after more than 292000 years into a track's playback.

Signed-off-by: Mirsal Ennaime <mirsal@videolan.org>
12 years agoforgotten renamed ffmpeg options
Rafaël Carré [Tue, 17 Apr 2012 13:25:07 +0000 (09:25 -0400)]
forgotten renamed ffmpeg options

12 years agoffmpeg options were renamed
Rafaël Carré [Tue, 17 Apr 2012 12:58:15 +0000 (08:58 -0400)]
ffmpeg options were renamed

ffmpeg modules were renamed too some time ago

12 years agodeclare private options only if they are used
Rafaël Carré [Tue, 17 Apr 2012 12:50:23 +0000 (08:50 -0400)]
declare private options only if they are used

avoid confusing old versions of ffmpeg

12 years agoavformat: fix dictionary use
Rafaël Carré [Tue, 17 Apr 2012 12:43:02 +0000 (08:43 -0400)]
avformat: fix dictionary use

show the invalid options for the first stream only (following dictionaries are identical)
free all the options array

12 years agoswitcher: implement private options
Rafaël Carré [Tue, 17 Apr 2012 12:32:02 +0000 (08:32 -0400)]
switcher: implement private options

12 years agoavformat (mux/demux): implement private options
Rafaël Carré [Sun, 15 Apr 2012 21:46:53 +0000 (17:46 -0400)]
avformat (mux/demux): implement private options

12 years agoSanitize FFmpeg modules options
Rafaël Carré [Sun, 15 Apr 2012 21:46:52 +0000 (17:46 -0400)]
Sanitize FFmpeg modules options

Obsolete "ffmpeg" prefix
Use "avformat" or "avcodec" prefix
avio has no options (yet)
switcher uses "sout-switcher" prefix
Use "sout-avformat" for muxer

12 years agoavcommon: add an helper to parse private options
Rafaël Carré [Sun, 15 Apr 2012 21:46:51 +0000 (17:46 -0400)]
avcommon: add an helper to parse private options

12 years agompeg4audio: Fix a crash with some invalid streams.
Hugo Beauzée-Luyssen [Tue, 17 Apr 2012 12:29:35 +0000 (14:29 +0200)]
mpeg4audio: Fix a crash with some invalid streams.

If rate stays at 0, a FPE will be raised in SetupOutput.

12 years agoh264 packetizer: Check for negative sps.
Hugo Beauzée-Luyssen [Tue, 17 Apr 2012 10:35:12 +0000 (12:35 +0200)]
h264 packetizer: Check for negative sps.

12 years agox264: support setting any option
Rafaël Carré [Mon, 16 Apr 2012 16:43:57 +0000 (12:43 -0400)]
x264: support setting any option

12 years agoConfigure: Autodetect faad plugin
Jean-Baptiste Kempf [Tue, 17 Apr 2012 11:20:06 +0000 (13:20 +0200)]
Configure: Autodetect faad plugin

12 years agodbus: Update comments related to the bus name policy
Mirsal Ennaime [Tue, 17 Apr 2012 09:33:25 +0000 (11:33 +0200)]
dbus: Update comments related to the bus name policy

12 years agodbus: Fix the instance identifier part of the MPRIS bus name
Mirsal Ennaime [Mon, 16 Apr 2012 08:26:18 +0000 (10:26 +0200)]
dbus: Fix the instance identifier part of the MPRIS bus name

The D-Bus specification forbids parts of well-known bus names to begin
with a digit. This patch changes the instance-specific part of the bus
name to .instance<pid> instead of -<pid> in order to comply with the
MPRIS v2.2

see: http://specifications.freedesktop.org/mpris-spec/2.2/#Bus-Name-Policy

12 years agoskins2: fix vlc sometimes crashing with drag'n'drop.
Erwan Tulou [Mon, 16 Apr 2012 22:52:57 +0000 (00:52 +0200)]
skins2: fix vlc sometimes crashing with drag'n'drop.

This fixes #6599

12 years agoRecord: allow recording of MKV
Jean-Baptiste Kempf [Mon, 16 Apr 2012 21:32:50 +0000 (23:32 +0200)]
Record: allow recording of MKV

12 years agoRecord: allow recording to .avi
Jean-Baptiste Kempf [Mon, 16 Apr 2012 21:05:22 +0000 (23:05 +0200)]
Record: allow recording to .avi

12 years agogmtime_r: rewrite, now truly thread-safe
Rémi Denis-Courmont [Mon, 16 Apr 2012 20:26:25 +0000 (23:26 +0300)]
gmtime_r: rewrite, now truly thread-safe

12 years agomove aout_Packet out of the core and deprecate it
Rémi Denis-Courmont [Mon, 16 Apr 2012 17:29:53 +0000 (20:29 +0300)]
move aout_Packet out of the core and deprecate it

And do the same with aout_Fifo since only aout_Packet uses it.

12 years agomacosx: fixed memory leak
Felix Paul Kühne [Mon, 16 Apr 2012 17:21:09 +0000 (19:21 +0200)]
macosx: fixed memory leak

12 years agomacosx: fixed potential race condition
Felix Paul Kühne [Mon, 16 Apr 2012 17:13:07 +0000 (19:13 +0200)]
macosx: fixed potential race condition

12 years agomacosx: fixed broken preferences on launch when starting 2.0.2 for the first time
Felix Paul Kühne [Mon, 16 Apr 2012 17:11:34 +0000 (19:11 +0200)]
macosx: fixed broken preferences on launch when starting 2.0.2 for the first time

'control' and 'extraintf' will be checked for occurences of 'macosx', which, if found, in turn will be removed. Other contents of these settings won't be touched. Same for all the other prefs.

12 years agov4l2: unbreak BSD
Rafaël Carré [Mon, 16 Apr 2012 16:10:45 +0000 (19:10 +0300)]
v4l2: unbreak BSD

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoblock: add some built-in sanity checks
Rémi Denis-Courmont [Mon, 16 Apr 2012 15:55:24 +0000 (18:55 +0300)]
block: add some built-in sanity checks

12 years agoxcb screen: fix block allocation size
Rémi Denis-Courmont [Mon, 16 Apr 2012 15:42:47 +0000 (18:42 +0300)]
xcb screen: fix block allocation size

12 years agov4l2: fix mmap() call
Rémi Denis-Courmont [Mon, 16 Apr 2012 15:36:25 +0000 (18:36 +0300)]
v4l2: fix mmap() call

Shared anonymous mapping did not make much sense.

12 years agoTypo
Rémi Denis-Courmont [Mon, 16 Apr 2012 15:26:47 +0000 (18:26 +0300)]
Typo

12 years agoconfig: use ngettext()
Rémi Denis-Courmont [Mon, 16 Apr 2012 15:22:01 +0000 (18:22 +0300)]
config: use ngettext()

12 years agoRC: use ngettext
Rémi Denis-Courmont [Mon, 16 Apr 2012 15:21:11 +0000 (18:21 +0300)]
RC: use ngettext

12 years agoRemove gettext-unfriendly unpaired quote in #pragma
Rémi Denis-Courmont [Mon, 16 Apr 2012 15:09:17 +0000 (18:09 +0300)]
Remove gettext-unfriendly unpaired quote in #pragma

12 years agoImplement vlc_ngettext() to deal with plurals
Rémi Denis-Courmont [Mon, 16 Apr 2012 15:02:50 +0000 (18:02 +0300)]
Implement vlc_ngettext() to deal with plurals

12 years agoconfigure: require ngettext()
Rémi Denis-Courmont [Mon, 16 Apr 2012 15:02:07 +0000 (18:02 +0300)]
configure: require ngettext()

12 years agoQt4: when in tree-like playlist, scroll previous rootitem to be visible
Ilkka Ollakka [Mon, 16 Apr 2012 12:34:27 +0000 (15:34 +0300)]
Qt4: when in tree-like playlist, scroll previous rootitem to be visible

This hopefully helps on scrollin bigger playlists as view is not always
back on top.

12 years agoQt4: no need to set selected view by hand all the time
Ilkka Ollakka [Mon, 16 Apr 2012 12:33:49 +0000 (15:33 +0300)]
Qt4: no need to set selected view by hand all the time

12 years agobluray: Kill some warnings.
Hugo Beauzée-Luyssen [Mon, 16 Apr 2012 12:14:02 +0000 (14:14 +0200)]
bluray: Kill some warnings.

12 years agobluray: Filter video tracks to display the main one.
Hugo Beauzée-Luyssen [Thu, 8 Mar 2012 14:08:35 +0000 (14:08 +0000)]
bluray: Filter video tracks to display the main one.

This fixes playback for wall-e bluray (and maybe others)

12 years agobluray: Implement BD_EVENT_AUDIO_STREAM event
Hugo Beauzée-Luyssen [Thu, 8 Mar 2012 14:08:33 +0000 (14:08 +0000)]
bluray: Implement BD_EVENT_AUDIO_STREAM event

12 years agobluray: Implement BD_EVENT_PLAYITEM event
Hugo Beauzée-Luyssen [Thu, 8 Mar 2012 14:08:32 +0000 (14:08 +0000)]
bluray: Implement BD_EVENT_PLAYITEM event

12 years agobluray: Store es_out_id_t internally to be able to filter the selected stream
Hugo Beauzée-Luyssen [Thu, 8 Mar 2012 14:08:31 +0000 (14:08 +0000)]
bluray: Store es_out_id_t internally to be able to filter the selected stream

12 years agobluray: Add an ES manipulation skeleton.
Hugo Beauzée-Luyssen [Thu, 8 Mar 2012 14:08:30 +0000 (14:08 +0000)]
bluray: Add an ES manipulation skeleton.

12 years agomacosx: remove black borders in black ui mode when aspect ratio is locked
David Fuhrmann [Mon, 16 Apr 2012 09:00:00 +0000 (11:00 +0200)]
macosx: remove black borders in black ui mode when aspect ratio is locked

12 years agomacosx vout: fix behaviour when macosx-video-autoresize is false
David Fuhrmann [Mon, 16 Apr 2012 08:24:36 +0000 (10:24 +0200)]
macosx vout: fix behaviour when macosx-video-autoresize is false

Should be now the same as it would be in fullscreen.

12 years agodash: removed cout from buffer
Christopher Mueller [Tue, 3 Apr 2012 14:41:43 +0000 (16:41 +0200)]
dash: removed cout from buffer

Signed-off-by: Christopher Mueller <christopher.mueller@itec.aau.at>
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: removed couts from managers
Christopher Mueller [Tue, 3 Apr 2012 14:41:42 +0000 (16:41 +0200)]
dash: removed couts from managers

Signed-off-by: Christopher Mueller <christopher.mueller@itec.aau.at>
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: fixed buffer precision bug
Christopher Mueller [Tue, 3 Apr 2012 14:41:41 +0000 (16:41 +0200)]
dash: fixed buffer precision bug

Signed-off-by: Christopher Mueller <christopher.mueller@itec.aau.at>
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: dashmanager refactoring
Christopher Mueller [Tue, 3 Apr 2012 14:41:40 +0000 (16:41 +0200)]
dash: dashmanager refactoring

Signed-off-by: Christopher Mueller <christopher.mueller@itec.aau.at>
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: cosmetics
Christopher Mueller [Tue, 3 Apr 2012 14:41:39 +0000 (16:41 +0200)]
dash: cosmetics

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: enabled persistent connections and pipelining
Christopher Mueller [Wed, 11 Apr 2012 18:54:20 +0000 (20:54 +0200)]
dash: enabled persistent connections and pipelining

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agoram: Removing write only variable.
Hugo Beauzée-Luyssen [Sat, 14 Apr 2012 09:35:27 +0000 (11:35 +0200)]
ram: Removing write only variable.

12 years agodvbsub: Remove write only variable.
Hugo Beauzée-Luyssen [Thu, 12 Apr 2012 12:57:09 +0000 (14:57 +0200)]
dvbsub: Remove write only variable.

12 years agoaes3: Add unlikely()
Hugo Beauzée-Luyssen [Thu, 12 Apr 2012 12:33:22 +0000 (14:33 +0200)]
aes3: Add unlikely()

12 years agoaes3: Remove write only variable.
Hugo Beauzée-Luyssen [Thu, 12 Apr 2012 12:29:05 +0000 (14:29 +0200)]
aes3: Remove write only variable.

12 years agospatializer: Kill a warning.
Hugo Beauzée-Luyssen [Thu, 12 Apr 2012 12:25:42 +0000 (14:25 +0200)]
spatializer: Kill a warning.

12 years agozip: Check malloc return.
Hugo Beauzée-Luyssen [Thu, 12 Apr 2012 12:07:57 +0000 (14:07 +0200)]
zip: Check malloc return.

12 years agozip: Add unlikely()
Hugo Beauzée-Luyssen [Thu, 12 Apr 2012 11:58:03 +0000 (13:58 +0200)]
zip: Add unlikely()

12 years agofile has moved to android repository
Rafaël Carré [Sun, 15 Apr 2012 22:24:01 +0000 (18:24 -0400)]
file has moved to android repository

12 years agolibav*: move avformat/avcodec init to a single header file
Rafaël Carré [Sun, 15 Apr 2012 19:47:30 +0000 (15:47 -0400)]
libav*: move avformat/avcodec init to a single header file

Avoid repeating the same implementation several times:
 incorrectly (switcher and mux didn't lock)
 redundantly (avcodec_register_all can be called several times)

Move libavXXX init at the top of a few functions, just in case.

Check uses of vlc_avcodec_(un)lock and factorize

12 years agoignore generated zsh completion
Rafaël Carré [Sun, 15 Apr 2012 20:21:32 +0000 (16:21 -0400)]
ignore generated zsh completion

12 years agomacosx vout: fix vertical picture alignment
David Fuhrmann [Sun, 15 Apr 2012 19:06:31 +0000 (21:06 +0200)]
macosx vout: fix vertical picture alignment

12 years agomacosx: move resize code from vout to macosx module
David Fuhrmann [Sun, 15 Apr 2012 18:48:11 +0000 (20:48 +0200)]
macosx: move resize code from vout to macosx module

Also, this commit reenables resize to native video size, if video starts.

12 years agomacosx vout: replace custom picture placement code by placePicture call, and other...
David Fuhrmann [Sun, 15 Apr 2012 09:23:29 +0000 (11:23 +0200)]
macosx vout: replace custom picture placement code by placePicture call, and other simplifications

Now, the vout should have the same functionality as all the other. At least in
fullscreen, zoom should work now like in other vouts.
Furthermore, this commit tells the core our current size on every resize,
so we get a sharp osd screen every time. For zoom / ar / crop / size handling,
the code was simplified in order to remove duplicated lines and to make the
code more readable.

Should also close #307.

12 years agoAdd ranges to font sizes
Kaarlo Raiha [Sun, 15 Apr 2012 12:12:22 +0000 (15:12 +0300)]
Add ranges to font sizes

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoLogger: prefer 'VLC' over 'vlc'
Jean-Baptiste Kempf [Sun, 15 Apr 2012 16:38:18 +0000 (18:38 +0200)]
Logger: prefer 'VLC' over 'vlc'

12 years agoQt: display equalizer bands depending on the core
Jean-Baptiste Kempf [Fri, 13 Apr 2012 16:28:17 +0000 (18:28 +0200)]
Qt: display equalizer bands depending on the core

12 years agoEqualizer: support new samplerates and bands
Ron Wright [Thu, 22 Mar 2012 20:24:45 +0000 (21:24 +0100)]
Equalizer: support new samplerates and bands

Support for more samplerate than 44100 and 48000
Support for classic ISO bands instead of Winamp ones

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: fixed delete menu item for the playlist table
Felix Paul Kühne [Sun, 15 Apr 2012 13:55:16 +0000 (15:55 +0200)]
macosx: fixed delete menu item for the playlist table

12 years agocontrib: check if distribution's ffmpeg is recent enough
Rafaël Carré [Sat, 14 Apr 2012 22:53:56 +0000 (18:53 -0400)]
contrib: check if distribution's ffmpeg is recent enough

12 years agomacosx: fix crash when open track sync panel while movie is playing
David Fuhrmann [Sat, 14 Apr 2012 15:11:35 +0000 (17:11 +0200)]
macosx: fix crash when open track sync panel while movie is playing

Crash was introduced in 3e73ad2a8ab6d5e50ea80025d364edbe7ead1d1b (subsdelay filter) and
occurs when user or init methods set subsdelay to 0.

12 years agocontrib: set cross-prefix for x264 when cross compiling
Rafaël Carré [Fri, 13 Apr 2012 18:49:41 +0000 (14:49 -0400)]
contrib: set cross-prefix for x264 when cross compiling

This fixes ARM build

12 years agocontrib: merge x264 and x26410b in the same file
Rafaël Carré [Fri, 13 Apr 2012 18:46:42 +0000 (14:46 -0400)]
contrib: merge x264 and x26410b in the same file

Don't duplicate config options, previously the 10bits variant would
overwrite the other one so .x264 would be built in 10 bits.

Remove support for aeon aged tarball

Note: The same source code is downloaded 2 times

12 years agocontrib: update config.{sub,guess} for a few sout related libs
Rafaël Carré [Fri, 13 Apr 2012 18:16:57 +0000 (14:16 -0400)]
contrib: update config.{sub,guess} for a few sout related libs