summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* VideoDecoderImpl Mock Engine leak callback.jiesun@google.com2010-05-201-2/+8
* refactoring engine interface for openmax.jiesun@google.com2010-05-2013-233/+257
* Build fix.agl@chromium.org2010-05-201-1/+1
* Handle EINTR and remove offset_t in ffmpeg code.agl@chromium.org2010-05-203-11/+10
* Chromium side changes for enabling VP8 and WebM support.scherkus@chromium.org2010-05-202-0/+13
* Change default to three threads for video decoding and add command line --vid...fbarchard@chromium.org2010-05-195-15/+34
* Revert 47603 - refactoring engine interface for openmax.atwilson@chromium.org2010-05-1913-255/+233
* refactoring engine interface for openmax.jiesun@google.com2010-05-1913-233/+255
* Refactoring in media::PipelineImpl and media::MediaFilter.scherkus@chromium.org2010-05-1710-61/+48
* Enable error recognition and error concealment options in qualification softw...fbarchard@chromium.org2010-05-172-0/+14
* Fix folding code to respect new AAC channel order caused by ffmpeg roll. Als...fbarchard@chromium.org2010-05-172-11/+8
* Fixed memory leaks in media_unittests that cause heapcheck errors.sergeyu@chromium.org2010-05-161-0/+9
* Fixed memleak in alsa_output.ccsergeyu@chromium.org2010-05-161-1/+2
* Fixed media_unittests.sergeyu@chromium.org2010-05-153-26/+69
* Fix OpenMAX video decoding hanginghclam@chromium.org2010-05-142-13/+26
* Removed AlsaPcmOutputStrem::Packet. Fixed bug in AlsaPcmOutputStream::Schedul...sergeyu@chromium.org2010-05-148-187/+262