[vlc-commits] realrtsp: `rtsp_unscheduled_field` => bounds-check + error-check

2016-02-26 Thread Filip Roséen
vlc/vlc-2.2 | branch: master | Filip Roséen | Thu Feb 25 10:12:37 2016 +0100| [e1c247513c5142a6abea232bf2b2f86327ec455e] | committer: Jean-Baptiste Kempf realrtsp: `rtsp_unscheduled_field` => bounds-check + error-check The previous code would loop forever (in two places) if

[vlc-commits] realrtsp: fixed bufferoverflow and off-by-one

2016-02-26 Thread Filip Roséen
vlc/vlc-2.2 | branch: master | Filip Roséen | Thu Feb 25 10:12:32 2016 +0100| [d049aaff245946da45b584643baab0bf3447f17d] | committer: Jean-Baptiste Kempf realrtsp: fixed bufferoverflow and off-by-one - `strchr` can return `NULL` - `data` is a pointer to a buffer which has a

[vlc-commits] realrtsp: `rtsp_get_answers` (many fixes)

2016-02-26 Thread Filip Roséen
vlc/vlc-2.2 | branch: master | Filip Roséen | Thu Feb 25 10:12:39 2016 +0100| [cc5479e50ea55e92b1ab8c8e61658697cfabbfee] | committer: Jean-Baptiste Kempf realrtsp: `rtsp_get_answers` (many fixes) `rtsp_get_answers` would crash/have unexpected behavior in the following

[vlc-commits] realrtsp: `rtsp_schedule_field` => bounds-check + error-check + diagnostic

2016-02-26 Thread Filip Roséen
vlc/vlc-2.2 | branch: master | Filip Roséen | Thu Feb 25 10:12:36 2016 +0100| [6426315c9dc10cbf06dfb81d4a047d43ce5955cd] | committer: Jean-Baptiste Kempf realrtsp: `rtsp_schedule_field` => bounds-check + error-check + diagnostic The previous code would write out-of-bounds if

[vlc-commits] realrtsp: fixed rtsp_send_request to respect bounds of `scheduled`

2016-02-26 Thread Filip Roséen
vlc/vlc-2.2 | branch: master | Filip Roséen | Thu Feb 25 10:12:34 2016 +0100| [4db67cd1ee265d3f8d928c2d5a9b4a0fff7d5410] | committer: Jean-Baptiste Kempf realrtsp: fixed rtsp_send_request to respect bounds of `scheduled` The previous code would read out-of-bounds if the

[vlc-commits] realrtsp: minor refactor + bounds check of `rtsp_unschedule_all` and `rtsp_free_answers`

2016-02-26 Thread Filip Roséen
vlc/vlc-2.2 | branch: master | Filip Roséen | Thu Feb 25 10:12:38 2016 +0100| [fdebb6e4f592c89b358313446f141b937f3d] | committer: Jean-Baptiste Kempf realrtsp: minor refactor + bounds check of `rtsp_unschedule_all` and `rtsp_free_answers` Fixed bounds check in

[vlc-commits] realrtsp: replaced stdio-"logging" with `msg_{Err, Warn, Debug}`

2016-02-26 Thread Filip Roséen
vlc/vlc-2.2 | branch: master | Filip Roséen | Thu Feb 25 10:12:27 2016 +0100| [c67e02465861ada958ec470a4a8dc995f4dcf5ac] | committer: Jean-Baptiste Kempf realrtsp: replaced stdio-"logging" with `msg_{Err, Warn, Debug}` Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] realrtsp: fixed `rtsp_search_answers` (bounds + error-checking)

2016-02-26 Thread Filip Roséen
vlc/vlc-2.2 | branch: master | Filip Roséen | Thu Feb 25 10:23:29 2016 +0100| [b03e083241235a0e61753db31ee8f3cd5c823c6c] | committer: Jean-Baptiste Kempf realrtsp: fixed `rtsp_search_answers` (bounds + error-checking) Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] realrtsp: fixed crash on unsuccessful DESCRIBE-response that includes `Alert`

