]> git.sesse.net Git - vlc/log
vlc
9 years agomac: update build.sh
David Fuhrmann [Sat, 29 Nov 2014 11:29:06 +0000 (12:29 +0100)]
mac: update build.sh

Auto-detect current osx version, overwrite path to avoid influences
from macports or homebrew.

9 years agomacosx: set better colors for playback speed controls (close #12633)
David Fuhrmann [Sat, 29 Nov 2014 11:27:46 +0000 (12:27 +0100)]
macosx: set better colors for playback speed controls (close #12633)

9 years agoQt: StatsView: don't scale line width (fix #12853)
Francois Cartegnie [Sat, 29 Nov 2014 11:17:27 +0000 (12:17 +0100)]
Qt: StatsView: don't scale line width (fix #12853)

9 years agohttp: XML-decode Icy meta infos (fixes #12739)
Rémi Denis-Courmont [Sun, 9 Nov 2014 18:10:03 +0000 (20:10 +0200)]
http: XML-decode Icy meta infos (fixes #12739)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoAribcam: correctly link for Windows
Jean-Baptiste Kempf [Sat, 29 Nov 2014 10:44:45 +0000 (11:44 +0100)]
Aribcam: correctly link for Windows

9 years agoandroid_window: fix subtitle clear area too big
Thomas Guillem [Fri, 28 Nov 2014 14:34:13 +0000 (15:34 +0100)]
android_window: fix subtitle clear area too big

This led to a memory corruption.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoWin32: file description shouldn't have the version number
Jean-Baptiste Kempf [Fri, 28 Nov 2014 15:52:00 +0000 (16:52 +0100)]
Win32: file description shouldn't have the version number

Close #12856

9 years agocontrib: add mpg123
Felix Paul Kühne [Fri, 28 Nov 2014 12:36:39 +0000 (13:36 +0100)]
contrib: add mpg123

9 years agoAdds batch convert support to the VLC GUI.
Lochlin Duperron [Tue, 11 Nov 2014 07:46:26 +0000 (07:46 +0000)]
Adds batch convert support to the VLC GUI.

This commit modifies the convert wizard to accept multiple files from the file dialog box

The GUI should operate the same when a single file is selected (providing
an option of where and what to name the file), but when multiple files are
selected the files are placed into the same folder with the same name and a
new extention (there is an option to append -converted if you are converting
to the same extention).
There are some tooltips to explain this operation.

Most of the changes are pretty straight-forward, converting QStrings to
QStringLists and passing the full list of MRLs around. The playlist already
supports the batch processing in a pretty straightforward way, so there's no
issues there.

StandardPanel.cpp was modified to create a temp QStringList for passing to the
streamingDialog, as it now takes the full list of input files rather than just
one

Convert.cpp/hpp modified to take the QStringList and to behave (semi)-intelligently when reciving multiple files,
Open.cpp modified to pass the MRLs rather than MRL[0]
and the Dialogs_provider.cpp/hpp to pass the MRLs along, pretty much.

It also clears the playlist when recieving a list and starts the playlist from the beginning when it's added all the files to be converted.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoWin32: fix some time includes
Martell Malone [Tue, 25 Nov 2014 11:24:09 +0000 (11:24 +0000)]
Win32: fix some time includes

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agokva: set visible region correctly
KO Myung-Hun [Thu, 27 Nov 2014 06:30:38 +0000 (06:30 +0000)]
kva: set visible region correctly

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agohds: free mutexes and cond variables on all streams
Antti Ajanki [Thu, 27 Nov 2014 18:37:43 +0000 (18:37 +0000)]
hds: free mutexes and cond variables on all streams

Signed-off-by: Tristan Matthews <tmatth@videolan.org>
9 years agocontrib: correctly copy mac os aliases in package creation (close #12875)
David Fuhrmann [Thu, 27 Nov 2014 22:27:44 +0000 (23:27 +0100)]
contrib: correctly copy mac os aliases in package creation (close #12875)

9 years agoQt: Avoid focus stealing of the tooltip on Win32
Ludovic Fauvet [Thu, 27 Nov 2014 11:34:33 +0000 (12:34 +0100)]
Qt: Avoid focus stealing of the tooltip on Win32

Close #12060
Ref #12084

9 years agocontrib: flac: bump to 1.3.1
Tristan Matthews [Thu, 27 Nov 2014 04:01:26 +0000 (23:01 -0500)]
contrib: flac: bump to 1.3.1

CVE-2014-8962
CVE-2014-9028

9 years agolibmp4: Use a portable format specified for uintmax_t
Hugo Beauzée-Luyssen [Wed, 26 Nov 2014 12:57:36 +0000 (13:57 +0100)]
libmp4: Use a portable format specified for uintmax_t

9 years agomft: Use the proper windows version define
Hugo Beauzée-Luyssen [Wed, 26 Nov 2014 16:41:50 +0000 (17:41 +0100)]
mft: Use the proper windows version define

9 years agoQt: do not use uninitialized value
Ludovic Fauvet [Tue, 25 Nov 2014 17:11:47 +0000 (18:11 +0100)]
Qt: do not use uninitialized value

9 years agoWin32: add -lcomctl32 -luuid to Qt module
Martell Malone [Tue, 25 Nov 2014 16:13:11 +0000 (17:13 +0100)]
Win32: add -lcomctl32 -luuid to Qt module

9 years agoQt: add QT_STATICPLUGIN define as per the qt spec
Martell Malone [Tue, 25 Nov 2014 13:23:38 +0000 (13:23 +0000)]
Qt: add QT_STATICPLUGIN define as per the qt spec

The QT spec says we should use QT_STATICPLUGIN defined if building a
static plugin.

As we are using out own makefile and not a qt .pro project we have to
define it ourselves.

This is then used to decide if we should import the modules
QWindowsIntegrationPlugin and AccessibleFactory as these are not needed
on a shared build.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid_window: prepare subtitles on vd->prepare
Thomas Guillem [Tue, 25 Nov 2014 15:17:25 +0000 (16:17 +0100)]
android_window: prepare subtitles on vd->prepare

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid_window: don't clear full subtitle area
Thomas Guillem [Tue, 25 Nov 2014 15:17:24 +0000 (16:17 +0100)]
android_window: don't clear full subtitle area

Do a memset only on previous area.
Subtitle Display is now 15% - 25% faster (depends on window resolution).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid_window: improve subtitles resolution
Thomas Guillem [Tue, 25 Nov 2014 15:17:23 +0000 (16:17 +0100)]
android_window: improve subtitles resolution

This commit scale the subtitles to the android window size.
The vout is now fullscreen and update the display size with the value returned
by jni_GetWindowSize.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid_window: set i_angle for anw too
Thomas Guillem [Tue, 25 Nov 2014 15:17:22 +0000 (16:17 +0100)]
android_window: set i_angle for anw too

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid_window: create sub filter after sub pic alloc
Thomas Guillem [Tue, 25 Nov 2014 15:17:21 +0000 (16:17 +0100)]
android_window: create sub filter after sub pic alloc

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid_window: don't release sub_pic in vd->control
Thomas Guillem [Tue, 25 Nov 2014 15:17:20 +0000 (16:17 +0100)]
android_window: don't release sub_pic in vd->control

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoFix sizeof mismatch
Tobias Güntner [Sun, 16 Nov 2014 21:10:36 +0000 (22:10 +0100)]
Fix sizeof mismatch

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoFix typo
Tobias Güntner [Tue, 18 Nov 2014 15:32:00 +0000 (16:32 +0100)]
Fix typo

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoForce MPEG demuxer
Tobias Güntner [Sun, 16 Nov 2014 21:24:33 +0000 (22:24 +0100)]
Force MPEG demuxer

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agocontrib: flac: simplify .pc patching
Rafaël Carré [Tue, 25 Nov 2014 11:54:29 +0000 (12:54 +0100)]
contrib: flac: simplify .pc patching

dependency on ogg is already specified

9 years agoQt: cosmetics
Ludovic Fauvet [Mon, 24 Nov 2014 18:21:54 +0000 (19:21 +0100)]
Qt: cosmetics

9 years agoQt: better wording for the resume playback code
Ludovic Fauvet [Mon, 24 Nov 2014 18:11:15 +0000 (19:11 +0100)]
Qt: better wording for the resume playback code

9 years agowin32: remove duplicate check in vlc_cond_signal()
Rémi Denis-Courmont [Mon, 24 Nov 2014 17:16:42 +0000 (19:16 +0200)]
win32: remove duplicate check in vlc_cond_signal()

The same test is done in the underlying vlc_cond_broadcast().

9 years agoQt: add an icon in front of the resume panel
Ludovic Fauvet [Mon, 24 Nov 2014 16:32:05 +0000 (17:32 +0100)]
Qt: add an icon in front of the resume panel

9 years agoQt: hide the resume panel when the vout is released
Ludovic Fauvet [Mon, 24 Nov 2014 15:25:31 +0000 (16:25 +0100)]
Qt: hide the resume panel when the vout is released

9 years agoQt: make the resume panel timer cancellable
Ludovic Fauvet [Mon, 24 Nov 2014 15:18:08 +0000 (16:18 +0100)]
Qt: make the resume panel timer cancellable

9 years agoQt: hide the resume panel without affecting the vout geometry (refs #12758)
Ludovic Fauvet [Mon, 24 Nov 2014 15:07:49 +0000 (16:07 +0100)]
Qt: hide the resume panel without affecting the vout geometry (refs #12758)

One corner case still remains when leaving the fullscreen since we
cannot resize the UI in this mode.

9 years agoconfigure: remove freeaddrinfo test
Rémi Denis-Courmont [Mon, 24 Nov 2014 16:26:05 +0000 (18:26 +0200)]
configure: remove freeaddrinfo test

Assume that freeaddrinfo() is missing if and only if targetting OS/2.
That is not particularly clean but <vlc_network.h> already makes that
same assumption anyhow.

9 years agoRevert "contribs: Fix ebml & openjpeg patches line endings"
Hugo Beauzée-Luyssen [Mon, 24 Nov 2014 16:01:32 +0000 (17:01 +0100)]
Revert "contribs: Fix ebml & openjpeg patches line endings"

This reverts commit f5470b586795de7c8c75017c214c35ed74ab5717.

9 years agomacosx: update metadata in info panel if metadata changes
Felix Paul Kühne [Sun, 23 Nov 2014 20:18:57 +0000 (21:18 +0100)]
macosx: update metadata in info panel if metadata changes

9 years agotaglib: Support reading AlbumArtist from ID3v2 and Ogg
Uwe L. Korn [Sat, 22 Nov 2014 22:01:18 +0000 (22:01 +0000)]
taglib: Support reading AlbumArtist from ID3v2 and Ogg

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoinput: Add support for AlbumArtist meta
Uwe L. Korn [Sat, 22 Nov 2014 22:01:17 +0000 (22:01 +0000)]
input: Add support for AlbumArtist meta

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agofreeaddrinfo: rewrite as iterative
Rémi Denis-Courmont [Sat, 22 Nov 2014 09:20:24 +0000 (11:20 +0200)]
freeaddrinfo: rewrite as iterative

9 years agolibstream_out_standard_plugin: fix linkage on OS/2
KO Myung-Hun [Sat, 22 Nov 2014 09:11:51 +0000 (18:11 +0900)]
libstream_out_standard_plugin: fix linkage on OS/2

Move freeaddrinfo() to compat/.

-----
  CCLD     libstream_out_standard_plugin.la
weakld: error: Unresolved symbol (UNDEF) '_freeaddrinfo'.
weakld: info: The symbol is referenced by:
    P:\tmp\ldconv_libstream_out_standard_plugin_48c454704dac1660d0.obj
Ignoring unresolved externals reported from weak prelinker.
Error! E2028: _freeaddrinfo is an undefined reference
file P:/tmp\ldconv_libstream_out_standard_plugin_48c454704dac1660d0.obj(ldconv_libstream_out_standard_plugin_48c454704dac1660d0.obj): undefined symbol _freeaddrinfo
-----

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years agopacketizer: flac: fix realloc call
Tristan Matthews [Fri, 21 Nov 2014 18:43:33 +0000 (13:43 -0500)]
packetizer: flac: fix realloc call

9 years agocontribs: Fix ebml & openjpeg patches line endings
Hugo Beauzée-Luyssen [Thu, 20 Nov 2014 14:42:06 +0000 (15:42 +0100)]
contribs: Fix ebml & openjpeg patches line endings

9 years agoconfigure.ac: Fix poll() presence check
Hugo Beauzée-Luyssen [Wed, 22 Oct 2014 12:10:30 +0000 (14:10 +0200)]
configure.ac: Fix poll() presence check

poll isn't defined before vista, and we're building for windows XP

9 years agoLua: fix build
Jean-Baptiste Kempf [Fri, 21 Nov 2014 17:36:31 +0000 (18:36 +0100)]
Lua: fix build

9 years agoflac: Force static linking
Hugo Beauzée-Luyssen [Fri, 21 Nov 2014 17:08:46 +0000 (18:08 +0100)]
flac: Force static linking

9 years agolua: Fix forward declarations
Hugo Beauzée-Luyssen [Wed, 22 Oct 2014 07:55:06 +0000 (09:55 +0200)]
lua: Fix forward declarations

9 years agocontrib: freetype2: Disable bzip2
Hugo Beauzée-Luyssen [Fri, 10 Oct 2014 14:20:42 +0000 (07:20 -0700)]
contrib: freetype2: Disable bzip2

9 years agomft: Link to mfplat when building with msvc
Hugo Beauzée-Luyssen [Fri, 21 Nov 2014 13:24:31 +0000 (14:24 +0100)]
mft: Link to mfplat when building with msvc

9 years agomodules: Don't use gcc specific binary constant prefix
Hugo Beauzée-Luyssen [Tue, 21 Oct 2014 14:25:18 +0000 (16:25 +0200)]
modules: Don't use gcc specific binary constant prefix

9 years agoSVCDSub: do not reinvent msg_Dbg
Jean-Baptiste Kempf [Fri, 21 Nov 2014 16:47:23 +0000 (17:47 +0100)]
SVCDSub: do not reinvent msg_Dbg

9 years agopacketizer: flac: reduce memory allocations
Tristan Matthews [Fri, 21 Nov 2014 16:39:31 +0000 (11:39 -0500)]
packetizer: flac: reduce memory allocations

9 years agowinvlc: Replace STDIN_FILENO by the equivalent _fileno call
Hugo Beauzée-Luyssen [Wed, 22 Oct 2014 13:31:30 +0000 (15:31 +0200)]
winvlc: Replace STDIN_FILENO by the equivalent _fileno call

STDIN_FILENO isn't defined by MSVC

9 years agomft: Do not use LoadLibrary when building for Vista and later
Hugo Beauzée-Luyssen [Fri, 21 Nov 2014 12:13:08 +0000 (13:13 +0100)]
mft: Do not use LoadLibrary when building for Vista and later

9 years agomft: Rename function pointer.
Hugo Beauzée-Luyssen [Fri, 21 Nov 2014 12:11:16 +0000 (13:11 +0100)]
mft: Rename function pointer.

They collide with the actual functions

9 years agodmo: Be unicode agnostic
Hugo Beauzée-Luyssen [Mon, 10 Nov 2014 13:43:15 +0000 (14:43 +0100)]
dmo: Be unicode agnostic

9 years agoWin32: don't build WM_* based plugins under WinRT
Jean-Baptiste Kempf [Fri, 21 Nov 2014 14:19:50 +0000 (15:19 +0100)]
Win32: don't build WM_* based plugins under WinRT

9 years agoWin32: regroup gcc-mingw options together
Jean-Baptiste Kempf [Fri, 21 Nov 2014 14:06:02 +0000 (15:06 +0100)]
Win32: regroup gcc-mingw options together

9 years agoDon't build winGDI on WinRT
Jean-Baptiste Kempf [Fri, 21 Nov 2014 13:28:39 +0000 (14:28 +0100)]
Don't build winGDI on WinRT

9 years agoWin32: do not build GDI for text_renderers in WinRT
Jean-Baptiste Kempf [Fri, 21 Nov 2014 13:23:20 +0000 (14:23 +0100)]
Win32: do not build GDI for text_renderers in WinRT

9 years agoWin32: fix previous build commit
Jean-Baptiste Kempf [Fri, 21 Nov 2014 13:17:08 +0000 (14:17 +0100)]
Win32: fix previous build commit

9 years agoWin32: use winmm only on Win32-desktop
Jean-Baptiste Kempf [Fri, 21 Nov 2014 12:10:11 +0000 (13:10 +0100)]
Win32: use winmm only on Win32-desktop

9 years agoandroid_window: don't add min_undequeued in the pool size
Thomas Guillem [Fri, 21 Nov 2014 09:48:54 +0000 (10:48 +0100)]
android_window: don't add min_undequeued in the pool size

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid_window: render picture on Display, and not via pool.pic_unlock
Thomas Guillem [Fri, 21 Nov 2014 09:48:53 +0000 (10:48 +0100)]
android_window: render picture on Display, and not via pool.pic_unlock

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonativewindowpriv: GRALLOC_USAGE_EXTERNAL_DISP only for hw
Thomas Guillem [Fri, 21 Nov 2014 09:48:52 +0000 (10:48 +0100)]
nativewindowpriv: GRALLOC_USAGE_EXTERNAL_DISP only for hw

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonativewindowpriv: remove deprecated calls
Thomas Guillem [Fri, 21 Nov 2014 09:48:51 +0000 (10:48 +0100)]
nativewindowpriv: remove deprecated calls

After jbmr2, dequeueBuffer return a fence_fd, that is signaled when buffer is
ready.
For now, dequeue is still synchronous since it wait on fence_fd.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonativewindowpriv: use only one call to lock/unlock sw buffers
Thomas Guillem [Fri, 21 Nov 2014 09:48:50 +0000 (10:48 +0100)]
nativewindowpriv: use only one call to lock/unlock sw buffers

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonativewindowpriv: lockBuffer not needed after jbmr2
Thomas Guillem [Fri, 21 Nov 2014 09:48:49 +0000 (10:48 +0100)]
nativewindowpriv: lockBuffer not needed after jbmr2

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonativewindowpriv: cosmetics
Thomas Guillem [Fri, 21 Nov 2014 09:48:48 +0000 (10:48 +0100)]
nativewindowpriv: cosmetics

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonativewindowpriv: use set_buffers_user_dimensions after jbmr2
Thomas Guillem [Fri, 21 Nov 2014 09:48:47 +0000 (10:48 +0100)]
nativewindowpriv: use set_buffers_user_dimensions after jbmr2

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonativewindowpriv: fix call order
Thomas Guillem [Fri, 21 Nov 2014 09:48:46 +0000 (10:48 +0100)]
nativewindowpriv: fix call order

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoRevert "nativewindowpriv: use fence_fd"
Thomas Guillem [Fri, 21 Nov 2014 09:48:45 +0000 (10:48 +0100)]
Revert "nativewindowpriv: use fence_fd"

fence_fd should stay in nativewindowpriv.c, no need to export it. It's not
needed by hw buffers (iomx-dr), and it's not used by gralloc until Android 5.0.

This reverts commit 06cb362f3aaa45f53de3f6a755961bc7dded5495.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoconfigure: remove O4 compiler optimization level test
Sean McGovern [Sun, 9 Nov 2014 04:39:35 +0000 (04:39 +0000)]
configure: remove O4 compiler optimization level test

It is not a documented optimization level for gcc or clang.
This makes building with clang significantly less spammy.

Signed-off-by: Tristan Matthews <tmatth@videolan.org>
9 years agoWinRT: don't compile DShow, Screen, BDA
Jean-Baptiste Kempf [Thu, 20 Nov 2014 14:25:06 +0000 (15:25 +0100)]
WinRT: don't compile DShow, Screen, BDA

They depend on GDI or DShow

9 years agonativewindowpriv: use fence_fd
Thomas Guillem [Wed, 19 Nov 2014 15:02:35 +0000 (16:02 +0100)]
nativewindowpriv: use fence_fd

And don't call deprecated functions after android 4.3.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agowasapi: fix memory leak
Hannes Domani [Wed, 19 Nov 2014 17:55:21 +0000 (18:55 +0100)]
wasapi: fix memory leak

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years agoformat: integer overflow
Rémi Denis-Courmont [Wed, 19 Nov 2014 15:16:05 +0000 (17:16 +0200)]
format: integer overflow

9 years agoContribs: use videolan servers for schroedinger
Jean-Baptiste Kempf [Wed, 19 Nov 2014 13:08:29 +0000 (14:08 +0100)]
Contribs: use videolan servers for schroedinger

9 years agoSupport for newest freerdp snapshot
Paweł Stankowski [Wed, 19 Nov 2014 01:03:08 +0000 (02:03 +0100)]
Support for newest freerdp snapshot

Support for 24bpp was removed from freerdp repository in commit
02c1bf14ce1f3ad2199a349066548977916d9c06.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonativewindowpriv: better use of defines (cosmetics)
Thomas Guillem [Wed, 19 Nov 2014 11:10:37 +0000 (12:10 +0100)]
nativewindowpriv: better use of defines (cosmetics)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid_window: use anwp.getMaxBufferCount
Thomas Guillem [Wed, 19 Nov 2014 11:04:15 +0000 (12:04 +0100)]
android_window: use anwp.getMaxBufferCount

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid_window: add logs
Thomas Guillem [Wed, 19 Nov 2014 11:04:14 +0000 (12:04 +0100)]
android_window: add logs

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonativewindowpriv: change default min_undequeued value
Thomas Guillem [Wed, 19 Nov 2014 11:04:13 +0000 (12:04 +0100)]
nativewindowpriv: change default min_undequeued value

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonativewindowpriv: add getMaxBufferCount
Thomas Guillem [Wed, 19 Nov 2014 11:04:12 +0000 (12:04 +0100)]
nativewindowpriv: add getMaxBufferCount

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agob4s: memory leak
Rémi Denis-Courmont [Tue, 18 Nov 2014 21:36:12 +0000 (23:36 +0200)]
b4s: memory leak

9 years agoaudiobargraph: boundary check
Rémi Denis-Courmont [Tue, 18 Nov 2014 21:27:54 +0000 (23:27 +0200)]
audiobargraph: boundary check

9 years agoOpenMAX IL: do not use Bellagio software implementation
Rémi Denis-Courmont [Tue, 18 Nov 2014 21:22:22 +0000 (23:22 +0200)]
OpenMAX IL: do not use Bellagio software implementation

This wraps libavcodec in a way that is worse that VLC, e.g. without
hardware acceleration.

9 years agoarchive: memory leak
Rémi Denis-Courmont [Tue, 18 Nov 2014 21:19:59 +0000 (23:19 +0200)]
archive: memory leak

9 years agoarchive: indent
Rémi Denis-Courmont [Tue, 18 Nov 2014 21:19:49 +0000 (23:19 +0200)]
archive: indent

9 years agomediacodec: don't try OMX.google.*
Thomas Guillem [Tue, 18 Nov 2014 10:16:35 +0000 (10:16 +0000)]
mediacodec: don't try OMX.google.*

OMX.google.* are software decoders, it's better to use avcodec.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agosap: fix implicit timeout calculation
Santiago Gimeno [Mon, 17 Nov 2014 12:16:50 +0000 (13:16 +0100)]
sap: fix implicit timeout calculation

- RFC2974 states in Section 4:
      "If a session announcement message has not been received for ten times the
       announcement period, or one hour, whichever is the greater, then the
       session is deleted from the receiver's session cache."
  But the session was being deleted after three times the announcement period.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoYoutube: fix playback of recent pages
Jean-Baptiste Kempf [Tue, 18 Nov 2014 12:43:56 +0000 (13:43 +0100)]
Youtube: fix playback of recent pages

9 years agoupdate: fix invalid parsing
Rafaël Carré [Tue, 18 Nov 2014 10:51:33 +0000 (11:51 +0100)]
update: fix invalid parsing

9 years agoHLS: Do not assume Content-Length is set
Rafaël Carré [Fri, 14 Nov 2014 10:51:16 +0000 (11:51 +0100)]
HLS: Do not assume Content-Length is set

Fixes #8078

9 years agoplaylist: don't abort if "media-library" is not specified
Thomas Guillem [Mon, 17 Nov 2014 13:53:09 +0000 (14:53 +0100)]
playlist: don't abort if "media-library" is not specified

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoDASH: fix Win32 compilation
Jean-Baptiste Kempf [Mon, 17 Nov 2014 17:58:51 +0000 (18:58 +0100)]
DASH: fix Win32 compilation

9 years agostream_filter: dash: deduplicate parser code
Francois Cartegnie [Mon, 17 Nov 2014 17:08:56 +0000 (18:08 +0100)]
stream_filter: dash: deduplicate parser code