]> git.sesse.net Git - vlc/log
vlc
10 years agocosmetics: contrib: libxml2: split configuration across multiple lines
Vittorio Giovara [Mon, 30 Jun 2014 19:04:25 +0000 (15:04 -0400)]
cosmetics: contrib: libxml2: split configuration across multiple lines

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years agocontrib: gnutls: fix linking OSX frameworks
Vittorio Giovara [Mon, 30 Jun 2014 19:04:24 +0000 (15:04 -0400)]
contrib: gnutls: fix linking OSX frameworks

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years agocontrib: gmp: fix build on OSX 10.9 with clang
Vittorio Giovara [Mon, 30 Jun 2014 19:04:23 +0000 (15:04 -0400)]
contrib: gmp: fix build on OSX 10.9 with clang

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years agocontrib: remove speexdsp NEON patch
Tristan Matthews [Wed, 2 Jul 2014 15:27:30 +0000 (11:27 -0400)]
contrib: remove speexdsp NEON patch

No longer needed due to upstream change.

10 years agommal: Add -lm when linking mmal_vout
Martin Storsjö [Mon, 30 Jun 2014 18:26:29 +0000 (21:26 +0300)]
mmal: Add -lm when linking mmal_vout

This is required since mmal_vout uses the fmod function.

This fixes loading of the mmal_vout plugin on raspbian.

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agocontrib: set archive tool for cmake on OSX too
Vittorio Giovara [Mon, 30 Jun 2014 19:04:21 +0000 (15:04 -0400)]
contrib: set archive tool for cmake on OSX too

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agokate: use CLOCK_FREQ
Tristan Matthews [Tue, 1 Jul 2014 04:39:44 +0000 (00:39 -0400)]
kate: use CLOCK_FREQ

10 years agoschroedinger: use CLOCK_FREQ
Tristan Matthews [Tue, 1 Jul 2014 04:35:46 +0000 (00:35 -0400)]
schroedinger: use CLOCK_FREQ

