[vlc-commits] ios: Pass the right architecture as --host when building contribs

2014-02-07 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö mar...@martin.st | Fri Feb 7 10:28:42 2014 +0200| [2e917cd4f9ecfc9b8f1f5b4858e658ce27db59ce] | committer: Martin Storsjö ios: Pass the right architecture as --host when building contribs --host is used to indicate where the built binaries are intended to

[vlc-commits] demux/ts.c: Handle allocation failures in Open()

2014-02-07 Thread Jean-Paul Saman
vlc | branch: master | Jean-Paul Saman jpsa...@videolan.org | Thu Feb 6 14:41:37 2014 +0100| [eec3b7c5111eebdd1e2f0ff86f3850612ca67c6f] | committer: Jean-Paul Saman demux/ts.c: Handle allocation failures in Open()

[vlc-commits] access/decklink.cpp: fix compilation

2014-02-07 Thread Jean-Paul Saman
vlc | branch: master | Jean-Paul Saman jpsa...@videolan.org | Fri Feb 7 11:02:00 2014 +0100| [f3bbea2fbc9ebfb3119c3258636babac1b5ed9b9] | committer: Jean-Paul Saman access/decklink.cpp: fix compilation The member m_ref does not exists in DeckLinkCaptureDelegate(), it is named m_ref_.

[vlc-commits] Mac plugin: use CAOpenGLLayer as video output module instead of the inferior plain CoreGraphics based approach

2014-02-07 Thread Felix Paul Kühne
npapi-vlc | branch: master | Felix Paul Kühne fkue...@videolan.org | Fri Feb 7 11:49:46 2014 +0100| [e3de9db25be6ef5e3124cb642ab5497da1a48d02] | committer: Felix Paul Kühne Mac plugin: use CAOpenGLLayer as video output module instead of the inferior plain CoreGraphics based approach

[vlc-commits] android: Only reupload subtitle surfaces if they have changed

2014-02-07 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö mar...@martin.st | Fri Jan 31 10:53:41 2014 +0200| [3b55e958c5cb47fd9fb1ae3af48fa2d77500ab74] | committer: Martin Storsjö android: Only reupload subtitle surfaces if they have changed This avoids reuploading a full resolution 32 bpp surface for every frame

[vlc-commits] contrib/orc: use our own download mirror

2014-02-07 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne fkue...@videolan.org | Fri Feb 7 12:40:58 2014 +0100| [c67c7d8692f9baec3501d011613d09e0bca4f89e] | committer: Felix Paul Kühne contrib/orc: use our own download mirror

[vlc-commits] Contribs: compile Bink decoder

2014-02-07 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Fri Feb 7 16:02:20 2014 +0100| [3be2bd676bad5e36b12f9ec0cf0d2d1dd349a140] | committer: Jean-Baptiste Kempf Contribs: compile Bink decoder

[vlc-commits] Update NEWS for Bink and jpeg encoder

2014-02-07 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Fri Feb 7 16:03:16 2014 +0100| [2768afffbe4753b7cb3bc9d8245457e23fdbf0bf] | committer: Jean-Baptiste Kempf Update NEWS for Bink and jpeg encoder

[vlc-commits] avformat: use avcodec codec_tag as original fourcc

2014-02-07 Thread Daniel Verkamp
vlc | branch: master | Daniel Verkamp dan...@drv.nu | Wed Feb 5 21:17:14 2014 -0700| [9d30f924d9e55cdf157218d3b7047db88e1010ac] | committer: Jean-Baptiste Kempf avformat: use avcodec codec_tag as original fourcc Fixes Bink video playback. The Bink video decoder in libavcodec relies on the

[vlc-commits] arm_neon: Explicitly specify the symbol name for amplify_float_arm_neon

2014-02-07 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö mar...@martin.st | Fri Feb 7 15:32:01 2014 +0200| [a0da80b66b71786a6ca70a95bfb317713f24e542] | committer: Martin Storsjö arm_neon: Explicitly specify the symbol name for amplify_float_arm_neon This is consistent with all the other neon functions. This

[vlc-commits] omxil: Passthrough aspect ratio from input format.

2014-02-07 Thread Julian Scheel
vlc | branch: master | Julian Scheel jul...@jusst.de | Fri Sep 27 14:32:40 2013 +0200| [41067d217d365d40a27920c117453c7b0d4a8fd6] | committer: Martin Storsjö omxil: Passthrough aspect ratio from input format. If the input format has a valid pixel aspect ratio set (ie from the packetizer) pass

[vlc-commits] decoder: Give packetizer aspect ratio to decoder.

2014-02-07 Thread Julian Scheel
vlc | branch: master | Julian Scheel jul...@jusst.de | Fri Sep 27 14:32:39 2013 +0200| [5f77310fb9d7bbe3b5c19a01903cb93ec362d114] | committer: Martin Storsjö decoder: Give packetizer aspect ratio to decoder. When the packetizer detects a valid pixel aspect ratio this should be forwarded to the

[vlc-commits] mediacodec: Pass the aspect ratio values through from the packetizer

2014-02-07 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö mar...@martin.st | Thu Feb 6 14:52:07 2014 +0200| [a181625435216e69cf14f64d172d66fe6fbad05a] | committer: Martin Storsjö mediacodec: Pass the aspect ratio values through from the packetizer There is no way in the MediaCodec API for the decoder to signal

