summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Use OpenMAX for video decoding in the media pipelinehclam@chromium.org2010-01-235-48/+111
* More unit tests for OpenMAXhclam@chromium.org2010-01-221-22/+95
* linux: add display option to media_bench, using GLpiman@chromium.org2010-01-224-54/+310
* Switches to enable OpenMAX for video decoding in Chromehclam@chromium.org2010-01-224-5/+9
* Unit tests for testing OpenMAX supporthclam@chromium.org2010-01-221-24/+331
* Video and OpenMAX: add role name to replace vendor specific component name.hclam@chromium.org2010-01-214-36/+106
* Separate input data into NALUs for testing OpenMAXhclam@chromium.org2010-01-201-30/+103
* Fix build caused by omx_testhclam@chromium.org2010-01-151-0/+2
* enable simple encoding in omx_codechclam@chromium.org2010-01-155-267/+585
* A simple sample video for decoder testing.fbarchard@chromium.org2010-01-131-0/+0
* Simple unit tests for OpenMAX video decoderhclam@chromium.org2010-01-131-3/+36
* More plumbing of the low latency modecpu@chromium.org2010-01-136-27/+69
* omx_test refactor to add encoder support. (only start)hclam@chromium.org2010-01-124-85/+316
* Retry 35837 linux: grab device name before closing itajwong@chromium.org2010-01-092-3/+14
* Revert 35837 - Failed media tests - linux: grab device name before closing itrsesek@chromium.org2010-01-081-3/+2
* linux: grab device name before closing itevan@chromium.org2010-01-081-2/+3
* Revert my last two commits that brokoe the buildhclam@chromium.org2010-01-064-311/+80
* Fix linux buildhclam@chromium.org2010-01-061-3/+4
* omx_test refactor to add encoder support. (only start)hclam@chromium.org2010-01-064-80/+310
* Use the standard DeleteTask rather than rolling my own.ajwong@chromium.org2009-12-301-13/+1
* Clarify licenses on a bunch of files.evan@chromium.org2009-12-291-0/+4
* Retry r35228: Fix windows build due to missing mock ffmpeg entry points.ajwong@chromium.org2009-12-232-0/+6
* TBR: levinajwong@chromium.org2009-12-232-6/+0
* Fix windows build due to missing mock ffmpeg entry points.ajwong@chromium.org2009-12-232-0/+6
* Implementation of OmxVideoDecodeEngine.ajwong@chromium.org2009-12-2227-700/+1602
* Add a low-latency audio test that uses syncsocketscpu@chromium.org2009-12-171-0/+118
* Give classes with virtual methods virtual protected destructors instead of im...jamesr@chromium.org2009-12-161-0/+3
* Link the following tests against tcmalloc:glider@chromium.org2009-12-101-0/+7
* Refactor FFmpegVideoDecoder to try and generalize code common to all video de...ajwong@chromium.org2009-12-1015-360/+913
* Checking in the beginnings of omx_unittests.scherkus@chromium.org2009-12-093-3/+38
* Factor out PtsHeap into a reusable class.ajwong@chromium.org2009-12-026-80/+141
* Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...thestig@chromium.org2009-12-023-1/+3
* Signal handler for player_x11 applicationhclam@chromium.org2009-12-021-5/+17
* Rename OmxVideoDecoder, and break up the omx library files from the omx_test ...ajwong@chromium.org2009-12-024-86/+107
* Benchmark memcpy of the output of OpenMAX decoderhclam@chromium.org2009-12-021-4/+23
* Add codec id into the media_format so that downstream filters can determine c...ajwong@chromium.org2009-12-013-0/+6
* Enable the mpeg4toannexb bitstream filter.ajwong@chromium.org2009-11-302-0/+30
* Use argv[0] to print out executable usage info for media tools.scherkus@chromium.org2009-11-254-4/+5
* 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-2525-83/+73
* Minor cleanup to some OpenMAX code.scherkus@chromium.org2009-11-254-14/+20
* Implement method stubs for OpenMAX IL instead of relying on -lOmxCore.scherkus@chromium.org2009-11-254-35/+21
* X11 media player for video playbackhclam@chromium.org2009-11-254-0/+485
* Revert "Implement method stubs for OpenMAX IL instead of relying on -lOmxCore."scherkus@chromium.org2009-11-243-17/+31
* Implement method stubs for OpenMAX IL instead of relying on -lOmxCore.scherkus@chromium.org2009-11-243-31/+17
* Fixes for bellagio compatibility.ajwong@chromium.org2009-11-242-43/+46
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-202-3/+5
* Check for null frame pointers and do nothing to avoid a crash.fbarchard@chromium.org2009-11-191-0/+9
* Replace hard-coded media_format() methods with Google Mock methods declared i...scherkus@chromium.org2009-11-184-49/+80
* Test program for OpenMAX video decodinghclam@chromium.org2009-11-134-8/+205