aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/png
Commit message (Expand)AuthorAge
* Removed unnecessary includes from stringpiece.hGravatar A. Unique TensorFlower2018-09-14
* Merge pull request #20029 from yoya:masterGravatar TensorFlower Gardener2018-08-09
|\
| * $ mogrify +matte tensorflow/core/lib/png/testdata/lena_palette.pngGravatar Yoshihiro Yamazaki2018-07-26
| * - adding PNG-8(palette) files.Gravatar Yoshihiro Yamazaki2018-07-18
| * fix decode_png function.Gravatar Yoshihiro Yamazaki2018-06-15
|/
* Internal ChangeGravatar A. Unique TensorFlower2018-04-23
* Automated g4 rollback of changelist 192768744Gravatar A. Unique TensorFlower2018-04-13
* Split byte_order.h off cpu_info.hGravatar A. Unique TensorFlower2018-04-13
* Call png_error if reading failsGravatar David G. Andersen2018-02-14
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Use "nullptr" for null pointer valuesGravatar A. Unique TensorFlower2017-05-30
* Update interaction with libpng so that we use the public API instead ofGravatar A. Unique TensorFlower2017-04-04
* Remove uses of type `uint` since it is not defined on all platforms.Gravatar Derek Murray2016-09-14
* Move host_info.h internal, move public functions into cpu_info.hGravatar Vijay Vasudevan2016-08-24
* Resubmit of earlier fix to 16 bit PNG encoding/decodingGravatar David G. Andersen2016-06-15
* Fixing incorrect endianness on 16 bit PNG encode & decode.Gravatar A. Unique TensorFlower2016-06-14
* Fixing incorrect endianness on 16 bit PNG encode & decode.Gravatar David G. Andersen2016-06-14
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* When decoding png, call read_update_info last, after setting upGravatar A. Unique TensorFlower2016-05-23
* In DecodePng operator's Convert8to16 function, force height*row_bytesGravatar A. Unique TensorFlower2016-03-21
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* 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
* 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