summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1. remove initial rendering lag time for egl image decoding pathwjia@google.com2010-06-2414-99/+146
* move DEPS of app into player_x11wjia@google.com2010-06-241-0/+0
* media_Bench and ffmpeg_tests disable exception handler by defaultfbarchard@chromium.org2010-06-242-4/+16
* Limit the DLL search path when loading FFmpeg binaries on Windows.scherkus@chromium.org2010-06-231-2/+14
* Allow src/media/tools/ to include files from app.tony@chromium.org2010-06-231-0/+4
* code cleanup for media code for video renerers.jiesun@google.com2010-06-2318-138/+126
* fix broken gl rendererwjia@google.com2010-06-232-27/+4
* Some fixups for AudioController and unit testshclam@chromium.org2010-06-224-21/+81
* remove omx from win and mac build.jiesun@google.com2010-06-181-66/+74
* AudioController accepts hardware buffer size as parameter.hclam@chromium.org2010-06-163-22/+51
* merge video_decoder_impl.cc and ffmpeg_video_decoder.ccjiesun@google.com2010-06-166-416/+364
* add play controljiesun@google.com2010-06-161-17/+60
* Revert 49982 - patchthakis@chromium.org2010-06-162-4/+1
* Revert 49990 - xthakis@chromium.org2010-06-161-12/+0
* xthakis@chromium.org2010-06-161-0/+12
* patchthakis@chromium.org2010-06-162-1/+4
* Chromoting unit test: Adding DecoderVerbatimTesthclam@chromium.org2010-06-152-0/+4
* 1. support stop mode for omxwjia@google.com2010-06-153-10/+32
* Added checks to GetBufferedTime() to cap at the media's durationvrk@google.com2010-06-143-9/+52
* Make MediaFilter::Stop() asynchronous.boliu@chromium.org2010-06-1120-47/+92
* media: fix timestamp issues.jiesun@google.com2010-06-106-33/+39
* 1. make omx engine the driving force to read bit streamwjia@google.com2010-06-107-99/+86
* Added EGL based GLContext.apatrick@chromium.org2010-06-091-1/+1
* Implement a chromoting client using X11hclam@chromium.org2010-06-093-1/+62
* revert cl 49121 since the way of using glEglImageTargetTexture2DOES is undefi...wjia@google.com2010-06-092-23/+24
* Rename Chrome threads to use a "Cr" prefix.evan@chromium.org2010-06-091-1/+1
* change X/GL thread to message loop for injecting taskjiesun@google.com2010-06-097-82/+82