summaryrefslogtreecommitdiffstats
path: root/media/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use FFmpeg demuxer and bitstream converters in omx_testhclam@chromium.org2010-01-305-241/+572
* Refactor some code that depends on FFmpeghclam@chromium.org2010-01-264-101/+531
* Use OpenMAX for video decoding in the media pipelinehclam@chromium.org2010-01-231-5/+10
* linux: add display option to media_bench, using GLpiman@chromium.org2010-01-223-53/+308
* Switches to enable OpenMAX for video decoding in Chromehclam@chromium.org2010-01-221-1/+3
* Clarify licenses on a bunch of files.evan@chromium.org2009-12-291-0/+4
* Implementation of OmxVideoDecodeEngine.ajwong@chromium.org2009-12-221-3/+7
* Signal handler for player_x11 applicationhclam@chromium.org2009-12-021-5/+17
* Use argv[0] to print out executable usage info for media tools.scherkus@chromium.org2009-11-253-3/+3
* Fix help dialog for player_x11.scherkus@chromium.org2009-11-251-1/+1
* Re-organizing all tools under /src/media to be consistent with the rest of th...scherkus@chromium.org2009-11-2523-0/+3877
* wav_ola_test - add CommandLine::Reset to clean up ValGrind memory leak fix.fbarchard@chromium.org2009-11-051-1/+1
* qt_faststart use %PRIX64 for 64 bit value printfs for better compatibility wi...fbarchard@chromium.org2009-08-211-5/+6