| Commit message (Expand) | Author | Age | Files | Lines |
* | Second attempt at fixing the Direct3D Present() crash. It is fixed by realizi... | imcheng@chromium.org | 2010-08-30 | 1 | -2/+3 |
* | remove meaningless ffmpeg fast flag | fbarchard@chromium.org | 2010-08-28 | 1 | -0/+1 |
* | Revert 56582 - ffmpeg flag CODEC_FLAG2_FAST removed | rvargas@google.com | 2010-08-18 | 1 | -1/+0 |
* | ffmpeg flag CODEC_FLAG2_FAST removed | fbarchard@chromium.org | 2010-08-18 | 1 | -0/+1 |
* | media: change engine interface to be suitable for gpu_video_decoder | jiesun@google.com | 2010-08-13 | 1 | -14/+39 |
* | Fixed issue with rendering in mfdecoder where it crashes when rendering D3D s... | imcheng@chromium.org | 2010-08-10 | 2 | -93/+102 |
* | FBTF: Remove unneeded headers from base/ (part 1) | thestig@chromium.org | 2010-08-05 | 1 | -4/+3 |
* | media bench report fps | fbarchard@chromium.org | 2010-08-03 | 1 | -17/+24 |
* | Add undeclared virtual destructors part 5 | ziadh@chromium.org | 2010-08-02 | 1 | -0/+2 |
* | fix another compile error on windows. | nsylvain@chromium.org | 2010-07-31 | 1 | -0/+1 |
* | Fix compile on windows. | nsylvain@chromium.org | 2010-07-31 | 1 | -0/+1 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 4 | -18/+22 |
* | ffmpeg roll for chromium source and windows binaries | fbarchard@chromium.org | 2010-07-28 | 2 | -2/+2 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 4 | -0/+4 |
* | Revert r53885 "deps roll for new ffmpeg and switch to av_register_protocol2" | jeremy@chromium.org | 2010-07-28 | 2 | -2/+2 |
* | deps roll for new ffmpeg and switch to av_register_protocol2 | fbarchard@chromium.org | 2010-07-28 | 2 | -2/+2 |
* | media: player_wtl renderer forget to putCurrentFrame. | jiesun@google.com | 2010-07-27 | 1 | -0/+1 |
* | media: preparation for recycle buffer. | jiesun@google.com | 2010-07-22 | 1 | -2/+9 |
* | Reverting 53348... | bradnelson@google.com | 2010-07-22 | 1 | -9/+2 |
* | media: preparation for recycle buffer. | jiesun@google.com | 2010-07-22 | 1 | -2/+9 |
* | Revert 53281 - ffmpeg update with vp3 patches. | fbarchard@chromium.org | 2010-07-22 | 2 | -2/+2 |
* | ffmpeg update with vp3 patches. | fbarchard@chromium.org | 2010-07-22 | 2 | -2/+2 |
* | Remove deprecated CommandLine::GetLooseValues(), rename to args(). | evan@chromium.org | 2010-07-21 | 4 | -29/+38 |
* | A tool using Source Reader in Media Foundation for H264 decoding | hclam@chromium.org | 2010-07-20 | 4 | -0/+1019 |
* | file_util: deprecate remaining wstring functions | evan@chromium.org | 2010-07-16 | 7 | -48/+63 |
* | media: refactoring video_render_base to recycle buffers | jiesun@google.com | 2010-07-14 | 4 | -5/+18 |
* | A simple media player using Media Foundation. | hclam@chromium.org | 2010-07-09 | 4 | -0/+1345 |
* | media: OMX seek works for OMX_HEADBUFFERTYPE now. | jiesun@google.com | 2010-06-29 | 1 | -2/+2 |
* | 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 | 10 | -59/+84 |
* | 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 | 1 | -2/+8 |
* | 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 | 7 | -71/+29 |
* | fix broken gl renderer | wjia@google.com | 2010-06-23 | 2 | -27/+4 |
* | add play control | jiesun@google.com | 2010-06-16 | 1 | -17/+60 |
* | 1. support stop mode for omx | wjia@google.com | 2010-06-15 | 1 | -3/+9 |
* | 1. make omx engine the driving force to read bit stream | wjia@google.com | 2010-06-10 | 2 | -5/+2 |
* | revert cl 49121 since the way of using glEglImageTargetTexture2DOES is undefi... | wjia@google.com | 2010-06-09 | 2 | -23/+24 |
* | change X/GL thread to message loop for injecting task | jiesun@google.com | 2010-06-09 | 7 | -82/+82 |
* | 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 | 3 | -57/+199 |
* | some vendor's compiler had issues about the constant variable. | jiesun@google.com | 2010-06-02 | 1 | -2/+5 |
* | 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 |
* | Remove omx_codec since OMX client implementation is in omx_video_decode_engin... | wjia@google.com | 2010-05-28 | 1 | -71/+86 |
* | 1. decoder interface now looks a little strange, until we refactoring. | jiesun@google.com | 2010-05-21 | 1 | -8/+5 |
* | Enable error recognition and error concealment options in qualification softw... | fbarchard@chromium.org | 2010-05-17 | 1 | -0/+12 |
* | Cleanup: Add a bunch of missing includes. | thestig@chromium.org | 2010-05-10 | 1 | -1/+2 |
* | Add EGLImage as one media type different than regular uncompressed video buffer. | scherkus@chromium.org | 2010-05-05 | 7 | -8/+20 |