summaryrefslogtreecommitdiffstats
path: root/media/tools
Commit message (Expand)AuthorAgeFilesLines
* add play controljiesun@google.com2010-06-161-17/+60
* 1. support stop mode for omxwjia@google.com2010-06-151-3/+9
* 1. make omx engine the driving force to read bit streamwjia@google.com2010-06-102-5/+2
* revert cl 49121 since the way of using glEglImageTargetTexture2DOES is undefi...wjia@google.com2010-06-092-23/+24
* change X/GL thread to message loop for injecting taskjiesun@google.com2010-06-097-82/+82
* use glEGLImageTargetTexture2DOES instead of FindTexture()jiesun@google.com2010-06-072-24/+23
* add support of OpenMAX EGL image decodingwjia@google.com2010-06-073-57/+199
* some vendor's compiler had issues about the constant variable.jiesun@google.com2010-06-021-2/+5
* Adding support for playing audio only also files through player_x11 applicati...scherkus@chromium.org2010-06-021-3/+10
* make opengles 2.0 worksjiesun@google.com2010-06-011-1/+3
* Remove omx_codec since OMX client implementation is in omx_video_decode_engin...wjia@google.com2010-05-281-71/+86
* 1. decoder interface now looks a little strange, until we refactoring.jiesun@google.com2010-05-211-8/+5
* Enable error recognition and error concealment options in qualification softw...fbarchard@chromium.org2010-05-171-0/+12
* Cleanup: Add a bunch of missing includes.thestig@chromium.org2010-05-101-1/+2
* Add EGLImage as one media type different than regular uncompressed video buffer.scherkus@chromium.org2010-05-057-8/+20
* Remove OmxSink interface because Buffer Allocation will go through Allocator ...jiesun@google.com2010-04-273-52/+7
* Vertical Scaler better pipelined for Atomfbarchard@chromium.org2010-04-231-2/+8
* Revert 45265 - Speed up vertical filtering using v = a+(ba)*x formulafbarchard@chromium.org2010-04-221-6/+0
* Speed up vertical filtering using v = a+(b-a)*x formulafbarchard@chromium.org2010-04-211-0/+6
* Issues with video loopinghclam@chromium.org2010-04-201-2/+2
* scaler_bench is a simple benchmark that can be used to measure performance of...sergeyu@chromium.org2010-04-202-0/+210
* Revert 44950 - scaler_bench is a simple benchmark that can be used to measure...sergeyu@chromium.org2010-04-191-205/+0
* scaler_bench is a simple benchmark that can be used to measure performance of...sergeyu@chromium.org2010-04-191-0/+205
* code fix for video framejiesun@google.com2010-04-162-72/+63
* Remove 2 memcpy() in the OpenMAX code pathhclam@chromium.org2010-04-151-4/+5
* Revert "Remove 2 memcpy() for omx video decode input"hclam@chromium.org2010-04-141-5/+4
* Remove 2 memcpy() for omx video decode inputhclam@chromium.org2010-04-141-4/+5
* player_wtl add hotkey CTRL-F for filtering on/offfbarchard@chromium.org2010-04-141-3/+3
* add filtering to player_wtlfbarchard@chromium.org2010-04-095-27/+76
* Optimized version of bilinear video scaler. It is about 2 times faster than S...sergeyu@chromium.org2010-04-091-1/+2
* Revert 42727 - ffmpeg roll chromium binariesfbarchard@chromium.org2010-03-261-2/+2
* ffmpeg roll chromium binariesfbarchard@chromium.org2010-03-261-2/+2
* Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame.scherkus@chromium.org2010-03-232-64/+59
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-111-1/+1
* Move wtl from chrome/third_party to third_party/. Thistony@chromium.org2010-03-091-2/+2
* media: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-062-2/+2
* Fix license headers in X11/GL/GLES video renderers.scherkus@chromium.org2010-03-033-9/+9
* Fixing some subtle issues with player_x11 and GL/GLES video renderers.scherkus@chromium.org2010-03-035-58/+56
* ffmpeg better message for error on opening file if the file opens but the cod...fbarchard@chromium.org2010-03-032-10/+30
* Generate stubs for OpenMAX ILhclam@chromium.org2010-03-022-0/+14
* Using bitstream filters if OpenMAX is enabledhclam@chromium.org2010-03-011-0/+6
* Some fixes to player_x11 when OpenMAX is enabledhclam@chromium.org2010-02-201-1/+0
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-192-3/+5
* gles2: fix stride supportpiman@chromium.org2010-02-171-3/+26
* API to allow strategy class to work on the output buffer of OpenMAXhclam@chromium.org2010-02-173-44/+92
* Fix player_x11 so it works properly with GLEShclam@chromium.org2010-02-132-68/+85
* Implement GLES video renderer in player_x11hclam@chromium.org2010-02-127-313/+873
* Fix usage of OmxInputBuffer in OpenMAX code since it's refcounted.hclam@chromium.org2010-02-091-1/+0
* Refactor media::InputBuffer to consolidate it with media::Bufferhclam@chromium.org2010-02-051-3/+4
* Refactoring of media::OmxCodec to split configuration of IO portshclam@chromium.org2010-02-045-206/+310