[vlc-commits] adaptative: fix tls regression

2015-05-12 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue May 12 22:58:56 2015 +0200| [aba0ddc221d2cf4c51fffecc463bb3a425cec647] | committer: Francois Cartegnie adaptative: fix tls regression > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aba0ddc221d2cf4c51fffecc463bb3a425cec647 --- modules/

[vlc-commits] ios audio unit: minor fixes

2015-05-12 Thread Felix Paul Kühne
vlc/vlc-2.2 | branch: master | Felix Paul Kühne | Tue May 12 21:54:34 2015 +0200| [5b8b9780773ef0c9e4f9d21a3443a3bcee8a5ef1] | committer: Felix Paul Kühne ios audio unit: minor fixes (cherry picked from commit f7fe783762fa8c2937de3d72ebcb1e59d1c803b1) > http://git.videolan.org/gitweb.cgi/vlc/

[vlc-commits] ios audio unit: minor fixes

2015-05-12 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Tue May 12 21:54:34 2015 +0200| [f7fe783762fa8c2937de3d72ebcb1e59d1c803b1] | committer: Felix Paul Kühne ios audio unit: minor fixes > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f7fe783762fa8c2937de3d72ebcb1e59d1c803b1 --- modules/audio_o

[vlc-commits] gnutls: set errno on Windows too

2015-05-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat May 9 19:14:06 2015 +0300| [04d62b00d2fa711af7dbbc9e70b69704e4853d55] | committer: Rémi Denis-Courmont gnutls: set errno on Windows too > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=04d62b00d2fa711af7dbbc9e70b69704e4853d55 --- modu

[vlc-commits] Remove no longer used net_Printf() argument

2015-05-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat May 9 19:06:15 2015 +0300| [217fc59faa19c2985fc4440ccfd4625d200a4bab] | committer: Rémi Denis-Courmont Remove no longer used net_Printf() argument > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=217fc59faa19c2985fc4440ccfd4625d200a4bab

[vlc-commits] tls: keep track of the underlying file descriptor

2015-05-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat May 9 18:00:50 2015 +0300| [8a0477a7f91f9fb0e36ebca8dce3c201f582a036] | committer: Rémi Denis-Courmont tls: keep track of the underlying file descriptor > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8a0477a7f91f9fb0e36ebca8dce3c201f5

[vlc-commits] http: use TLS I/O helpers

2015-05-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat May 9 18:49:50 2015 +0300| [c1ded5e39f751fd0be644a8f946751ee5d4dc294] | committer: Rémi Denis-Courmont http: use TLS I/O helpers > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c1ded5e39f751fd0be644a8f946751ee5d4dc294 --- modules/acc

[vlc-commits] ftp: use TLS I/O helpers

2015-05-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat May 9 19:00:25 2015 +0300| [48476f038bc465431af465a0f93e14883ab7dc31] | committer: Rémi Denis-Courmont ftp: use TLS I/O helpers > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=48476f038bc465431af465a0f93e14883ab7dc31 --- modules/acce

[vlc-commits] network: remove useless vlc_object_waitpipe() call in net_Accept()

2015-05-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat May 9 22:41:23 2015 +0300| [7d28f8a24c75fd5ffcd393f047208a0d7f55a187] | committer: Rémi Denis-Courmont network: remove useless vlc_object_waitpipe() call in net_Accept() None of the call sites use the input thread and wait pipe. > http://git.v

[vlc-commits] http: revector

2015-05-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat May 9 18:15:11 2015 +0300| [7c5554a06c3ba2732240763e5ccabc994d230f68] | committer: Rémi Denis-Courmont http: revector > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7c5554a06c3ba2732240763e5ccabc994d230f68 --- modules/access/http.c

[vlc-commits] Remove no longer used net_Write() argument

2015-05-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue May 12 22:10:44 2015 +0300| [3aee65c9f779e569bcf6fb70fbfd18c0ee14d982] | committer: Rémi Denis-Courmont Remove no longer used net_Write() argument > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3aee65c9f779e569bcf6fb70fbfd18c0ee14d982

[vlc-commits] tls: add dedicated helpers for I/O

2015-05-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu May 7 23:59:01 2015 +0300| [58686f3ce16c5c5f1b04cb7db31d11f948893e32] | committer: Rémi Denis-Courmont tls: add dedicated helpers for I/O > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=58686f3ce16c5c5f1b04cb7db31d11f948893e32 --- in