2016-02-26 Thread Filip Roséen
vlc/vlc-2.2 | branch: master | Filip Roséen | Thu Feb 25 10:12:29 2016 +0100| [bc5bebcc85d526c7771bab3ee7016e3d6f0415c7] | committer: Jean-Baptiste Kempf realrtsp: fixed crash on unsuccessful DESCRIBE-response that includes `Alert` If the remote server yields an error on the

[vlc-commits] realrtsp: fixed endless iteration on unexpected data

2016-02-26 Thread Filip Roséen
vlc/vlc-2.2 | branch: master | Filip Roséen | Thu Feb 25 10:12:31 2016 +0100| [aa506dbf5d46c4dd7755f7525653e3ce1f1528ba] | committer: Jean-Baptiste Kempf realrtsp: fixed endless iteration on unexpected data Given the below (example) correspondance with a remote-server, the

[vlc-commits] realrtsp: fixed crash on missing ETag + log levels

2016-02-26 Thread Filip Roséen
vlc/vlc-2.2 | branch: master | Filip Roséen | Thu Feb 25 10:12:30 2016 +0100| [c53327384af1f8928ce1207851c9b56c63d10eca] | committer: Jean-Baptiste Kempf realrtsp: fixed crash on missing ETag + log levels If the remote server does not include the `ETag` header when in the

[vlc-commits] realrtsp: Fixed crash when 'RealChallenge1' is missing from initial server reply

2016-02-26 Thread Filip Roséen
vlc/vlc-2.2 | branch: master | Filip Roséen | Thu Feb 25 10:12:28 2016 +0100| [b9a17ae0c4e7c637f86f9eb8f973e699179ad64e] | committer: Jean-Baptiste Kempf realrtsp: Fixed crash when 'RealChallenge1' is missing from initial server reply The module would crash if the remote server

[vlc-commits] realrtsp: fixed memcpy potentially reading outside buffer

2016-02-26 Thread Filip Roséen
vlc/vlc-2.2 | branch: master | Filip Roséen | Thu Feb 25 10:12:33 2016 +0100| [90339fc540970581714e28ef1ee3d4420bb20db6] | committer: Jean-Baptiste Kempf realrtsp: fixed memcpy potentially reading outside buffer If `psz_buffer` points to a string equivalent to just "RTSP/1.0",

[vlc-commits] qt: prevent infinite recursion

2016-02-26 Thread Hannes Domani
vlc/vlc-2.2 | branch: master | Hannes Domani | Tue Feb 23 20:13:54 2016 +0100| [db73b7f2e11c8994ac0e35ada12d8ed27123025d] | committer: Jean-Baptiste Kempf qt: prevent infinite recursion Close #15630 Signed-off-by: Jean-Baptiste Kempf (cherry picked from

[vlc-commits] direct3d: Fix green lines.

2016-02-26 Thread Hugo Beauzée-Luyssen
vlc/vlc-2.2 | branch: master | Hugo Beauzée-Luyssen | Fri Feb 26 18:39:48 2016 +0100| [73e43a953b40507db0a929ff93fbab3624003edc] | committer: Hugo Beauzée-Luyssen direct3d: Fix green lines. This patch reworks a bit the way we handle textures & surfaces. The surface is the

[vlc-commits] direct3d: Fix green lines.

2016-02-26 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Feb 26 18:39:48 2016 +0100| [6a315731a6569b25f262ea9b635eecdaf32af87c] | committer: Hugo Beauzée-Luyssen direct3d: Fix green lines. This patch reworks a bit the way we handle textures & surfaces. The surface is the size of the

[vlc-commits] contrib: fix building zlib under mingw

