| Commit message (Expand) | Author | Age | Files | Lines |
* | Add yasm and ffmpeg into the build tree for linux. | ajwong@chromium.org | 2009-10-30 | 1 | -0/+10 |
* | Fix memory leaks in media_bench. | scherkus@chromium.org | 2009-10-27 | 1 | -12/+19 |
* | Data to reproduce infinite loop fixed by 48_aac_infinite_loop.patch | fbarchard@chromium.org | 2009-10-26 | 1 | -0/+0 |
* | Quick fix for Alsa stutter - Wake up sooner. | fbarchard@chromium.org | 2009-10-22 | 1 | -0/+3 |
* | Fold first 3 channels of multichannel instead of 5. Use fixed point. | fbarchard@chromium.org | 2009-10-20 | 2 | -94/+113 |
* | Fix incorrect usage of scope_ptr with an array. | tkent@chromium.org | 2009-10-19 | 1 | -1/+1 |
* | media.gyp - remove condition that prevents qt_faststart from building on x64. | fbarchard@chromium.org | 2009-10-17 | 1 | -11/+7 |
* | -fPIC buildable version of yuv for 64 bit linux. | fbarchard@chromium.org | 2009-10-16 | 1 | -97/+106 |
* | Move Alsa device opening into the audio thread, and add in support for multi-... | ajwong@chromium.org | 2009-10-16 | 10 | -121/+694 |
* | Report stalled event correctly for <video> | hclam@chromium.org | 2009-10-16 | 4 | -1/+45 |
* | Mark YUV conversion functions private_extern on the Mac. These symbols don't | mark@chromium.org | 2009-10-15 | 1 | -2/+0 |
* | Pad time to next audio data write to compensate for nanosleep inaccuracy on l... | ajwong@chromium.org | 2009-10-15 | 1 | -0/+10 |
* | MMX2 improvements on Linux 64 bit. | fbarchard@chromium.org | 2009-10-15 | 3 | -77/+87 |
* | Remove the base_gfx project since it no longer has an external dependencies. | brettw@chromium.org | 2009-10-14 | 1 | -0/+1 |
* | Reverting 29019. | finnur@chromium.org | 2009-10-14 | 3 | -70/+66 |
* | Use lea to remove 2 instructions from the inner loop of YUV Scale. | fbarchard@chromium.org | 2009-10-14 | 3 | -66/+70 |
* | Add 'Hash' to printf for test corpus script compatibility and future hash com... | fbarchard@chromium.org | 2009-10-14 | 1 | -3/+3 |
* | Turn NULL used as int to 0. | phajdan.jr@chromium.org | 2009-10-13 | 2 | -4/+4 |
* | 64 bit linux yuv | fbarchard@chromium.org | 2009-10-13 | 2 | -40/+120 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 1 | -13/+13 |
* | Remove old data, once we are not using it. | fbarchard@chromium.org | 2009-10-12 | 2 | -2/+0 |
* | use djb2 hash in media/base | fbarchard@chromium.org | 2009-10-12 | 1 | -21/+17 |
* | media_bench use djb2 hash from media/base | fbarchard@chromium.org | 2009-10-09 | 1 | -13/+1 |
* | Support 8 and 32 bit formats for Mac Channel Swizzler. | fbarchard@chromium.org | 2009-10-09 | 1 | -2/+4 |
* | Update new data to match old data so checksum doesnt fail and remove old data. | fbarchard@chromium.org | 2009-10-09 | 2 | -2/+2 |
* | Move more ICU-dependent stuff from base into base/i18n. Some test stuff also | brettw@chromium.org | 2009-10-09 | 1 | -1/+1 |
* | DJB2 Hash for applications where high speed hash or checksum values are needed. | fbarchard@chromium.org | 2009-10-09 | 4 | -0/+74 |
* | Add -loop=N option to test ffmpeg ogv decoding on loop. | fbarchard@chromium.org | 2009-10-09 | 1 | -0/+20 |
* | quick syntax fix | fbarchard@chromium.org | 2009-10-08 | 1 | -1/+1 |
* | Support 8 and 32 bit formats for Mac Channel Swizzler. | fbarchard@chromium.org | 2009-10-08 | 1 | -7/+13 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 1 | -0/+6 |
* | Mac Surround Sound 5.1 channel layout adapter from AAC layout to native Audio... | fbarchard@chromium.org | 2009-10-06 | 3 | -12/+60 |
* | media::FFmpegDemuxer giving too much errors | hclam@chromium.org | 2009-09-30 | 1 | -2/+4 |
* | Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ... | pkasting@chromium.org | 2009-09-29 | 2 | -3/+3 |
* | Add --verbose=N option to set ffmpeg log message level. | fbarchard@chromium.org | 2009-09-24 | 1 | -3/+16 |
* | Off by one in YUV scale caused an extra read (mostly harmless) | fbarchard@chromium.org | 2009-09-22 | 3 | -21/+3 |
* | Fixing build bustage caused by r26759 | hclam@chromium.org | 2009-09-21 | 1 | -1/+1 |
* | Clean up the unittest to correct order of expects, and give correct tracing i... | ajwong@chromium.org | 2009-09-21 | 1 | -18/+28 |
* | Mac YUV with a single YUV table of 6k instead of 3 tables of 2k. | fbarchard@chromium.org | 2009-09-21 | 2 | -278/+66 |
* | Disable FFmpeg logging as it interferes with layout tests. | scherkus@chromium.org | 2009-09-19 | 4 | -0/+13 |
* | Revert "Mac YUV assembly" | ajwong@chromium.org | 2009-09-18 | 2 | -63/+273 |
* | Mac YUV assembly | fbarchard@chromium.org | 2009-09-18 | 2 | -273/+63 |
* | Fixing audio in mac | hclam@chromium.org | 2009-09-17 | 3 | -8/+94 |
* | Pause for <video> should have immediate effect on audio | hclam@chromium.org | 2009-09-17 | 1 | -2/+3 |
* | AudioHardwareGetProperty is deprecated in Mac OS X 10.6 ("Snow Leopard"). | mark@chromium.org | 2009-09-17 | 1 | -5/+15 |
* | Don't redefine what Snow Leopard provides if Snow Leopard has provided it. | mark@chromium.org | 2009-09-16 | 1 | -1/+3 |
* | Force inclusion of build/common.gypi for all chromium gyp files. | yaar@chromium.org | 2009-09-15 | 1 | -3/+0 |
* | Reverting 26070 from media tests failure | mhm@chromium.org | 2009-09-12 | 4 | -76/+286 |
* | Media Bench file IO redux to address mp4 parsing issue. | fbarchard@chromium.org | 2009-09-12 | 2 | -117/+262 |
* | Mac Assembler and Linux cleanup | fbarchard@chromium.org | 2009-09-12 | 4 | -286/+76 |