[vlc-commits] Tag 0.1.0 : libvlcpp 0.1.0

2015-05-20 Thread git
[libvlcpp] [branch: refs/tags/0.1.0] Tag:5b13c1c0670218b5e9559dc97a55328e5e555c7b http://git.videolan.org/gitweb.cgi/libvlcpp.git?a=tag;h=5b13c1c0670218b5e9559dc97a55328e5e555c7b Tagger: Hugo Beauzée-Luyssen h...@beauzee.fr Date: Wed May 20 14:00:01 2015 +0200 libvlcpp 0.1.0

[vlc-commits] mediacodec: Open/Close: separate JNI part from Decoder part

2015-05-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Mon May 18 18:25:35 2015 +0200| [d6d6f3013c61e2d96d33d4cac7235785585d] | committer: Thomas Guillem mediacodec: Open/Close: separate JNI part from Decoder part Rename OpenMediaCodec to StartMediaCodec and CloseMediaCodec to

[vlc-commits] mediacodec: add NDK module

2015-05-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Wed May 20 14:33:33 2015 +0200| [286fa11d5024d6b35063adb950c8f1b9f7d6a9e9] | committer: Thomas Guillem mediacodec: add NDK module The JNI module is now a submodule.

[vlc-commits] mediacodec: GetOutput: separate JNI part from Decoder part

2015-05-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Tue May 19 12:30:12 2015 +0200| [ac4a4aee64124bd21302c0ce6e85bcac09d04f3a] | committer: Thomas Guillem mediacodec: GetOutput: separate JNI part from Decoder part

[vlc-commits] access: extend STREAM_IS_DIRECTORY

2015-05-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Thu May 7 09:34:27 2015 +0200| [3840a03dbbf8a3f530fa16e0f029970881564716] | committer: Thomas Guillem access: extend STREAM_IS_DIRECTORY It now takes two new bool* arguments. - specify if the access returns items that are already

[vlc-commits] move ignore-filetypes option from directory access to directory demux

2015-05-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Thu May 7 10:19:56 2015 +0200| [b62156ba793e968e837d8557f8dd83b586db9812] | committer: Thomas Guillem move ignore-filetypes option from directory access to directory demux

[vlc-commits] sftp: fix crash when no directory is specified

2015-05-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Wed May 6 18:49:01 2015 +0200| [5fe33893f31ae4611879507e9b1f4428f29d97ea] | committer: Thomas Guillem sftp: fix crash when no directory is specified Fallback to the remote Home directory.

[vlc-commits] access/directory: remove recursive code

2015-05-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Thu May 7 11:37:13 2015 +0200| [353f77fc40ccedc951db167f5bdfaac6be2927b7] | committer: Thomas Guillem access/directory: remove recursive code Recursive parsing is not handled anymore by accesses.

[vlc-commits] upnp: items are already sorted

2015-05-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Thu May 7 09:49:53 2015 +0200| [feb2e0654099fa548c9f979c31168cd4f64575c8] | committer: Thomas Guillem upnp: items are already sorted Since items are already sorted by the server.

[vlc-commits] mediacodec: add JNI module

2015-05-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Tue May 19 18:40:21 2015 +0200| [cae9e8d8935d65cbf4540422c2c8fee32a83b730] | committer: Thomas Guillem mediacodec: add JNI module Add the mc_api struct, used by Decoder to access a MediaCodec API.

[vlc-commits] mediacodec: PutInput: separate JNI part from Decoder part

2015-05-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Tue May 19 09:32:21 2015 +0200| [ebb8fafb14b6fccfb9265e327be6de948b9c0193] | committer: Thomas Guillem mediacodec: PutInput: separate JNI part from Decoder part