- Jun 28, 2016
-
-
Martin Storsjö authored
While it is less featureful (and slower) than the built-in H264 decoder, one could potentially want to use it to take advantage of the cisco patent license offer. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jun 21, 2016
-
-
Anton Khirnov authored
-
- Jun 20, 2016
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- May 17, 2016
-
-
Vladimir Voroshilov authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- May 04, 2016
-
-
Vittorio Giovara authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Apr 30, 2016
-
-
wm4 authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Julian Scheel authored
Register mmaldec as mpeg2 decoder. Supporting mpeg2 in mmaldec is just a matter of setting the correct MMAL_ENCODING on the input port. To ease the addition of further supported mmal codecs a macro is introduced to generate the decoder and decoder class structs. Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
wm4 <nfxjfg@googlemail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Apr 12, 2016
-
-
Martin Storsjö authored
The raspberry pi uses the alternative API/ABI for OMX; this makes such builds incompatible with all the normal OpenMAX implementations. Since this can't easily be detected at configure time (one can build for raspberry pi's OMX just fine using the generic, pristine Khronos OpenMAX IL headers, no need for their own extensions), require a separate configure switch for it instead. The broadcom host library can't be unloaded once loaded and started; the deinit function that it provides is a no-op, and after started, it has got background threads running, so dlclosing it makes it crash. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Mar 30, 2016
-
-
Mark Thompson authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Mark Thompson authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Mark Thompson authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Mar 23, 2016
-
-
Anton Khirnov authored
-
Mark Thompson authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Jan 11, 2016
-
-
Clément Bœsch authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- Nov 30, 2015
-
-
Mohamed Naufal authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Mohamed Naufal authored
Additional improvements by Michael Niedermayer <michaelni@gmx.at>. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- Nov 26, 2015
-
-
Alexandre Lision authored
Originally based on the capture written by Thilo Borgmann <thilo.borgmann@mail.de>. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Nov 24, 2015
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- Oct 23, 2015
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Arttu Ylä-Outinen authored
Signed-off-by:
Arttu Ylä-Outinen <arttu.yla-outinen@tut.fi> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Oct 16, 2015
-
-
Anton Khirnov authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Sep 30, 2015
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- Sep 02, 2015
-
-
Vittorio Giovara authored
Support all DXDI and DXD3 normal quality videos.
-
- Aug 24, 2015
-
-
Vittorio Giovara authored
1440x1080@8 progressive (1259) and interlaced (1260). Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- Jul 25, 2015
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- Jul 08, 2015
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- Jun 30, 2015
-
-
Kostya Shishkov authored
ELS and ePIC decoder courtesy of Maxim Poliakovski, cleanup and integration by Diego Biurrun. Signed-off-by:
Diego Biurrun <diego@biurrun.de> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Jun 28, 2015
-
-
Alexandra Hájková authored
The old one is the result of the reverse engineering and guesswork. The new one has been written following the now-available specification. This work is part of Outreach Program for Women Summer 2014 activities for the Libav project. The fate references had to be changed because the old demuxer truncates the last frame in some cases, the new one handles it properly. The seek-test reference is changed because seeking works differently in the new demuxer. When seeking, the packet is not read from the stream directly, but it is rather constructed by the demuxer. That is why position is -1 now in the reference. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Jun 22, 2015
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- Jun 21, 2015
-
-
Luca Barbato authored
Bump the minimum libvpx version to 1.3.0 and rework the configure logic to fail only if no decoders and encoders are found. Based on the original patch from Vittorio. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Jun 07, 2015
-
-
Luca Barbato authored
Support only streams with Content-Length. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- May 31, 2015
-
-
Luca Barbato authored
Partially based on the work of Timo Rothenpieler <timo@rothenpieler.org> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- May 25, 2015
-
-
Steve Lhomme authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- May 06, 2015
-
-
Vittorio Giovara authored
Data is stored in separated components so rework decode_rle() to support stepping and offsets.
-
- May 02, 2015
-
-
Martin Storsjö authored
The option is enabled by default, but can be disabled. If this is enabled, such side data isn't copied into the output stream (except when doing stream copy). Signed-off-by:
Martin Storsjö <martin@martin.st>
-