2016-02-26 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Feb 26 09:29:30 2016 +0100| [dd5040ae894109fb2d932c27c6b9512de0f5390c] | committer: Jean-Baptiste Kempf contrib: fix building zlib under mingw Otherwise we just get the error message "Please use win32/Makefile.gcc instead." And

[vlc-commits] avformat mux: check malloc return

2016-02-26 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Feb 26 18:22:12 2016 +0100| [6942be9f46c63e4f41b6371cba949bfe16e4a260] | committer: Jean-Baptiste Kempf avformat mux: check malloc return >

[vlc-commits] direct3d11: keep the surface buffer locked until we're finished writing

2016-02-26 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Feb 26 09:37:18 2016 +0100| [ed5614a233b3d7e64471f76c8e4ad2dac9f5f234] | committer: Jean-Baptiste Kempf direct3d11: keep the surface buffer locked until we're finished writing Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] contrib: ignore IDL files downloaded for d3d11

2016-02-26 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Feb 26 09:29:28 2016 +0100| [5265909c7fde1dc977710f903c6d15ec06d41517] | committer: Jean-Baptiste Kempf contrib: ignore IDL files downloaded for d3d11 Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] stream_output: fix memory leak

2016-02-26 Thread Hannes Domani
vlc | branch: master | Hannes Domani | Fri Feb 26 17:49:17 2016 +0100| [4076e83d6658a11312dd541139a6366cb0161cc4] | committer: Jean-Baptiste Kempf stream_output: fix memory leak Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] mux: mp4: fix memory leak

2016-02-26 Thread Hannes Domani
vlc | branch: master | Hannes Domani | Fri Feb 26 17:49:19 2016 +0100| [99006dfe74c88462d270c234e04783e9c7fe96ed] | committer: Jean-Baptiste Kempf mux: mp4: fix memory leak Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] subpicture: fix memory leak of chained segments

2016-02-26 Thread Hannes Domani
vlc | branch: master | Hannes Domani | Fri Feb 26 17:49:16 2016 +0100| [6d9e1047cef709da9e1585873ed60a24287d3a35] | committer: Jean-Baptiste Kempf subpicture: fix memory leak of chained segments Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] vpx: fix memory leak

2016-02-26 Thread Hannes Domani
vlc | branch: master | Hannes Domani | Fri Feb 26 17:49:20 2016 +0100| [cf7ca5fea539dd1f1d2867dc67b5970518595cae] | committer: Jean-Baptiste Kempf vpx: fix memory leak Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] asf: fix memory leaks

2016-02-26 Thread Hannes Domani
vlc | branch: master | Hannes Domani | Fri Feb 26 17:49:21 2016 +0100| [d84438598dae2eb568908ef9e2d7037230918e88] | committer: Jean-Baptiste Kempf asf: fix memory leaks Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] avformat: fix memory leak on unhandled ES category

2016-02-26 Thread Hannes Domani
vlc | branch: master | Hannes Domani | Fri Feb 26 17:49:18 2016 +0100| [8c322e4bae35d8d4d5cc6d6670828f8159b097aa] | committer: Jean-Baptiste Kempf avformat: fix memory leak on unhandled ES category Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] freetype: fix memory leak when dealing with empty texts

2016-02-26 Thread Hannes Domani
vlc | branch: master | Hannes Domani | Fri Feb 26 17:49:15 2016 +0100| [bc1ee6cf54b95b213f2ba7baccd47c7acffd2424] | committer: Jean-Baptiste Kempf freetype: fix memory leak when dealing with empty texts Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] xspf: fix memory leak

2016-02-26 Thread Hannes Domani
vlc | branch: master | Hannes Domani | Thu Feb 25 21:07:28 2016 +0100| [d4df67fb9ca8949654ff3b7589511d376c1d3d7a] | committer: Jean-Baptiste Kempf xspf: fix memory leak Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] dxva2: include d3d9.h before dxva2api.h

