]> git.sesse.net Git - vlc/log
vlc
10 years agoinput: get PTS delay from stream rather than access (fixes #8457)
Rémi Denis-Courmont [Sun, 10 Nov 2013 16:06:38 +0000 (18:06 +0200)]
input: get PTS delay from stream rather than access (fixes #8457)

10 years agosmooth: provide PTS delay
Rémi Denis-Courmont [Sun, 10 Nov 2013 16:01:56 +0000 (18:01 +0200)]
smooth: provide PTS delay

10 years agohttplive: provide PTS delay
Rémi Denis-Courmont [Sun, 10 Nov 2013 16:01:47 +0000 (18:01 +0200)]
httplive: provide PTS delay

10 years agodecomp: provide PTS delay
Rémi Denis-Courmont [Sun, 10 Nov 2013 16:01:35 +0000 (18:01 +0200)]
decomp: provide PTS delay

10 years agoDASH: provide PTS delay
Rémi Denis-Courmont [Sun, 10 Nov 2013 16:01:21 +0000 (18:01 +0200)]
DASH: provide PTS delay

10 years agoAdd STREAM_GET_PTS_DELAY control (refs #8457)
Rémi Denis-Courmont [Sun, 10 Nov 2013 16:00:57 +0000 (18:00 +0200)]
Add STREAM_GET_PTS_DELAY control (refs #8457)

10 years agomacosx: don't leak the fspanel
Felix Paul Kühne [Sun, 10 Nov 2013 16:06:34 +0000 (17:06 +0100)]
macosx: don't leak the fspanel

10 years agomacosx: split fspanel from main menu nib to an extra nib which not being distributed...
Felix Paul Kühne [Sun, 10 Nov 2013 15:08:24 +0000 (16:08 +0100)]
macosx: split fspanel from main menu nib to an extra nib which not being distributed as the window is being created entirely in code and the nib representation is used for development and layouting only

10 years agotranscode: encode buffer and flush encoder at the end when using threads
Ilkka Ollakka [Sun, 10 Nov 2013 14:34:40 +0000 (16:34 +0200)]
transcode: encode buffer and flush encoder at the end when using threads

10 years agomacosx: fix float-on-top behaviour with fullscreen
David Fuhrmann [Sun, 10 Nov 2013 14:25:01 +0000 (15:25 +0100)]
macosx: fix float-on-top behaviour with fullscreen

The issues were mostly noticable if you select both float-on-top
and fullscreen in video prefs.

10 years agocontrib/gnutls: remove debug from patch
Felix Paul Kühne [Sun, 10 Nov 2013 12:41:55 +0000 (13:41 +0100)]
contrib/gnutls: remove debug from patch

10 years agognutls: link against CoreFoundation and the Security frameworks as it is required...
Felix Paul Kühne [Sun, 10 Nov 2013 12:24:02 +0000 (13:24 +0100)]
gnutls: link against CoreFoundation and the Security frameworks as it is required by the keychain certificate lookup patch

10 years agocontrib/gnutls: add patch adding keychain root certificate lookups on OS X (not suppo...
Felix Paul Kühne [Sun, 10 Nov 2013 12:23:17 +0000 (13:23 +0100)]
contrib/gnutls: add patch adding keychain root certificate lookups on OS X (not supported on iOS)

10 years agomacosx: fix typo and set path for open dialog correctly
David Fuhrmann [Sun, 10 Nov 2013 10:11:39 +0000 (11:11 +0100)]
macosx: fix typo and set path for open dialog correctly

10 years agomacosx: fix float-on-top-behaviour if setting is changed while in fullscreen
David Fuhrmann [Sat, 9 Nov 2013 16:26:46 +0000 (17:26 +0100)]
macosx: fix float-on-top-behaviour if setting is changed while in fullscreen

10 years agomacosx: reset float-on-top when native fullscreen has already finished
David Fuhrmann [Sat, 9 Nov 2013 16:22:00 +0000 (17:22 +0100)]
macosx: reset float-on-top when native fullscreen has already finished

This fixes issues where video window just disappears when exiting fullscreen,
only on Mavericks.

close #9814

10 years agobin/darwinvlc: fix l10n preferences lookup code
Felix Paul Kühne [Sun, 10 Nov 2013 00:12:54 +0000 (01:12 +0100)]
bin/darwinvlc: fix l10n preferences lookup code

10 years agomacosx: add GUI setting/getter for --language
Felix Paul Kühne [Sat, 9 Nov 2013 17:28:50 +0000 (18:28 +0100)]
macosx: add GUI setting/getter for --language

10 years agoextras/package: add darwinvlc.c to xcodeproj
Felix Paul Kühne [Sat, 9 Nov 2013 17:07:19 +0000 (18:07 +0100)]
extras/package: add darwinvlc.c to xcodeproj

10 years agobin: re-implement --language for OS X
Felix Paul Kühne [Sat, 9 Nov 2013 17:03:46 +0000 (18:03 +0100)]
bin: re-implement --language for OS X

10 years agobin: derive a special Darwin version from vlc.c
Felix Paul Kühne [Sat, 9 Nov 2013 15:05:34 +0000 (16:05 +0100)]
bin: derive a special Darwin version from vlc.c

10 years agotranscode: use video.i_width/height as fallback when setting visible_width/height
Ilkka Ollakka [Sat, 9 Nov 2013 17:01:38 +0000 (19:01 +0200)]
transcode: use video.i_width/height as fallback when setting visible_width/height

10 years agotranscode: set video chroma before trying to query video filters
Ilkka Ollakka [Sat, 9 Nov 2013 16:12:41 +0000 (18:12 +0200)]
transcode: set video chroma before trying to query video filters

10 years agocanvas: handle sar{0,1} and assume it to be 1:1
Ilkka Ollakka [Sat, 9 Nov 2013 16:11:48 +0000 (18:11 +0200)]
canvas: handle sar{0,1} and assume it to be 1:1

10 years agoSwitch linking order of libcompat for modules
David Fuhrmann [Sat, 9 Nov 2013 14:55:00 +0000 (15:55 +0100)]
Switch linking order of libcompat for modules

This precedes libcompat before the system libraries to be able to use
10.7 compiled binaries on 10.6.

close #9527

10 years agoFreeType: optimize FillARGB() a little
Rémi Denis-Courmont [Sat, 9 Nov 2013 14:31:35 +0000 (16:31 +0200)]
FreeType: optimize FillARGB() a little

10 years agoFreeType: add ARGB support
Rémi Denis-Courmont [Sat, 9 Nov 2013 14:29:20 +0000 (16:29 +0200)]
FreeType: add ARGB support

10 years agoxcb/screen: cosmetic fix
Rémi Denis-Courmont [Sat, 9 Nov 2013 14:13:47 +0000 (16:13 +0200)]
xcb/screen: cosmetic fix

10 years agoSort avcodec mapping table by AVCodecID enum
Daniel Verkamp [Sat, 9 Nov 2013 03:56:21 +0000 (20:56 -0700)]
Sort avcodec mapping table by AVCodecID enum

This makes it much easier to tell which codec ID mappings are missing
(or intentionally skipped).

Comments have been added for each codec ID that is currently missing.

Ordering between codecs with the same avcodec ID or VLC fourcc has been
preserved.

No functional change.

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agoFix Duck DK3/DK4 ADPCM mappings
Daniel Verkamp [Sat, 9 Nov 2013 05:38:22 +0000 (22:38 -0700)]
Fix Duck DK3/DK4 ADPCM mappings

Also give them VLC_CODEC_ names and use them in the adpcm decoder.

v2: Add codec description strings

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agoAAC packetizer: comment write-only arrays
Rafaël Carré [Fri, 8 Nov 2013 12:52:18 +0000 (13:52 +0100)]
AAC packetizer: comment write-only arrays

10 years agoAAC packetizer: move functions around file
Rafaël Carré [Fri, 8 Nov 2013 12:49:48 +0000 (13:49 +0100)]
AAC packetizer: move functions around file

10 years agoAAC packetizer: deindent state machine switch
Rafaël Carré [Fri, 8 Nov 2013 12:47:06 +0000 (13:47 +0100)]
AAC packetizer: deindent state machine switch

10 years agoUpdate NEWS
Adrien Maglo [Fri, 8 Nov 2013 13:49:59 +0000 (14:49 +0100)]
Update NEWS

10 years agoEGL: add the OpenGL ES 2.0 support for android
Adrien Maglo [Fri, 8 Nov 2013 12:36:27 +0000 (13:36 +0100)]
EGL: add the OpenGL ES 2.0 support for android

10 years agoVout: add a new window provider to create android native windows.
Adrien Maglo [Fri, 8 Nov 2013 12:42:39 +0000 (13:42 +0100)]
Vout: add a new window provider to create android native windows.

10 years agoVout: add a new vout_window type for android native windows
Adrien Maglo [Fri, 8 Nov 2013 12:18:34 +0000 (13:18 +0100)]
Vout: add a new vout_window type for android native windows

10 years agoVout: move the AndroidSurface vout to a subdirectory
Adrien Maglo [Fri, 8 Nov 2013 11:38:21 +0000 (12:38 +0100)]
Vout: move the AndroidSurface vout to a subdirectory

10 years agoContribs: forgotten file in previous commit (3.1.16)
Jean-Baptiste Kempf [Fri, 8 Nov 2013 10:04:29 +0000 (11:04 +0100)]
Contribs: forgotten file in previous commit (3.1.16)

10 years agovout: allow ARGB for SPU
Rémi Denis-Courmont [Thu, 7 Nov 2013 20:59:37 +0000 (22:59 +0200)]
vout: allow ARGB for SPU

10 years agovout: fix intermediate chroma when converting from YUVP then scaling
Rémi Denis-Courmont [Thu, 7 Nov 2013 21:13:38 +0000 (23:13 +0200)]
vout: fix intermediate chroma when converting from YUVP then scaling

10 years agoXCB/XVideo: fix 32-bits RGB support
Rémi Denis-Courmont [Tue, 5 Nov 2013 20:31:13 +0000 (22:31 +0200)]
XCB/XVideo: fix 32-bits RGB support

10 years agoXCB/x11: fix rendering to 32-bits surface
Rémi Denis-Courmont [Tue, 5 Nov 2013 20:31:00 +0000 (22:31 +0200)]
XCB/x11: fix rendering to 32-bits surface

10 years agoXCB/screen: fix 32-bits screen capture format
Rémi Denis-Courmont [Tue, 5 Nov 2013 20:29:29 +0000 (22:29 +0200)]
XCB/screen: fix 32-bits screen capture format

10 years agoXwd: fix 32-bits RGB chroma
Rémi Denis-Courmont [Tue, 5 Nov 2013 20:29:50 +0000 (22:29 +0200)]
Xwd: fix 32-bits RGB chroma

10 years agoavcodec: add ARGB mapping
Rémi Denis-Courmont [Tue, 5 Nov 2013 20:32:26 +0000 (22:32 +0200)]
avcodec: add ARGB mapping

Also remove bogus RGBA masks. Masks are only used for RGB formats - the
VLC chromas without implicitly fixed masks.

10 years agoswscale: add ARGB conversions
Rémi Denis-Courmont [Tue, 5 Nov 2013 21:01:24 +0000 (23:01 +0200)]
swscale: add ARGB conversions

10 years agoyuvp: add conversion to ARGB
Rémi Denis-Courmont [Tue, 5 Nov 2013 20:48:56 +0000 (22:48 +0200)]
yuvp: add conversion to ARGB

10 years agoscale: add support for ARGB
Rémi Denis-Courmont [Tue, 5 Nov 2013 20:31:52 +0000 (22:31 +0200)]
scale: add support for ARGB

10 years agofourcc: add ARGB for 32-bits RGBA with X11/BD components order
Rémi Denis-Courmont [Tue, 5 Nov 2013 20:28:21 +0000 (22:28 +0200)]
fourcc: add ARGB for 32-bits RGBA with X11/BD components order

10 years agoContribs: update GnuTLS to 3.1.16
Jean-Baptiste Kempf [Thu, 7 Nov 2013 10:44:29 +0000 (11:44 +0100)]
Contribs: update GnuTLS to 3.1.16

10 years agoContribs: update matroska to 1.4.1
Jean-Baptiste Kempf [Thu, 7 Nov 2013 10:38:55 +0000 (11:38 +0100)]
Contribs: update matroska to 1.4.1

10 years agocontrib: don't use the gas-preprocessor when compiling for the iOS simulator
Felix Paul Kühne [Wed, 6 Nov 2013 22:29:17 +0000 (23:29 +0100)]
contrib: don't use the gas-preprocessor when compiling for the iOS simulator

10 years agogl: remove hard-coded platform to window type mappings
Rémi Denis-Courmont [Wed, 6 Nov 2013 21:41:01 +0000 (23:41 +0200)]
gl: remove hard-coded platform to window type mappings

This should fix compilation on non-Apple Darwin and plausibly addresses
hypothetical future support for Mesa's shared GLAPI.

10 years agoXCB: map Print and Pause keys
Rémi Denis-Courmont [Wed, 6 Nov 2013 20:39:11 +0000 (22:39 +0200)]
XCB: map Print and Pause keys

10 years agoQt: map Print and Pause keys
Rémi Denis-Courmont [Wed, 6 Nov 2013 20:38:52 +0000 (22:38 +0200)]
Qt: map Print and Pause keys

10 years agokeys: define Print and Pause keys
Rémi Denis-Courmont [Wed, 6 Nov 2013 20:38:37 +0000 (22:38 +0200)]
keys: define Print and Pause keys

10 years agoXCB/globalhostkeys: add support for meta modifier
Rémi Denis-Courmont [Wed, 6 Nov 2013 20:30:10 +0000 (22:30 +0200)]
XCB/globalhostkeys: add support for meta modifier

10 years agoXCB/window: map Super and AltGr keys to Meta and Alt modifiers resp.
Rémi Denis-Courmont [Wed, 6 Nov 2013 20:28:51 +0000 (22:28 +0200)]
XCB/window: map Super and AltGr keys to Meta and Alt modifiers resp.

10 years agoAdd .wax to the list of extensions we support
Jean-Baptiste Kempf [Wed, 6 Nov 2013 10:17:52 +0000 (11:17 +0100)]
Add .wax to the list of extensions we support

10 years agoMap LJPG to MJPEG for decoding
Jean-Baptiste Kempf [Wed, 6 Nov 2013 10:14:34 +0000 (11:14 +0100)]
Map LJPG to MJPEG for decoding

libavcodec only has a LJPG encoder, not a decoder

10 years agoavcodec: remove unused variable
Tristan Matthews [Tue, 5 Nov 2013 22:52:11 +0000 (17:52 -0500)]
avcodec: remove unused variable

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agoavcodec: reuse DEFAULT_ALIGN
Tristan Matthews [Tue, 5 Nov 2013 18:52:27 +0000 (13:52 -0500)]
avcodec: reuse DEFAULT_ALIGN

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
10 years agoavcodec: ensure valid buffer size for avcodec_fill_audio_frame
Tristan Matthews [Tue, 5 Nov 2013 00:27:14 +0000 (19:27 -0500)]
avcodec: ensure valid buffer size for avcodec_fill_audio_frame

avcodec_fill_audio_frame will reject input buffers that are too small,
therefore we cannot call it directly with the input buffer p_aout_buf.

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
10 years agodemux: xiph: support old ffmpeg vorbis headers (fix #8832)
Francois Cartegnie [Tue, 5 Nov 2013 13:38:04 +0000 (22:38 +0900)]
demux: xiph: support old ffmpeg vorbis headers (fix #8832)

10 years agobuild: support YASM targets
Luca Barbato [Mon, 4 Nov 2013 14:02:59 +0000 (14:02 +0000)]
build: support YASM targets

The files must be .asm

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: copy correct chroma plane in CopyFromYv12.
Felix Abecassis [Wed, 23 Oct 2013 11:28:27 +0000 (11:28 +0000)]
avcodec: copy correct chroma plane in CopyFromYv12.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoEGL: destroy the created EGLSurface on Close()
Adrien Maglo [Tue, 5 Nov 2013 08:37:26 +0000 (09:37 +0100)]
EGL: destroy the created EGLSurface on Close()

10 years agooss: use SNDCTL_DSP_HALT in Flush() as in Stop() (fixes #9760)
Rémi Denis-Courmont [Mon, 4 Nov 2013 21:09:06 +0000 (23:09 +0200)]
oss: use SNDCTL_DSP_HALT in Flush() as in Stop() (fixes #9760)

(There does not appear to be much logic there, this might be a driver
issue or confusing documentation.)

10 years agomediacodec: Simplify the GetOutput function
Martin Storsjö [Mon, 4 Nov 2013 20:20:50 +0000 (22:20 +0200)]
mediacodec: Simplify the GetOutput function

The loop parameter is always 0 nowadays.

Always call the dequeueOutputBuffer method again if it returned
changed output buffers or changed output format.

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agomediacodec: try to return an output frame if we failed to get an available input...
Felix Abecassis [Mon, 4 Nov 2013 15:17:47 +0000 (16:17 +0100)]
mediacodec: try to return an output frame if we failed to get an available input buffer.

Previously we would only return one frame even if multiple output
frames were available, dropping all but the last one, while waiting
for a free input buffer. Instead return the first output buffer
and don't consume the input buffer at all in that case.

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agoMediaCodec: use SSE copy function from the avcodec module if the CPU supports it.
Felix Abecassis [Mon, 4 Nov 2013 13:45:22 +0000 (14:45 +0100)]
MediaCodec: use SSE copy function from the avcodec module if the CPU supports it.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agointf: WebVTT extensions detection
Arun Pandian G [Sat, 2 Nov 2013 22:29:52 +0000 (03:59 +0530)]
intf: WebVTT extensions detection

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoMove copy.{c,h} from module avcodec to module video_chroma.
Felix Abecassis [Mon, 4 Nov 2013 13:45:21 +0000 (14:45 +0100)]
Move copy.{c,h} from module avcodec to module video_chroma.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agomux: ogg: add skeleton index
Francois Cartegnie [Tue, 29 Oct 2013 04:46:54 +0000 (13:46 +0900)]
mux: ogg: add skeleton index

Adds the optional skeleton index for faster seeking.
Switches skeleton generation to Seekable input only case,
as we have no way to know values for fishead page before
the end of the encoding (total size, data start).

10 years agomux: ogg: rewrite steam creation and ordering (fix #9731, fix #9732)
Francois Cartegnie [Fri, 25 Oct 2013 08:24:07 +0000 (17:24 +0900)]
mux: ogg: rewrite steam creation and ordering (fix #9731, fix #9732)

Ogg streams were invalid.
This patch ensures all streams have a way to end independently and
no other stream could start at arbitrary places. Also simplifies
a bit some code.

The ogg muxer suffers from an insufficient muxer cache value, and usually
starts streams before all streams have been declared.
The previous behaviour ( closing and restarting a new group of streams ) is kept
and fixed. But this is really not optimal.
We might need to consider increasing that cache for ogg.

It also handles correctly chained streams.

10 years agomux: ogg: add skeleton metadata (fix #1412)
Francois Cartegnie [Thu, 24 Oct 2013 08:51:58 +0000 (17:51 +0900)]
mux: ogg: add skeleton metadata (fix #1412)

This patch adds Skeleton V4.0 metadata for multiplexed ogg streams.

Note this does not adds skeleton indexes to streams, as we need to
have a way to get sout position to reseek and rewrite that header from
keyframes.

10 years agovlc_es: add defines for priority levels
Francois Cartegnie [Sun, 3 Nov 2013 14:16:36 +0000 (23:16 +0900)]
vlc_es: add defines for priority levels

10 years agoRSS: add the "opacity" to the options list
Jean-Baptiste Kempf [Sun, 3 Nov 2013 18:13:08 +0000 (19:13 +0100)]
RSS: add the "opacity" to the options list

Ref #7241

10 years agoliveHTTP: fix signedness warnings
Jean-Baptiste Kempf [Sun, 3 Nov 2013 17:47:00 +0000 (18:47 +0100)]
liveHTTP: fix signedness warnings

10 years agoFingerprinter: fix formatting
Jean-Baptiste Kempf [Sun, 3 Nov 2013 17:46:42 +0000 (18:46 +0100)]
Fingerprinter: fix formatting

10 years agoliveHTTP: use calloc to ensure correct initiliazation of members
LANGLOIS Olivier PIS -EXT [Tue, 1 Oct 2013 22:11:41 +0000 (22:11 +0000)]
liveHTTP: use calloc to ensure correct initiliazation of members

Sometimes, f_seglen ended up being garbage and resulted to a very long duration for the first segment in the m3u8 index file

Signed-off-by: Olivier Langlois olivier@trillion01.com
Acked-by: Ilkka Ollakka <ileoo@videolan.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoEGL: add support for EGL_EXT_platform_base and EGL_EXT_platform_x11
Rémi Denis-Courmont [Sun, 3 Nov 2013 14:14:55 +0000 (16:14 +0200)]
EGL: add support for EGL_EXT_platform_base and EGL_EXT_platform_x11

10 years agoEGL: add CheckClientExt() helper
Rémi Denis-Courmont [Sun, 3 Nov 2013 10:31:29 +0000 (12:31 +0200)]
EGL: add CheckClientExt() helper

Checks support for a EGL client extension.

10 years agoEGL: support non-default X11 display
Rémi Denis-Courmont [Sun, 3 Nov 2013 14:14:35 +0000 (16:14 +0200)]
EGL: support non-default X11 display

10 years agoEGL: check window type and revector
Rémi Denis-Courmont [Sun, 3 Nov 2013 13:46:23 +0000 (15:46 +0200)]
EGL: check window type and revector

10 years agoEGL: build separate plugins for each windowing system
Rémi Denis-Courmont [Sun, 3 Nov 2013 13:37:03 +0000 (15:37 +0200)]
EGL: build separate plugins for each windowing system

This is required to support non-native EGL platforms.

10 years agowindow: add window type
Rémi Denis-Courmont [Sat, 2 Nov 2013 20:50:28 +0000 (22:50 +0200)]
window: add window type

EGL needs to know the kind of window at run-time.

10 years agoEGL: resync platforms with Khronos registry and rationalize build rules
Rémi Denis-Courmont [Sat, 2 Nov 2013 21:03:22 +0000 (23:03 +0200)]
EGL: resync platforms with Khronos registry and rationalize build rules

10 years agoavcodec: give right buffer size not the smallest one
Ilkka Ollakka [Sun, 3 Nov 2013 10:30:22 +0000 (12:30 +0200)]
avcodec: give right buffer size not the smallest one

10 years agoavcodec: increment frame->nb_samples, just in case
Ilkka Ollakka [Sun, 3 Nov 2013 10:29:56 +0000 (12:29 +0200)]
avcodec: increment frame->nb_samples, just in case

10 years agoavcodec: refactor audio encoding
Ilkka Ollakka [Sun, 3 Nov 2013 10:28:50 +0000 (12:28 +0200)]
avcodec: refactor audio encoding

10 years agoavcodec: refactor delay buffer handling from EncodeAudio
Ilkka Ollakka [Sun, 3 Nov 2013 09:01:31 +0000 (11:01 +0200)]
avcodec: refactor delay buffer handling from EncodeAudio

10 years agoavcodec: check i_samples_delay before rewinding date
Ilkka Ollakka [Sun, 3 Nov 2013 08:43:40 +0000 (10:43 +0200)]
avcodec: check i_samples_delay before rewinding date

10 years agoAVcodec: use the proper version number for HEVC
Jean-Baptiste Kempf [Sun, 3 Nov 2013 10:02:37 +0000 (11:02 +0100)]
AVcodec: use the proper version number for HEVC

10 years agooss: fix corrupt audio format (fixes #9760)
Rémi Denis-Courmont [Sat, 2 Nov 2013 19:58:48 +0000 (21:58 +0200)]
oss: fix corrupt audio format (fixes #9760)

10 years agoextras/ios: enable taglib
Felix Paul Kühne [Thu, 31 Oct 2013 16:01:56 +0000 (17:01 +0100)]
extras/ios: enable taglib

10 years agocontrib: fix use of 'CMAKE_AR' for iOS
Felix Paul Kühne [Thu, 31 Oct 2013 16:01:26 +0000 (17:01 +0100)]
contrib: fix use of 'CMAKE_AR' for iOS

10 years agoextras/ios: enable gcrypt as we need it for HLS playback
Felix Paul Kühne [Wed, 30 Oct 2013 19:04:22 +0000 (20:04 +0100)]
extras/ios: enable gcrypt as we need it for HLS playback

10 years agocontrib/gcrypt: fix compilation for iOS
Felix Paul Kühne [Wed, 30 Oct 2013 19:03:42 +0000 (20:03 +0100)]
contrib/gcrypt: fix compilation for iOS