- Jul 16, 2016
-
-
Diego Biurrun authored
They are internal symbols that should not be exported. based on a patch by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Andreas Cadhalpun authored
It is an internal swscale symbol and thus should not be exported. Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Jul 02, 2016
-
-
Hendrik Leppkes authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- May 29, 2016
-
-
Diego Biurrun authored
Split version files into one line per symbol/directive to allow compatibility with the Solaris linker without preprocessing and eliminate $ from version file templates to simplify the postprocessing shell command.
-
- May 28, 2016
-
-
Diego Biurrun authored
These warnings conflict with system macros on Solaris, producing truckloads of warnings about macro redefinition.
-
Diego Biurrun authored
-
- May 13, 2016
-
-
Diego Biurrun authored
-
- May 04, 2016
-
-
Vittorio Giovara authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- May 03, 2016
-
-
Diego Biurrun authored
-
- Apr 07, 2016
-
-
Diego Biurrun authored
Restore alphabetical order in lists, break overly long lines, do some prettyprinting, add some explanatory section comments, group parts together that belong together logically.
-
- Feb 18, 2016
-
-
Diego Biurrun authored
-
- Jan 20, 2016
-
-
Vittorio Giovara authored
Based on the original documentation found in mpeg2dec (1995). Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- Jan 11, 2016
-
-
Clément Bœsch authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- Sep 07, 2015
-
-
Vittorio Giovara authored
The new fields can be accessed directly and are more intelligible. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- Aug 28, 2015
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Deprecated in 07/2012.
-
- May 31, 2015
-
-
Luca Barbato authored
In Little Endian the vec_ld/vec_st operations work as expected only for byte-vectors.
-
- Mar 21, 2015
-
-
Federico Tomassetti authored
Bug-Id: CID 1267890 CC: libav-stable@libav.org Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Mar 15, 2015
-
-
Himangi Saraogi authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Feb 17, 2015
-
-
Federico Tomassetti authored
CC: libav-stable@libav.org Bug-Id: CID 1267888 / CID 1267890 Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- Jan 16, 2015
-
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
- Jan 14, 2015
-
-
Paul B Mahol authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- Jan 05, 2015
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1257779
-
- Dec 05, 2014
-
-
Derek Buitenhuis authored
Only shift limited range luma, and always only shift chroma for upconversion. Based off a patch by Michael Niedermayer. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Oct 18, 2014
-
-
Vittorio Giovara authored
Casting the left-most byte to unsigned avoids an undefined result of the shift by 24 if bit 7 is set. yuvPlanartouyvy_c and yuvPlanartoyuy2_c are affected. CC: libav-stable@libav.org Bug-Id: CID 732281 / CID 732282
-
- Aug 09, 2014
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- Aug 07, 2014
-
-
Diego Biurrun authored
sws_getCachedContext is not a full replacement for the function.
-
- Aug 04, 2014
-
-
Vittorio Giovara authored
Based on a long debug session with Kostya.
-
Vittorio Giovara authored
The rationale is that you have a packed format in form <greyscale sample> <alpha sample> <greyscale sample> <alpha sample> and shortening greyscale to 'G' might make one thing about Greenscale instead. An alias pixel format and color space name are provided for compatibility.
-
Kostya Shishkov authored
Bug-Id: 772 CC: libav-stable@libav.org Found-By:
Justin Ruggles <justin.ruggles@gmail.com> Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- Jun 02, 2014
-
-
Diego Biurrun authored
Blackfin is a painful platform to work with, no test machines are available and the range of multimedia applications is dubious. Thus it only represents a maintenance burden.
-
- May 13, 2014
-
-
Janne Grunau authored
Instead of setting FFLIBS in each library Makefile configure exports FFLIBS-$library in config.mak.
-
- May 03, 2014
-
-
Luca Barbato authored
Prevent a division by zero down the codepath. Sample-Id: 00001721-google Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
- Apr 12, 2014
-
-
Justin Ruggles authored
Fixes conversion of pal8 to rgb formats with alpha. Updated references for 2 FATE tests which previously encoded fully transparent images. Based on a patch by Baptiste Coudurier <baptiste.coudurier@gmail.com>
-
Justin Ruggles authored
Based on a patch by Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
-
- Apr 07, 2014
-
-
Vittorio Giovara authored
-
- Apr 02, 2014
-
-
Janne Grunau authored
-