summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add yasm and ffmpeg into the build tree for linux.ajwong@chromium.org2009-10-301-0/+10
* Fix memory leaks in media_bench.scherkus@chromium.org2009-10-271-12/+19
* Data to reproduce infinite loop fixed by 48_aac_infinite_loop.patchfbarchard@chromium.org2009-10-261-0/+0
* Quick fix for Alsa stutter - Wake up sooner.fbarchard@chromium.org2009-10-221-0/+3
* Fold first 3 channels of multichannel instead of 5. Use fixed point.fbarchard@chromium.org2009-10-202-94/+113
* Fix incorrect usage of scope_ptr with an array.tkent@chromium.org2009-10-191-1/+1
* media.gyp - remove condition that prevents qt_faststart from building on x64.fbarchard@chromium.org2009-10-171-11/+7
* -fPIC buildable version of yuv for 64 bit linux.fbarchard@chromium.org2009-10-161-97/+106
* Move Alsa device opening into the audio thread, and add in support for multi-...ajwong@chromium.org2009-10-1610-121/+694
* Report stalled event correctly for <video>hclam@chromium.org2009-10-164-1/+45
* Mark YUV conversion functions private_extern on the Mac. These symbols don'tmark@chromium.org2009-10-151-2/+0