aboutsummaryrefslogtreecommitdiff
path: root/source/mjpeg_decoder.cc
AgeCommit message (Expand)Author
2022-12-06MT2T Warning fixes for fuchsiaFrank Barchard
2021-09-16JPeg decoder remove assert when out of dataFrank Barchard
2019-10-28Fix for jpeg to allow fuzzFrank Barchard
2019-07-02Fix arm unittest failure by removing unused FloatDivToByteRow.Frank Barchard
2019-07-01Update to r1732 for more robust jpegFrank Barchard
2018-02-1510 bit YUV to 10 bit BGRFrank Barchard
2018-02-12Tidy applied with all safe checks on all arm, mips and intel, 32 and 64 bitFrank Barchard
2018-02-09Revert "tidy applied with readability-*"Frank Barchard
2018-02-08tidy applied with readability-*Frank Barchard
2018-01-23Switch to C99 typesFrank Barchard
2017-08-03Revert "include <new> header for benefit of new clang builds"Frank Barchard
2017-07-19include <new> header for benefit of new clang buildsFrank Barchard
2017-02-15scale warning fixes for unused parametersFrank Barchard
2017-02-14mjpeg_decoder - fix for unused parameter.Frank Barchard
2016-11-07clang-format libyuvFrank Barchard
2016-08-22Suppress MJPEG fprintf() runtime warningFrank Barchard
2015-08-31nolint removedFrank Barchard
2015-04-28disable stucture padded warnings on win64 builds.fbarchard@google.com
2014-08-18fix a lint warning about a space needed after && in ifdeffbarchard@google.com
2014-05-13changes to accommodate libjpeg 9 interface.fbarchard@google.com
2014-01-14Detect pnacl and disable x86 specific code.fbarchard@google.com
2014-01-13Add extern c around jpeg headerfbarchard@google.com
2014-01-07use LIBYUV_BOOL instead of boolfbarchard@google.com
2014-01-07Switch to c style casts for all source and includes.fbarchard@google.com
2013-11-01Add __declspec(safebuffers) to functions with arrays on stack that have expli...fbarchard@google.com
2013-04-11Remove duplicate functionfbarchard@google.com
2013-04-02Jpeg invalid step by 2fbarchard@google.com
2013-03-28Valid search backwards - find EOI quicker if its there.fbarchard@google.com
2013-01-28Fix lint error in mjpeg and remove unnecessary includes.fbarchard@google.com
2013-01-28Replace two spaces with one after .fbarchard@google.com
2013-01-26Avoid memcpy.fbarchard@google.com
2012-10-09Move Neon source to its own files.fbarchard@google.com
2012-08-08Update Copyright notice to follow new chromium conventions.fbarchard@google.com
2012-06-12followup cleanup for blur and make compilable with /clrfbarchard@google.com
2012-03-27JPEG use new/delete instead of scoped pointerfbarchard@google.com
2012-02-22safe for x86 and memset for armfbarchard@google.com
2012-02-17mjpeg class for low level interface. higher level will be MJPGToI420fbarchard@google.com