- Oct 10, 2016
-
-
Thomas Guillem authored
-
- Sep 08, 2016
-
-
Jean-Baptiste Kempf authored
-
- Sep 07, 2016
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Sep 01, 2016
- Aug 21, 2016
-
-
Tristan Matthews authored
-
- Aug 10, 2016
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Aug 09, 2016
-
-
Jean-Baptiste Kempf authored
-
- Jul 28, 2016
-
-
Thomas Guillem authored
This decoder works (for now) only if the input is correctly packetized.
-
Thomas Guillem authored
This decoder works (for now) only if the input is correctly packetized. The "a52-upmix" option is dropped (internal upmixing).
-
Thomas Guillem authored
-
Thomas Guillem authored
Based on packetizer/a52.c and packetizer/dts_helper.h
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- Jul 25, 2016
-
-
Jean-Baptiste Kempf authored
-
- Jul 08, 2016
-
-
This module implements a minimal RTSP subset, which is required to support satip servers. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Jun 14, 2016
-
-
Modified-By:
Thomas Guillem <thomas@gllm.fr> Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Modified-By:
Thomas Guillem <thomas@gllm.fr> Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Apr 25, 2016
-
-
Thomas Guillem authored
Move the only 2 remaining typedef into vlc/libvlc.h
-
- Apr 17, 2016
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- Apr 16, 2016
-
-
Jean-Baptiste Kempf authored
-
- Feb 27, 2016
-
-
Jean-Baptiste Kempf authored
-
- Feb 19, 2016
-
-
François Cartegnie authored
-
- Feb 10, 2016
-
-
François Cartegnie authored
-
- Feb 09, 2016
-
-
Felix Paul Kühne authored
-
- Feb 06, 2016
-
-
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
-
- Feb 05, 2016
-
-
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>
-
- Feb 04, 2016
-
-
Felix Paul Kühne authored
Use VLCKit to implement dialogs properly in external apps
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Feb 03, 2016
-
-
Felix Paul Kühne authored
-
- Feb 01, 2016
-
-
Rémi Denis-Courmont authored
This handles deflate encoding or application/zlib type transparently. (Note though that it fails to check and discard the application/zlib content-type from the underlying stream.)
-
- Jan 24, 2016
-
-
François Cartegnie authored
-
- Jan 11, 2016
-
-
Thomas Guillem authored
-
- Jan 07, 2016
-
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
- Dec 24, 2015
-
-
François Cartegnie authored
Those ones now only differed in probing, codec and packetizer. Merged as h26x. Kills one string. Renames hevc-force-fps to hevc-fps.
-