- Apr 28, 2007
-
-
Rémi Denis-Courmont authored
-
- Apr 25, 2007
-
-
Christophe Mutricy authored
-
- Apr 24, 2007
-
-
Pierre d'Herbemont authored
-
- Apr 23, 2007
- Apr 21, 2007
-
-
dionoea authored
New gaussian blur video filter. This currently takes way too much CPU. I'm not sure how it should be optimised. Maybe using floats instead of ints might work (if it can remove the need for a division).
-
gbazin authored
-
Felix Paul Kühne authored
-
- Apr 20, 2007
-
-
Rémi Denis-Courmont authored
-
- Apr 16, 2007
-
-
littlejohn authored
-
littlejohn authored
-
Jean-Paul Saman authored
Patch from Paul Corke <paul.corke at datatote dot co do uk). It enables newer ivtv drivers to be used with the pvr input. Plus some additions and fixes from me:code cleanups, fix memoryleaks, coding style and identation fixes.
-
- Apr 15, 2007
-
-
dionoea authored
image before sending it to the mosaic. - Add option ("chroma") to force the image chroma - Remove alpha mask code * mosaic.c: - Remove bluescreen code - Misc cosmetics changes * bluescreen.c: New bluescreen filter (mostly cut & paste from mosaic.c) * alphamask.c: New alpha mask filter (mostly cut & paste from mosaic_bridge.c) * invert.c: don't invert the alpha plane for YUVA images (We also need to prevent that for RGBA images ... but that's not really used currently) * configure.ac, video_filter/Modules.am: add alphamask and bluescreen
-
- Apr 14, 2007
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Apr 12, 2007
-
-
Felix Paul Kühne authored
* added sanity flags for future darwin releases and potentionally fixed OSX SDK support on Intel-based boxes. needs further testing, which I'll do later on
-
- Apr 06, 2007
-
-
Konstantin Pavlov authored
-
- Apr 05, 2007
-
-
Rémi Denis-Courmont authored
before they become an endangered species
-
- Apr 04, 2007
-
-
Rafaël Carré authored
-
- Mar 31, 2007
-
-
dionoea authored
New erase video filter (to remove logos). Example command line: ./vlc --video-filter "erase{mask=/home/dionoea/images/cone-small.png,x=50,y=50}" --no-audio --color -v -I rc ~/media/redefined-nintendo.mpg
-
- Mar 25, 2007
-
-
Laurent Aimar authored
-
damienf authored
-
- Mar 13, 2007
-
-
Jean-Baptiste Kempf authored
Patch by Bernie Purcell, with two small modifications by thedj.
-
- Mar 11, 2007
-
-
Rémi Denis-Courmont authored
- Require automake 1.9 to fix some libtool plugin build problems - Remove useless libs/Makefile
-
- Mar 10, 2007
-
-
Rémi Denis-Courmont authored
Uses libgcrypt, as we have it in our deps/contrib already for GnuTLS. This could be used in both "UDP"[1] access and access output plugins, though they should really be called "RTP" instead nowadays. Done: - AES(-128) Counter Mode key derivation and RTP en-/decryption - test vectors for AES-CM - NULL cipher (with the *_UNENCRYPTED flags) - untested To do (missing mandatory features): - RTCP en-/decryption - HMAC-SHA1 authentication - replay attack protection Also to probably do: - integrate with udp access and access output plugins - integrate with RTSP server (err, I won't do that myself) - support for Transform Carrying ROC for SRTP (RFC4771) so we can use it easily for multicast streaming
-
Rémi Denis-Courmont authored
that are not plugins neither in the core
-
- Mar 08, 2007
-
-
Christophe Mutricy authored
-
- Mar 07, 2007
-
-
Christophe Mutricy authored
-
- Mar 06, 2007
-
-
Christophe Mutricy authored
-
- Mar 05, 2007
-
-
Felix Paul Kühne authored
- this stuff is highly unfinished; needs much more work and testing - don't be surprised if you don't see anything when trying it out, this port is basically a big reminder for me to keep working on it ;-) - the access module is probably going to be ported from CoreFoundation-driven C to Cocoa-based Obj-C - everything will be 10.4-only, since EyeTV is only available this way as well - the plugin to put into EyeTV is compiled in UB-mode by default and incorporates Public Domain code provided by Elgato Systems GmbH
-
- Mar 04, 2007
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Felix Paul Kühne authored
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
- Warn that WxWidgets is deprecated. - Fix a few Wx error messages.
-
- Mar 03, 2007
-
-
Christophe Mutricy authored
-
- Feb 26, 2007
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Jean-Baptiste Kempf authored
-
- Feb 25, 2007
-
-
Cyril Deguet authored
to avoid a conflict with Carbon API)
-