- May 12, 2014
-
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Christoph Miebach authored
-
David authored
-
François Cartegnie authored
-
François 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
-
flx42 authored
Kill many compiler warnings.
-
- May 11, 2014
-
-
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>
-
François 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.
-