aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/ffmpeg/ffmpeg_ops.py
Commit message (Expand)AuthorAge
* Deprecating the contrib.ffmpeg Python functions.Gravatar A. Unique TensorFlower2018-09-08
* Remove duplicate import of gen_decode_video_op_pyGravatar Yong Tang2018-06-02
* Update python wrapper for ffmpeg.decode_audio with `stream` attributeGravatar Yong Tang2018-01-13
* Fix merge conflictsGravatar Sourabh Bajaj2017-11-30
|\
| * Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* | Add op `tf.contrib.ffmpeg.decode_video` (#13242)Gravatar Yong Tang2017-11-13
|/
* Allow ffmpeg `samples_per_second` to be a TensorGravatar William Chargin2017-08-09
* Internal changesGravatar Rohan Jain2017-03-23
* Remove unneeded call_cpp_shape_fn call, since it is now the default.Gravatar Vijay Vasudevan2016-11-14
* In tf.contrib, only load external op libraries on non-Windows platforms.Gravatar Derek Murray2016-10-18
* Add support for mp4 container to tf.contrib.ffmpeg.Gravatar A. Unique TensorFlower2016-09-22
* Rename NoGradient -> NotDifferentiable, to make it clearGravatar Vijay Vasudevan2016-09-09
* Convert ops in contrib, parsing_ops, and random_ops to use C++ shape functions.Gravatar A. Unique TensorFlower2016-09-08
* Making the third_party ffmpeg decode_audio op resilient to small numbers ofGravatar A. Unique TensorFlower2016-07-28
* Adjustments to contrib/ffmpeg to allow the ops to run inside google3. Second ...Gravatar A. Unique TensorFlower2016-06-21
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
* Adjustments to contrib/ffmpeg to allow the ops to run inside google3.Gravatar A. Unique TensorFlower2016-05-31
* Adjustments to contrib/ffmpeg to allow the ops to run inside google3.Gravatar A. Unique TensorFlower2016-05-27
* Updating FFmpeg docs and exposing them to gen_docs.sh.Gravatar A. Unique TensorFlower2016-05-18
* Adding an encode_audio op to the tensorflow/contrib/ffmpeg directory.Gravatar A. Unique TensorFlower2016-05-05
* Reenable check_futures_testGravatar Geoffrey Irving2016-04-29
* Creates a new op: ffmpeg.decode_audio. This relies an an installed ffmpeg bin...Gravatar A. Unique TensorFlower2016-04-29
* Internal only change.Gravatar A. Unique TensorFlower2016-04-28
* Creating a tf.contrib.ffmpeg.decode_audio_file op. So far, it supports mp3, w...Gravatar A. Unique TensorFlower2016-04-28