summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Use LoadLibraryEx() instead of SetDllDirectory() for overriding DLL loading p...scherkus@chromium.org2010-06-301-12/+5
* 1. remove initial rendering lag time for egl image decoding pathwjia@google.com2010-06-241-0/+26
* Limit the DLL search path when loading FFmpeg binaries on Windows.scherkus@chromium.org2010-06-231-2/+14
* code cleanup for media code for video renerers.jiesun@google.com2010-06-234-17/+10
* Revert 49990 - xthakis@chromium.org2010-06-161-12/+0
* xthakis@chromium.org2010-06-161-0/+12
* Chromoting unit test: Adding DecoderVerbatimTesthclam@chromium.org2010-06-152-0/+4
* 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-111-8/+6
* Implement a chromoting client using X11hclam@chromium.org2010-06-093-1/+62
* Change MediaFilter::Stop() to accept a callback so that Stop() is asynchronou...boliu@google.com2010-06-028-137/+198
* pad yuv additional 15 bytes to allow 16 pixels at a time to be processed with...fbarchard@chromium.org2010-05-281-1/+3
* Removed PushSource::Packet. SeekableBuffer.current_time() fixed to returnsergeyu@chromium.org2010-05-263-14/+22
* refactoring decoder interfacejiesun@google.com2010-05-262-10/+44
* Reporting a more accurate buffered time for the video taghclam@chromium.org2010-05-256-13/+51
* Change default to three threads for video decoding and add command line --vid...fbarchard@chromium.org2010-05-192-5/+12
* Refactoring in media::PipelineImpl and media::MediaFilter.scherkus@chromium.org2010-05-177-54/+43
* Removed AlsaPcmOutputStrem::Packet. Fixed bug in AlsaPcmOutputStream::Schedul...sergeyu@chromium.org2010-05-143-0/+45
* Add a private opaque pointer option to VideoFrame.scherkus@chromium.org2010-05-143-5/+70
* Add EGLImage as one media type different than regular uncompressed video buffer.scherkus@chromium.org2010-05-052-2/+26
* Use FFmpeg's reordered_opaque for presentation timestamp reordering.scherkus@chromium.org2010-04-282-12/+0
* Remove OmxSink interface because Buffer Allocation will go through Allocator ...jiesun@google.com2010-04-271-1/+9
* Merging SeekableBuffer and BufferQueue:sergeyu@chromium.org2010-04-276-447/+225
* Remove AVFrame dependency.jiesun@google.com2010-04-232-0/+12
* Vertical Scaler better pipelined for Atomfbarchard@chromium.org2010-04-232-75/+97
* Revert 45265 - Speed up vertical filtering using v = a+(ba)*x formulafbarchard@chromium.org2010-04-222-44/+39
* Speed up vertical filtering using v = a+(b-a)*x formulafbarchard@chromium.org2010-04-212-39/+44
* Issues with video loopinghclam@chromium.org2010-04-206-9/+19
* Filter YUV scaling at half size and below with center of pixelfbarchard@chromium.org2010-04-164-98/+156
* fix arm warningsfbarchard@chromium.org2010-04-155-162/+163
* Make C, MMX and SSE2 all output the same resultsfbarchard@chromium.org2010-04-157-827/+681
* fixed compilation problem with disabled SSEsergeyu@chromium.org2010-04-151-1/+1
* 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
* Disable SSE2 for Windows media playbackfbarchard@chromium.org2010-04-141-2/+4
* YUV scale clamp horizontal pixels when filteringfbarchard@chromium.org2010-04-141-11/+22
* Fix windows scaling bugfbarchard@chromium.org2010-04-131-4/+2
* include emmintrin for chrome linux to use mmx _m64 types.fbarchard@chromium.org2010-04-132-12/+10
* Changed horizontal scaler to start with 0 instead of 0.5.sergeyu@chromium.org2010-04-132-4/+4
* Vertical filtering conditional on fraction/scale factorfbarchard@chromium.org2010-04-132-32/+71
* Fixed build problem with disabled SSE.sergeyu@chromium.org2010-04-112-2/+8
* Optimized version of bilinear video scaler. It is about 2 times faster than S...sergeyu@chromium.org2010-04-097-467/+805
* Hierarchy. Hierarchy. Hierarchy!!!avi@chromium.org2010-04-091-1/+1
* Fix use_system_ffmpeg and clean up ffmpeg.gypscherkus@chromium.org2010-03-301-5/+20
* Revert 42727 - ffmpeg roll chromium binariesfbarchard@chromium.org2010-03-261-2/+1
* ffmpeg roll chromium binariesfbarchard@chromium.org2010-03-261-1/+2
* - OpenBSD media/audio support stubpvalchev@google.com2010-03-261-2/+2
* Removed custom FFmpegLock. Removed ffmpeg headers from third_party/ffmpeg/inc...scherkus@chromium.org2010-03-252-0/+16
* Change PipelineImplTest in media_unittests to workaround gmock bughclam@chromium.org2010-03-241-49/+59
* Revert 42415 - Removed custom FFmpegLock. Removed ffmpeg headers from third_p...scherkus@chromium.org2010-03-242-11/+0