2016-02-26 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Feb 26 09:29:27 2016 +0100| [e9228cad3421b0d5f0a01b0d7461d8ba0084c501] | committer: Jean-Baptiste Kempf dxva2: include d3d9.h before dxva2api.h this is also done in ffmpeg/libav Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] contrib: update d3d11.idl to the latest master

2016-02-26 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Feb 26 09:29:26 2016 +0100| [0f45db8dfd8597bfad0cbd9699a96e3f0281359a] | committer: Jean-Baptiste Kempf contrib: update d3d11.idl to the latest master it doesn't need patching anymore Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] realrtsp: fixed `rtsp_search_answers` (bounds + error-checking)

2016-02-26 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Thu Feb 25 10:23:29 2016 +0100| [94df4c46deb22530d8bd7db328bac74934cee2c6] | committer: Jean-Baptiste Kempf realrtsp: fixed `rtsp_search_answers` (bounds + error-checking) Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] realrtsp: replaced stdio-"logging" with `msg_{Err, Warn, Debug}`

2016-02-26 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Thu Feb 25 10:12:27 2016 +0100| [68d8ea52b22f9bfd66af5e1c3d992b917cd8aa79] | committer: Jean-Baptiste Kempf realrtsp: replaced stdio-"logging" with `msg_{Err, Warn, Debug}` Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] realrtsptsp: fixed endless iteration on unexpected data

2016-02-26 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Thu Feb 25 10:12:31 2016 +0100| [f7f9673a6552c4149384ce71b3c866d210b875d8] | committer: Jean-Baptiste Kempf realrtsptsp: fixed endless iteration on unexpected data Given the below (example) correspondance with a remote-server, the module

[vlc-commits] realrtsp: `rtsp_get_answers` (many fixes)

2016-02-26 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Thu Feb 25 10:12:39 2016 +0100| [786b985ccb2fe0d8210d36625dbe02a2dd1bd87d] | committer: Jean-Baptiste Kempf realrtsp: `rtsp_get_answers` (many fixes) `rtsp_get_answers` would crash/have unexpected behavior in the following scenarios: -

[vlc-commits] realrtsp: fixed rtsp_send_request to respect bounds of `scheduled`

2016-02-26 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Thu Feb 25 10:12:34 2016 +0100| [7c5f750b86f0be6f1af5e52a7055cb0df8ff6f23] | committer: Jean-Baptiste Kempf realrtsp: fixed rtsp_send_request to respect bounds of `scheduled` The previous code would read out-of-bounds if the scheduled queue

[vlc-commits] realrtsp: `rtsp_unscheduled_field` => bounds-check + error-check

2016-02-26 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Thu Feb 25 10:12:37 2016 +0100| [a312b1499ca1ecfe17d967988d791b5d037fc223] | committer: Jean-Baptiste Kempf realrtsp: `rtsp_unscheduled_field` => bounds-check + error-check The previous code would loop forever (in two places) if this

[vlc-commits] realrtsp: fixed memcpy potentially reading outside buffer

2016-02-26 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Thu Feb 25 10:12:33 2016 +0100| [64f85e36cb01d98cdaac98d6fe33b0a58531c61b] | committer: Jean-Baptiste Kempf realrtsp: fixed memcpy potentially reading outside buffer If `psz_buffer` points to a string equivalent to just "RTSP/1.0", we would

[vlc-commits] realrtsp: `rtsp_schedule_field` => bounds-check + error-check + diagnostic

2016-02-26 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Thu Feb 25 10:12:36 2016 +0100| [dafabccf5282526e1579ce374ca5be590c26e89d] | committer: Jean-Baptiste Kempf realrtsp: `rtsp_schedule_field` => bounds-check + error-check + diagnostic The previous code would write out-of-bounds if the

[vlc-commits] realrtsp: Fixed crash when 'RealChallenge1' is missing from initial server reply

