]> git.sesse.net Git - vlc/log
vlc
9 years agopva: missing checks for I/O error
Rémi Denis-Courmont [Thu, 5 Feb 2015 18:36:18 +0000 (20:36 +0200)]
pva: missing checks for I/O error

9 years agonsv: missing checks for I/O errors
Rémi Denis-Courmont [Thu, 5 Feb 2015 18:31:08 +0000 (20:31 +0200)]
nsv: missing checks for I/O errors

9 years agoes: missing check for I/O error
Rémi Denis-Courmont [Thu, 5 Feb 2015 18:30:28 +0000 (20:30 +0200)]
es: missing check for I/O error

9 years agomkv: eliminate dead code
Rémi Denis-Courmont [Thu, 5 Feb 2015 18:25:23 +0000 (20:25 +0200)]
mkv: eliminate dead code

Video output are always "alive", the predicate is always false.

9 years agolive555: remove useless error case
Rémi Denis-Courmont [Thu, 5 Feb 2015 18:18:00 +0000 (20:18 +0200)]
live555: remove useless error case

This cargo cult was introduced in d306828bc007af49a1248702096f4b6b8873aea5
without any explanation.

9 years agoavio: remove interrupt callback for output
Rémi Denis-Courmont [Thu, 5 Feb 2015 18:11:47 +0000 (20:11 +0200)]
avio: remove interrupt callback for output

sout_access_out objects are always alive. This was a no-op.

9 years agodemux: ts: fix program cross PCR regression
Francois Cartegnie [Thu, 5 Feb 2015 18:54:12 +0000 (19:54 +0100)]
demux: ts: fix program cross PCR regression

9 years agortp: implement raw video packetization (RFC 4175)
Tristan Matthews [Sat, 31 Jan 2015 16:46:34 +0000 (16:46 +0000)]
rtp: implement raw video packetization (RFC 4175)

Supports RGB24 and YCbCr 4:2:0, should be trivial to add other formats.

9 years agoAdd encoder for YCbCr 4:2:0 over RTP (RFC 4175)
Tristan Matthews [Sat, 31 Jan 2015 16:46:33 +0000 (16:46 +0000)]
Add encoder for YCbCr 4:2:0 over RTP (RFC 4175)

9 years agoqt: remove tautology
Rémi Denis-Courmont [Wed, 4 Feb 2015 19:12:50 +0000 (21:12 +0200)]
qt: remove tautology

(The libvlc object is always "alive" since it is never "killed").

