- 12 May, 2014 34 commits
-
-
Aputsiaĸ Niels Janussen authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Aled Powell authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Tomáš Chvátal authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Pau Iranzo authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Adnan Memija authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Chesús Daniel Trigo authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Christoph Miebach authored
-
David Fuhrmann authored
-
David Fuhrmann authored
Also loads the locally installed addons properly to mark these ones as installed. close #11476
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Jean-Paul Saman authored
Fixes a bug introduced in commit 7d8714d9
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Add the following options: --svg-width --svg-height The decoder tries to retain the source aspect ratio when scaling. --svg-scale The scaling value overrides the --svg-width and --svg-height for the image.
-
Jean-Paul Saman authored
Various fixes: - general cleanup - fix wrong colors - fix memleaks - improve rsvg API usage
-
Adam Leggett authored
-
Jean-Paul Saman authored
-
Felix Abecassis authored
Kill many compiler warnings.
-
- 11 May, 2014 6 commits
-
-
Luca Barbato authored
The global context setup are proper av_ namespaced functions, the frames are properly refcounted and the output is fixed to UYVY. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Vikram Fugro authored
GStreamer is a cross-platform multimedia processing framework for audio/video postprocess/capture/ encode/decode/render. This module is intended for Audio/Video decoding using the available GStreamer plugins present in the system. Currently this module supports only video decoding and can be extended to audio decoding as well. ZeroCopy is currently not supported and must be added. Codecs currently supported are h264, mpeg4, vp8, mpeg2, flashvideo, wmv1/2/3, vc1. Signed-off-by: Vikram Fugro <vikram.fugro@gmail.com> Signed-off-by: Jean-Baptiste <jb@videolan.org>
-
Francois Cartegnie authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Paul Saman authored
video_output/vout_subpictures.c: Fix filters appearing and disappearing when loaded for the first time. The sys->filter_chain_update and sys->source_chain_update interacted with each other, because the code was not carefull enough on when it is safe to overload 'sub-source' with the value of 'sub-filter'. The 'sub-filter' chain can also be a 'sub-source', but not the otherway around.
-