- 17 Mar, 2015 12 commits
-
-
Rémi Denis-Courmont authored
block_FifoRelease() takes care of it.
-
Steve Lhomme authored
This reverts commit 6a16055a. Fixes #14194 Vorbis doesn't work properly with forced bogus PTS. The seek issue in #13575 is solved with the DirectSound fixes from #14186 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
On ma, 2015-03-16 at 13:59 +0300, Rémi Denis-Courmont wrote: > Le 2015-03-16 13:24, Petri Hintukainen a écrit : > > I tried to enable dsm access plugin in Linux (to get directory > > browsing > > support). But "make install" failed with error: > > > > libtool: install: error: cannot install `libdsm_plugin.la' to a > > directory not ending in /usr/lib/vlc/plugins/services_discovery > > > > It looks like the module is installed twice: first to access/, then > > to > > services_discovery/. Installing it only to services_discovery/ seems > > to > > work. > > The (rest of the) Makefile rules are in access/ though... Removing it from services_discovery/Makefile.am in commit http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=42350148049e6a91db1f6876d1e0765640da0f7d didn't fix the problem with make install. With ../configure --prefix=/usr --enable-dsm --disable-smb make && sudo make install I still get libtool: install: error: cannot install `libdsm_plugin.la' to a directory not ending in /usr/lib/vlc/plugins/services_discovery Alternative patch attached. (or maybe I have broken libtool ... ?) >From 43e5502bb44f8611eb1d61cc8fa6c1c711dce32b Mon Sep 17 00:00:00 2001 From: Petri Hintukainen <phintuka@gmail.com> Date: Tue, 17 Mar 2015 09:52:47 +0200 Subject: [PATCH] dsm: fix runtime library search path Fixes "libtool: install: error: cannot install `libdsm_plugin.la' to a directory not ending in /usr/lib/vlc/plugins/services_discovery" Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Should close #14162
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Hugo Beauzée-Luyssen authored
-
- 16 Mar, 2015 28 commits
-
-
Francois Cartegnie authored
introduced by 1dec820c
-
Francois Cartegnie authored
-
Francois Cartegnie authored
fixes invalid length/time with arib and handles shared pid
-
Jean-Baptiste Kempf authored
Of course, it's technically a GCC bug, because selectany is broken, but there is no simple fix for that.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Other ALSA plugs do not support those parameters. Regresion from 7a19c0b4.
-
Diego Elio Pettenò authored
This makes sure that the two functions are found when building on mingw32, as the functions are defined as static inline rather than as library symbols. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Diego Elio Pettenò authored
mingw (both 32 and 64) provides a number of functions that have no C linkage, but are only available as static inline. Define a macro that can check for the function declaration but acts like AC_REPLACE_FUNC. Use the new macro for asprintf/vasprintf (previously implemented in configure.ac directly). Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
- Do not clobber thread-specific state on Windows - Be thread-safe on non-Windows
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
should be fixed from libdvbpsi >= 1.2.0
-
Jean-Baptiste Kempf authored
-
Steve Lhomme authored
Using VLC_PTS_INVALID disturbs seeking. It only applies to audio frames which are meant to be contiguous. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jonathan McGowan authored
A bad parameter definition in function RegisterExtension resulted in the same value entry being written every time ("${EXT}"=""). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
This also fixes a crash because of a missing __MIN(strlen()) for MTK MPEG4. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
replaces previous similar patches, now with proper VLC_TS adjusting Fixes #13575 Fixes #11847 which had time display issues The new PCR logic is borrowed from http://git.videolan.org/?p=vlc.git;a=blob;f=modules/demux/avformat/demux.c;hb=HEAD#l776 A PCR is always sent now, unless i_last_dts is not set, meaning the first packet doesn't have a proper DTS (invalid data at the beggining) The i_pts is not set to 0 anymore in a lace as it disturbs seeking performance Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-