summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Speed up vertical filtering using v = a+(b-a)*x formulafbarchard@chromium.org2010-04-213-39/+50
* Issues with video loopinghclam@chromium.org2010-04-2010-20/+43
* scaler_bench is a simple benchmark that can be used to measure performance of...sergeyu@chromium.org2010-04-202-0/+210
* Revert 44950 - scaler_bench is a simple benchmark that can be used to measure...sergeyu@chromium.org2010-04-192-217/+0
* scaler_bench is a simple benchmark that can be used to measure performance of...sergeyu@chromium.org2010-04-192-0/+217
* code fix for video framejiesun@google.com2010-04-162-72/+63
* Filter YUV scaling at half size and below with center of pixelfbarchard@chromium.org2010-04-164-98/+156
* Remove 2 memcpy() in the OpenMAX code pathhclam@chromium.org2010-04-1514-78/+126
* Cleanup: Explicitly add a bunch of missing includes.thestig@chromium.org2010-04-153-3/+6
* fix arm warningsfbarchard@chromium.org2010-04-155-162/+163
* Make C, MMX and SSE2 all output the same resultsfbarchard@chromium.org2010-04-158-827/+682
* fixed compilation problem with disabled SSEsergeyu@chromium.org2010-04-151-1/+1
* Revert "Remove 2 memcpy() for omx video decode input"hclam@chromium.org2010-04-1414-126/+78
* Remove 2 memcpy() for omx video decode inputhclam@chromium.org2010-04-1414-78/+126
* Looping for audio / videohclam@chromium.org2010-04-141-3/+25
* Incorrect chroma on the right border fixed.sergeyu@chromium.org2010-04-141-13/+12
* quick fix for emms on linux 64fbarchard@chromium.org2010-04-141-2/+1