aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/ffmpeg
Commit message (Expand)AuthorAge
...
* Rename `Tensor` to `Output` in all op docs from C++ code.Gravatar Jonathan Hseu2016-11-16
* Remove unneeded call_cpp_shape_fn call, since it is now the default.Gravatar Vijay Vasudevan2016-11-14
* Minor fix to an std namespace issue in ffmpeg_lib_test.ccGravatar Shanqing Cai2016-10-19
* In tf.contrib, only load external op libraries on non-Windows platforms.Gravatar Derek Murray2016-10-18
* Modify tensorflow command line flag parsing:Gravatar A. Unique TensorFlower2016-10-14
* 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
* Move host_info.h internal, move public functions into cpu_info.hGravatar Vijay Vasudevan2016-08-24
* C++ shape inference for ffmpeg ops.Gravatar Suharsh Sivakumar2016-08-01
* Making the ffmpeg library return a different error message when the libraryGravatar A. Unique TensorFlower2016-07-29
* 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
* TensorFlow: minor change functions in Env interface.Gravatar Vijay Vasudevan2016-06-16
* Monitor InFlow queues via TensorBoard summariesGravatar David Soergel2016-06-13
* 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
* Fix python3 incompatibility in encode_audio_op_test.pyGravatar Shanqing Cai2016-05-28
* Merge changes from github.Gravatar Vijay Vasudevan2016-05-27
* Adjustments to contrib/ffmpeg to allow the ops to run inside google3.Gravatar A. Unique TensorFlower2016-05-27
* Adding documentation on integration testing.Gravatar A. Unique TensorFlower2016-05-26
* Allowing alternate implementations of the ffmpeg_lib library.Gravatar A. Unique TensorFlower2016-05-25
* Merge changes from github.Gravatar Derek Murray2016-05-23
* Moving part of the kernel for the contrib/ffmpeg ops into a "default"Gravatar A. Unique TensorFlower2016-05-20
* Updating FFmpeg docs and exposing them to gen_docs.sh.Gravatar A. Unique TensorFlower2016-05-18
* Fix incorrect buildozer rule for contrib/ffmpeg/BUILDGravatar Shanqing Cai2016-05-15
* Fix python3-compatibility issue in ffmpeg unit testsGravatar Shanqing Cai2016-05-15
* Fix integration_tests.sh ffmpeg testsGravatar Shanqing Cai2016-05-09
* Merge changes from github.Gravatar A. Unique TensorFlower2016-05-05
* Adding an encode_audio op to the tensorflow/contrib/ffmpeg directory.Gravatar A. Unique TensorFlower2016-05-05
* Adding the ability to write .wav files to the contrib/ffmpeg library. Note thatGravatar A. Unique TensorFlower2016-05-04
* 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
* resource_loader.py is unable to find the .so file in all circumstances.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
* Merge changes from github.Gravatar Illia Polosukhin2016-04-18
* Add BUILD files to opensource tree.Gravatar Martin Wicke2016-04-08
* Creating a new contrib directory for audio ops using FFmpeg.Gravatar A. Unique TensorFlower2016-03-23