| Commit message (Expand) | Author | Age | Files | Lines |
* | media: Remove a not accurated TODO. | tfarina@chromium.org | 2010-07-10 | 1 | -12/+3 |
* | Renamed AudioController to AudioOutputController. | satish@chromium.org | 2010-07-09 | 4 | -110/+125 |
* | A simple media player using Media Foundation. | hclam@chromium.org | 2010-07-09 | 5 | -0/+1364 |
* | Rewrite AudioRendererHost to use AudioController | hclam@chromium.org | 2010-07-07 | 3 | -14/+31 |
* | Use LoadLibraryEx() instead of SetDllDirectory() for overriding DLL loading p... | scherkus@chromium.org | 2010-06-30 | 1 | -12/+5 |
* | media: OMX seek works for OMX_HEADBUFFERTYPE now. | jiesun@google.com | 2010-06-29 | 14 | -35/+231 |
* | move quit of paint message_loop into callback of pipeline stop to guarantee m... | wjia@google.com | 2010-06-28 | 1 | -13/+10 |
* | 1. remove initial rendering lag time for egl image decoding path | wjia@google.com | 2010-06-24 | 14 | -99/+146 |
* | move DEPS of app into player_x11 | wjia@google.com | 2010-06-24 | 1 | -0/+0 |
* | media_Bench and ffmpeg_tests disable exception handler by default | fbarchard@chromium.org | 2010-06-24 | 2 | -4/+16 |
* | Limit the DLL search path when loading FFmpeg binaries on Windows. | scherkus@chromium.org | 2010-06-23 | 1 | -2/+14 |
* | Allow src/media/tools/ to include files from app. | tony@chromium.org | 2010-06-23 | 1 | -0/+4 |
* | code cleanup for media code for video renerers. | jiesun@google.com | 2010-06-23 | 18 | -138/+126 |
* | fix broken gl renderer | wjia@google.com | 2010-06-23 | 2 | -27/+4 |
* | Some fixups for AudioController and unit tests | hclam@chromium.org | 2010-06-22 | 4 | -21/+81 |
* | remove omx from win and mac build. | jiesun@google.com | 2010-06-18 | 1 | -66/+74 |
* | AudioController accepts hardware buffer size as parameter. | hclam@chromium.org | 2010-06-16 | 3 | -22/+51 |
* | merge video_decoder_impl.cc and ffmpeg_video_decoder.cc | jiesun@google.com | 2010-06-16 | 6 | -416/+364 |
* | add play control | jiesun@google.com | 2010-06-16 | 1 | -17/+60 |
* | Revert 49982 - patch | thakis@chromium.org | 2010-06-16 | 2 | -4/+1 |
* | Revert 49990 - x | thakis@chromium.org | 2010-06-16 | 1 | -12/+0 |
* | x | thakis@chromium.org | 2010-06-16 | 1 | -0/+12 |
* | patch | thakis@chromium.org | 2010-06-16 | 2 | -1/+4 |
* | Chromoting unit test: Adding DecoderVerbatimTest | hclam@chromium.org | 2010-06-15 | 2 | -0/+4 |
* | 1. support stop mode for omx | wjia@google.com | 2010-06-15 | 3 | -10/+32 |
* | Added checks to GetBufferedTime() to cap at the media's duration | vrk@google.com | 2010-06-14 | 3 | -9/+52 |
* | Make MediaFilter::Stop() asynchronous. | boliu@chromium.org | 2010-06-11 | 20 | -47/+92 |
* | media: fix timestamp issues. | jiesun@google.com | 2010-06-10 | 6 | -33/+39 |
* | 1. make omx engine the driving force to read bit stream | wjia@google.com | 2010-06-10 | 7 | -99/+86 |
* | Added EGL based GLContext. | apatrick@chromium.org | 2010-06-09 | 1 | -1/+1 |
* | Implement a chromoting client using X11 | hclam@chromium.org | 2010-06-09 | 3 | -1/+62 |
* | revert cl 49121 since the way of using glEglImageTargetTexture2DOES is undefi... | wjia@google.com | 2010-06-09 | 2 | -23/+24 |
* | Rename Chrome threads to use a "Cr" prefix. | evan@chromium.org | 2010-06-09 | 1 | -1/+1 |
* | change X/GL thread to message loop for injecting task | jiesun@google.com | 2010-06-09 | 7 | -82/+82 |
* | Change prototype to match upstream change from ffmpeg trunk to fix build with... | fbarchard@chromium.org | 2010-06-08 | 2 | -0/+8 |
* | refactor on-goning. | jiesun@google.com | 2010-06-07 | 2 | -45/+8 |
* | use glEGLImageTargetTexture2DOES instead of FindTexture() | jiesun@google.com | 2010-06-07 | 2 | -24/+23 |
* | add support of OpenMAX EGL image decoding | wjia@google.com | 2010-06-07 | 8 | -121/+326 |
* | AudioController to perform audio operations on a separate thread | hclam@chromium.org | 2010-06-07 | 6 | -7/+700 |
* | fix parsing error at the end of stream | wjia@google.com | 2010-06-04 | 1 | -1/+1 |
* | time stamp is not used , therefore the player_x11 hangs. | jiesun@google.com | 2010-06-02 | 2 | -0/+6 |
* | Change MediaFilter::Stop() to accept a callback so that Stop() is asynchronou... | boliu@google.com | 2010-06-02 | 8 | -137/+198 |
* | some vendor's compiler had issues about the constant variable. | jiesun@google.com | 2010-06-02 | 1 | -2/+5 |
* | enable omx_codec_unittest based on new omx engine | wjia@google.com | 2010-06-02 | 1 | -158/+192 |
* | Adding support for playing audio only also files through player_x11 applicati... | scherkus@chromium.org | 2010-06-02 | 1 | -3/+10 |
* | make opengles 2.0 works | jiesun@google.com | 2010-06-01 | 1 | -1/+3 |
* | renderer filter creation require media format have mime type and width/height. | jiesun@google.com | 2010-05-28 | 2 | -6/+25 |
* | audio use xmmintrin for sse to reduce requirement from sse2 to sse | fbarchard@chromium.org | 2010-05-28 | 1 | -1/+1 |
* | set client state to kClientInitializing a little earlier in order to satisfy ... | wjia@google.com | 2010-05-28 | 1 | -2/+2 |
* | Remove omx_codec since OMX client implementation is in omx_video_decode_engin... | wjia@google.com | 2010-05-28 | 5 | -1676/+90 |