2016-02-26 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Thu Feb 25 10:12:28 2016 +0100| [af2281d5d2a5cc9234700e794821ba2d02991b6e] | committer: Jean-Baptiste Kempf realrtsp: Fixed crash when 'RealChallenge1' is missing from initial server reply The module would crash if the remote server did not

[vlc-commits] realrtsp: fixed crash on unsuccessful DESCRIBE-response that includes `Alert`

2016-02-26 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Thu Feb 25 10:12:29 2016 +0100| [859d6f63e5d65ee7792cb22371e76d3fbd42ea91] | committer: Jean-Baptiste Kempf realrtsp: fixed crash on unsuccessful DESCRIBE-response that includes `Alert` If the remote server yields an error on the `DESCRIBE`

[vlc-commits] realrtsp: fixed crash on missing ETag + log levels

2016-02-26 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Thu Feb 25 10:12:30 2016 +0100| [1831e930bd3052b06f6912b91370cd7b5178730e] | committer: Jean-Baptiste Kempf realrtsp: fixed crash on missing ETag + log levels If the remote server does not include the `ETag` header when in the response to

[vlc-commits] realrtsp: minor refactor + bounds check of `rtsp_unschedule_all` and `rtsp_free_answers`

2016-02-26 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Thu Feb 25 10:12:38 2016 +0100| [b1f9f8758d14e75fefcfd7cde1ee038f6106529f] | committer: Jean-Baptiste Kempf realrtsp: minor refactor + bounds check of `rtsp_unschedule_all` and `rtsp_free_answers` Fixed bounds check in

[vlc-commits] realrtsp: fixed bufferoverflow and off-by-one

2016-02-26 Thread Filip Roséen
vlc | branch: master | Filip Roséen | Thu Feb 25 10:12:32 2016 +0100| [a9bf85e5fd80489b3e8c1d8badb7d50c90387f6d] | committer: Jean-Baptiste Kempf realrtsp: fixed bufferoverflow and off-by-one - `strchr` can return `NULL` - `data` is a pointer to a buffer which has a length that

[vlc-commits] qt: prevent infinite recursion

2016-02-26 Thread Hannes Domani
vlc | branch: master | Hannes Domani | Tue Feb 23 20:13:54 2016 +0100| [e93087fa20d7a697c3f93832b6b2085c6bb7dbc3] | committer: Jean-Baptiste Kempf qt: prevent infinite recursion Close #15630 Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] png: fix memory leak

2016-02-26 Thread Hannes Domani
vlc | branch: master | Hannes Domani | Tue Feb 23 20:13:52 2016 +0100| [5fce6b1a92f60219ae50d009a307fe2e1a185615] | committer: Jean-Baptiste Kempf png: fix memory leak Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] demux: adaptative: fix memory leak

2016-02-26 Thread Hannes Domani
vlc | branch: master | Hannes Domani | Tue Feb 23 20:13:51 2016 +0100| [d3eccdb08c4e2a6e3201219dbab8841bb3436224] | committer: Jean-Baptiste Kempf demux: adaptative: fix memory leak Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] vlc_credential: fix smb_split_domain

2016-02-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Feb 26 10:10:52 2016 +0100| [9ed9d071846da0cbcb1d7fe5f74d7ed9f689c060] | committer: Thomas Guillem vlc_credential: fix smb_split_domain > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9ed9d071846da0cbcb1d7fe5f74d7ed9f689c060

[vlc-commits] sftp: don't store credentials in sub items options

2016-02-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Feb 17 14:43:32 2016 +0100| [8ab80c83448bab747ea8f783608402caafeb1f18] | committer: Thomas Guillem sftp: don't store credentials in sub items options >

[vlc-commits] vlc_credential: don't reset username if credential is not valid

2016-02-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Feb 25 18:37:37 2016 +0100| [0d98d715b9348ff9bc7db35d0cb34d111cbaadeb] | committer: Thomas Guillem vlc_credential: don't reset username if credential is not valid >

[vlc-commits] vlc_credential: also store empty passwords

