summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a private opaque pointer option to VideoFrame.scherkus@chromium.org2010-05-143-5/+70
* Cleanup: Add a bunch of missing includes.thestig@chromium.org2010-05-101-1/+2
* ffmpeg audio convert float to int samples immediately after decodefbarchard@chromium.org2010-05-071-0/+62
* Add EGLImage as one media type different than regular uncompressed video buffer.scherkus@chromium.org2010-05-0515-23/+96
* Revert 46314 - floating point audio support in util functions for volume and ...fbarchard@chromium.org2010-05-043-65/+29
* floating point audio support in util functions for volume and foldingfbarchard@chromium.org2010-05-043-29/+65
* scaler_bench is a simple benchmark that can be used to measure performance of...sergeyu@chromium.org2010-05-031-0/+12
* Use FFmpeg's reordered_opaque for presentation timestamp reordering.scherkus@chromium.org2010-04-286-43/+88
* Fix nested ifs and incorrect indentation in ffmpeg_video_decode_engine.cc.scherkus@chromium.org2010-04-281-40/+42
* Remove OmxSink interface because Buffer Allocation will go through Allocator ...jiesun@google.com2010-04-2710-520/+90
* Merging SeekableBuffer and BufferQueue:sergeyu@chromium.org2010-04-279-460/+236
* Remove AVFrame dependency.jiesun@google.com2010-04-2311-230/+250
* Vertical Scaler better pipelined for Atomfbarchard@chromium.org2010-04-233-77/+105
* OmxInputBuffer removed as it is not used anywhere.sergeyu@chromium.org2010-04-224-162/+0
* Clean up the audio timestamp and duration code.scherkus@chromium.org2010-04-221-22/+14
* Revert 45265 - Speed up vertical filtering using v = a+(ba)*x formulafbarchard@chromium.org2010-04-223-50/+39