- Sep 07, 2016
-
-
Burt P authored
Signed-off-by:
Burt P <pburt0@gmail.com>
-
Burt P authored
Following a suggestion by Diego Biurrun. _t is reserved for POSIX, apparently. Signed-off-by:
Burt P <pburt0@gmail.com>
-
Paul B Mahol authored
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Sep 06, 2016
-
-
Michael Niedermayer authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Reviewed-by:
Pavel Koshevoy <pkoshevoy@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Carl Eugen Hoyos authored
Fixes ticket #5823.
-
- Sep 05, 2016
-
-
Paul B Mahol authored
-
- Sep 04, 2016
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Vittorio Giovara authored
The filter needs input frames with color properties filled out by the decoder. Since this is not always possible, add input options to the filter so that user may override color space, color primaries, transfer characteristics, and color range, as well as a generic option to set all properties at once. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- Sep 02, 2016
-
-
Paul B Mahol authored
-
Davinder Singh authored
also use AVPixFmtDescriptor instead of avcodec_get_chroma_sub_sample() for log2_chroma*.
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Sep 01, 2016
-
-
Lucas Cooper authored
This allows retroactive calculation/aggregation of PSNR from the stats log. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Aug 31, 2016
-
-
Timo Rothenpieler authored
-
Timo Rothenpieler authored
-
Paul B Mahol authored
-
- Aug 29, 2016
-
-
Davinder Singh authored
It was source of crashes. Use division instead. Original patch by author. Log message by comitter.
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
To be used in following commits.
-
- Aug 28, 2016
-
-
Paul B Mahol authored
-
- Aug 27, 2016
-
-
Paul B Mahol authored
-
Paul B Mahol authored
Make possible filtering only some planes.
-
Vittorio Giovara authored
Whenever a full range video is input, since the YUVJ* formats are not listed as supported for this filter, a range reduction takes place through the auto-inserted format filter, forcing the conversion to operate on a limited range, However the filter handles full range videos perfectly fine, so adding support to YUVJ* formats will allow skipping a conversion step, while providing completely identical results. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com> Reviewed-by:
"Ronald S. Bultje" <rsbultje@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Vittorio Giovara authored
This function can potentially allocate memory. Reviewed-by:
"Ronald S. Bultje" <rsbultje@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Aug 26, 2016
-
-
Paul B Mahol authored
-
Michael Niedermayer authored
IIRC, The spaces are not standard before the # Reviewed-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Davinder Singh authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Aug 25, 2016
-
-
Burt P authored
Signed-off-by:
Burt P <pburt0@gmail.com>
-
Burt P authored
Mostly just re-arranges some code to make it easier to update this filter and libhdcd together. filter_frame() is much simpler as a result. * use the HDCD detection data structure and functions from libhdcd, moved detection code out of filter_frame() * moved analyze_mode preparation out of filter_frame() into hdcd_analyze_prepare(), from libhdcd * moved some macro definitions to the top so they are all together Signed-off-by:
Burt P <pburt0@gmail.com>
-
Michael Niedermayer authored
The names are hard to understand and also seem to break build on at least some solaris versions Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Paul B Mahol authored
-
Paul B Mahol authored
-