| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up VideoDecoderConfig and replace VideoCodecInfo with a bool. | scherkus@chromium.org | 2011-10-01 | 10 | -111/+109 |
* | Remove no-longer-necessary conditional mention of an already-included source ... | fischman@chromium.org | 2011-10-01 | 1 | -5/+0 |
* | Simplify some callbacks-related code now that Bind can curry Callback->Closure. | fischman@chromium.org | 2011-09-30 | 4 | -55/+18 |
* | Improve ChunkDemuxer so AppendData() calls no longer have to be done on eleme... | acolwell@chromium.org | 2011-09-30 | 11 | -134/+415 |
* | gcc 4.6 warnings cleanup | pph34r@gmail.com | 2011-09-30 | 2 | -9/+1 |
* | Follow-up cleanup promised during r103376's CR. | fischman@chromium.org | 2011-09-30 | 13 | -198/+69 |
* | Removing mfplayer and mfdecoder tools. | scherkus@chromium.org | 2011-09-30 | 8 | -1846/+0 |
* | Here are more exports needed for content_unittests to link in the component b... | dpranke@chromium.org | 2011-09-30 | 2 | -2/+5 |
* | Convert all of media/ over to the new base::{Bind,Callback} hotness. | fischman@chromium.org | 2011-09-29 | 87 | -1120/+781 |
* | Remove no-longer-used FFmpeg index-related helpers. | fischman@chromium.org | 2011-09-29 | 3 | -196/+0 |
* | Remove AdaptiveDemuxer since it's been replaced with ChunkingDemuxer. | fischman@chromium.org | 2011-09-29 | 7 | -1398/+2 |
* | Re-enable SSSE3-optimized functions. | hbono@chromium.org | 2011-09-29 | 2 | -2/+18 |
* | Properly scope the lifetime of the |PPB_VideoCapture_Impl|. | viettrungluu@chromium.org | 2011-09-28 | 2 | -1/+15 |
* | Add OnRemoved() in VideoCapture::EventHandler API | wjia@chromium.org | 2011-09-27 | 3 | -0/+11 |
* | Fix the bug caused by refactoring in the layout test analyzer. | imasaki@google.com | 2011-09-27 | 1 | -3/+2 |
* | Make media/ PIC-clean on 32-bit Linux. | agl@chromium.org | 2011-09-27 | 1 | -2/+5 |
* | The runner script runs the analyzer with various parameters (especially, grou... | imasaki@google.com | 2011-09-23 | 7 | -117/+504 |
* | Exclude ffmpeg from the build when building for Android. | peter@chromium.org | 2011-09-23 | 1 | -65/+126 |
* | Reland r102332 - export more symbols needed for the component build | dpranke@chromium.org | 2011-09-23 | 1 | -1/+1 |
* | Revert "Fix more symbol exports and a compile failure for the component build... | dpranke@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | Fix more symbol exports and a compile failure for the component build of | dpranke@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | Introduce AudioDecoderConfig to migrate away from GetAVStream(). | scherkus@chromium.org | 2011-09-21 | 26 | -85/+426 |
* | Delete Tracked, and move Location to its own file. | ajwong@chromium.org | 2011-09-21 | 1 | -0/+1 |
* | Add a lock around getting and setting of source_ to avoid possible compiler r... | ajwong@chromium.org | 2011-09-21 | 2 | -11/+32 |
* | Reland r101418: Fix aspect ratio and clarify video frame dimensions | vrk@google.com | 2011-09-19 | 26 | -206/+199 |
* | Remove base/scoped_ptr.h | akalin@chromium.org | 2011-09-18 | 2 | -2/+2 |
* | Rewriting FFmpegAudioDecoder and eliminating DecoderBase. | scherkus@chromium.org | 2011-09-17 | 8 | -658/+257 |
* | Revert 101551 - Add script to generate and run layout tests for problematic v... | vrk@google.com | 2011-09-16 | 3 | -211/+0 |
* | Replace AudioDecoderConfig with simple accessors on AudioDecoder. | scherkus@chromium.org | 2011-09-16 | 17 | -103/+73 |
* | Add script to generate and run layout tests for problematic video files. | vrk@google.com | 2011-09-16 | 3 | -0/+211 |
* | Reorganize YUV scalers (Continued) | hclam@chromium.org | 2011-09-16 | 16 | -1857/+111 |
* | Write tests for FFmpegAudioDecoder so I can rewrite the class sans regressions. | scherkus@chromium.org | 2011-09-16 | 4 | -2/+206 |
* | Revert 101418 - Fix aspect ratio and clarify video frame dimensions | vrk@google.com | 2011-09-16 | 25 | -196/+206 |
* | Fix aspect ratio and clarify video frame dimensions | vrk@google.com | 2011-09-16 | 25 | -206/+196 |
* | Remove hardcoded text 'media' in the layout test analyzer. | imasaki@google.com | 2011-09-15 | 2 | -92/+121 |
* | Add API to query for the audio buffer size. | rtoy@google.com | 2011-09-15 | 2 | -0/+22 |
* | There is a complain from Valgrind about invalid memory access in snd_device_n... | xians@chromium.org | 2011-09-15 | 3 | -14/+23 |
* | Windows-only change -- issue is worst on Windows because of pre-buffering. On... | enal@chromium.org | 2011-09-15 | 2 | -2/+24 |
* | Fixing dropped seeks. | serya@chromium.org | 2011-09-15 | 1 | -1/+1 |
* | Add one more vorbis packet for testing purposes. | scherkus@chromium.org | 2011-09-14 | 2 | -2/+6 |
* | Resubmit - Rewrite color space conversions suite using YASM" | hclam@chromium.org | 2011-09-14 | 28 | -192/+1891 |
* | Improve the speed of YUVConvertTest.SideBySideRGB. | hbono@chromium.org | 2011-09-14 | 1 | -7/+9 |
* | Revert 100915 - Rewrite color space conversions suite using YASM | dhollowa@chromium.org | 2011-09-14 | 28 | -1916/+191 |
* | Revert 100916 - Fix build | dhollowa@chromium.org | 2011-09-14 | 2 | -0/+25 |
* | Revert 100917 - Not use SSSE3 code that was merged accidentally | dhollowa@chromium.org | 2011-09-14 | 1 | -1/+17 |
* | Automatic update of annotations in the trend graph in layout test analyzer. | imasaki@google.com | 2011-09-13 | 7 | -72/+4278 |
* | Remove Demuxer from the Filter class hierarchy. | acolwell@chromium.org | 2011-09-13 | 21 | -124/+353 |
* | Not use SSSE3 code that was merged accidentally | hclam@chromium.org | 2011-09-13 | 1 | -17/+1 |
* | Fix build | hclam@chromium.org | 2011-09-13 | 2 | -25/+0 |
* | Rewrite color space conversions suite using YASM | hclam@chromium.org | 2011-09-13 | 28 | -191/+1916 |