summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Merge 32455 - Check for null frame pointers and do nothing to avoid a crash.laforge@chromium.org2009-11-191-0/+9
* Test program for OpenMAX video decodinghclam@chromium.org2009-11-134-8/+205
* Fix build bustage cause by checkdepshclam@chromium.org2009-11-121-0/+1
* OpenMAX for video decoderhclam@chromium.org2009-11-124-0/+1493
* Use GetSwitchValueASCII.tony@chromium.org2009-11-061-10/+10
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-054-3/+21
* Limit frequency of audio to 48000.fbarchard@chromium.org2009-11-051-0/+9
* Reduce sleep time on Mac to 500 ms, same as PCfbarchard@chromium.org2009-11-051-1/+1
* Fix crash in AudioRendererImpl by adding a MessageLoop DestructionObserver.scherkus@chromium.org2009-11-051-0/+7
* wav_ola_test - add CommandLine::Reset to clean up ValGrind memory leak fix.fbarchard@chromium.org2009-11-051-1/+1
* Add a command line reset to clean up memory leak found by valgrind.fbarchard@chromium.org2009-11-051-0/+1
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-0413-88/+72
* Reduce test duration for valgrind.fbarchard@chromium.org2009-11-031-1/+1
* Add yasm and ffmpeg into the build tree for linux.ajwong@chromium.org2009-10-301-0/+10
* Fix memory leaks in media_bench.scherkus@chromium.org2009-10-271-12/+19
* Data to reproduce infinite loop fixed by 48_aac_infinite_loop.patchfbarchard@chromium.org2009-10-261-0/+0
* Quick fix for Alsa stutter - Wake up sooner.fbarchard@chromium.org2009-10-221-0/+3
* Fold first 3 channels of multichannel instead of 5. Use fixed point.fbarchard@chromium.org2009-10-202-94/+113
* 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