[vlc-commits] adaptive: use TLS I/O functions

2015-05-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue May 12 22:35:25 2015 +0300| [a0391a08abc0b8edc721f5f2819b1437d83bf7d2] | committer: Rémi Denis-Courmont adaptive: use TLS I/O functions > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a0391a08abc0b8edc721f5f2819b1437d83bf7d2 --- modul

[vlc-commits] Remove no longer used net_Gets() argument

2015-05-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat May 9 19:03:13 2015 +0300| [e46b0db2806245315f56da1cb4f4d5cb487c55e1] | committer: Rémi Denis-Courmont Remove no longer used net_Gets() argument > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e46b0db2806245315f56da1cb4f4d5cb487c55e1 -

[vlc-commits] Remove no longer used net_vaPrintf() argument

2015-05-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat May 9 19:07:52 2015 +0300| [9b629ed21d06e5be3a4ca869b781048cda917803] | committer: Rémi Denis-Courmont Remove no longer used net_vaPrintf() argument > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9b629ed21d06e5be3a4ca869b781048cda9178

[vlc-commits] Remove no longer used net_Read() argument

2015-05-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat May 9 19:14:22 2015 +0300| [c0cdab15a49773db94bc48547340acc7a3ae1404] | committer: Rémi Denis-Courmont Remove no longer used net_Read() argument > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c0cdab15a49773db94bc48547340acc7a3ae1404 -

[vlc-commits] adaptive: remove nonsensical extra send() call

2015-05-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue May 12 22:11:39 2015 +0300| [fcef71a71a633c6b8ae8357f338257b7ac3f2406] | committer: Rémi Denis-Courmont adaptive: remove nonsensical extra send() call If net_Write() returns a short count, send() is not going to help. It means the connection was

[vlc-commits] adaptive: remove always true parameter to Socket::read()

2015-05-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue May 12 22:19:27 2015 +0300| [9afe3151742bfff7d8b1388e11e46092825196fc] | committer: Rémi Denis-Courmont adaptive: remove always true parameter to Socket::read() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9afe3151742bfff7d8b1388e11e

[vlc-commits] cppcx: Media: Add move constructor

2015-05-12 Thread Hugo Beauzée-Luyssen
libvlcpp | branch: master | Hugo Beauzée-Luyssen | Tue May 12 19:09:01 2015 +0200| [e4cafb864f891394bb87a0080c186a03abc771d1] | committer: Hugo Beauzée-Luyssen cppcx: Media: Add move constructor > http://git.videolan.org/gitweb.cgi/libvlcpp.git/?a=commit;h=e4cafb864f891394bb87a0080c186a03abc77

[vlc-commits] demux: adaptative: add tls

2015-05-12 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue May 12 00:20:31 2015 +0200| [f4a731405440c0ef1ccc662747299ac15df8ba42] | committer: Francois Cartegnie demux: adaptative: add tls > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f4a731405440c0ef1ccc662747299ac15df8ba42 --- .../adaptati

[vlc-commits] demux: adaptative: fix double lock on flush

2015-05-12 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue May 12 18:23:57 2015 +0200| [381b34a56e0bf8e8f554f21ee781928e80c55c8f] | committer: Francois Cartegnie demux: adaptative: fix double lock on flush > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=381b34a56e0bf8e8f554f21ee781928e80c55c8f -

[vlc-commits] demux: adaptative: split segments using interface

2015-05-12 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue May 12 00:18:08 2015 +0200| [f6f45bce06c80a79e43dae3411d7e184e1f9b791] | committer: Francois Cartegnie demux: adaptative: split segments using interface > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f6f45bce06c80a79e43dae3411d7e184e1f9

[vlc-commits] demux: adaptative: fix subsegment debug info

2015-05-12 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue May 12 16:17:28 2015 +0200| [62578f1b814885ebe71ec865c612ba797a920bf9] | committer: Francois Cartegnie demux: adaptative: fix subsegment debug info > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=62578f1b814885ebe71ec865c612ba797a920bf9

[vlc-commits] demux: adaptative: inherit baseUrl if missing segmentUrl media

2015-05-12 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue May 12 00:31:25 2015 +0200| [6c16d7516882fb3bf7283fdbc86a56ef931bcbbe] | committer: Francois Cartegnie demux: adaptative: inherit baseUrl if missing segmentUrl media > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6c16d7516882fb3bf7283fd

