summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change prototype to match upstream change from ffmpeg trunk to fix build with...fbarchard@chromium.org2010-06-082-0/+8
* refactor on-goning.jiesun@google.com2010-06-072-45/+8
* use glEGLImageTargetTexture2DOES instead of FindTexture()jiesun@google.com2010-06-072-24/+23
* add support of OpenMAX EGL image decodingwjia@google.com2010-06-078-121/+326
* AudioController to perform audio operations on a separate threadhclam@chromium.org2010-06-076-7/+700
* fix parsing error at the end of streamwjia@google.com2010-06-041-1/+1
* time stamp is not used , therefore the player_x11 hangs.jiesun@google.com2010-06-022-0/+6
* Change MediaFilter::Stop() to accept a callback so that Stop() is asynchronou...boliu@google.com2010-06-028-137/+198
* some vendor's compiler had issues about the constant variable.jiesun@google.com2010-06-021-2/+5
* enable omx_codec_unittest based on new omx enginewjia@google.com2010-06-021-158/+192
* Adding support for playing audio only also files through player_x11 applicati...scherkus@chromium.org2010-06-021-3/+10
* make opengles 2.0 worksjiesun@google.com2010-06-011-1/+3
* renderer filter creation require media format have mime type and width/height.jiesun@google.com2010-05-282-6/+25
* audio use xmmintrin for sse to reduce requirement from sse2 to ssefbarchard@chromium.org2010-05-281-1/+1
* set client state to kClientInitializing a little earlier in order to satisfy ...wjia@google.com2010-05-281-2/+2
* Remove omx_codec since OMX client implementation is in omx_video_decode_engin...wjia@google.com2010-05-285-1676/+90
* pad yuv additional 15 bytes to allow 16 pixels at a time to be processed with...fbarchard@chromium.org2010-05-281-1/+3
* Implements video decoder filter for OpenMAXhclam@chromium.org2010-05-273-18/+141
* Merge omx_codec and omx_video_decode_enginehclam@chromium.org2010-05-272-59/+1308
* Removed PushSource::Packet. SeekableBuffer.current_time() fixed to returnsergeyu@chromium.org2010-05-266-71/+40
* refactoring decoder interfacejiesun@google.com2010-05-2610-93/+136
* Reporting a more accurate buffered time for the video taghclam@chromium.org2010-05-258-13/+56
* 1. decoder interface now looks a little strange, until we refactoring.jiesun@google.com2010-05-2113-181/+77