| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Issues with video looping | hclam@chromium.org | 2010-04-20 | 10 | -20/+43 |
* | scaler_bench is a simple benchmark that can be used to measure performance of... | sergeyu@chromium.org | 2010-04-20 | 2 | -0/+210 |
* | Revert 44950 - scaler_bench is a simple benchmark that can be used to measure... | sergeyu@chromium.org | 2010-04-19 | 2 | -217/+0 |
* | scaler_bench is a simple benchmark that can be used to measure performance of... | sergeyu@chromium.org | 2010-04-19 | 2 | -0/+217 |
* | code fix for video frame | jiesun@google.com | 2010-04-16 | 2 | -72/+63 |
* | Filter YUV scaling at half size and below with center of pixel | fbarchard@chromium.org | 2010-04-16 | 4 | -98/+156 |
* | Remove 2 memcpy() in the OpenMAX code path | hclam@chromium.org | 2010-04-15 | 14 | -78/+126 |
* | Cleanup: Explicitly add a bunch of missing includes. | thestig@chromium.org | 2010-04-15 | 3 | -3/+6 |
* | fix arm warnings | fbarchard@chromium.org | 2010-04-15 | 5 | -162/+163 |
* | Make C, MMX and SSE2 all output the same results | fbarchard@chromium.org | 2010-04-15 | 8 | -827/+682 |
* | fixed compilation problem with disabled SSE | sergeyu@chromium.org | 2010-04-15 | 1 | -1/+1 |
* | Revert "Remove 2 memcpy() for omx video decode input" | hclam@chromium.org | 2010-04-14 | 14 | -126/+78 |
* | Remove 2 memcpy() for omx video decode input | hclam@chromium.org | 2010-04-14 | 14 | -78/+126 |
* | Looping for audio / video | hclam@chromium.org | 2010-04-14 | 1 | -3/+25 |
* | Incorrect chroma on the right border fixed. | sergeyu@chromium.org | 2010-04-14 | 1 | -13/+12 |
* | quick fix for emms on linux 64 | fbarchard@chromium.org | 2010-04-14 | 1 | -2/+1 |
* | player_wtl add hotkey CTRL-F for filtering on/off | fbarchard@chromium.org | 2010-04-14 | 1 | -3/+3 |
* | Disable SSE2 for Windows media playback | fbarchard@chromium.org | 2010-04-14 | 1 | -2/+4 |
* | YUV scale clamp horizontal pixels when filtering | fbarchard@chromium.org | 2010-04-14 | 1 | -11/+22 |
* | Too many audio hangs Leopard | hclam@chromium.org | 2010-04-13 | 1 | -0/+1 |
* | Fix windows scaling bug | fbarchard@chromium.org | 2010-04-13 | 1 | -4/+2 |
* | include emmintrin for chrome linux to use mmx _m64 types. | fbarchard@chromium.org | 2010-04-13 | 2 | -12/+10 |
* | Changed horizontal scaler to start with 0 instead of 0.5. | sergeyu@chromium.org | 2010-04-13 | 2 | -4/+4 |
* | Vertical filtering conditional on fraction/scale factor | fbarchard@chromium.org | 2010-04-13 | 2 | -32/+71 |
* | Fixed build problem with disabled SSE. | sergeyu@chromium.org | 2010-04-11 | 2 | -2/+8 |
* | add filtering to player_wtl | fbarchard@chromium.org | 2010-04-09 | 5 | -27/+76 |
* | Optimized version of bilinear video scaler. It is about 2 times faster than S... | sergeyu@chromium.org | 2010-04-09 | 9 | -470/+808 |
* | Hierarchy. Hierarchy. Hierarchy!!! | avi@chromium.org | 2010-04-09 | 1 | -1/+1 |
* | Flush audio data after seek | hclam@chromium.org | 2010-04-08 | 4 | -15/+17 |