[vlc-commits] demux: adaptative: merge and simplify the http stuff

2015-05-12 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon May 11 17:10:37 2015 +0200| [0e86ff50c8281bfa86f02109cfd6417d2860dd35] | committer: Francois Cartegnie demux: adaptative: merge and simplify the http stuff Allows using tls transport and does non persistent connection fallback. > http://git.vide

[vlc-commits] demux: adaptative: remove confusing namespace

2015-05-12 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Sun May 10 15:16:38 2015 +0200| [08b864b7ab415f1eb9ce13d293e3926762da1439] | committer: Francois Cartegnie demux: adaptative: remove confusing namespace > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=08b864b7ab415f1eb9ce13d293e3926762da1439

[vlc-commits] demux: adaptative: fix last split segment upper boundary

2015-05-12 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue May 12 16:24:47 2015 +0200| [0c8ef54332db56d973d3df525a90f92ebb0a998e] | committer: Francois Cartegnie demux: adaptative: fix last split segment upper boundary > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0c8ef54332db56d973d3df525a90f

[vlc-commits] freetype: remove compiler warnings

2015-05-12 Thread Salah-Eddin Shaban
vlc | branch: master | Salah-Eddin Shaban | Tue May 12 09:16:04 2015 +0300| [3bd4f0e323b503bbb20b452c84c2572e63346c68] | committer: Jean-Baptiste Kempf freetype: remove compiler warnings Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3bd4f0e323b50

[vlc-commits] freetype: miscellaneous fixes

2015-05-12 Thread Salah-Eddin Shaban
vlc | branch: master | Salah-Eddin Shaban | Tue May 12 09:16:01 2015 +0300| [776b258848309026688b7938558bec55b87302a4] | committer: Jean-Baptiste Kempf freetype: miscellaneous fixes Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=776b25884830902668

[vlc-commits] freetype: fix FixGlyph()

2015-05-12 Thread Salah-Eddin Shaban
vlc | branch: master | Salah-Eddin Shaban | Tue May 12 09:15:59 2015 +0300| [537d4556263961561fdfb5b99c306ea2a7b37914] | committer: Jean-Baptiste Kempf freetype: fix FixGlyph() FixGlyph() expects to be called immediately after FT_Load_Glyph(), which is no longer the case. Signed-off-by: Jean

[vlc-commits] freetype: update authors

2015-05-12 Thread Salah-Eddin Shaban
vlc | branch: master | Salah-Eddin Shaban | Tue May 12 09:15:58 2015 +0300| [b2dcf9289630293ff1bc88144b5cf0f31ece99eb] | committer: Jean-Baptiste Kempf freetype: update authors Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b2dcf9289630293ff1bc881

[vlc-commits] Freetype: kill compile warnings

2015-05-12 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Tue May 12 10:30:42 2015 +0200| [da6b5aac1f3e9893ce27217396101f1be11be27d] | committer: Jean-Baptiste Kempf Freetype: kill compile warnings > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=da6b5aac1f3e9893ce27217396101f1be11be27d --- modul

[vlc-commits] freetype: rename NewLayoutLine()

2015-05-12 Thread Salah-Eddin Shaban
vlc | branch: master | Salah-Eddin Shaban | Tue May 12 09:16:02 2015 +0300| [65c4b00e1b4b3915ceedd143d1dee944aa8dbab2] | committer: Jean-Baptiste Kempf freetype: rename NewLayoutLine() It should be LayoutLine(). To be consistent with LayoutParagraph() and LayoutText(). Signed-off-by: Jean-Ba

[vlc-commits] freetype: make paragraph lines equal in width, more or less

2015-05-12 Thread Salah-Eddin Shaban
vlc | branch: master | Salah-Eddin Shaban | Tue May 12 09:16:03 2015 +0300| [531289a15f259b0b2599d814a4fff5d127ee3ff7] | committer: Jean-Baptiste Kempf freetype: make paragraph lines equal in width, more or less Libass does the same, and I think it's a good idea. But their method is IMO overl

[vlc-commits] freetype: avoid redundant calls to FT_Set_Pixel_Sizes()

2015-05-12 Thread Salah-Eddin Shaban
vlc | branch: master | Salah-Eddin Shaban | Tue May 12 09:16:00 2015 +0300| [2b526db0e8a85d9f42cb05660fd4399963220858] | committer: Jean-Baptiste Kempf freetype: avoid redundant calls to FT_Set_Pixel_Sizes() Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=c