summaryrefslogtreecommitdiffstats
path: root/media/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated wav_ola_test.kylep@chromium.org2009-08-061-1/+2
* deleting old file which we had issues with gcl commits onfbarchard@chromium.org2009-07-211-326/+0
* svn wont allow commit of file. renaming to _ to avoid svn.fbarchard@chromium.org2009-07-211-0/+326
* qt-faststart is a tool that moves the 'moov' to the start of file, reducing s...fbarchard@chromium.org2009-07-211-0/+326
* Modify ARAB to use simpler data types in FillBuffer() calls.kylep@chromium.org2009-07-161-4/+6
* Refactor WritableBuffer interface for more useful ptr management.kylep@chromium.org2009-07-161-5/+5
* Modify OLA to use window size in seconds instead of bytes.kylep@chromium.org2009-07-101-7/+15
* Test fwrite returnval in wav_ola_test.cc to fix ubuntu compile warning.kylep@chromium.org2009-07-071-1/+4
* OLA Algorithm and test shell.kylep@chromium.org2009-07-071-0/+153