]> git.sesse.net Git - vlc/log
vlc
9 years agohds: use else if where appropriate
Tristan Matthews [Fri, 1 Aug 2014 04:30:01 +0000 (00:30 -0400)]
hds: use else if where appropriate

9 years agohds: fix redundant NULL check (cid #1224540)
Tristan Matthews [Fri, 1 Aug 2014 04:22:39 +0000 (00:22 -0400)]
hds: fix redundant NULL check (cid #1224540)

current_element is checked earlier and the loop continues if it's NULL.

9 years agohds: fix dereference after NULL check (cid #1224532)
Tristan Matthews [Fri, 1 Aug 2014 04:11:45 +0000 (00:11 -0400)]
hds: fix dereference after NULL check (cid #1224532)

9 years agohds: fix out of bounds access (cid #1224531)
Tristan Matthews [Fri, 1 Aug 2014 04:00:30 +0000 (00:00 -0400)]
hds: fix out of bounds access (cid #1224531)

9 years agodemux: rar: set NO_INTERACT flags for probing
Francois Cartegnie [Fri, 1 Aug 2014 01:49:09 +0000 (10:49 +0900)]
demux: rar: set NO_INTERACT flags for probing

9 years agoaccess: archive: set NO_INTERACT flag
Francois Cartegnie [Fri, 1 Aug 2014 01:50:59 +0000 (10:50 +0900)]
access: archive: set NO_INTERACT flag

9 years agomisc: acoustid: set NO_INTERACT
Francois Cartegnie [Fri, 1 Aug 2014 02:09:43 +0000 (11:09 +0900)]
misc: acoustid: set NO_INTERACT

9 years agoaddons: installer/fetcher: set NO_INTERACT
Francois Cartegnie [Fri, 1 Aug 2014 02:10:29 +0000 (11:10 +0900)]
addons: installer/fetcher: set NO_INTERACT

9 years agoFix MODULES_LIST
Jean-Baptiste Kempf [Thu, 31 Jul 2014 23:07:33 +0000 (01:07 +0200)]
Fix MODULES_LIST

9 years agoUpdate NEWS
Jean-Baptiste Kempf [Thu, 31 Jul 2014 23:06:54 +0000 (01:06 +0200)]
Update NEWS

9 years agohds: Base URL should not include a possible query
Antti Ajanki [Wed, 30 Jul 2014 15:47:49 +0000 (18:47 +0300)]
hds: Base URL should not include a possible query

9 years agotranscode: fix video filters
Rafaël Carré [Thu, 31 Jul 2014 10:25:03 +0000 (12:25 +0200)]
transcode: fix video filters

9 years agoRemove leftover dummy test
Rafaël Carré [Thu, 31 Jul 2014 09:19:11 +0000 (11:19 +0200)]
Remove leftover dummy test

9 years agoDon't fail if Qt5X11Extras is not detected
Rafaël Carré [Thu, 31 Jul 2014 09:18:54 +0000 (11:18 +0200)]
Don't fail if Qt5X11Extras is not detected

9 years agoaccess: archive: add multiple volume support
Francois Cartegnie [Thu, 31 Jul 2014 08:00:42 +0000 (17:00 +0900)]
access: archive: add multiple volume support

9 years agoaccess: archive: implicitely call close
Francois Cartegnie [Wed, 30 Jul 2014 08:18:24 +0000 (17:18 +0900)]
access: archive: implicitely call close

Unlike documentation says archive_free
 doesn't call close in every circumstances.

9 years agoasx: fix use-after-free
Rémi Denis-Courmont [Wed, 30 Jul 2014 21:13:01 +0000 (00:13 +0300)]
asx: fix use-after-free

9 years agoimage: remove constant parameter
Rémi Denis-Courmont [Wed, 30 Jul 2014 17:39:55 +0000 (20:39 +0300)]
image: remove constant parameter

9 years agoimage: remove dead code
Rémi Denis-Courmont [Wed, 30 Jul 2014 17:38:29 +0000 (20:38 +0300)]
image: remove dead code

9 years agoauhal: rework locking and avoid potential deadlock
David Fuhrmann [Wed, 30 Jul 2014 16:45:04 +0000 (18:45 +0200)]
auhal: rework locking and avoid potential deadlock

hopefully closes #11675

9 years agoauhal: Added more debug logs and removed invalid memory access due to wrong range
David Fuhrmann [Wed, 30 Jul 2014 15:04:37 +0000 (17:04 +0200)]
auhal: Added more debug logs and removed invalid memory access due to wrong range

Search range for the new devices array was wrong, which led to nonworking
detection of removed devices, up to strange deadlocks when quitting VLC.

9 years agoavformat: initialize probe data (fixes #11851)
Rémi Denis-Courmont [Wed, 30 Jul 2014 16:05:43 +0000 (19:05 +0300)]
avformat: initialize probe data (fixes #11851)

9 years agoAvformat mux: fix a memory leak
Adrien Maglo [Wed, 30 Jul 2014 14:44:29 +0000 (16:44 +0200)]
Avformat mux: fix a memory leak

9 years agorelease doc: actually give the script
Rafaël Carré [Wed, 30 Jul 2014 10:33:14 +0000 (12:33 +0200)]
release doc: actually give the script

9 years agomacosx: remove outdated and unneeded bookmarks table reload
David Fuhrmann [Wed, 30 Jul 2014 10:20:47 +0000 (12:20 +0200)]
macosx: remove outdated and unneeded bookmarks table reload

9 years agomacosx: use input changed event to update bookmarks dialog
David Fuhrmann [Wed, 30 Jul 2014 10:14:51 +0000 (12:14 +0200)]
macosx: use input changed event to update bookmarks dialog

This allows lazy loading of the bookmarks window.

9 years agomacosx: add input changed event and reset shown crop values for new input
David Fuhrmann [Wed, 30 Jul 2014 10:10:45 +0000 (12:10 +0200)]
macosx: add input changed event and reset shown crop values for new input

9 years agomacosx: video effects: add brightness-threshold to the profiles string
David Fuhrmann [Wed, 30 Jul 2014 09:09:41 +0000 (11:09 +0200)]
macosx: video effects: add brightness-threshold to the profiles string

This is done in a backward-compatible manner: Once an existing profile is saved,
the new format is used.

Opening the new format with an old VLC version will work, too, but you will
lose changes from the new format.

refs #11643

9 years agomacosx: video effects: increase crop stepper max value
David Fuhrmann [Wed, 30 Jul 2014 08:37:26 +0000 (10:37 +0200)]
macosx: video effects: increase crop stepper max value

9 years agoQt: use QX11Info on Qt5 when present
Rafaël Carré [Wed, 30 Jul 2014 10:16:52 +0000 (12:16 +0200)]
Qt: use QX11Info on Qt5 when present

9 years agoqt4: fix embedding on unix
Rafaël Carré [Wed, 30 Jul 2014 10:16:11 +0000 (12:16 +0200)]
qt4: fix embedding on unix

9 years agoaccess: rar: guess scheme from volume count
Francois Cartegnie [Wed, 30 Jul 2014 04:52:27 +0000 (13:52 +0900)]
access: rar: guess scheme from volume count

Rar multiple volume parsing still gets tricked by filenames matching
new naming prefixes, and using the old naming.

We need to decide according to the number of volumes found if our
new naming scheme has found only 1 volume.

part01.rar,part02.rar
part1.rar,part2.rar
part1.rar,part1.r00 (tricked here)
foobar.rar,foobar.r00

refs #9835

9 years agoCast read size to signed before the substraction.
Denis Charmet [Tue, 29 Jul 2014 21:51:32 +0000 (23:51 +0200)]
Cast read size to signed before the substraction.

Close #11481

9 years agovdpau/chroma: set up device and mixer from the init function
Rémi Denis-Courmont [Tue, 29 Jul 2014 18:39:26 +0000 (21:39 +0300)]
vdpau/chroma: set up device and mixer from the init function

9 years agovdpau/chroma: string factor
Rémi Denis-Courmont [Tue, 29 Jul 2014 18:25:39 +0000 (21:25 +0300)]
vdpau/chroma: string factor

9 years agomacosx: add retina graphics for native fullscreen button in dark mode
Damien Erambert [Tue, 29 Jul 2014 19:08:13 +0000 (21:08 +0200)]
macosx: add retina graphics for native fullscreen button in dark mode

Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
9 years agozipstream: remove 2 strings
Francois Cartegnie [Mon, 28 Jul 2014 08:31:39 +0000 (17:31 +0900)]
zipstream: remove 2 strings

9 years agoaccess/stream_filter: add libarchive
Francois Cartegnie [Wed, 16 Jul 2014 04:25:56 +0000 (13:25 +0900)]
access/stream_filter: add libarchive

Allows decompression and access through rar, lha, tar, ...
Mostly unseekable.

9 years agofilter_chain: inline filter_chain_DeleteFilter() and drop return value
Rémi Denis-Courmont [Mon, 28 Jul 2014 21:54:10 +0000 (00:54 +0300)]
filter_chain: inline filter_chain_DeleteFilter() and drop return value

9 years agofilter_chain: introduce dedicated filter_chain_NewVideo() for video filters
Rémi Denis-Courmont [Mon, 28 Jul 2014 17:13:33 +0000 (20:13 +0300)]
filter_chain: introduce dedicated filter_chain_NewVideo() for video filters

Also remove the filter chain buffer functions update hack, keep constant
callbacks for video filters in the filter chain, remove now useless
parameters from filter_chain_New(), and inline
filter_chain_AppendFilterInternal().

9 years agospu: fix ugly cast in filter chain (and unexport function)
Rémi Denis-Courmont [Mon, 28 Jul 2014 20:29:37 +0000 (23:29 +0300)]
spu: fix ugly cast in filter chain (and unexport function)

9 years agospu: use filter_chain_ForEach() and simplify
Rémi Denis-Courmont [Mon, 28 Jul 2014 20:00:47 +0000 (23:00 +0300)]
spu: use filter_chain_ForEach() and simplify

9 years agofilter_chain: add filter_chain_ForEach() helper
Rémi Denis-Courmont [Mon, 28 Jul 2014 19:52:12 +0000 (22:52 +0300)]
filter_chain: add filter_chain_ForEach() helper

9 years agofilter_chain: make filter_chain_AppendFromString() iterative
Rémi Denis-Courmont [Mon, 28 Jul 2014 18:22:14 +0000 (21:22 +0300)]
filter_chain: make filter_chain_AppendFromString() iterative

(rather than recursive)

9 years agospu: avoid pointless alloc and indirection
Rémi Denis-Courmont [Mon, 28 Jul 2014 19:59:38 +0000 (22:59 +0300)]
spu: avoid pointless alloc and indirection

9 years agofilter: separate owner structure from the filter itself
Rémi Denis-Courmont [Mon, 28 Jul 2014 16:31:22 +0000 (19:31 +0300)]
filter: separate owner structure from the filter itself

9 years agospu: remove bogus VLC_UNUSED
Rémi Denis-Courmont [Mon, 28 Jul 2014 19:58:57 +0000 (22:58 +0300)]
spu: remove bogus VLC_UNUSED

9 years agofilter: use filter_DeleteSubpicture
Rémi Denis-Courmont [Mon, 28 Jul 2014 16:56:38 +0000 (19:56 +0300)]
filter: use filter_DeleteSubpicture

9 years agodynamicoverlay: use filter_NewSubpicture()
Rémi Denis-Courmont [Mon, 28 Jul 2014 16:56:23 +0000 (19:56 +0300)]
dynamicoverlay: use filter_NewSubpicture()

9 years agoimage: use filter_(New|Delete)Picture()
Rémi Denis-Courmont [Mon, 28 Jul 2014 16:49:42 +0000 (19:49 +0300)]
image: use filter_(New|Delete)Picture()

9 years agovout: remove useless callback
Rémi Denis-Courmont [Mon, 28 Jul 2014 16:50:49 +0000 (19:50 +0300)]
vout: remove useless callback

9 years agofilter_chain: remove useless callback
Rémi Denis-Courmont [Mon, 28 Jul 2014 16:49:58 +0000 (19:49 +0300)]
filter_chain: remove useless callback

9 years agotranscode: remove useless callback
Rémi Denis-Courmont [Mon, 28 Jul 2014 16:49:22 +0000 (19:49 +0300)]
transcode: remove useless callback

9 years agologo: missing initializer
Rémi Denis-Courmont [Mon, 28 Jul 2014 18:35:56 +0000 (21:35 +0300)]
logo: missing initializer

9 years agoiomx: Support building for honeycomb with ANDROID_API=13 as well
Martin Storsjö [Mon, 28 Jul 2014 07:58:00 +0000 (10:58 +0300)]
iomx: Support building for honeycomb with ANDROID_API=13 as well

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agoiomx: Override the hal format for qcom decoders on honeycomb
Martin Storsjö [Mon, 28 Jul 2014 07:43:24 +0000 (10:43 +0300)]
iomx: Override the hal format for qcom decoders on honeycomb

This fixes direct rendering playback on one tested honeycomb
device.

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agoiomx: Adjust ANDROID_API ifdefs to work with honeycomb 11, 12 and 13
Martin Storsjö [Mon, 28 Jul 2014 07:33:13 +0000 (10:33 +0300)]
iomx: Adjust ANDROID_API ifdefs to work with honeycomb 11, 12 and 13

This would allow building libiomx-hc.so with -DANDROID_API=13
instead of =11 as right now - using 13 would probably be more
correct as the headers match 3.2.

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agoiomx: Move hal_format overriding into iomx_hwbuffer
Martin Storsjö [Mon, 28 Jul 2014 07:29:24 +0000 (10:29 +0300)]
iomx: Move hal_format overriding into iomx_hwbuffer

This simplifies doing device/version specific overrides for the
hal format, which seems to be more necessary on older platform versions.

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agosoundcloud.lua: support HTTPS
Pierre Ynard [Mon, 28 Jul 2014 04:01:41 +0000 (06:01 +0200)]
soundcloud.lua: support HTTPS

The website uses HTTPS by default so that was confusing

9 years agoyoutube.lua: remove obsolete static signature descrambling code
Pierre Ynard [Mon, 28 Jul 2014 01:48:57 +0000 (03:48 +0200)]
youtube.lua: remove obsolete static signature descrambling code

9 years agoyoutube.lua: update signature descrambling to new javascript code
Pierre Ynard [Mon, 28 Jul 2014 01:26:56 +0000 (03:26 +0200)]
youtube.lua: update signature descrambling to new javascript code

A level of indirection is added now that descrambling rules are in a
separate helper. This is not necessarily worse.

9 years agocontrib: libbluray: depend on FreeType
Sean McGovern [Sat, 26 Jul 2014 16:54:51 +0000 (12:54 -0400)]
contrib: libbluray: depend on FreeType

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agocontrib: mpc: fix sum rule
Rafaël Carré [Sat, 26 Jul 2014 16:21:46 +0000 (18:21 +0200)]
contrib: mpc: fix sum rule

9 years agoEmulate AC_USE_SYSTEM_EXTENSIONS and _GNU_SOURCE for mingw-w64
Rafaël Carré [Sat, 26 Jul 2014 16:20:20 +0000 (18:20 +0200)]
Emulate AC_USE_SYSTEM_EXTENSIONS and _GNU_SOURCE for mingw-w64

9 years agodirectsound: missing header
Rafaël Carré [Sat, 26 Jul 2014 16:05:38 +0000 (18:05 +0200)]
directsound: missing header

9 years agoomxil: Retry getting an output buffer while waiting for a free input buffer
Martin Storsjö [Fri, 25 Jul 2014 21:11:33 +0000 (00:11 +0300)]
omxil: Retry getting an output buffer while waiting for a free input buffer

As soon as either the input packet has been written, or an output
buffer is available, we return from the function, allowing passing
the output frames down the pipeline as soon as possible. (For
direct rendering, a new output buffer only become available for
the codec to use once the picture is rendered or discarded.)

This fixes playback with IOMX direct rendering on Nexus S, which
only uses 2 output buffers in this mode (min_undequeued = 1,
nBufferCountMin = 1), and probably also for other devices with
a small number of output buffers.

(On the Nexus S, the number of output buffers can't be increased,
since this leads to blinking.)

This is similar to how available input/output buffers are checked
in the MediaCodec plugin.

This still isn't completely foolproof with respect to the case when
an input packet needs to be split up over multiple input buffers
though, but it wasn't completely correct previously either.

Also make sure we don't return from the function without consuming
the input packet or returning an output frame, which earlier would
lead to a skipped input packet and leaked memory. (This could
previously happen on reconfiguration, or on timeout while waiting for
an input buffer.)

Finally, make sure we don't block indefinitely in case the playback
is paused (causing the decoder to block while waiting for a free
output buffer). The same solution as in the android mediacodec
decoder is used here.

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agoiomx-dr: split IOMXHWBuffer_Setup function
Thomas Guillem [Fri, 25 Jul 2014 14:58:54 +0000 (16:58 +0200)]
iomx-dr: split IOMXHWBuffer_Setup function

In HwBuffer, split Setup into Setup, GetMinUndequeued and SetBufferCount since
we want to control the buffer count logic from omxil.c.

Some OMX components (like OMX.TI.*.Decoder) may have nBufferCountActual that is
greater than nBufferCountMin + min_undequeued. In that case we decreased the
number of buffer wanted by the component and had an undefined behavior.

In order to fix it, we need to increase nBufferCountActual value from the
component only when it's smaller than nBufferCountMin + min_undequeued.

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agoiomx-dr: don't always lock buffers from dequeue
Thomas Guillem [Fri, 25 Jul 2014 14:50:54 +0000 (16:50 +0200)]
iomx-dr: don't always lock buffers from dequeue

According to OMXCodec.cpp, we shouldn't call lockBuffer when we first allocate
all buffers, since we may cancel some of them (the min_undequeued ones).

We should call lockBuffer only before giving a buffer to OMX.

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agoomxil: force hal_format for omap3 decoders
Thomas Guillem [Fri, 25 Jul 2014 13:46:50 +0000 (15:46 +0200)]
omxil: force hal_format for omap3 decoders

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agoiomx: make it work with honeycomb (api 11)
Thomas Guillem [Fri, 25 Jul 2014 13:45:42 +0000 (15:45 +0200)]
iomx: make it work with honeycomb (api 11)

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agocontrib: speex: explicitely disable ogg
Rafaël Carré [Sat, 26 Jul 2014 10:45:10 +0000 (12:45 +0200)]
contrib: speex: explicitely disable ogg

9 years agovdpau: add support for 4:4:4 chroma sampling
Rémi Denis-Courmont [Sat, 26 Jul 2014 10:02:23 +0000 (13:02 +0300)]
vdpau: add support for 4:4:4 chroma sampling

9 years agocontrib: mpcdec: their SVN server is not working
Rafaël Carré [Sat, 26 Jul 2014 10:12:34 +0000 (12:12 +0200)]
contrib: mpcdec: their SVN server is not working

9 years agoaccess/http: Improved cookie handling
Antti Ajanki [Fri, 25 Jul 2014 09:05:01 +0000 (12:05 +0300)]
access/http: Improved cookie handling

* Moved cookie code to a separate file.
* Implemented domain and path matching algorithms from RFC 6265.
* Generates a single Cookie header consisting of a concatenation of all
  matching cookie values.
* Sends Secure cookies only on https streams.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years agoLocale independent, case-ignoring ASCII string comparison functions
Antti Ajanki [Fri, 25 Jul 2014 09:05:00 +0000 (12:05 +0300)]
Locale independent, case-ignoring ASCII string comparison functions

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years agopostproc: fix cut-and-paste goof
Rémi Denis-Courmont [Sat, 26 Jul 2014 08:02:20 +0000 (11:02 +0300)]
postproc: fix cut-and-paste goof

9 years agotools: add Apache ANT for contribs
Sean McGovern [Fri, 25 Jul 2014 23:21:35 +0000 (19:21 -0400)]
tools: add Apache ANT for contribs

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agolua: add LDFLAGS to Solaris build
Sean McGovern [Fri, 25 Jul 2014 23:07:13 +0000 (19:07 -0400)]
lua: add LDFLAGS to Solaris build

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agolua: use proper target for Solaris
Sean McGovern [Fri, 25 Jul 2014 23:07:12 +0000 (19:07 -0400)]
lua: use proper target for Solaris

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoequalizer: Fix bug in preset loading
Ron Wright [Thu, 24 Jul 2014 16:19:17 +0000 (16:19 +0000)]
equalizer: Fix bug in preset loading

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agocontrib: speex: remove unneeded patch
Rafaël Carré [Fri, 25 Jul 2014 17:23:23 +0000 (19:23 +0200)]
contrib: speex: remove unneeded patch

9 years agoomxil: Change the default for the omxil-dr flag to true
Martin Storsjö [Fri, 25 Jul 2014 09:18:46 +0000 (12:18 +0300)]
omxil: Change the default for the omxil-dr flag to true

This matches the default for the mediacodec-dr flag, making the
calling code (which will set both of them) more consistent.

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agohds: fix memory leak (cid #1224537)
Tristan Matthews [Fri, 25 Jul 2014 08:32:11 +0000 (04:32 -0400)]
hds: fix memory leak (cid #1224537)

9 years agohds: drop macro
Tristan Matthews [Fri, 25 Jul 2014 07:26:06 +0000 (03:26 -0400)]
hds: drop macro

Fixes cid #1228697 from commit 160401294cbaa95b87bf0199c64590fef6b7fbc7

9 years agodemux: avi: missing unseekable method fallback
Francois Cartegnie [Fri, 25 Jul 2014 02:28:32 +0000 (11:28 +0900)]
demux: avi: missing unseekable method fallback

9 years agopostproc: reduce lock contention in callback
Rémi Denis-Courmont [Thu, 24 Jul 2014 16:11:27 +0000 (19:11 +0300)]
postproc: reduce lock contention in callback

9 years agopostproc: factor common code
Rémi Denis-Courmont [Thu, 24 Jul 2014 16:11:01 +0000 (19:11 +0300)]
postproc: factor common code

9 years agopostproc: remove redundant check
Rémi Denis-Courmont [Thu, 24 Jul 2014 16:10:40 +0000 (19:10 +0300)]
postproc: remove redundant check

9 years agoomxil: add android hw buffers support (zero copy)
Thomas Guillem [Thu, 24 Jul 2014 13:11:27 +0000 (15:11 +0200)]
omxil: add android hw buffers support (zero copy)

Activated if cfg "omxil-dr" is true. If extra android symbols are not found or
if HwBuffer_init() fails: fall back to non direct buffer mode

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agoiomx: add android GraphicBuffers functions.
Thomas Guillem [Thu, 24 Jul 2014 13:11:26 +0000 (15:11 +0200)]
iomx: add android GraphicBuffers functions.

- OMXAndroid_EnableGraphicBuffers: activate GraphicBuffers.
  Next call of OMX_GetParameter(OMX_IndexParamPortDefinition) will return a
  private eColorFormat compatible with android hal_format.

- OMXAndroid_GetGraphicBufferUsage: return hw_usage that will be used to
  allocate android hw buffers.

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agoiomx: add iomx_hwbuffer
Thomas Guillem [Thu, 24 Jul 2014 13:11:25 +0000 (15:11 +0200)]
iomx: add iomx_hwbuffer

Wrapper to android native window api located in aosp system/window.h.
Allow to queue/dequeue hw buffers (ANativeWindowBuffer_t) allocated with a
speficied hal_format and hw_usage.

This requires changes to the android build project to include
iomx_hwbuffer.c when building libiomx-*.so.

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agoiomx: implement OMX_UseBuffer
Thomas Guillem [Thu, 24 Jul 2014 13:11:24 +0000 (15:11 +0200)]
iomx: implement OMX_UseBuffer

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agodemux: vc1: use CLOCK_FREQ
Tristan Matthews [Thu, 24 Jul 2014 14:47:23 +0000 (10:47 -0400)]
demux: vc1: use CLOCK_FREQ

9 years agotaglib: do not ignore mpeg ape tags
Anatoliy Anischovich [Thu, 24 Jul 2014 09:31:56 +0000 (12:31 +0300)]
taglib: do not ignore mpeg ape tags

Signed-off-by: Rafaël Carré <funman@videolan.org>
9 years agotaglib: cosmetics (fix typo)
Anatoliy Anischovich [Thu, 24 Jul 2014 09:31:57 +0000 (12:31 +0300)]
taglib: cosmetics (fix typo)

Signed-off-by: Rafaël Carré <funman@videolan.org>
9 years agotaglib: init attachments before reading special tags
Anatoliy Anischovich [Thu, 24 Jul 2014 09:31:55 +0000 (12:31 +0300)]
taglib: init attachments before reading special tags

Signed-off-by: Rafaël Carré <funman@videolan.org>
9 years agotaglib: use iterator-based approach for APE's tag processing
Anatoliy Anischovich [Thu, 24 Jul 2014 09:31:54 +0000 (12:31 +0300)]
taglib: use iterator-based approach for APE's tag processing

Signed-off-by: Rafaël Carré <funman@videolan.org>
9 years agotaglib: properly handle APE's cover art
Anatoliy Anischovich [Thu, 24 Jul 2014 09:31:53 +0000 (12:31 +0300)]
taglib: properly handle APE's cover art

Signed-off-by: Rafaël Carré <funman@videolan.org>
9 years agoUpdate NEWS
Felix Paul Kühne [Wed, 23 Jul 2014 20:13:44 +0000 (22:13 +0200)]
Update NEWS

9 years agoSupport changing 'audio desync' via AppleScript on OSX
Boy van Amstel [Mon, 21 Jul 2014 15:45:11 +0000 (17:45 +0200)]
Support changing 'audio desync' via AppleScript on OSX

Like being able to change the volume, seek position etc. via
AppleScript, this commit allows you to change the audio desync in ms.

Example:
tell application "VLC"
  -- set audio desync to 0
  set audio desync to -2250
  get audio desync
end tell

Signed-off-by: Boy van Amstel <boy@boyvanamstel.nl>
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>