aboutsummaryrefslogtreecommitdiff
path: root/source/convert_to_i420.cc
AgeCommit message (Expand)Author
2021-07-19Fix ConvertToI420 when using YUY2 or UYVY with odd crop_x.Frank Barchard
2020-05-26Remove M420 and refactor NV12ToI420Frank Barchard
2018-10-03Fix ConvertToI420() for odd crop_yFrank Barchard
2018-06-12Add AR30 and AB30 to ConvertToARGB() and fix negative NV12 heightFrank Barchard
2018-06-01Revert "Allow negative height when ConvertToI420/ARGB is called with NV12/NV21"Frank Barchard
2018-04-19Allow negative height when ConvertToI420/ARGB is called with NV12/NV21Robert Bares
2018-02-07tidy applied with readability-inconsistent-declaration-parameter-nameFrank Barchard
2018-01-23Switch to C99 typesFrank Barchard
2016-11-07clang-format libyuvFrank Barchard
2016-10-11Remove I411 support.Frank Barchard
2016-06-16Treat YU12 as an alias for I420. Simplify setting of inv_crop_height.Niels Möller
2015-02-11Remove Q420 fourcc support.fbarchard@google.com
2015-02-10Support odd widths for NV12 format when cropping vertically.fbarchard@google.com
2015-02-09Remove bayer format support from libyuv. This format is very rare and used o...fbarchard@google.com
2014-01-13Conversion functions ported to C89 / Visual C.fbarchard@google.com
2014-01-07cast malloc to uint8*fbarchard@google.com
2014-01-07Declare parameters that are unused, since C does not let you give a type with...fbarchard@google.com
2014-01-07use LIBYUV_BOOL instead of boolfbarchard@google.com
2013-12-16Change name of variable for convert to crop_width/height instead of dst_width...fbarchard@google.com
2013-11-20Fix ConvertToI420() to properly delete temporary array when rotating result. ...fbarchard@google.com
2013-04-09isolate jpeg to convert_jpeg and call from convert_to_i420fbarchard@google.com