aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/jpeg
Commit message (Expand)AuthorAge
* Check for too large jpeg images before decompressing.Gravatar Mihai Maruseac2018-09-24
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Fix cmake build issue on Linux (#13145)Gravatar Yong Tang2017-09-19
* Enable partial JPEG decompression.Gravatar Mingxing Tan2017-09-01
* Add decode_jpeg benchmark and set the baseline for further optimizations.Gravatar Mingxing Tan2017-08-15
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Remove redundant get() calls and string conversionsGravatar A. Unique TensorFlower2017-05-30
* Use "nullptr" for null pointer valuesGravatar A. Unique TensorFlower2017-05-30
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Add an option for choosing the J_DCT_METHOD for jpeg decoding toGravatar Vijay Vasudevan2016-12-08
* Add bounds checks to jpeg parsing code.Gravatar Brennan Saeta2016-12-01
* Add a core:framework_minimal library that includes minimal headers for types,Gravatar A. Unique TensorFlower2016-09-29
* Fix ~63 ClangTidy - Performance findings in TensorFlow.Gravatar Vincent Vanhoucke2016-08-31
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Fix corner case memory leak in error path of corrupt CMYK JPEGs.Gravatar David G. Andersen2016-05-22
* Change jpeg decoding to record the number of rows processed, instead of theGravatar A. Unique TensorFlower2016-03-21
* In jpeg Uncompress, expose nwarn as an int64* to be consistent with theGravatar A. Unique TensorFlower2016-03-21
* Adding earlier error handling and better error reportingGravatar David G. Andersen2016-03-09
* Merge changes from github.Gravatar Vijay Vasudevan2016-02-17
* Make decode_jpeg automatically turn CMYK to RGBGravatar Geoffrey Irving2016-02-09
* Minor formatting fixes.Gravatar Vijay Vasudevan2016-02-02
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* Many tensorflow/core build clean ups.Gravatar Josh Levenberg2016-01-20
* Replacing reference 'names' variable with 'example_names' variable.Gravatar A. Unique TensorFlower2016-01-20
* Move TF_ANNOTATE_MEMORY_IS_INITIALIZED from mutex.h to mem.h.Gravatar Josh Levenberg2016-01-06
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06