- Apr 30, 2015
-
-
Hugo Beauzée-Luyssen authored
This is meant to serve as a base for our Outreachy student's project: https://wiki.gnome.org/Outreachy/2015/MayAugust#VideoLAN refs #9396
-
- Apr 08, 2015
-
-
François Cartegnie authored
-
- Mar 30, 2015
-
-
Rémi Denis-Courmont authored
This more closely matches the usual open/read/seek/close pattern.
-
Rémi Denis-Courmont authored
-
- Mar 23, 2015
-
-
Jean-Baptiste Kempf authored
It's a great idea, but not the best implementation and broken since a long time.
-
- Mar 22, 2015
-
-
Rémi Denis-Courmont authored
-
- Mar 08, 2015
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Mar 03, 2015
-
-
Rémi Denis-Courmont authored
-
- Feb 26, 2015
-
-
Jean-Baptiste Kempf authored
-
Fix #12944 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Feb 24, 2015
-
-
Jean-Baptiste Kempf authored
-
- Feb 20, 2015
-
-
Rémi Denis-Courmont authored
Example: #cycle{duration=20m, dst=std{mux=ts,access=file,dst=sport.ts}, duration=5m}, dst=std{mux=ts,access=file,dst=weather.ts}, duration=5m} Skips 20 minutes, then records 5 minutes to sport.ts, then 5 more minutes to weather.ts and restarts. "duration" specifies the duration of the previous phase "offset" specifies the offset at which the previous phase ends and the next phase begins (mutually exclusive with duration) "dst" specifies the stream output chain for the phase (if missing, the phase is skipped/discarded) Durations and offsets are so far expressed as an integer, optionally followed by a unit: w=week, d=day, h=hour, m=minute, s=second. Second is the default. Currently only the decoding time stamp can be used as a reference, but adding local or UTC clocks should be relatively easy. ES synchronization and reference frames management is left for further study.
-
- Feb 05, 2015
-
-
Tristan Matthews authored
-
- Jan 08, 2015
-
-
Tristan Matthews authored
-
- Jan 03, 2015
-
-
Jean-Baptiste Kempf authored
-
- Dec 31, 2014
-
-
We will probably need a Direct3d11 one Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Dec 26, 2014
-
-
François Cartegnie authored
-
- Dec 02, 2014
-
-
Ludovic Fauvet authored
-
- Dec 01, 2014
-
-
Jean-Baptiste Kempf authored
-
- Nov 15, 2014
-
-
Jean-Baptiste Kempf authored
-
- Oct 29, 2014
-
-
Yuudai Yamashigi authored
-
- Oct 06, 2014
-
-
Rémi Denis-Courmont authored
-
- Sep 27, 2014
-
-
Rémi Denis-Courmont authored
-
- Sep 11, 2014
-
-
Rémi Denis-Courmont authored
-
- Sep 01, 2014
-
-
Rémi Denis-Courmont authored
-
- Aug 31, 2014
-
-
Rémi Denis-Courmont authored
-
- Aug 28, 2014
-
-
Rémi Denis-Courmont authored
-
Tristan Matthews authored
-
- Aug 15, 2014
-
-
Fixed-by:
Francois Cartegnie <fcvlcdev@free.fr> Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-
- Jul 29, 2014
-
-
François Cartegnie authored
Allows decompression and access through rar, lha, tar, ... Mostly unseekable.
-
- Jul 04, 2014
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jun 25, 2014
-
-
Rafaël Carré authored
-
- Jun 09, 2014
-
-
David authored
-
- May 22, 2014
-
-
This plugin is capable of decoding MPEG-2 and H264 video through the Multi Media Abstraction Layer (MMAL) by Broadcom. It is supported by recent Broadcom SoCs and found on the widely spread Raspberry Pi. Signed-off-by:
Dennis Hamester <dennis.hamester@gmail.com> Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
This plugin uses the Multimedia Abstraction Layer (mmal) by Broadcom. It is supported on recent Broadcom SoCs as found on the well known Raspberry Pi. The plugin features support for native blending of overlays through DispManX. Furthermore it supports automatic adaption of refresh rate to the video being played through the tvservice API. Signed-off-by:
Dennis Hamester <dennis.hamester@gmail.com> Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- May 11, 2014
-
-
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>
-
- Apr 25, 2014
-
-
flx42 authored
Media Foundation is a framework for encoding/decoding multimedia content on Windows Vista and above. A Media Foundation Transform (MFT) is a module implementing an encoder, a decoder or a filter. MFTs can be enumerated and initialized using the function MFTEnumEx. A MFT can be SW or HW, synchronous or asynchronous.
-
- Mar 25, 2014
-
-
François Cartegnie authored
-
- Mar 12, 2014
-
-
Felix Paul Kühne authored
-