Adrian Yanes
952370a42c
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>
15 years ago
Rémi Denis-Courmont
93e26234b2
Win32: useless variable
15 years ago
Rafaël Carré
4644b70670
logger: fix HTML mode
15 years ago
Alan McCosh
bf0e3035cb
v4l2: fixing mmap unmapping
fixes regression introduced in 8d9f4bb6bd
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
Andrey Utkin
92a7099bbf
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>
15 years ago
Frédéric Yhuel
f7859b0893
libmp4: fix error in TfxdBoxUUID definition
fix up d1c96ead10
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Rémi Denis-Courmont
546cdb234c
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>
15 years ago
Konstantin Pavlov
f340bff658
Contribs: call pkg_static.sh from a proper place.
15 years ago
Konstantin Pavlov
301f34dea4
Contribs: mpcdec: don't build binaries.
15 years ago
Konstantin Pavlov
d34deb64c3
Contribs: update libbluray to 0.2.2.
15 years ago
Jean-Baptiste Kempf
eb4a1b5889
avcodec: Map IMA_QT
Fixes playback of .aiff with ima4 in them
15 years ago
Jean-Baptiste Kempf
c652885eba
Add fourCC for IMA_QT
15 years ago
Jean-Baptiste Kempf
033dbc4233
vlc_meta.h: fix a comment
15 years ago
Jean-Baptiste Kempf
a25584c020
Growl: remove trailing spaces
15 years ago
Rémi Denis-Courmont
1139a10ca8
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.
15 years ago
Rémi Denis-Courmont
5ed7f8403e
win32: query performance timer frequency just once at start
15 years ago
Rémi Denis-Courmont
212b20ddf0
Qt4: override playlist configuration on request, _not_ on exit
Fixes #6346 .
15 years ago
Rémi Denis-Courmont
7eb61415a9
Remove stray translation
15 years ago
Rémi Denis-Courmont
636019fc5d
qt4: remove --qt-autosave-volume
Qt4 is only one of several views to the playlist.
15 years ago
Rémi Denis-Courmont
b0fdf364b5
aout: --volume-save to retain volume, enabled by default
15 years ago
Rémi Denis-Courmont
5c524ec7b9
Qt4: use QVLCBool for random and repeat/loop
15 years ago
Rémi Denis-Courmont
2fba1b055d
Qt4: use addCallback
15 years ago
Rémi Denis-Courmont
0166bb73bc
Qt: add QVLCVariable::addCallback helper
15 years ago
Rémi Denis-Courmont
02746c1c13
Qt4: rationalize QVLCVariable and add missing classes
15 years ago
Sean Robinson
bc2987f3e1
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>
15 years ago
Sean Robinson
d77c14f084
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>
15 years ago
Sean Robinson
7531cecfd4
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>
15 years ago
Rafaël Carré
344a19dc70
forgotten renamed ffmpeg options
15 years ago
Rafaël Carré
8c78284670
ffmpeg options were renamed
ffmpeg modules were renamed too some time ago
15 years ago
Rafaël Carré
39eaf8e048
declare private options only if they are used
avoid confusing old versions of ffmpeg
15 years ago
Rafaël Carré
d52f2cef5a
avformat: fix dictionary use
show the invalid options for the first stream only (following dictionaries are identical)
free all the options array
15 years ago
Rafaël Carré
d5bf5487d0
switcher: implement private options
15 years ago
Rafaël Carré
08fb37c05d
avformat (mux/demux): implement private options
15 years ago
Rafaël Carré
637db918ed
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
15 years ago
Rafaël Carré
1d1d8b8d8a
avcommon: add an helper to parse private options
15 years ago
Hugo Beauzée-Luyssen
f5bc59c5a6
mpeg4audio: Fix a crash with some invalid streams.
If rate stays at 0, a FPE will be raised in SetupOutput.
15 years ago
Hugo Beauzée-Luyssen
09c2cc894e
h264 packetizer: Check for negative sps.
15 years ago
Rafaël Carré
0302964780
x264: support setting any option
15 years ago
Jean-Baptiste Kempf
ab907e10ae
Configure: Autodetect faad plugin
15 years ago
Mirsal Ennaime
e072818352
dbus: Update comments related to the bus name policy
15 years ago
Mirsal Ennaime
77f036c81b
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
15 years ago
Erwan Tulou
15b1a1b943
skins2: fix vlc sometimes crashing with drag'n'drop.
This fixes #6599
15 years ago
Jean-Baptiste Kempf
733ee4f4c9
Record: allow recording of MKV
15 years ago
Jean-Baptiste Kempf
8cc3cb33f3
Record: allow recording to .avi
15 years ago
Rémi Denis-Courmont
c05b7fdf1e
gmtime_r: rewrite, now truly thread-safe
15 years ago
Rémi Denis-Courmont
c086f18197
move aout_Packet out of the core and deprecate it
And do the same with aout_Fifo since only aout_Packet uses it.
15 years ago
Felix Paul Kühne
2eab05e34a
macosx: fixed memory leak
15 years ago
Felix Paul Kühne
5b8a40579c
macosx: fixed potential race condition
15 years ago
Felix Paul Kühne
d864f1cac6
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.
15 years ago
Rafaël Carré
88afb04390
v4l2: unbreak BSD
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago