| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | pad yuv additional 15 bytes to allow 16 pixels at a time to be processed with... | fbarchard@chromium.org | 2010-05-28 | 1 | -1/+3 |
* | Implements video decoder filter for OpenMAX | hclam@chromium.org | 2010-05-27 | 3 | -18/+141 |
* | Merge omx_codec and omx_video_decode_engine | hclam@chromium.org | 2010-05-27 | 2 | -59/+1308 |
* | Removed PushSource::Packet. SeekableBuffer.current_time() fixed to return | sergeyu@chromium.org | 2010-05-26 | 6 | -71/+40 |
* | refactoring decoder interface | jiesun@google.com | 2010-05-26 | 10 | -93/+136 |
* | Reporting a more accurate buffered time for the video tag | hclam@chromium.org | 2010-05-25 | 8 | -13/+56 |
* | 1. decoder interface now looks a little strange, until we refactoring. | jiesun@google.com | 2010-05-21 | 13 | -181/+77 |
* | VideoDecoderImpl Mock Engine leak callback. | jiesun@google.com | 2010-05-20 | 1 | -2/+8 |
* | refactoring engine interface for openmax. | jiesun@google.com | 2010-05-20 | 13 | -233/+257 |
* | Build fix. | agl@chromium.org | 2010-05-20 | 1 | -1/+1 |
* | Handle EINTR and remove offset_t in ffmpeg code. | agl@chromium.org | 2010-05-20 | 3 | -11/+10 |
* | Chromium side changes for enabling VP8 and WebM support. | scherkus@chromium.org | 2010-05-20 | 2 | -0/+13 |
* | Change default to three threads for video decoding and add command line --vid... | fbarchard@chromium.org | 2010-05-19 | 5 | -15/+34 |
* | Revert 47603 - refactoring engine interface for openmax. | atwilson@chromium.org | 2010-05-19 | 13 | -255/+233 |
* | refactoring engine interface for openmax. | jiesun@google.com | 2010-05-19 | 13 | -233/+255 |
* | Refactoring in media::PipelineImpl and media::MediaFilter. | scherkus@chromium.org | 2010-05-17 | 10 | -61/+48 |
* | Enable error recognition and error concealment options in qualification softw... | fbarchard@chromium.org | 2010-05-17 | 2 | -0/+14 |
* | Fix folding code to respect new AAC channel order caused by ffmpeg roll. Als... | fbarchard@chromium.org | 2010-05-17 | 2 | -11/+8 |
* | Fixed memory leaks in media_unittests that cause heapcheck errors. | sergeyu@chromium.org | 2010-05-16 | 1 | -0/+9 |
* | Fixed memleak in alsa_output.cc | sergeyu@chromium.org | 2010-05-16 | 1 | -1/+2 |
* | Fixed media_unittests. | sergeyu@chromium.org | 2010-05-15 | 3 | -26/+69 |
* | Fix OpenMAX video decoding hanging | hclam@chromium.org | 2010-05-14 | 2 | -13/+26 |
* | Removed AlsaPcmOutputStrem::Packet. Fixed bug in AlsaPcmOutputStream::Schedul... | sergeyu@chromium.org | 2010-05-14 | 8 | -187/+262 |
* | Add a private opaque pointer option to VideoFrame. | scherkus@chromium.org | 2010-05-14 | 3 | -5/+70 |
* | Cleanup: Add a bunch of missing includes. | thestig@chromium.org | 2010-05-10 | 1 | -1/+2 |
* | ffmpeg audio convert float to int samples immediately after decode | fbarchard@chromium.org | 2010-05-07 | 1 | -0/+62 |
* | Add EGLImage as one media type different than regular uncompressed video buffer. | scherkus@chromium.org | 2010-05-05 | 15 | -23/+96 |
* | Revert 46314 - floating point audio support in util functions for volume and ... | fbarchard@chromium.org | 2010-05-04 | 3 | -65/+29 |
* | floating point audio support in util functions for volume and folding | fbarchard@chromium.org | 2010-05-04 | 3 | -29/+65 |
* | scaler_bench is a simple benchmark that can be used to measure performance of... | sergeyu@chromium.org | 2010-05-03 | 1 | -0/+12 |
* | Use FFmpeg's reordered_opaque for presentation timestamp reordering. | scherkus@chromium.org | 2010-04-28 | 6 | -43/+88 |
* | Fix nested ifs and incorrect indentation in ffmpeg_video_decode_engine.cc. | scherkus@chromium.org | 2010-04-28 | 1 | -40/+42 |
* | Remove OmxSink interface because Buffer Allocation will go through Allocator ... | jiesun@google.com | 2010-04-27 | 10 | -520/+90 |
* | Merging SeekableBuffer and BufferQueue: | sergeyu@chromium.org | 2010-04-27 | 9 | -460/+236 |
* | Remove AVFrame dependency. | jiesun@google.com | 2010-04-23 | 11 | -230/+250 |
* | Vertical Scaler better pipelined for Atom | fbarchard@chromium.org | 2010-04-23 | 3 | -77/+105 |
* | OmxInputBuffer removed as it is not used anywhere. | sergeyu@chromium.org | 2010-04-22 | 4 | -162/+0 |
* | Clean up the audio timestamp and duration code. | scherkus@chromium.org | 2010-04-22 | 1 | -22/+14 |
* | Revert 45265 - Speed up vertical filtering using v = a+(ba)*x formula | fbarchard@chromium.org | 2010-04-22 | 3 | -50/+39 |
* | Speed up vertical filtering using v = a+(b-a)*x formula | fbarchard@chromium.org | 2010-04-21 | 3 | -39/+50 |