summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux: fix yuv_row on ARM (don't use MMX).piman@chromium.org2009-09-041-2/+1
* Apply some sanity checks to the values coming back to us from FFmpeg.cevans@chromium.org2009-09-043-1/+42
* media_bench optionally dump raw output to a file.fbarchard@chromium.org2009-09-031-5/+73
* Uses POINT instead of CPoint to reduce the dependency in ATL.scherkus@chromium.org2009-09-031-1/+1
* Fix messy includes in media\player.maruel@chromium.org2009-09-0313-149/+68
* Do not permit a seek to a negative position. This was already an errorcevans@chromium.org2009-09-032-1/+5
* Ignore audio decode errors in the same way video decode errors are done.fbarchard@chromium.org2009-09-021-1/+6
* mmx for linux yuv convert function.fbarchard@chromium.org2009-09-015-88/+903
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-285-10/+7
* Fix a ton of compiler warnings.estade@chromium.org2009-08-285-7/+10
* Fix memory leask in media yuv_convert unit tests. Replace pointers init'd by ...jshin@chromium.org2009-08-281-22/+22
* Delay calling NotifyEnded() until the audio hardware has played the last of t...scherkus@chromium.org2009-08-272-7/+18
* Fix build bustage r24568hclam@chromium.org2009-08-271-0/+2
* Make audio and video in sync while playback rate != 1.0hclam@chromium.org2009-08-271-0/+1
* Output format change to allow longer durations.fbarchard@chromium.org2009-08-261-1/+1
* Clean up AudioRendererAlgorithmOLA when dealing with very little remaining data.scherkus@chromium.org2009-08-256-26/+230
* Provide unplayed bytes ALSA implementation of audiohclam@chromium.org2009-08-244-3/+32
* Providing unplayed bytes in audio hardware bufferhclam@chromium.org2009-08-2415-37/+126
* qt_faststart use %PRIX64 for 64 bit value printfs for better compatibility wi...fbarchard@chromium.org2009-08-211-5/+6
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-215-0/+26
* Updates to be able to build all targets in Linux x64.deanm@chromium.org2009-08-211-7/+11
* Timing code for measuring DLL load performance.fbarchard@chromium.org2009-08-211-1/+29
* Fix Issue 160529 in a nice way with unittest.fbarchard@chromium.org2009-08-214-54/+33
* Reverting r24002 due to test_shell_tests rednessajwong@chromium.org2009-08-215-26/+0
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-215-0/+26
* Threadsafe access to AudioSource callback. Release stream on close. Handle er...ajwong@chromium.org2009-08-215-46/+151
* Fix build bustagehclam@chromium.org2009-08-211-1/+1