| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the standard DeleteTask rather than rolling my own. | ajwong@chromium.org | 2009-12-30 | 1 | -13/+1 |
* | Clarify licenses on a bunch of files. | evan@chromium.org | 2009-12-29 | 1 | -0/+4 |
* | Retry r35228: Fix windows build due to missing mock ffmpeg entry points. | ajwong@chromium.org | 2009-12-23 | 2 | -0/+6 |
* | TBR: levin | ajwong@chromium.org | 2009-12-23 | 2 | -6/+0 |
* | Fix windows build due to missing mock ffmpeg entry points. | ajwong@chromium.org | 2009-12-23 | 2 | -0/+6 |
* | Implementation of OmxVideoDecodeEngine. | ajwong@chromium.org | 2009-12-22 | 27 | -700/+1602 |
* | Add a low-latency audio test that uses syncsockets | cpu@chromium.org | 2009-12-17 | 1 | -0/+118 |
* | Give classes with virtual methods virtual protected destructors instead of im... | jamesr@chromium.org | 2009-12-16 | 1 | -0/+3 |
* | Link the following tests against tcmalloc: | glider@chromium.org | 2009-12-10 | 1 | -0/+7 |
* | Refactor FFmpegVideoDecoder to try and generalize code common to all video de... | ajwong@chromium.org | 2009-12-10 | 15 | -360/+913 |
* | Checking in the beginnings of omx_unittests. | scherkus@chromium.org | 2009-12-09 | 3 | -3/+38 |
* | Factor out PtsHeap into a reusable class. | ajwong@chromium.org | 2009-12-02 | 6 | -80/+141 |
* | Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th... | thestig@chromium.org | 2009-12-02 | 3 | -1/+3 |
* | Signal handler for player_x11 application | hclam@chromium.org | 2009-12-02 | 1 | -5/+17 |
* | Rename OmxVideoDecoder, and break up the omx library files from the omx_test ... | ajwong@chromium.org | 2009-12-02 | 4 | -86/+107 |
* | Benchmark memcpy of the output of OpenMAX decoder | hclam@chromium.org | 2009-12-02 | 1 | -4/+23 |
* | Add codec id into the media_format so that downstream filters can determine c... | ajwong@chromium.org | 2009-12-01 | 3 | -0/+6 |
* | Enable the mpeg4toannexb bitstream filter. | ajwong@chromium.org | 2009-11-30 | 2 | -0/+30 |
* | Use argv[0] to print out executable usage info for media tools. | scherkus@chromium.org | 2009-11-25 | 4 | -4/+5 |
* | Fix help dialog for player_x11. | scherkus@chromium.org | 2009-11-25 | 1 | -1/+1 |
* | Re-organizing all tools under /src/media to be consistent with the rest of th... | scherkus@chromium.org | 2009-11-25 | 25 | -83/+73 |
* | Minor cleanup to some OpenMAX code. | scherkus@chromium.org | 2009-11-25 | 4 | -14/+20 |
* | Implement method stubs for OpenMAX IL instead of relying on -lOmxCore. | scherkus@chromium.org | 2009-11-25 | 4 | -35/+21 |
* | X11 media player for video playback | hclam@chromium.org | 2009-11-25 | 4 | -0/+485 |
* | Revert "Implement method stubs for OpenMAX IL instead of relying on -lOmxCore." | scherkus@chromium.org | 2009-11-24 | 3 | -17/+31 |
* | Implement method stubs for OpenMAX IL instead of relying on -lOmxCore. | scherkus@chromium.org | 2009-11-24 | 3 | -31/+17 |
* | Fixes for bellagio compatibility. | ajwong@chromium.org | 2009-11-24 | 2 | -43/+46 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 2 | -3/+5 |
* | Check for null frame pointers and do nothing to avoid a crash. | fbarchard@chromium.org | 2009-11-19 | 1 | -0/+9 |
* | Replace hard-coded media_format() methods with Google Mock methods declared i... | scherkus@chromium.org | 2009-11-18 | 4 | -49/+80 |
* | Test program for OpenMAX video decoding | hclam@chromium.org | 2009-11-13 | 4 | -8/+205 |
* | Fix build bustage cause by checkdeps | hclam@chromium.org | 2009-11-12 | 1 | -0/+1 |
* | OpenMAX for video decoder | hclam@chromium.org | 2009-11-12 | 4 | -0/+1493 |
* | Use GetSwitchValueASCII. | tony@chromium.org | 2009-11-06 | 1 | -10/+10 |
* | First patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 4 | -3/+21 |
* | Limit frequency of audio to 48000. | fbarchard@chromium.org | 2009-11-05 | 1 | -0/+9 |
* | Reduce sleep time on Mac to 500 ms, same as PC | fbarchard@chromium.org | 2009-11-05 | 1 | -1/+1 |
* | Fix crash in AudioRendererImpl by adding a MessageLoop DestructionObserver. | scherkus@chromium.org | 2009-11-05 | 1 | -0/+7 |
* | wav_ola_test - add CommandLine::Reset to clean up ValGrind memory leak fix. | fbarchard@chromium.org | 2009-11-05 | 1 | -1/+1 |
* | Add a command line reset to clean up memory leak found by valgrind. | fbarchard@chromium.org | 2009-11-05 | 1 | -0/+1 |
* | SetVolume and GetVolume take one volume instead of separate left and right vo... | fbarchard@chromium.org | 2009-11-04 | 13 | -88/+72 |
* | Reduce test duration for valgrind. | fbarchard@chromium.org | 2009-11-03 | 1 | -1/+1 |
* | Add yasm and ffmpeg into the build tree for linux. | ajwong@chromium.org | 2009-10-30 | 1 | -0/+10 |
* | Fix memory leaks in media_bench. | scherkus@chromium.org | 2009-10-27 | 1 | -12/+19 |
* | Data to reproduce infinite loop fixed by 48_aac_infinite_loop.patch | fbarchard@chromium.org | 2009-10-26 | 1 | -0/+0 |
* | Quick fix for Alsa stutter - Wake up sooner. | fbarchard@chromium.org | 2009-10-22 | 1 | -0/+3 |
* | Fold first 3 channels of multichannel instead of 5. Use fixed point. | fbarchard@chromium.org | 2009-10-20 | 2 | -94/+113 |
* | Fix incorrect usage of scope_ptr with an array. | tkent@chromium.org | 2009-10-19 | 1 | -1/+1 |
* | media.gyp - remove condition that prevents qt_faststart from building on x64. | fbarchard@chromium.org | 2009-10-17 | 1 | -11/+7 |
* | -fPIC buildable version of yuv for 64 bit linux. | fbarchard@chromium.org | 2009-10-16 | 1 | -97/+106 |