9 years agodemux: ts: remove ts bitrate check (fix #12776)
Francois Cartegnie [Wed, 4 Feb 2015 18:57:30 +0000 (19:57 +0100)]
demux: ts: remove ts bitrate check (fix #12776)

Pointless as it does not work with high compression codecs
and can't handle multiple streams or single audio.

Partially reverts cb5f74d6b3c9bbf35493ebc5d0b561bfaba9d7f1

9 years agoQt: fix seekpoint bar when first chapter does not start at 0
Jean-Baptiste Kempf [Wed, 4 Feb 2015 15:04:16 +0000 (16:04 +0100)]
Qt: fix seekpoint bar when first chapter does not start at 0

Close #12416

9 years agofreetype: remove unnecessary assert()
Salah-Eddin Shaban [Mon, 2 Feb 2015 10:12:33 +0000 (10:12 +0000)]
freetype: remove unnecessary assert()

This assert() will fail when zero-width spaces are encountered and ignored.
It would also fail when GetGlyph() returns an error.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agolib/media: fix MediaListEndReached not sent when media doesn't have sub items
Thomas Guillem [Wed, 4 Feb 2015 08:55:53 +0000 (08:55 +0000)]
lib/media: fix MediaListEndReached not sent when media doesn't have sub items

MediaListEndReached event should not be sent only when a new sub item tree is
added, otherwise it won't be sent if media doesn't have any sub items.

To fix this issue, send the MediaListEndReached event when preparse function
terminates (only if the media_list was created either by user or by sub items
callbacks).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoinput: add vlc_InputItemPreparseEnded event
Thomas Guillem [Wed, 4 Feb 2015 08:55:52 +0000 (08:55 +0000)]
input: add vlc_InputItemPreparseEnded event

This event is sent from playlist/preparsed thread to notify when an item is
preparsed. This event is sent when the preparse function terminate, ie. when
meta and sub items are parsed. It is also sent when the preparse function fails
to parse anything.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agocontrib: update libdsm to 0.0.5
Thomas Guillem [Wed, 4 Feb 2015 13:51:49 +0000 (14:51 +0100)]
contrib: update libdsm to 0.0.5

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
9 years agoH264 Packetizer: use defines for profiles
Jean-Baptiste Kempf [Wed, 4 Feb 2015 10:20:50 +0000 (11:20 +0100)]
H264 Packetizer: use defines for profiles

9 years agoOMX: Don't use hardcoded profile numbers
Jean-Baptiste Kempf [Wed, 4 Feb 2015 10:05:44 +0000 (11:05 +0100)]
OMX: Don't use hardcoded profile numbers

9 years agoDefine H264 profiles numbers
Jean-Baptiste Kempf [Wed, 4 Feb 2015 10:01:24 +0000 (11:01 +0100)]
Define H264 profiles numbers

9 years agoContribs: use xzcat for tarballs
Jean-Baptiste Kempf [Tue, 3 Feb 2015 17:44:06 +0000 (18:44 +0100)]
Contribs: use xzcat for tarballs

9 years agoContribs: fix directx rule
Jean-Baptiste Kempf [Tue, 3 Feb 2015 17:40:42 +0000 (18:40 +0100)]
Contribs: fix directx rule

9 years agomux: ts: avoid pid collisions
Francois Cartegnie [Tue, 3 Feb 2015 17:02:12 +0000 (18:02 +0100)]
mux: ts: avoid pid collisions

9 years agocontrib/ffmpeg: disable lzma for Darwin
Felix Paul Kühne [Tue, 3 Feb 2015 15:42:01 +0000 (16:42 +0100)]
contrib/ffmpeg: disable lzma for Darwin

9 years agoRemove ipkg configure and package files
Jean-Baptiste Kempf [Tue, 3 Feb 2015 15:19:04 +0000 (16:19 +0100)]
Remove ipkg configure and package files

This has not been tested and updated for years

9 years agoclock: input_clock_ConvertTS: add pcr/clock error message
Francois Cartegnie [Tue, 3 Feb 2015 14:15:42 +0000 (15:15 +0100)]
clock: input_clock_ConvertTS: add pcr/clock error message

9 years agodemux: ts: adjust PTS based on PCR's (fix #13803)
Francois Cartegnie [Tue, 3 Feb 2015 14:11:32 +0000 (15:11 +0100)]
demux: ts: adjust PTS based on PCR's (fix #13803)

9 years agoclock: input_clock_ConvertTS: missing log object
Francois Cartegnie [Tue, 3 Feb 2015 11:42:17 +0000 (12:42 +0100)]
clock: input_clock_ConvertTS: missing log object

9 years agomux: ts: add pid range
Francois Cartegnie [Mon, 2 Feb 2015 22:31:33 +0000 (23:31 +0100)]
mux: ts: add pid range

9 years agodemux: ts: set MIN_ES_PID to 4
Francois Cartegnie [Mon, 2 Feb 2015 22:24:29 +0000 (23:24 +0100)]
demux: ts: set MIN_ES_PID to 4

9 years agoios: parallelize contrib compilation
Felix Paul Kühne [Tue, 3 Feb 2015 14:18:34 +0000 (15:18 +0100)]
ios: parallelize contrib compilation

9 years agoContribs: Add xzcat decompression tool
Jean-Baptiste Kempf [Tue, 3 Feb 2015 10:39:03 +0000 (11:39 +0100)]
Contribs: Add xzcat decompression tool

9 years agovlc_bits: fail on init if block allocation fails
Felix Paul Kühne [Tue, 3 Feb 2015 10:38:09 +0000 (11:38 +0100)]
vlc_bits: fail on init if block allocation fails

9 years agoextra/ios: retrieve via xcrun latest available SDK version
Gleb Pinigin [Tue, 3 Feb 2015 02:24:14 +0000 (08:24 +0600)]
extra/ios: retrieve via xcrun latest available SDK version

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
9 years agovout/ios: remove touch recognizer from attached view
Gleb Pinigin [Tue, 3 Feb 2015 02:23:41 +0000 (08:23 +0600)]
vout/ios: remove touch recognizer from attached view

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
9 years agoinclude/vlc_bits: add a block based byte stream writer in a generic place based on...
Felix Paul Kühne [Mon, 2 Feb 2015 17:48:38 +0000 (18:48 +0100)]
include/vlc_bits: add a block based byte stream writer in a generic place based on the mp4 and avi muxers

9 years agoadjust: remove unused macro
Tristan Matthews [Tue, 3 Feb 2015 06:18:17 +0000 (01:18 -0500)]
adjust: remove unused macro

9 years agoyoutube.lua: fix signature descrambling function pattern
Pierre Ynard [Sat, 31 Jan 2015 09:28:45 +0000 (10:28 +0100)]
youtube.lua: fix signature descrambling function pattern

It doesn't support special characters like $, which happen to be used.

9 years agodsm/sd: use new libdsm API to discover NETBIOS shares
Thomas Guillem [Fri, 30 Jan 2015 09:52:46 +0000 (10:52 +0100)]
dsm/sd: use new libdsm API to discover NETBIOS shares

The API is now asynchronous and use callbacks to notify the caller of new
netbios shares.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoRequire libdsm >= 0.0.4
Thomas Guillem [Fri, 30 Jan 2015 09:52:45 +0000 (10:52 +0100)]
Require libdsm >= 0.0.4

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agocontrib: update libdsm to 0.0.4
Thomas Guillem [Fri, 30 Jan 2015 09:52:44 +0000 (10:52 +0100)]
contrib: update libdsm to 0.0.4

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agochroma: remove dead CYUV support
Rémi Denis-Courmont [Thu, 29 Jan 2015 18:09:56 +0000 (20:09 +0200)]
chroma: remove dead CYUV support

CYUV is not a pixel format, at least it is not treated as such in VLC
outputs and encoders. CYUV is decoded to YUV 4:1:1 by libavcodec.

9 years agofilter: remove dead CYUV support
Rémi Denis-Courmont [Thu, 29 Jan 2015 18:09:56 +0000 (20:09 +0200)]
filter: remove dead CYUV support

CYUV is not a pixel format, at least it is not treated as such in VLC
outputs and encoders. CYUV is decoded to YUV 4:1:1 by libavcodec.

9 years agoQt: force main window maximum size to be some big enough
Sergey Radionov [Thu, 29 Jan 2015 17:19:12 +0000 (18:19 +0100)]
Qt: force main window maximum size to be some big enough

Close #12852

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agostream: handle seek across EOF correctly (hopefully)
Rémi Denis-Courmont [Thu, 29 Jan 2015 17:15:53 +0000 (19:15 +0200)]
stream: handle seek across EOF correctly (hopefully)

9 years agoQt: add a loading bar animation when the cache is empty
Jonathan Calmels [Thu, 29 Jan 2015 13:58:46 +0000 (14:58 +0100)]
Qt: add a loading bar animation when the cache is empty

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoQt: buffering slider option should be 0 when the cache is empty
Jonathan Calmels [Thu, 29 Jan 2015 13:46:12 +0000 (14:46 +0100)]
Qt: buffering slider option should be 0 when the cache is empty

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoQt: inputChanged signal now takes the input_thread_t as parameter
Jonathan Calmels [Thu, 29 Jan 2015 12:40:47 +0000 (13:40 +0100)]
Qt: inputChanged signal now takes the input_thread_t as parameter

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoUpdate NEWS
Francois Cartegnie [Thu, 29 Jan 2015 12:30:16 +0000 (13:30 +0100)]
Update NEWS

9 years agolibbluray: depend on fontconfig as necessary
Sean McGovern [Thu, 29 Jan 2015 01:17:19 +0000 (20:17 -0500)]
libbluray: depend on fontconfig as necessary

This is a new requirement for libbluray 0.7.0.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoUpdate THANKS for dvdread/dvdnav
Jean-Baptiste Kempf [Thu, 29 Jan 2015 11:37:49 +0000 (12:37 +0100)]
Update THANKS for dvdread/dvdnav

9 years agodemux: ts: delay es creating until 1st data packet (fix #6175, #4264)
Francois Cartegnie [Sun, 25 Jan 2015 16:02:01 +0000 (17:02 +0100)]
demux: ts: delay es creating until 1st data packet (fix #6175, #4264)

Some recorded streams list multiple program but only 1 stream is really
recorder. VLC defaults program to first created ES.

Now creates ES on first data packet, so the default program always
has data.
Fixes all default program selection issues.

All dreambox recordings issues
issues/TS/programselection/

and Header less VDR recordings
issues/TS/TopField/TopField%20TF7700HSCI%20HD%20record.rec

9 years agodemux: ts: add PAT/PMT hotfix (fix #10650)
Francois Cartegnie [Sun, 25 Jan 2015 11:30:18 +0000 (12:30 +0100)]
demux: ts: add PAT/PMT hotfix (fix #10650)

Some recorded TS streams does not include PAT/PMT.
Just feed one when missing.
refs #7940

9 years agomux: ts: make PMT/PAT generation reusable
Francois Cartegnie [Wed, 28 Jan 2015 00:17:03 +0000 (01:17 +0100)]
mux: ts: make PMT/PAT generation reusable

9 years agomux: ts: Split ts tables
Francois Cartegnie [Tue, 27 Jan 2015 23:59:04 +0000 (00:59 +0100)]
mux: ts: Split ts tables

Also removes duplicate members

9 years agomux: ts: split ts encapsulation
Francois Cartegnie [Mon, 26 Jan 2015 15:36:45 +0000 (16:36 +0100)]
mux: ts: split ts encapsulation

9 years agodemux: ts: add missing initializer
Francois Cartegnie [Wed, 28 Jan 2015 20:04:02 +0000 (21:04 +0100)]
demux: ts: add missing initializer

9 years agodemux: ts: add some more pvr4000 header checks
Francois Cartegnie [Mon, 26 Jan 2015 14:13:09 +0000 (15:13 +0100)]
demux: ts: add some more pvr4000 header checks

9 years agoUpdate list of third party libraries
Felix Paul Kühne [Wed, 28 Jan 2015 19:30:47 +0000 (20:30 +0100)]
Update list of third party libraries

9 years agoyoutube.lua: be more flexible with JSON spaces
Pierre Ynard [Wed, 28 Jan 2015 17:02:25 +0000 (18:02 +0100)]
youtube.lua: be more flexible with JSON spaces

9 years agoContribs: update to libdvdnav 5.0.3
Jean-Baptiste Kempf [Wed, 28 Jan 2015 16:27:33 +0000 (17:27 +0100)]
Contribs: update to libdvdnav 5.0.3

9 years agoContribs: update libdvdread to 5.0.2
Jean-Baptiste Kempf [Wed, 28 Jan 2015 16:07:52 +0000 (17:07 +0100)]
Contribs: update libdvdread to 5.0.2

9 years agoContribs: update to 1.3.99 (1.4.0 RC)
Jean-Baptiste Kempf [Wed, 28 Jan 2015 16:07:46 +0000 (17:07 +0100)]
Contribs: update to 1.3.99 (1.4.0 RC)

9 years agoContribs: disable FFmpeg/libav programs only when cross-compiling
Jean-Baptiste Kempf [Wed, 28 Jan 2015 16:01:49 +0000 (17:01 +0100)]
Contribs: disable FFmpeg/libav programs only when cross-compiling

It can be useful to test avplay/ffplay localy

9 years agowinstore: Gracefuly fail when no IAudioClient is provided
Hugo Beauzée-Luyssen [Wed, 28 Jan 2015 11:01:44 +0000 (12:01 +0100)]
winstore: Gracefuly fail when no IAudioClient is provided

9 years agowinstore: Use the correct variable to fetch IAudioClient instance
Hugo Beauzée-Luyssen [Fri, 9 Jan 2015 09:40:06 +0000 (10:40 +0100)]
winstore: Use the correct variable to fetch IAudioClient instance

9 years agowinstore: Fix ActivateDevice
Hugo Beauzée-Luyssen [Fri, 9 Jan 2015 09:39:00 +0000 (10:39 +0100)]
winstore: Fix ActivateDevice

The opaque pointer actually is the device, not p_sys

9 years agoFix teletext page aspect ratio
Rafaël Carré [Wed, 28 Jan 2015 09:51:03 +0000 (10:51 +0100)]
Fix teletext page aspect ratio

It was broken by 29a4015294, which should only have modified text "subpictures"
Closes #13050
Tested-by: Julian Scheel <julian@jusst.de>
9 years agolua extensions: open a URI, not a filepath
Jean-Baptiste Kempf [Tue, 27 Jan 2015 23:48:00 +0000 (00:48 +0100)]
lua extensions: open a URI, not a filepath

Close #13752

9 years agoURL test: remove trailing space
Jean-Baptiste Kempf [Tue, 27 Jan 2015 23:45:02 +0000 (00:45 +0100)]
URL test: remove trailing space

9 years agoLua: code cosmetic
Jean-Baptiste Kempf [Tue, 27 Jan 2015 23:44:45 +0000 (00:44 +0100)]
Lua: code cosmetic

9 years agolib: add libvlc_audio_output_device_get()
Mark Lee [Tue, 27 Jan 2015 10:58:02 +0000 (10:58 +0000)]
lib: add libvlc_audio_output_device_get()

This function gets the active device identifier for the current
audio output, if there is one, and is the complementary function
to libvlc_audio_output_device_set().

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoContribs: update libbluray to 0.7.0
Jean-Baptiste Kempf [Tue, 27 Jan 2015 12:48:22 +0000 (13:48 +0100)]
Contribs: update libbluray to 0.7.0

9 years agocontrib/ebml+mkv: compile with hidden symbols
Felix Paul Kühne [Sat, 24 Jan 2015 22:53:59 +0000 (23:53 +0100)]
contrib/ebml+mkv: compile with hidden symbols

This solves linking issues on iOS and should have no negative impact on further platforms

9 years agoQt: don't try to resume playback on the same input file
Ludovic Fauvet [Mon, 26 Jan 2015 18:42:59 +0000 (19:42 +0100)]
Qt: don't try to resume playback on the same input file

Close #11704

9 years agoQt: add a minimize button to MediaInfo dialog
Jean-Baptiste Kempf [Mon, 26 Jan 2015 18:37:10 +0000 (19:37 +0100)]
Qt: add a minimize button to MediaInfo dialog

Close #12137

9 years agoQt: don't have a too long URL displayed
Jean-Baptiste Kempf [Mon, 26 Jan 2015 18:25:36 +0000 (19:25 +0100)]
Qt: don't have a too long URL displayed

Close #12851

9 years agoFix meta title insanity
Ludovic Fauvet [Mon, 26 Jan 2015 17:54:32 +0000 (18:54 +0100)]
Fix meta title insanity

Fix #13642

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoQt: don't allow negative screen-numbers
Jean-Baptiste Kempf [Sun, 25 Jan 2015 18:34:14 +0000 (19:34 +0100)]
Qt: don't allow negative screen-numbers

Close #13643

9 years agoQt: translate wizard buttons (fix #13753)
Francois Cartegnie [Sun, 25 Jan 2015 17:05:07 +0000 (18:05 +0100)]
Qt: translate wizard buttons (fix #13753)

9 years agodemux: ts: factorize PES timestamp reading
Francois Cartegnie [Sat, 24 Jan 2015 17:06:21 +0000 (18:06 +0100)]
demux: ts: factorize PES timestamp reading

9 years agomacosx: Fix font selection when some fonts are disabled
David Fuhrmann [Sun, 25 Jan 2015 15:04:29 +0000 (16:04 +0100)]
macosx: Fix font selection when some fonts are disabled

Usage of selectedFont inside changeFont: is not allowed, and its
not needed as all the necessary work is done in convertFont:.

close #13740

9 years agoRequire libbluray 0.5.0
Jean-Baptiste Kempf [Sun, 25 Jan 2015 12:29:45 +0000 (13:29 +0100)]
Require libbluray 0.5.0

9 years agoi420_yuy2: I420 and YV12 are not the same
Jean-Baptiste Kempf [Sun, 25 Jan 2015 08:03:24 +0000 (09:03 +0100)]
i420_yuy2: I420 and YV12 are not the same

Close #12858

9 years agocontrib: we always have an FPU on iOS
Felix Paul Kühne [Sat, 20 Dec 2014 13:59:47 +0000 (14:59 +0100)]
contrib: we always have an FPU on iOS

9 years ago2015
Jean-Baptiste Kempf [Sat, 24 Jan 2015 08:54:31 +0000 (09:54 +0100)]
2015

Still alive!

9 years agoDirectDraw: revert part of e827a9404e415145dfc348a50632fe0b3338a01c
Jean-Baptiste Kempf [Thu, 22 Jan 2015 17:50:01 +0000 (18:50 +0100)]
DirectDraw: revert part of e827a9404e415145dfc348a50632fe0b3338a01c

9 years agoRevert "Contrib: update upnp win32 patch"
Rafaël Carré [Thu, 22 Jan 2015 17:49:03 +0000 (18:49 +0100)]
Revert "Contrib: update upnp win32 patch"

This reverts commit 853a6c489c353ecd994bc73912139281d30ee0d4.

Breaks compilation with mingw-w64 3.2 :

libtool: compile:  x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I..
-I../upnp/inc -I./inc -I../threadutil/inc -I../ixml/inc -I./src/inc
-I/contrib/x86_64-w64-mingw32/include -DPTW32_STATIC_LIB
-DUPNP_STATIC_LIB -I/contrib/x86_64-w64-mingw32/include
-g -DUPNP_STATIC_LIB -DPTW32_STATIC_LIB -Os -Wall -c src/api/upnpapi.c
-o src/api/libupnp_la-upnpapi.o
src/api/upnpapi.c: In function 'UpnpGetIfInfo':
src/api/upnpapi.c:3214:2: error: unknown type name 'PIP_ADAPTER_ADDRESSES'
  PIP_ADAPTER_ADDRESSES adapts = NULL;
  ^

9 years agoQt: properly show the dialog buttons on Win32
Jean-Baptiste Kempf [Thu, 22 Jan 2015 16:50:02 +0000 (17:50 +0100)]
Qt: properly show the dialog buttons on Win32

Close #13648

9 years agoMention Lame replaygain in NEWS
Jean-Baptiste Kempf [Thu, 22 Jan 2015 14:59:36 +0000 (15:59 +0100)]
Mention Lame replaygain in NEWS

9 years agoandroid_window: don't call setBuffersGeometry if already configured on java side
Thomas Guillem [Thu, 22 Jan 2015 11:48:27 +0000 (12:48 +0100)]
android_window: don't call setBuffersGeometry if already configured on java side

It fixes buffer allocations on some old android versions.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonativewindowpriv: split setup into setUsage and setBuffersGeometry
Thomas Guillem [Thu, 22 Jan 2015 11:48:26 +0000 (12:48 +0100)]
nativewindowpriv: split setup into setUsage and setBuffersGeometry

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agodemux: libmp4: don't fail, just skip broken compressor name
Francois Cartegnie [Wed, 21 Jan 2015 16:29:21 +0000 (17:29 +0100)]
demux: libmp4: don't fail, just skip broken compressor name

9 years agoContribs: take latest x264 stable
Jean-Baptiste Kempf [Wed, 21 Jan 2015 15:43:28 +0000 (16:43 +0100)]
Contribs: take latest x264 stable

9 years agoandroid_window: fix deadlock if android surface won't be created
Thomas Guillem [Wed, 21 Jan 2015 14:11:02 +0000 (14:11 +0000)]
android_window: fix deadlock if android surface won't be created

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoContribs: update Freetype2 to 2.5.5
Jean-Baptiste Kempf [Wed, 21 Jan 2015 09:54:24 +0000 (10:54 +0100)]
Contribs: update Freetype2 to 2.5.5

9 years agoContribs: update gettext to 0.19.4
Jean-Baptiste Kempf [Wed, 21 Jan 2015 09:45:39 +0000 (10:45 +0100)]
Contribs: update gettext to 0.19.4

9 years agoContribs: update libpng to 1.6.16
Jean-Baptiste Kempf [Wed, 21 Jan 2015 09:43:39 +0000 (10:43 +0100)]
Contribs: update libpng to 1.6.16

CVE-2014-9495

9 years agoContribs: udpate libxml2 to 2.9.2
Jean-Baptiste Kempf [Wed, 21 Jan 2015 09:42:00 +0000 (10:42 +0100)]
Contribs: udpate libxml2 to 2.9.2

Move to configure.ac

9 years agoContribs: update libass to 0.12.1
Jean-Baptiste Kempf [Wed, 21 Jan 2015 09:00:53 +0000 (10:00 +0100)]
Contribs: update libass to 0.12.1

9 years agoAdd NEWS about libVLC
Thomas Guillem [Tue, 20 Jan 2015 11:35:47 +0000 (11:35 +0000)]
Add NEWS about libVLC

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>