| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Assume pending buffered bytes is zero when ALSA has underrun. | scherkus@chromium.org | 2010-04-08 | 5 | -16/+73 |
* | Remove outdated TODO. | scherkus@chromium.org | 2010-04-07 | 1 | -3/+0 |
* | media disable threads for ogg to avoid shutdown crash | fbarchard@chromium.org | 2010-04-07 | 2 | -1/+13 |
* | Don't clear VideoRendererImpl's proxy_ variable during OnStop(). | scherkus@chromium.org | 2010-04-06 | 1 | -3/+7 |
* | Audio cut off ~500ms too early | hclam@chromium.org | 2010-04-02 | 1 | -2/+4 |
* | Enable support for additional media formats by using the duration from AVForm... | scherkus@chromium.org | 2010-04-02 | 1 | -1/+7 |
* | ffmpeg_tests do audio for audio formats (ie wma) | fbarchard@chromium.org | 2010-03-30 | 1 | -40/+47 |
* | Minor C++ fixes found by Clang. | evan@chromium.org | 2010-03-30 | 1 | -1/+1 |
* | Fix use_system_ffmpeg and clean up ffmpeg.gyp | scherkus@chromium.org | 2010-03-30 | 2 | -8/+24 |
* | Revert 42727 - ffmpeg roll chromium binaries | fbarchard@chromium.org | 2010-03-26 | 2 | -4/+3 |
* | ffmpeg roll chromium binaries | fbarchard@chromium.org | 2010-03-26 | 2 | -3/+4 |
* | - OpenBSD media/audio support stub | pvalchev@google.com | 2010-03-26 | 4 | -7/+115 |
* | Removed custom FFmpegLock. Removed ffmpeg headers from third_party/ffmpeg/inc... | scherkus@chromium.org | 2010-03-25 | 9 | -60/+63 |