summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect usage of scope_ptr with an array.tkent@chromium.org2009-10-191-1/+1
* media.gyp - remove condition that prevents qt_faststart from building on x64.fbarchard@chromium.org2009-10-171-11/+7
* -fPIC buildable version of yuv for 64 bit linux.fbarchard@chromium.org2009-10-161-97/+106
* Move Alsa device opening into the audio thread, and add in support for multi-...ajwong@chromium.org2009-10-1610-121/+694
* Report stalled event correctly for <video>hclam@chromium.org2009-10-164-1/+45
* Mark YUV conversion functions private_extern on the Mac. These symbols don'tmark@chromium.org2009-10-151-2/+0
* Pad time to next audio data write to compensate for nanosleep inaccuracy on l...ajwong@chromium.org2009-10-151-0/+10
* MMX2 improvements on Linux 64 bit.fbarchard@chromium.org2009-10-153-77/+87
* Remove the base_gfx project since it no longer has an external dependencies.brettw@chromium.org2009-10-141-0/+1
* Reverting 29019.finnur@chromium.org2009-10-143-70/+66
* Use lea to remove 2 instructions from the inner loop of YUV Scale.fbarchard@chromium.org2009-10-143-66/+70
* Add 'Hash' to printf for test corpus script compatibility and future hash com...fbarchard@chromium.org2009-10-141-3/+3
* Turn NULL used as int to 0.phajdan.jr@chromium.org2009-10-132-4/+4
* 64 bit linux yuvfbarchard@chromium.org2009-10-132-40/+120
* Use ASCII strings for switch names.evan@chromium.org2009-10-131-13/+13
* Remove old data, once we are not using it.fbarchard@chromium.org2009-10-122-2/+0
* use djb2 hash in media/basefbarchard@chromium.org2009-10-121-21/+17
* media_bench use djb2 hash from media/basefbarchard@chromium.org2009-10-091-13/+1
* Support 8 and 32 bit formats for Mac Channel Swizzler.fbarchard@chromium.org2009-10-091-2/+4
* Update new data to match old data so checksum doesnt fail and remove old data.fbarchard@chromium.org2009-10-092-2/+2
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* DJB2 Hash for applications where high speed hash or checksum values are needed.fbarchard@chromium.org2009-10-094-0/+74
* Add -loop=N option to test ffmpeg ogv decoding on loop.fbarchard@chromium.org2009-10-091-0/+20
* quick syntax fixfbarchard@chromium.org2009-10-081-1/+1
* Support 8 and 32 bit formats for Mac Channel Swizzler.fbarchard@chromium.org2009-10-081-7/+13
* Add comments setting emacs and vim tab width and expansion variables.sgk@google.com2009-10-061-0/+6
* Mac Surround Sound 5.1 channel layout adapter from AAC layout to native Audio...fbarchard@chromium.org2009-10-063-12/+60
* media::FFmpegDemuxer giving too much errorshclam@chromium.org2009-09-301-2/+4
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-292-3/+3
* Add --verbose=N option to set ffmpeg log message level.fbarchard@chromium.org2009-09-241-3/+16
* Off by one in YUV scale caused an extra read (mostly harmless)fbarchard@chromium.org2009-09-223-21/+3
* Fixing build bustage caused by r26759hclam@chromium.org2009-09-211-1/+1
* Clean up the unittest to correct order of expects, and give correct tracing i...ajwong@chromium.org2009-09-211-18/+28
* Mac YUV with a single YUV table of 6k instead of 3 tables of 2k.fbarchard@chromium.org2009-09-212-278/+66
* Disable FFmpeg logging as it interferes with layout tests.scherkus@chromium.org2009-09-194-0/+13
* Revert "Mac YUV assembly"ajwong@chromium.org2009-09-182-63/+273
* Mac YUV assemblyfbarchard@chromium.org2009-09-182-273/+63
* Fixing audio in machclam@chromium.org2009-09-173-8/+94
* Pause for <video> should have immediate effect on audiohclam@chromium.org2009-09-171-2/+3
* AudioHardwareGetProperty is deprecated in Mac OS X 10.6 ("Snow Leopard").mark@chromium.org2009-09-171-5/+15
* Don't redefine what Snow Leopard provides if Snow Leopard has provided it.mark@chromium.org2009-09-161-1/+3
* Force inclusion of build/common.gypi for all chromium gyp files.yaar@chromium.org2009-09-151-3/+0
* Reverting 26070 from media tests failuremhm@chromium.org2009-09-124-76/+286
* Media Bench file IO redux to address mp4 parsing issue.fbarchard@chromium.org2009-09-122-117/+262
* Mac Assembler and Linux cleanupfbarchard@chromium.org2009-09-124-286/+76
* Removes hungarian notation in media\player. Thanks to thiago.farina@gmail.comfbarchard@chromium.org2009-09-091-56/+55
* Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set butbenl@chromium.org2009-09-072-2/+11
* Media bench add -hash, 64 bit IO, and some cleanup of dumpfbarchard@chromium.org2009-09-052-12/+47
* Added file_protocol.h to media.gypscherkus@chromium.org2009-09-041-0/+1
* Implemented file URLProtocol for media_bench.scherkus@chromium.org2009-09-046-4/+81