summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Revert "This tool demonstrates the use of the Media Foundation H.264 decoder ...evan@chromium.org2010-07-298-1366/+0
* This tool demonstrates the use of the Media Foundation H.264 decoder as a sta...imcheng@chromium.org2010-07-298-0/+1366
* Fixing crash in buffer bar painting codevrk@google.com2010-07-281-0/+13
* ffmpeg roll for chromium source and windows binariesfbarchard@chromium.org2010-07-288-10/+11
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-286-1/+7
* Revert r53885 "deps roll for new ffmpeg and switch to av_register_protocol2"jeremy@chromium.org2010-07-288-11/+10
* Updated some comments to point at bugs in ffmpeg_unittest.cc and ffmpeg_audio...scherkus@chromium.org2010-07-282-1/+19
* deps roll for new ffmpeg and switch to av_register_protocol2fbarchard@chromium.org2010-07-288-10/+11
* Implement accurate seeking by decoding audio/video until we reach our desired...scherkus@chromium.org2010-07-285-5/+33
* Checking in FFmpeg regression testing framework.scherkus@chromium.org2010-07-272-0/+661
* GTTF: more FRIEND_TEST_ALL_PREFIXESphajdan.jr@chromium.org2010-07-277-45/+56
* media: player_wtl renderer forget to putCurrentFrame.jiesun@google.com2010-07-271-0/+1
* use_system_ffmpeg broken on gentoo side.jiesun@google.com2010-07-261-2/+0
* ffmpeg seek to keyframe on oggfbarchard@chromium.org2010-07-261-4/+0
* media: preparation for recycle buffer.jiesun@google.com2010-07-227-58/+273
* Remove FFmpegDemuxer::current_timestamp_ and always pass AVSEEK_FLAG_BACKWARD...scherkus@chromium.org2010-07-223-17/+11
* Reverting 53348...bradnelson@google.com2010-07-227-273/+58
* media: preparation for recycle buffer.jiesun@google.com2010-07-227-58/+273
* Revert 53266 - Testing a revert works removing a harmless comment CLfbarchard@chromium.org2010-07-221-4/+1
* Revert 53281 - ffmpeg update with vp3 patches.fbarchard@chromium.org2010-07-227-10/+9
* ffmpeg update with vp3 patches.fbarchard@chromium.org2010-07-227-9/+10
* comment for what linearscale isfbarchard@chromium.org2010-07-211-1/+4
* Remove deprecated CommandLine::GetLooseValues(), rename to args().evan@chromium.org2010-07-215-53/+66
* Fix check_deps problem in my last commithclam@chromium.org2010-07-201-1/+1
* Fix check_deps failure in my last commithclam@chromium.org2010-07-201-0/+1
* A tool using Source Reader in Media Foundation for H264 decodinghclam@chromium.org2010-07-205-0/+1040
* media seek to any frame for ffmpegfbarchard@chromium.org2010-07-201-0/+4
* file_util: deprecate remaining wstring functionsevan@chromium.org2010-07-168-53/+72
* temporary fix for OMX port setting change eventwjia@google.com2010-07-162-7/+15
* Add an AudioInputController to help with audio recording.satish@chromium.org2010-07-164-0/+409
* This callback is created byjiesun@google.com2010-07-151-5/+4
* Audio pause and seek betterhclam@chromium.org2010-07-152-19/+69
* AudioController sets volume to 1.0 by defaulthclam@chromium.org2010-07-151-1/+1
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-155-0/+5
* Add a fake audio input stream for testing purposes.satish@chromium.org2010-07-157-1/+201
* Fixed ended event when playing audio on linux.sergeyu@chromium.org2010-07-143-43/+3
* media: refactoring video_render_base to recycle buffersjiesun@google.com2010-07-146-132/+205
* Revert everything related to the relanding.erg@chromium.org2010-07-145-5/+0
* Reland r52336.erg@chromium.org2010-07-145-0/+5
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-145-5/+0
* More header cleanup:erg@chromium.org2010-07-145-0/+5
* Add recording capability to AudioManager, and implemented on windows using th...satish@chromium.org2010-07-1414-5/+696
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-1228-156/+162
* media: Remove a not accurated TODO.tfarina@chromium.org2010-07-101-12/+3
* Renamed AudioController to AudioOutputController.satish@chromium.org2010-07-094-110/+125
* A simple media player using Media Foundation.hclam@chromium.org2010-07-095-0/+1364
* Rewrite AudioRendererHost to use AudioControllerhclam@chromium.org2010-07-073-14/+31
* Use LoadLibraryEx() instead of SetDllDirectory() for overriding DLL loading p...scherkus@chromium.org2010-06-301-12/+5
* media: OMX seek works for OMX_HEADBUFFERTYPE now.jiesun@google.com2010-06-2914-35/+231
* move quit of paint message_loop into callback of pipeline stop to guarantee m...wjia@google.com2010-06-281-13/+10