]> git.sesse.net Git - vlc/log
vlc
10 years agovdpau: fix surface leaks if the picture is not extracted
Rémi Denis-Courmont [Wed, 24 Jul 2013 19:48:50 +0000 (22:48 +0300)]
vdpau: fix surface leaks if the picture is not extracted

This can happen in some corner cases such as flushing (luckily the leak
would automatically be resolved when the device instance is released).

10 years agovdpau: revector (no functional changes)
Rémi Denis-Courmont [Wed, 24 Jul 2013 19:39:44 +0000 (22:39 +0300)]
vdpau: revector (no functional changes)

10 years agoALSA: correct debug message
Rémi Denis-Courmont [Wed, 24 Jul 2013 19:07:27 +0000 (22:07 +0300)]
ALSA: correct debug message

10 years agoavcodec. remove redundant code
Rémi Denis-Courmont [Wed, 24 Jul 2013 17:34:47 +0000 (20:34 +0300)]
avcodec. remove redundant code

10 years agoXCB/XVideo: pad pictures to 32x16
Rémi Denis-Courmont [Wed, 24 Jul 2013 16:41:26 +0000 (19:41 +0300)]
XCB/XVideo: pad pictures to 32x16

This reenables direct rendering with libavcodec in most cases.

10 years agoavcodec: log why picture is unsuitable for direct rendering
Rémi Denis-Courmont [Wed, 24 Jul 2013 16:41:08 +0000 (19:41 +0300)]
avcodec: log why picture is unsuitable for direct rendering

10 years agolibvlc: add tests for the equalizer API
Mark Lee [Sat, 13 Jul 2013 18:21:38 +0000 (19:21 +0100)]
libvlc: add tests for the equalizer API

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agolibvlc: add equalizer API
Mark Lee [Sat, 13 Jul 2013 18:21:37 +0000 (19:21 +0100)]
libvlc: add equalizer API

Functions are provided to:

 * query the available equalizer presets
 * create a new default equalizer instance
 * create an equalizer instance from a preset
 * set individual equalizer band amplitudes
 * set equalizer pre-amplification
 * apply an equalizer to a media player

Equalizer settings can be applied whether media is playing or not,
and will automatically be retained when playing media subsequently.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agoavcodec: add assertion after vlc_va_Get() + cosmetics
Rémi Denis-Courmont [Wed, 24 Jul 2013 16:14:50 +0000 (19:14 +0300)]
avcodec: add assertion after vlc_va_Get() + cosmetics

10 years agoavcodec: factor frame initialization code
Rémi Denis-Courmont [Wed, 24 Jul 2013 15:41:55 +0000 (18:41 +0300)]
avcodec: factor frame initialization code

10 years agoavcodec: remove debug code
Rémi Denis-Courmont [Wed, 24 Jul 2013 15:41:31 +0000 (18:41 +0300)]
avcodec: remove debug code

10 years agoupdate NEWS
Francois Cartegnie [Wed, 24 Jul 2013 14:01:03 +0000 (16:01 +0200)]
update NEWS