[vlc-commits] mediacodec: Use the input aspect ratio when sizing the direct rendering surface

2014-02-07 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö mar...@martin.st | Thu Feb 6 14:58:07 2014 +0200| [a50f751742a9122d29963462360a209931466485] | committer: Martin Storsjö mediacodec: Use the input aspect ratio when sizing the direct rendering surface Signed-off-by: Martin Storsjö mar...@martin.st

[vlc-commits] Add .bik extension registration

2014-02-07 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Fri Feb 7 16:07:42 2014 +0100| [aa8cc70921a7b542f92a62084d81aa445a76232f] | committer: Jean-Baptiste Kempf Add .bik extension registration

[vlc-commits] avcodec: copy video orientation to output format

2014-02-07 Thread Matthias Keiser
vlc | branch: master | Matthias Keiser matth...@tristan-inc.com | Thu Feb 6 16:02:37 2014 +0100| [cc4f28aa4d21b90e52f0b29d278d204ac6f2994a] | committer: Rémi Denis-Courmont avcodec: copy video orientation to output format Signed-off-by: Rémi Denis-Courmont r...@remlab.net

[vlc-commits] transform: parse configuration argument

2014-02-07 Thread Matthias Keiser
vlc | branch: master | Matthias Keiser matth...@tristan-inc.com | Thu Feb 6 23:15:40 2014 +0100| [d4b9df3d3c41d4a366a3ffd0405a9464bb9b54b2] | committer: Rémi Denis-Courmont transform: parse configuration argument Signed-off-by: Rémi Denis-Courmont r...@remlab.net

[vlc-commits] video_format_IsSimilar: check orientation

2014-02-07 Thread Matthias Keiser
vlc | branch: master | Matthias Keiser matth...@tristan-inc.com | Thu Feb 6 16:17:34 2014 +0100| [7087f3bfb105f6ca2d3ed54b6449cc1174625294] | committer: Rémi Denis-Courmont video_format_IsSimilar: check orientation Signed-off-by: Rémi Denis-Courmont r...@remlab.net

[vlc-commits] decoder: check video orientation in vout_new_buffer()

2014-02-07 Thread Matthias Keiser
vlc | branch: master | Matthias Keiser matth...@tristan-inc.com | Thu Feb 6 16:08:49 2014 +0100| [447ecbf67c0e659c1978b89189c785c41de5eb59] | committer: Rémi Denis-Courmont decoder: check video orientation in vout_new_buffer() Signed-off-by: Rémi Denis-Courmont r...@remlab.net

[vlc-commits] mmdevice: scale volume as other Windows plugins

2014-02-07 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Fri Feb 7 22:33:11 2014 +0200| [81055423a54c577b23e0b8cd40ad3a28b79cb1f7] | committer: Rémi Denis-Courmont mmdevice: scale volume as other Windows plugins

[vlc-commits] win32: call SetErrorMode() while still single-threaded

2014-02-07 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Fri Feb 7 23:05:36 2014 +0200| [170e5561c1efcd563f5cdae7291bef32fad12a45] | committer: Rémi Denis-Courmont win32: call SetErrorMode() while still single-threaded (This is required by MSDN.)

[vlc-commits] win32: use SetThreadErrorMode() if available

2014-02-07 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Fri Feb 7 23:09:26 2014 +0200| [4b5b89cd4b60a16b8de1e916ef297640853f241c] | committer: Rémi Denis-Courmont win32: use SetThreadErrorMode() if available

[vlc-commits] bluray: set audio/spu stream languages

2014-02-07 Thread Petri Hintukainen
vlc | branch: master | Petri Hintukainen phint...@users.sourceforge.net | Thu Feb 6 23:18:35 2014 +0200| [23ca807885ebf010af7ea38bc2e26b0ffe37faf3] | committer: Rémi Denis-Courmont bluray: set audio/spu stream languages Signed-off-by: Rémi Denis-Courmont r...@remlab.net

[vlc-commits] libvlc: libvlc_ScrambledChanged event type added

2014-02-07 Thread Julian Scheel
vlc | branch: master | Julian Scheel jul...@jusst.de | Thu Feb 6 22:03:24 2014 +0100| [8b9e6d1672f569aee20e663bd938266c1b73224b] | committer: Rémi Denis-Courmont libvlc: libvlc_ScrambledChanged event type added Expose an event to libvlc users which allows them to get notified about the

[vlc-commits] mmdevice: do not override target Windows version

2014-02-07 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Fri Feb 7 23:39:05 2014 +0200| [e95425cd69ef4ca84656231d36386d0dc2f69ad5] | committer: Rémi Denis-Courmont mmdevice: do not override target Windows version

[vlc-commits] mmdevice: update comments

2014-02-07 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sat Feb 8 00:21:32 2014 +0200| [6bab9a3141f8025726694e94c1fd210064e2db4c] | committer: Rémi Denis-Courmont mmdevice: update comments http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6bab9a3141f8025726694e94c1fd210064e2db4c

[vlc-commits] libvlc-module: remove description string for removed option --plugin-path

2014-02-07 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen h...@beauzee.fr | Fri Feb 7 23:55:48 2014 +0200| [f267e0a356af32898a8c5cb36104a9010b68e6af] | committer: Hugo Beauzée-Luyssen libvlc-module: remove description string for removed option --plugin-path