- 08 Feb, 2016 7 commits
-
-
Thomas Guillem authored
This reverts commit 7e11257c.
-
Steve Lhomme authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Thomas Guillem authored
pf_open from service_discovery shouldn't block but UpnpSearchAsync can take more than one seconds. Indeed, contrary to what the libupnp doc states, UpnpSearchAsync is blocking (select() and send() are called). This is not a perfect solution. Indeed if pf_close is called just after pf_open, it will also block.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Hugo Beauzée-Luyssen authored
-
Thomas Guillem authored
-
- 06 Feb, 2016 3 commits
-
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Bonjour is an implementation, trademarked by Apple, of Zeroconf protocol, which avahi is a (slightly) different implementation. Zeroconf protocol is mostly mdns + dns-sd
-
- 05 Feb, 2016 30 commits
-
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hannes Domani authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
This reverts commit 2f33ac5b. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hannes Domani authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Michael Tänzer authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Michael Tänzer authored
If the packet starting at i_pagepos is larger than a page, i_input_position will point to the last of those pages and we need to seek to the first one. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Michael Tänzer authored
If the granulepos is negative we need to pagein the page nevertheless because it might contain a packet that is continued on the next page. Also we want to return the position of the first page containing the packet. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Odd-Arild Kristensen authored
The edge detection filter uses the Sobel operator to detect and highlight edges in a frame. In order to successfully detect an edge, the image must first be converted to gray scale (because Sobel is a gray scale operator) and then have a slight Gaussian blur applied to it. We do this because Sobel is a noisy operator and the Gaussian blur reduces this noise. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Salah-Eddin Shaban authored
Close #16484 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Vittorio Giovara authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Vittorio Giovara authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-