10 years agoaccess: ftp: add TLS support (fix #137)
Francois Cartegnie [Tue, 16 Jul 2013 15:00:49 +0000 (17:00 +0200)]
access: ftp: add TLS support (fix #137)

10 years agocontrib: mpcdec: use svn version (r481 currently)
Rafaël Carré [Wed, 24 Jul 2013 10:16:30 +0000 (12:16 +0200)]
contrib: mpcdec: use svn version (r481 currently)

Fixes: #8516
10 years agoavcodec: fix sign of codec ID
Rémi Denis-Courmont [Tue, 23 Jul 2013 20:17:46 +0000 (23:17 +0300)]
avcodec: fix sign of codec ID

In C, an enumeration is unsigned unless it contains an explicit negative
member.

10 years agoavcodec: use reference counting for video decoder
Rémi Denis-Courmont [Tue, 23 Jul 2013 20:03:37 +0000 (23:03 +0300)]
avcodec: use reference counting for video decoder

10 years agohwdummy: improve assertions
Rémi Denis-Courmont [Tue, 23 Jul 2013 19:15:09 +0000 (22:15 +0300)]
hwdummy: improve assertions

10 years agoavcodec: fix warning
Rémi Denis-Courmont [Tue, 23 Jul 2013 18:44:05 +0000 (21:44 +0300)]
avcodec: fix warning

10 years agomacosx: set max volume as configuable
David Fuhrmann [Tue, 23 Jul 2013 18:57:58 +0000 (20:57 +0200)]
macosx: set max volume as configuable

no new strings.

close #8628

10 years agomacosx: implement snap-in for volume sliders (refs #8628)
David Fuhrmann [Tue, 23 Jul 2013 18:56:48 +0000 (20:56 +0200)]
macosx: implement snap-in for volume sliders (refs #8628)

10 years agomacosx: fix visual appearance of fullscreen tic (refs #8628)
David Fuhrmann [Tue, 23 Jul 2013 17:37:15 +0000 (19:37 +0200)]
macosx: fix visual appearance of fullscreen tic (refs #8628)

10 years agomacosx: cleanup previous commit and fix position of tick, tweak appearance
David Fuhrmann [Mon, 22 Jul 2013 19:59:40 +0000 (21:59 +0200)]
macosx: cleanup previous commit and fix position of tick, tweak appearance

refs #8628

10 years agomacosx: implement 120% volume limit
Felix Paul Kühne [Thu, 20 Jun 2013 23:06:22 +0000 (01:06 +0200)]
macosx: implement 120% volume limit

This patch doesn't stop you from going above the limit using the hotkeys or the Apple Remote

10 years agocontrib: export CCAS correctly
Felix Paul Kühne [Sat, 20 Jul 2013 19:46:17 +0000 (21:46 +0200)]
contrib: export CCAS correctly

Modified-by: Rafaël Carré <funman@videolan.org>
Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agovout_ManageWrapper: reset display pool after we reset render
Rafaël Carré [Tue, 23 Jul 2013 08:27:15 +0000 (10:27 +0200)]
vout_ManageWrapper: reset display pool after we reset render

Fixes: #3899
10 years agoftp: do not compile access output if sout is disabled
Rafaël Carré [Tue, 23 Jul 2013 13:45:54 +0000 (15:45 +0200)]
ftp: do not compile access output if sout is disabled

10 years agotools: Use the latest version of gas-pp
Martin Storsjö [Tue, 23 Jul 2013 13:09:20 +0000 (16:09 +0300)]
tools: Use the latest version of gas-pp

This is required for building libav from yesterday for iOS.

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agoDon't redefine UNICODE
Rafaël Carré [Tue, 23 Jul 2013 13:07:59 +0000 (15:07 +0200)]
Don't redefine UNICODE

10 years agoWinRT: release the CryptographicBufferStatics and Buffer instances
Jean-Baptiste Kempf [Tue, 23 Jul 2013 12:49:49 +0000 (14:49 +0200)]
WinRT: release the CryptographicBufferStatics and Buffer instances

10 years agoDon't use CryptGenRandom in Windows Store app
Rafaël Carré [Tue, 23 Jul 2013 11:13:13 +0000 (13:13 +0200)]
Don't use CryptGenRandom in Windows Store app

10 years agoios: disable VNCServer contrib
Gleb Pinigin [Fri, 19 Jul 2013 13:52:51 +0000 (20:52 +0700)]
ios: disable VNCServer contrib

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoyoutube.lua: fix author name
Pierre Ynard [Mon, 22 Jul 2013 22:48:11 +0000 (00:48 +0200)]
youtube.lua: fix author name

10 years agoyoutube.lua: update to (months-old) website changes
Pierre Ynard [Mon, 22 Jul 2013 20:27:23 +0000 (22:27 +0200)]
youtube.lua: update to (months-old) website changes

10 years agodbus: thread safety requires libdbus version 1.6.0
Rémi Denis-Courmont [Mon, 22 Jul 2013 19:04:24 +0000 (22:04 +0300)]
dbus: thread safety requires libdbus version 1.6.0

10 years agotools: Download gas-pp from libav.org instead of from github
Martin Storsjö [Mon, 22 Jul 2013 19:46:30 +0000 (22:46 +0300)]
tools: Download gas-pp from libav.org instead of from github

The github repo is only a mirror while the libav.org one is the
upstream.

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agoios: Remove the contribs directory before installing new files
Martin Storsjö [Mon, 22 Jul 2013 18:09:12 +0000 (21:09 +0300)]
ios: Remove the contribs directory before installing new files

If the contribs directory already existed, the source directory was
copied as a new subdirectory into that instead of replacing it
(which probably was what was intended).

This meant that the contribs directory in the install directory
wasn't ever updated in incremental builds unless explicitly
manually removed.

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agotools: Download the defined gas-pp version instead of master
Gleb Pinigin [Mon, 22 Jul 2013 16:05:15 +0000 (23:05 +0700)]
tools: Download the defined gas-pp version instead of master

This fixes extracting of the tarball when master has progressed
from the specified hash.

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agoDemux: Correctly differenciate MLP and THD raw samples
Jean-Baptiste Kempf [Mon, 22 Jul 2013 18:33:54 +0000 (20:33 +0200)]
Demux: Correctly differenciate MLP and THD raw samples

Ref #8850

10 years agoAdd missing va_end (cid #1049747)
Rémi Duraffort [Mon, 22 Jul 2013 18:15:35 +0000 (20:15 +0200)]
Add missing va_end (cid #1049747)

10 years agoAdd missing va_end (cid #1049746)
Rémi Duraffort [Mon, 22 Jul 2013 17:46:16 +0000 (19:46 +0200)]
Add missing va_end (cid #1049746)

10 years agoAdd missing va_end (cid #1049745)
Rémi Duraffort [Mon, 22 Jul 2013 17:44:18 +0000 (19:44 +0200)]
Add missing va_end (cid #1049745)

10 years agoAdd missing va_end (cid #1049744)
Rémi Duraffort [Mon, 22 Jul 2013 17:41:20 +0000 (19:41 +0200)]
Add missing va_end (cid #1049744)

10 years agoFix potential missing unlock (cid #1049393)
Rémi Duraffort [Mon, 22 Jul 2013 17:37:45 +0000 (19:37 +0200)]
Fix potential missing unlock (cid #1049393)

10 years agoFix potential missing unlock (cid #1049392)
Rémi Duraffort [Mon, 22 Jul 2013 17:36:07 +0000 (19:36 +0200)]
Fix potential missing unlock (cid #1049392)

10 years agoFix wrong test (cid #1049311)
Rémi Duraffort [Mon, 22 Jul 2013 17:29:57 +0000 (19:29 +0200)]
Fix wrong test (cid #1049311)

10 years agoFix wrong test (cid #1049310)
Rémi Duraffort [Mon, 22 Jul 2013 17:22:06 +0000 (19:22 +0200)]
Fix wrong test (cid #1049310)

10 years agoRemove unmaintained cmake support
Rémi Denis-Courmont [Mon, 22 Jul 2013 16:41:04 +0000 (19:41 +0300)]
Remove unmaintained cmake support

10 years agoFix sizeof mismatch (fix many cids)
Rémi Duraffort [Mon, 22 Jul 2013 15:42:52 +0000 (17:42 +0200)]
Fix sizeof mismatch (fix many cids)

10 years agovcdx: work around stupid type mismatch
Rémi Denis-Courmont [Mon, 22 Jul 2013 16:02:03 +0000 (19:02 +0300)]
vcdx: work around stupid type mismatch

Don't ask me why the original developer needed to use mismatched type
names here.

10 years agocontrib: add --disable-net to disable network related code
Rafaël Carré [Mon, 22 Jul 2013 15:48:18 +0000 (17:48 +0200)]
contrib: add --disable-net to disable network related code

10 years agoAudio demux: use MLP codec id for .mlp files
Rafaël Carré [Mon, 22 Jul 2013 15:47:55 +0000 (17:47 +0200)]
Audio demux: use MLP codec id for .mlp files

Fixes: #8850
10 years agoRemove dead code (and infinite loop) (cid #1049331)
Rémi Duraffort [Mon, 22 Jul 2013 15:29:33 +0000 (17:29 +0200)]
Remove dead code (and infinite loop) (cid #1049331)

10 years agoFix C&P error (cid #1049313)
Rémi Duraffort [Mon, 22 Jul 2013 15:16:55 +0000 (17:16 +0200)]
Fix C&P error (cid #1049313)

10 years agoFix memory leak (cid #1049518)
Rémi Duraffort [Mon, 22 Jul 2013 15:01:40 +0000 (17:01 +0200)]
Fix memory leak (cid #1049518)

10 years agoFix memory leak (cid #1049517)
Rémi Duraffort [Mon, 22 Jul 2013 14:52:53 +0000 (16:52 +0200)]
Fix memory leak (cid #1049517)

10 years agolpcm: fix BD decoding broken by 45c7b7c8764
Rafaël Carré [Mon, 22 Jul 2013 14:57:42 +0000 (16:57 +0200)]
lpcm: fix BD decoding broken by 45c7b7c8764

We now output 20 and 24 bits PCM into S32N
Don't use swab, as it is forbidden for an odd number of channels

Fixes: #8982
10 years agoQt: grammar fixes
Edward Wang [Sat, 13 Jul 2013 19:38:49 +0000 (15:38 -0400)]
Qt: grammar fixes

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agolua: assembleenationale: Fix after website changes
François Revol [Fri, 19 Jul 2013 20:35:38 +0000 (22:35 +0200)]
lua: assembleenationale: Fix after website changes

The streams lists were just moved out from direct.js to streams.js.

Streams still use crappy proprietary formats with ugly resolution,
can't do anything for this... If only they used a fixed playlist...

Signed-off-by: François Revol <revol@free.fr>
Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agoqt4: OS/2 does not have additional dependencies
KO Myung-Hun [Mon, 22 Jul 2013 12:43:55 +0000 (21:43 +0900)]
qt4: OS/2 does not have additional dependencies

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agoTS demux: add an option to not use stream's PCR
Rafaël Carré [Mon, 22 Jul 2013 13:08:33 +0000 (15:08 +0200)]
TS demux: add an option to not use stream's PCR

Ref: #8983

10 years agohttp: implement ACCESS_GET_SIZE
Ilkka Ollakka [Sun, 21 Jul 2013 19:57:12 +0000 (22:57 +0300)]
http: implement ACCESS_GET_SIZE

10 years agoavcodec: fix av_pix_fmt_desc_get() with ffmpeg
Francois Cartegnie [Sun, 21 Jul 2013 19:04:57 +0000 (21:04 +0200)]
avcodec: fix av_pix_fmt_desc_get() with ffmpeg

10 years agoswscale/chroma: fix build (typo)
Francois Cartegnie [Sun, 21 Jul 2013 19:19:10 +0000 (21:19 +0200)]
swscale/chroma: fix build (typo)

10 years agomacosx: fix moar string memleaks in audio effects code
David Fuhrmann [Sun, 21 Jul 2013 19:13:30 +0000 (21:13 +0200)]
macosx: fix moar string memleaks in audio effects code

10 years agomacosx: fix a bunch of string memleaks in video effects panel code
David Fuhrmann [Sun, 21 Jul 2013 19:06:10 +0000 (21:06 +0200)]
macosx: fix a bunch of string memleaks in video effects panel code

10 years agomacosx: do not enable video filters which are not set in profile (fixes #9010)
David Fuhrmann [Sun, 21 Jul 2013 17:57:07 +0000 (19:57 +0200)]
macosx: do not enable video filters which are not set in profile (fixes #9010)

10 years agomacosx: video effects: fix for applying profile settings with different filter string...
David Fuhrmann [Sun, 21 Jul 2013 15:49:16 +0000 (17:49 +0200)]
macosx: video effects: fix for applying profile settings with different filter strings (refs #9010)

10 years agosnapshot: add true subsecond timestamp and pad with zeroes (fix #9012)
Rémi Denis-Courmont [Sun, 21 Jul 2013 17:03:03 +0000 (20:03 +0300)]
snapshot: add true subsecond timestamp and pad with zeroes (fix #9012)

The previous value was quite bogus.

10 years agonet_Read: rewrite, fix corner cases (fix #8972)
Rémi Denis-Courmont [Sun, 21 Jul 2013 16:37:06 +0000 (19:37 +0300)]
net_Read: rewrite, fix corner cases (fix #8972)

This new implementation opportunistically tries to read data before
invoking poll(). This reduces latency when data is already waiting in
buffers, allows receiving pending data in non-blocking fashion even if
the object has been killed. This also gives GnuTLS a chance to dequeue
data from internal buffers.

Also the corner case of 0 read should now be handled correctly.

The corner case of an error after success read is no longer handled.
This was race-prone and useless.

10 years agowin32: do not clobber error status when touching thread variables
Rémi Denis-Courmont [Sun, 21 Jul 2013 16:14:56 +0000 (19:14 +0300)]
win32: do not clobber error status when touching thread variables

10 years agonet_Gets: rewrite, deal with errors
Rémi Denis-Courmont [Sun, 21 Jul 2013 16:09:02 +0000 (19:09 +0300)]
net_Gets: rewrite, deal with errors

10 years agodecomp: avoid unreliable waitall mode of net_Read()
Rémi Denis-Courmont [Sun, 21 Jul 2013 16:08:39 +0000 (19:08 +0300)]
decomp: avoid unreliable waitall mode of net_Read()

10 years agoMove splitters to a subdirectory of their own
Rémi Denis-Courmont [Sun, 21 Jul 2013 14:01:56 +0000 (17:01 +0300)]
Move splitters to a subdirectory of their own

10 years agoUpdate POTFILES
Rémi Denis-Courmont [Sun, 21 Jul 2013 13:46:15 +0000 (16:46 +0300)]
Update POTFILES

10 years agomove swscale and chain with other video conversion filters
Rémi Denis-Courmont [Sun, 21 Jul 2013 13:43:45 +0000 (16:43 +0300)]
move swscale and chain with other video conversion filters

10 years agomacosx: prevent continuing playback when pause is requested (fixes #8710)
David Fuhrmann [Sun, 21 Jul 2013 13:34:04 +0000 (15:34 +0200)]
macosx: prevent continuing playback when pause is requested (fixes #8710)

10 years agoaccess: info.i_size -> control(ACCESS_GET_SIZE)
Rémi Denis-Courmont [Sun, 21 Jul 2013 13:15:17 +0000 (16:15 +0300)]
access: info.i_size -> control(ACCESS_GET_SIZE)

10 years agomtp: remove write-only datum
Rémi Denis-Courmont [Sun, 21 Jul 2013 12:55:17 +0000 (15:55 +0300)]
mtp: remove write-only datum

10 years agovmem: fix use of uninitialized memory
Rémi Denis-Courmont [Sun, 21 Jul 2013 09:13:13 +0000 (12:13 +0300)]
vmem: fix use of uninitialized memory

10 years agovaapi: protect potentially concurrent access to the surfaces table
Rémi Denis-Courmont [Sat, 20 Jul 2013 11:31:09 +0000 (14:31 +0300)]
vaapi: protect potentially concurrent access to the surfaces table

10 years agoavcodec: split out and document vlc_va_t
Rémi Denis-Courmont [Sat, 20 Jul 2013 11:27:25 +0000 (14:27 +0300)]
avcodec: split out and document vlc_va_t

10 years agovaapi: cosmetic
Rémi Denis-Courmont [Sat, 20 Jul 2013 11:03:02 +0000 (14:03 +0300)]
vaapi: cosmetic

10 years agoAvcodec: fix FTBFS with older libav/FFmpeg
Jean-Baptiste Kempf [Sat, 20 Jul 2013 11:01:33 +0000 (13:01 +0200)]
Avcodec: fix FTBFS with older libav/FFmpeg

10 years agoFix sizeof mismatch (cid #1049611)
Rémi Duraffort [Sat, 20 Jul 2013 07:54:10 +0000 (09:54 +0200)]
Fix sizeof mismatch (cid #1049611)

10 years agoFix sizeof mismatch (cid #1049612)
Rémi Duraffort [Sat, 20 Jul 2013 07:52:55 +0000 (09:52 +0200)]
Fix sizeof mismatch (cid #1049612)

10 years agoFix sizeof mismatch (cid #1049613)
Rémi Duraffort [Sat, 20 Jul 2013 07:51:42 +0000 (09:51 +0200)]
Fix sizeof mismatch (cid #1049613)

10 years agoFix sizeof mismatch (cid #1049614)
Rémi Duraffort [Sat, 20 Jul 2013 07:50:48 +0000 (09:50 +0200)]
Fix sizeof mismatch (cid #1049614)

10 years agoFix sizeof mismatch (cid #1049621)
Rémi Duraffort [Sat, 20 Jul 2013 07:48:25 +0000 (09:48 +0200)]
Fix sizeof mismatch (cid #1049621)

10 years agoPass the value by pointer (cid #1049514)
Rémi Duraffort [Fri, 19 Jul 2013 19:47:28 +0000 (21:47 +0200)]
Pass the value by pointer (cid #1049514)

10 years agoFix memory leak (cid #1049562)
Rémi Duraffort [Fri, 19 Jul 2013 19:41:51 +0000 (21:41 +0200)]
Fix memory leak (cid #1049562)

10 years agoFix potential memory leaks (cid #1049567-1049570)
Rémi Duraffort [Fri, 19 Jul 2013 19:32:37 +0000 (21:32 +0200)]
Fix potential memory leaks (cid #1049567-1049570)

10 years agoFIx socket leak (cid #1049574)
Rémi Duraffort [Fri, 19 Jul 2013 19:24:50 +0000 (21:24 +0200)]
FIx socket leak (cid #1049574)

10 years agoFix memory leak (cid #1049575)
Rémi Duraffort [Fri, 19 Jul 2013 19:16:41 +0000 (21:16 +0200)]
Fix memory leak (cid #1049575)

10 years agoFix memory leak (cid #1049576)
Rémi Duraffort [Fri, 19 Jul 2013 19:12:29 +0000 (21:12 +0200)]
Fix memory leak (cid #1049576)

10 years agoFIx sizeof mismatch (cid #1049611)
Rémi Duraffort [Fri, 19 Jul 2013 19:08:31 +0000 (21:08 +0200)]
FIx sizeof mismatch (cid #1049611)

10 years agoFix sizeof mismatch (cid #1049614 and #1049613-12)
Rémi Duraffort [Fri, 19 Jul 2013 19:03:57 +0000 (21:03 +0200)]
Fix sizeof mismatch (cid #1049614 and #1049613-12)

10 years agoFIx sizeof mismatch (cid #1049619)
Rémi Duraffort [Fri, 19 Jul 2013 19:02:02 +0000 (21:02 +0200)]
FIx sizeof mismatch (cid #1049619)

10 years agoFix sizeof mismatch (cid #1049620)
Rémi Duraffort [Fri, 19 Jul 2013 19:00:45 +0000 (21:00 +0200)]
Fix sizeof mismatch (cid #1049620)

10 years agoFix sizeof mismatch (cid #1049621)
Rémi Duraffort [Fri, 19 Jul 2013 18:58:12 +0000 (20:58 +0200)]
Fix sizeof mismatch (cid #1049621)

10 years agoFix sizeof mismatch (cid #1049623 and #1049622)
Rémi Duraffort [Fri, 19 Jul 2013 18:55:30 +0000 (20:55 +0200)]
Fix sizeof mismatch (cid #1049623 and #1049622)