2016-02-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Feb 24 11:14:40 2016 +0100| [9721ad1c515c3252149755ee4484e65ad8d5e3fb] | committer: Thomas Guillem vlc_credential: also store empty passwords >

[vlc-commits] keystore/memory: split, add file module

2016-02-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Feb 25 14:50:59 2016 +0100| [00fc74abfe5f8a93b7131267c7e1d485dc1789d7] | committer: Thomas Guillem keystore/memory: split, add file module This module is deactivated by default. >

[vlc-commits] vlc_credential: always store and compare port numbers

2016-02-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Feb 25 19:11:08 2016 +0100| [03265729bbfbd28bccbb1eda0e10f60ea85edb74] | committer: Thomas Guillem vlc_credential: always store and compare port numbers >

[vlc-commits] vlc_credential: add a test

2016-02-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Feb 25 18:38:03 2016 +0100| [729569e6c1d40f974c92f6e71acdc7af69837a89] | committer: Thomas Guillem vlc_credential: add a test This test passing credentials via url, option, dialog, memory keystore, permanent keystore. This also test

[vlc-commits] dsm: don't store credentials in sub items options

2016-02-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Feb 17 14:43:44 2016 +0100| [68f4193ca3d18251f774a281c9f0f6d917941f6e] | committer: Thomas Guillem dsm: don't store credentials in sub items options >

[vlc-commits] keystore/file: add a crypt submodule

2016-02-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Feb 25 14:23:16 2016 +0100| [4df30d8af97dc7a00c2c718996c0997024ee8b9b] | committer: Thomas Guillem keystore/file: add a crypt submodule This module store credentials and crypted secrets on a file. The internal crypt API needs to be

[vlc-commits] keystore/file: encrypt/decrypt password via AndroidKeyStore

2016-02-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Feb 18 09:12:41 2016 +0100| [394b4bf71e26e49bcc6f33f917b63dc7debf247c] | committer: Thomas Guillem keystore/file: encrypt/decrypt password via AndroidKeyStore This works only on Android M, the used cipher is AES/CBC/PKCS7Padding, the

[vlc-commits] keystore/file: use fprintf to write on a FILE

2016-02-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Feb 24 17:06:32 2016 +0100| [16a725b8a655ce188eee6d58611adee0f895d1a7] | committer: Thomas Guillem keystore/file: use fprintf to write on a FILE >

[vlc-commits] keystore/plaintext: rename to memory

2016-02-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Feb 25 12:58:15 2016 +0100| [3078d5ded738f36dbc9fb244dddb1de76e1db9aa] | committer: Thomas Guillem keystore/plaintext: rename to memory No functional changes. >

[vlc-commits] keystore: add a unique memory keystore

2016-02-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Feb 24 11:14:05 2016 +0100| [965f50759843ef9f3edba2bc854186f6a281cbdb] | committer: Thomas Guillem keystore: add a unique memory keystore This keystore is used to store credentials on memory if no others keystore is found or if the

[vlc-commits] keystore/memory: remove locked singleton

2016-02-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Feb 17 14:16:35 2016 +0100| [789f16939b53f65f579c953cc38a6840414a9b14] | committer: Thomas Guillem keystore/memory: remove locked singleton >

[vlc-commits] keystore/memory: move list util into a seperate file

2016-02-26 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Feb 25 13:31:13 2016 +0100| [2c9cd4e34ec0d925bff8f0eaab9cc860d42ab369] | committer: Thomas Guillem keystore/memory: move list util into a seperate file >

[vlc-commits] macosx: services_discovery/bonjour: Allow compilation with SDKs < 10.11

2016-02-26 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Feb 23 19:25:47 2016 +0100| [38452bb3da7b53b9894ad999fc733224ecc2b5f2] | committer: Felix Paul Kühne macosx: services_discovery/bonjour: Allow compilation with SDKs < 10.11 Signed-off-by: Felix Paul Kühne >