10 years agodoc: remove outdated stub doc (fixes #11700)
Rémi Denis-Courmont [Mon, 30 Jun 2014 18:53:37 +0000 (21:53 +0300)]
doc: remove outdated stub doc (fixes #11700)

10 years agoomxil: vout: Factorize fifo init/destroy
Martin Storsjö [Mon, 30 Jun 2014 18:18:34 +0000 (21:18 +0300)]
omxil: vout: Factorize fifo init/destroy

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agoomxil: factorize FreeBuffers and AllocateBuffers
Thomas Guillem [Thu, 26 Jun 2014 12:05:59 +0000 (14:05 +0200)]
omxil: factorize FreeBuffers and AllocateBuffers

This also adds a missing call to decoder_DeletePicture when
deinitializing the component.

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agolivehttp: remove multiplication by 1
Tristan Matthews [Fri, 27 Jun 2014 20:48:21 +0000 (16:48 -0400)]
livehttp: remove multiplication by 1

10 years agoomxil: factorize OMX_FIFO init/destroy
Thomas Guillem [Thu, 26 Jun 2014 12:05:58 +0000 (14:05 +0200)]
omxil: factorize OMX_FIFO init/destroy

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agoomxil: more error check
Thomas Guillem [Thu, 26 Jun 2014 12:05:56 +0000 (14:05 +0200)]
omxil: more error check

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agoomxil: fix warning
Thomas Guillem [Thu, 26 Jun 2014 12:05:55 +0000 (14:05 +0200)]
omxil: fix warning

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agoAndroid vout: fix possible mutex leak.
Thomas Guillem [Thu, 26 Jun 2014 12:05:51 +0000 (14:05 +0200)]
Android vout: fix possible mutex leak.

Do not leak mutex if i_chroma is VLC_CODEC_ANDROID_OPAQUE.

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agoiomx: simplify param/config size getter.
Thomas Guillem [Thu, 26 Jun 2014 12:05:50 +0000 (14:05 +0200)]
iomx: simplify param/config size getter.

"OMX_U32 nSize" is the first element of each OMX param/config struct.

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agopacketizer: mpeg4video: use CLOCK_FREQ
Tristan Matthews [Sat, 28 Jun 2014 01:19:36 +0000 (21:19 -0400)]
packetizer: mpeg4video: use CLOCK_FREQ

10 years agoavcodec: video: use CLOCK_FREQ
Tristan Matthews [Sat, 28 Jun 2014 01:16:48 +0000 (21:16 -0400)]
avcodec: video: use CLOCK_FREQ

10 years agotheora: use CLOCK_FREQ
Tristan Matthews [Sat, 28 Jun 2014 01:03:09 +0000 (21:03 -0400)]
theora: use CLOCK_FREQ

10 years agodemux: mpc: use CLOCK_FREQ
Tristan Matthews [Fri, 27 Jun 2014 19:02:33 +0000 (15:02 -0400)]
demux: mpc: use CLOCK_FREQ

10 years agocontrib: remove speexdsp includedir patch
Tristan Matthews [Fri, 27 Jun 2014 07:20:20 +0000 (03:20 -0400)]
contrib: remove speexdsp includedir patch

No longer needed due to upstream change.

10 years agocontrib: update speexdsp's neon.patch
Marc Etcheverry [Thu, 26 Jun 2014 22:17:58 +0000 (15:17 -0700)]
contrib: update speexdsp's neon.patch

Patch was broken by changes in speexdsp (namely
commit 410cfbc7f0e0605ad508810d9961d0b17bdf710a for resample.c).

Signed-off-by: Tristan Matthews <le.businessman@gmail.com>
10 years agoavcodec: fix version check for ffmpeg
Tristan Matthews [Thu, 26 Jun 2014 20:26:36 +0000 (16:26 -0400)]
avcodec: fix version check for ffmpeg

see ffmpeg commit a2bfee36b70bc9a5dd0a5a1cef36ca32bc1fba07

10 years agodemux: ts: apply pmt registration first (fix #11545)
Francois Cartegnie [Sat, 7 Jun 2014 10:41:42 +0000 (12:41 +0200)]
demux: ts: apply pmt registration first (fix #11545)

If someone has an HDMV/ LPCM DVD to test.

Francois

10 years agodemux: mp4: set block length
Francois Cartegnie [Fri, 20 Jun 2014 19:27:39 +0000 (21:27 +0200)]
demux: mp4: set block length

10 years agodemux: mp4: move mfro size to libmp4
Francois Cartegnie [Thu, 26 Jun 2014 17:28:35 +0000 (19:28 +0200)]
demux: mp4: move mfro size to libmp4

10 years agomux: mp4: add box_free
Francois Cartegnie [Wed, 25 Jun 2014 19:34:50 +0000 (21:34 +0200)]
mux: mp4: add box_free

10 years agomux: ts: warn with reject reason
Francois Cartegnie [Wed, 25 Jun 2014 14:56:44 +0000 (16:56 +0200)]
mux: ts: warn with reject reason

10 years agomux: mp4: limit number of sync entries
Francois Cartegnie [Sun, 22 Jun 2014 09:39:41 +0000 (11:39 +0200)]
mux: mp4: limit number of sync entries

10 years agomux: mp4: don't create stss for subs
Francois Cartegnie [Sun, 22 Jun 2014 09:31:42 +0000 (11:31 +0200)]
mux: mp4: don't create stss for subs

10 years agomux: mp4: store timescale
Francois Cartegnie [Thu, 19 Jun 2014 11:21:36 +0000 (13:21 +0200)]
mux: mp4: store timescale

10 years agomux: mp4: fix signedness
Francois Cartegnie [Thu, 19 Jun 2014 11:16:55 +0000 (13:16 +0200)]
mux: mp4: fix signedness

10 years agostream: remove pointless cast
Rémi Denis-Courmont [Thu, 26 Jun 2014 15:35:52 +0000 (18:35 +0300)]
stream: remove pointless cast

10 years agostream: remove redundant checks
Rémi Denis-Courmont [Thu, 26 Jun 2014 15:34:53 +0000 (18:34 +0300)]
stream: remove redundant checks

10 years agostream: assert that the underlying access is valid
Rémi Denis-Courmont [Thu, 26 Jun 2014 15:34:34 +0000 (18:34 +0300)]
stream: assert that the underlying access is valid

10 years agoRemoved file
Rafaël Carré [Wed, 25 Jun 2014 10:18:31 +0000 (12:18 +0200)]
Removed file

10 years agoffmpeg: fix style concerns for Solaris section
Sean McGovern [Tue, 24 Jun 2014 21:11:32 +0000 (17:11 -0400)]
ffmpeg: fix style concerns for Solaris section

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agoffmpeg: explicitly set the target OS for Solaris
Sean McGovern [Tue, 24 Jun 2014 21:11:31 +0000 (17:11 -0400)]
ffmpeg: explicitly set the target OS for Solaris

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agoffmpeg: don't force Intel Core 2 optimizations if not building 64-bit on Solaris
Sean McGovern [Tue, 24 Jun 2014 21:11:30 +0000 (17:11 -0400)]
ffmpeg: don't force Intel Core 2 optimizations if not building 64-bit on Solaris

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agomacosx: fix crash when applying video effects profile
David Fuhrmann [Tue, 24 Jun 2014 19:06:38 +0000 (21:06 +0200)]
macosx: fix crash when applying video effects profile

10 years agoaccess/directory.c: Fix compilation error on OS X and don't leak.
Matthias Keiser [Tue, 24 Jun 2014 17:31:09 +0000 (19:31 +0200)]
access/directory.c: Fix compilation error on OS X and don't leak.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoAdd stream_FilterDefaultReadDir symbol to libvlccore.sym
Matthias Keiser [Tue, 24 Jun 2014 17:31:10 +0000 (19:31 +0200)]
Add stream_FilterDefaultReadDir symbol to libvlccore.sym

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoequalizer: fix a wrong comparison
Adrien Maglo [Tue, 24 Jun 2014 13:12:46 +0000 (15:12 +0200)]
equalizer: fix a wrong comparison

10 years agoaccess/directory.c: Whitespace changes and posix struct naming fix
Julien 'Lta' BALLET [Sat, 21 Jun 2014 13:55:15 +0000 (15:55 +0200)]
access/directory.c: Whitespace changes and posix struct naming fix

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoFix a typo. Uniformize the coding style, especially parenthesis
Julien 'Lta' BALLET [Sat, 21 Jun 2014 13:55:14 +0000 (15:55 +0200)]
Fix a typo. Uniformize the coding style, especially parenthesis

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoMake access/directory.c a pf_readdir browsing module
Julien 'Lta' BALLET [Sat, 21 Jun 2014 13:55:13 +0000 (15:55 +0200)]
Make access/directory.c a pf_readdir browsing module

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoAdd a new playlist module whose job is to output pf_readdir modules items to the...
Julien 'Lta' BALLET [Sat, 21 Jun 2014 13:55:12 +0000 (15:55 +0200)]
Add a new playlist module whose job is to output pf_readdir modules items to the playlist

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoAdd a default implementation for pf_readdir for StreamFilter. Use it in stream_filter...
Julien 'Lta' BALLET [Sat, 21 Jun 2014 13:55:11 +0000 (15:55 +0200)]
Add a default implementation for pf_readdir for StreamFilter. Use it in stream_filter/record.c

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoAdd support for pf_readdir access modules in Streams
Julien 'Lta' BALLET [Sat, 21 Jun 2014 13:55:10 +0000 (15:55 +0200)]
Add support for pf_readdir access modules in Streams

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoAdd a pf_readdir callback to access_t modules
Julien 'Lta' BALLET [Mon, 23 Jun 2014 15:07:08 +0000 (11:07 -0400)]
Add a pf_readdir callback to access_t modules

This commit also adds a related documentation file (doc/browsing.txt) describing
the expected behavior of pf_readdir callback implementations

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agozlib: enable PIC on Solaris
Sean McGovern [Tue, 24 Jun 2014 01:08:16 +0000 (21:08 -0400)]
zlib: enable PIC on Solaris

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agopostproc: enable PIC on Solaris
Sean McGovern [Tue, 24 Jun 2014 01:08:15 +0000 (21:08 -0400)]
postproc: enable PIC on Solaris

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agoffmpeg: enable PIC on Solaris
Sean McGovern [Tue, 24 Jun 2014 01:08:14 +0000 (21:08 -0400)]
ffmpeg: enable PIC on Solaris

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agoandroid surface: check error when locking the video playback surface
Felix Abecassis [Mon, 23 Jun 2014 17:21:41 +0000 (19:21 +0200)]
android surface: check error when locking the video playback surface

10 years agoandroid opaque: check error when locking the subtitles surface
Felix Abecassis [Mon, 23 Jun 2014 17:18:50 +0000 (19:18 +0200)]
android opaque: check error when locking the subtitles surface

10 years agomessages: save one byte
Rémi Denis-Courmont [Mon, 23 Jun 2014 15:26:04 +0000 (18:26 +0300)]
messages: save one byte

10 years agomacosx: fix resume playback for file urls containing whitespaces
David Fuhrmann [Sun, 22 Jun 2014 20:00:54 +0000 (22:00 +0200)]
macosx: fix resume playback for file urls containing whitespaces

10 years agomacosx: set a proper main window frame on termination
David Fuhrmann [Sun, 22 Jun 2014 11:33:35 +0000 (13:33 +0200)]
macosx: set a proper main window frame on termination

The frame is used which was set before video playback has been started.
These are the values the user will expect when restarting VLC.

close #11373

10 years agomacosx: remove unneeded libvlc_Quit and add some comments for termination
David Fuhrmann [Sun, 22 Jun 2014 11:15:51 +0000 (13:15 +0200)]
macosx: remove unneeded libvlc_Quit and add some comments for termination

10 years agomacosx: remove unneeded performSelectorOnMainThread
David Fuhrmann [Sun, 22 Jun 2014 11:10:34 +0000 (13:10 +0200)]
macosx: remove unneeded performSelectorOnMainThread

setActiveVideoPlayback is always called on the main thread nowadays..

10 years agosap: remove bogus error return
Rémi Denis-Courmont [Fri, 20 Jun 2014 17:00:56 +0000 (20:00 +0300)]
sap: remove bogus error return

10 years agosap: remove the sap handler object
Rémi Denis-Courmont [Fri, 20 Jun 2014 16:59:37 +0000 (19:59 +0300)]
sap: remove the sap handler object

10 years agosap: merge global and per-instance locks
Rémi Denis-Courmont [Fri, 20 Jun 2014 16:52:03 +0000 (19:52 +0300)]
sap: merge global and per-instance locks

10 years agosap: remove session_descriptor_t and rename sap_session_t
Rémi Denis-Courmont [Fri, 20 Jun 2014 16:34:45 +0000 (19:34 +0300)]
sap: remove session_descriptor_t and rename sap_session_t

10 years agosap: remove useless destination socket address
Rémi Denis-Courmont [Fri, 20 Jun 2014 16:13:18 +0000 (19:13 +0300)]
sap: remove useless destination socket address

10 years agosap: remove useless source socket address
Rémi Denis-Courmont [Fri, 20 Jun 2014 15:57:09 +0000 (18:57 +0300)]
sap: remove useless source socket address

10 years agosap: remove useless string
Rémi Denis-Courmont [Fri, 20 Jun 2014 15:52:44 +0000 (18:52 +0300)]
sap: remove useless string

10 years agosout: merge SAP and announce code in a single file
Rémi Denis-Courmont [Fri, 20 Jun 2014 15:33:30 +0000 (18:33 +0300)]
sout: merge SAP and announce code in a single file

10 years agoavcodec: map HNM4
Daniel Verkamp [Fri, 20 Jun 2014 06:25:25 +0000 (23:25 -0700)]
avcodec: map HNM4

Sample:
http://samples.mplayerhq.hu/game-formats/hnm/losteden-hnm4/BROCIME.HNM

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map Chronomaster DFA
Daniel Verkamp [Fri, 20 Jun 2014 06:25:24 +0000 (23:25 -0700)]
avcodec: map Chronomaster DFA

Sample:
http://fate-suite.libav.org/chronomaster-dfa/0000.dfa

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map Bitmap Brothers JV
Daniel Verkamp [Fri, 20 Jun 2014 06:25:23 +0000 (23:25 -0700)]
avcodec: map Bitmap Brothers JV

Sample:
http://samples.ffmpeg.org/game-formats/jv/E_INTRO.JV

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map YOP video and ADPCM IMA APC
Daniel Verkamp [Fri, 20 Jun 2014 06:25:22 +0000 (23:25 -0700)]
avcodec: map YOP video and ADPCM IMA APC

Sample:
http://fate-suite.libav.org/yop/test1.yop

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map DeluxePaint animation
Daniel Verkamp [Fri, 20 Jun 2014 06:25:21 +0000 (23:25 -0700)]
avcodec: map DeluxePaint animation

Sample:
http://fate-suite.libav.org/deluxepaint-anm/INTRO1.ANM

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map PCM_S16LE_PLANAR
Daniel Verkamp [Fri, 20 Jun 2014 06:25:20 +0000 (23:25 -0700)]
avcodec: map PCM_S16LE_PLANAR

Sample:
http://fate-suite.libav.org/ea-mad/xeasport.mad

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map EA MAD and EA ADPCM R1
Daniel Verkamp [Fri, 20 Jun 2014 06:25:19 +0000 (23:25 -0700)]
avcodec: map EA MAD and EA ADPCM R1

Sample:
http://fate-suite.libav.org/ea-mad/NFS6LogoE.mad

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map EA TGQ
Daniel Verkamp [Fri, 20 Jun 2014 06:25:18 +0000 (23:25 -0700)]
avcodec: map EA TGQ

Sample:
http://fate-suite.libav.org/ea-tgq/v27.tgq

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map EA TGV and SEAD
Daniel Verkamp [Fri, 20 Jun 2014 06:25:17 +0000 (23:25 -0700)]
avcodec: map EA TGV and SEAD

Sample:
http://fate-suite.libav.org/ea-tgv/INTEL_S.TGV

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map Motion Pixels
Daniel Verkamp [Fri, 20 Jun 2014 06:25:16 +0000 (23:25 -0700)]
avcodec: map Motion Pixels

Sample:
http://fate-suite.libav.org/motion-pixels/INTRO-partial.MVI

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map Electronic Arts CMV
Daniel Verkamp [Fri, 20 Jun 2014 06:25:15 +0000 (23:25 -0700)]
avcodec: map Electronic Arts CMV

Sample:
http://fate-suite.libav.org/ea-cmv/TITLE.CMVhttp://fate-suite.libav.org/ea-cmv/TITLE.CMV

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map BFI video
Daniel Verkamp [Fri, 20 Jun 2014 06:25:14 +0000 (23:25 -0700)]
avcodec: map BFI video

Sample:
http://fate-suite.libav.org/bfi/2287.bfi

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map RL2 video
Daniel Verkamp [Fri, 20 Jun 2014 06:25:13 +0000 (23:25 -0700)]
avcodec: map RL2 video

Sample:
http://samples.mplayerhq.hu/game-formats/voyeur-rl2/A1100100.RL2

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map Beam Software VB
Daniel Verkamp [Fri, 20 Jun 2014 06:25:12 +0000 (23:25 -0700)]
avcodec: map Beam Software VB

Sample:
http://fate-suite.libav.org/SIFF/INTRO_B.VB

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map Bethesda VID
Daniel Verkamp [Fri, 20 Jun 2014 06:25:11 +0000 (23:25 -0700)]
avcodec: map Bethesda VID

Sample:
http://fate-suite.libav.org/bethsoft-vid/ANIM0001.VID

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map Interplay C93
Daniel Verkamp [Fri, 20 Jun 2014 06:25:10 +0000 (23:25 -0700)]
avcodec: map Interplay C93

Sample:
http://fate-suite.libav.org/cyberia-c93/intro1.c93

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map Feeble Files/ScummVM DXA
Daniel Verkamp [Fri, 20 Jun 2014 06:25:09 +0000 (23:25 -0700)]
avcodec: map Feeble Files/ScummVM DXA

Sample:
http://fate-suite.libav.org/dxa/meetsquid.dxa

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map Tiertex SEQ video
Daniel Verkamp [Fri, 20 Jun 2014 06:25:08 +0000 (23:25 -0700)]
avcodec: map Tiertex SEQ video

Sample:
http://fate-suite.libav.org/tiertex-seq/Gameover.seq

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map Delphine CIN video
Daniel Verkamp [Fri, 20 Jun 2014 06:25:07 +0000 (23:25 -0700)]
avcodec: map Delphine CIN video

Sample:
http://fate-suite.libav.org/delphine-cin/LOGO-partial.CIN

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map Creature Shock AVS
Daniel Verkamp [Fri, 20 Jun 2014 06:25:06 +0000 (23:25 -0700)]
avcodec: map Creature Shock AVS

Sample:
http://fate-suite.libav.org/creatureshock-avs/OUTATIME.AVS

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map American Laser Games MM Video
Daniel Verkamp [Fri, 20 Jun 2014 06:25:05 +0000 (23:25 -0700)]
avcodec: map American Laser Games MM Video

Sample:
http://fate-suite.libav.org/alg-mm/ibmlogo.mm

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map Westwood VQA
Daniel Verkamp [Fri, 20 Jun 2014 06:25:04 +0000 (23:25 -0700)]
avcodec: map Westwood VQA

Sample:
http://samples.mplayerhq.hu/fate-suite/vqa/cc-demo1-partial.vqa

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map Wing Commander III video
Daniel Verkamp [Fri, 20 Jun 2014 06:25:03 +0000 (23:25 -0700)]
avcodec: map Wing Commander III video

Sample:
http://samples.mplayerhq.hu/fate-suite/wc3movie/SC_32-part.MVE

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoavcodec: map 8088flex TMV
Daniel Verkamp [Fri, 20 Jun 2014 06:25:02 +0000 (23:25 -0700)]
avcodec: map 8088flex TMV

Sample:
http://samples.mplayerhq.hu/fate-suite/tmv/pop-partial.tmv

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoAvcodec: Fix potential dereference before null check
Jean-Baptiste Kempf [Fri, 20 Jun 2014 14:09:41 +0000 (16:09 +0200)]
Avcodec: Fix potential dereference before null check

See CID #1223114

10 years agoequalizer: load the equalizer-preset only if equalizer-bands is not set
Adrien Maglo [Wed, 18 Jun 2014 14:27:49 +0000 (16:27 +0200)]
equalizer: load the equalizer-preset only if equalizer-bands is not set

When using the libVLC equalizer API, this prevents the band settings to be overridden on start by the default "flat" preset.

10 years agoplaylist: useless #include
Rémi Denis-Courmont [Thu, 19 Jun 2014 21:09:46 +0000 (00:09 +0300)]
playlist: useless #include

10 years agoinput: unused #include
Rémi Denis-Courmont [Thu, 19 Jun 2014 21:03:53 +0000 (00:03 +0300)]
input: unused #include

10 years agoconfigure: allow compilation without libvorbis
Rémi Denis-Courmont [Thu, 19 Jun 2014 20:41:58 +0000 (23:41 +0300)]
configure: allow compilation without libvorbis

10 years agomacosx: fix broken first time settings setup
David Fuhrmann [Thu, 19 Jun 2014 18:14:16 +0000 (20:14 +0200)]
macosx: fix broken first time settings setup

Handling with *.plist on the file system should really
be avoided, as its not safe at all. Thus the current
default version is set the right way now.

close #11625

10 years agoaccess init macros: C++ compatibility
Rafaël Carré [Thu, 19 Jun 2014 09:22:23 +0000 (11:22 +0200)]
access init macros: C++ compatibility