- 28 Jul, 2017 1 commit
-
-
Anton Khirnov authored
-
- 26 Jul, 2017 1 commit
-
-
Anton Khirnov authored
Some parts of the code are based on a patch by Timo Rothenpieler <timo@rothenpieler.org>
-
- 25 Jul, 2017 1 commit
-
-
Huang, Zhengxu authored
usage: -hwaccel qsv -c:v h264_qsv -i in -c:v mjpeg_qsv -global_quality 80 -f mjpeg out Signed-off-by:
ChaoX A Liu <chaox.a.liu@gmail.com> Signed-off-by:
Zhengxu Huang <zhengxu.maxwell@gmail.com> Signed-off-by: Andrew Zhang <huazh407@gmail.com Signed-off-by:
Maxym Dmytrychenko <maxim.d33@gmail.com>
-
- 05 Jul, 2017 1 commit
-
-
Tomas Härdin authored
With permission of Tomas Härdin applied by Rl aetey.se Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 08 Jun, 2017 1 commit
-
-
wm4 authored
This also adds support to avconv (which is trivial due to the new hwaccel API being generic enough). The new decoder setup code in dxva2.c is significantly based on work by Steve Lhomme <robux4@gmail.com>, but with heavy changes/rewrites. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 25 Apr, 2017 1 commit
-
-
Kostya Shishkov authored
Only I-frames are decoded for now. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 13 Apr, 2017 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 02 Apr, 2017 1 commit
-
-
Mark Thompson authored
-
- 23 Mar, 2017 1 commit
-
-
Diego Biurrun authored
Deprecated in 11/2013.
-
- 09 Mar, 2017 1 commit
-
-
Kieran Kunhya authored
Decodes YUV 4:2:2 10-bit and RGB 12-bit files. Older files with more subbands, skips, Bayer, alpha not supported. Further fixes and refactorings by Anton Khirnov <anton@khirnov.net>, Diego Biurrun <diego@biurrun.de>, Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 01 Mar, 2017 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 30 Jan, 2017 1 commit
-
-
Mark Thompson authored
-
- 29 Jan, 2017 1 commit
-
-
Mark Thompson authored
-
- 19 Dec, 2016 1 commit
-
-
Anton Khirnov authored
Partially based on a patch by Timo Rothenpieler <timo@rothenpieler.org>. Additional scaling list handling fix by Jun Zhao <mypopydev@gmail.com>.
-
- 14 Nov, 2016 2 commits
-
-
Mark Thompson authored
-
Mark Thompson authored
It uses the same code as the MPEG-2 decoder, so the file is renamed to contain all "other" (that is, not H.26[45]) codecs.
-
- 08 Sep, 2016 1 commit
-
-
Mark Thompson authored
-
- 28 Jun, 2016 1 commit
-
-
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>
-
- 20 Jun, 2016 2 commits
-
-
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>
-
- 30 Apr, 2016 2 commits
-
-
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>
-
- 15 Apr, 2016 1 commit
-
-
Anton Khirnov authored
Right now they are the first encoders for those codecs in the list, so they are selected when the caller requests a codec by id. Since they require special treatment, they should not be selected by default if there are other encoders (e.g. libx264/5) available.
-
- 12 Apr, 2016 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 30 Mar, 2016 3 commits
-
-
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>
-
- 20 Mar, 2016 1 commit
-
-
Anton Khirnov authored
Deprecate the current bitstream filtering API.
-
- 13 Feb, 2016 1 commit
-
-
Philip Langdale authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 12 Jan, 2016 1 commit
-
-
Anton Khirnov authored
Change 'nvenc_<codec>' to '<codec>_nvenc', which is consistent with other similar decoders and encoders (QSV, MMAL).
-
- 30 Nov, 2015 1 commit
-
-
Mohamed Naufal authored
Additional improvements by Michael Niedermayer <michaelni@gmx.at>. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 30 Oct, 2015 1 commit
-
-
Rémi Denis-Courmont authored
The VDPAU API never explicitly supported H.263 in the first place. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 23 Oct, 2015 2 commits
-
-
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>
-
- 10 Oct, 2015 1 commit
-
-
Luca Barbato authored
-
- 30 Sep, 2015 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 02 Sep, 2015 1 commit
-
-
Vittorio Giovara authored
Support all DXDI and DXD3 normal quality videos.
-
- 25 Jul, 2015 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-