summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build bustage cause by checkdepshclam@chromium.org2009-11-121-0/+1
* OpenMAX for video decoderhclam@chromium.org2009-11-124-0/+1493
* Use GetSwitchValueASCII.tony@chromium.org2009-11-061-10/+10
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-054-3/+21
* Limit frequency of audio to 48000.fbarchard@chromium.org2009-11-051-0/+9
* Reduce sleep time on Mac to 500 ms, same as PCfbarchard@chromium.org2009-11-051-1/+1
* Fix crash in AudioRendererImpl by adding a MessageLoop DestructionObserver.scherkus@chromium.org2009-11-051-0/+7
* wav_ola_test - add CommandLine::Reset to clean up ValGrind memory leak fix.fbarchard@chromium.org2009-11-051-1/+1
* Add a command line reset to clean up memory leak found by valgrind.fbarchard@chromium.org2009-11-051-0/+1
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-0413-88/+72
* Reduce test duration for valgrind.fbarchard@chromium.org2009-11-031-1/+1