- 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.
-
- Dec 13, 2015
-
-
Rémi Denis-Courmont authored
-
- Nov 23, 2015
-
-
Jean-Baptiste Kempf authored
It makes it more clear that text_layout* and platform_fonts* are Freetype2 specific
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- Nov 03, 2015
-
-
François Cartegnie authored
Deprecated by adaptative, which is also now jammed by filter. Drops specific MP4 forged smoo/stra hacks.
-
- Oct 28, 2015
-
-
Jean-Baptiste Kempf authored
-
- Oct 23, 2015
-
-
Thomas Guillem authored
-
This renames the Growl plugin to OS X Notifications to highlight the new capabilities and to not advertise Growl so much, as requested. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Oct 12, 2015
-
-
This renames the playlist related class files to match the class name, which makes it easier to find the which belongs to a certain class and follows common Cocoa/Obj C file naming conventions. Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- Oct 11, 2015
-
-
Jean-Baptiste Kempf authored
This is the work from Moti Zilberman, modified by me to build and integrate in-tree It's heavily inspired on the OS X one. Be careful: you need a very recent Mingw-W64 to hope to compile it. Ref #11893
-
- Oct 05, 2015
-
-
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- Sep 01, 2015
-
-
Rémi Denis-Courmont authored
gnomevfs has been deprecated for years.
-
- Aug 28, 2015
-
-
Rémi Denis-Courmont authored
-
- Aug 27, 2015
-
-
Thomas Guillem authored
This fixes a bad conversion when doing 6_x to 2_0 using neon. The neon channel mixer code is now used from the simple channel_mixer module.
-
- Aug 25, 2015
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Aug 23, 2015
-
-
Rémi Denis-Courmont authored
-
- Aug 21, 2015
-
-
Felix Paul Kühne authored
-
- Aug 11, 2015
-
-
David authored
This improves separation between main menu and the unrelated goto time window. Besides that, note that each time bindings are used with the file owner, this owner needs to be an NSWindowController class. Only in this case retain cycles are avoided (bindings have a strong reference to the object used). Thus, this commit helps to properly deinitialize the VLCMain object.
-
- Aug 06, 2015
-
-
François Cartegnie authored
-
- Jul 29, 2015
-
-
Felix Paul Kühne authored
-
- Jul 24, 2015
-
-
François Cartegnie authored
-
- Jul 22, 2015
-
-
Rémi Denis-Courmont authored
Usage: $ vlc concat:// :concat=URL1,URL2,....URLn Note: As for the existing input-slave and input-list options, URLs are assumed to not contain unencoded commas. This is usually the case but not strictly warranted as the comma is a sub-delimiter.
-
Felix Paul Kühne authored
-
- Jul 21, 2015
-
-
Felix Paul Kühne authored
-
- Jul 20, 2015
-
-
Felix Paul Kühne authored
-
- Jul 15, 2015
-
-
Felix Paul Kühne authored
-