summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed custom FFmpegLock. Removed ffmpeg headers from third_party/ffmpeg/inc...scherkus@chromium.org2010-03-242-0/+11
* Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame.scherkus@chromium.org2010-03-237-502/+458
* Revert 41386 - Removed custom FFmpegLock. Removed ffmpeg headers from third_p...jrg@chromium.org2010-03-122-11/+0
* Removed custom FFmpegLock. Removed ffmpeg headers from third_party/ffmpeg/inc...scherkus@chromium.org2010-03-122-0/+11
* Generate stubs for OpenMAX ILhclam@chromium.org2010-03-023-3/+43
* Some fixes to player_x11 when OpenMAX is enabledhclam@chromium.org2010-02-202-2/+0
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-197-10/+16
* linux: build with -Wextraevan@chromium.org2010-02-051-7/+7
* Refactor some code that depends on FFmpeghclam@chromium.org2010-01-262-3/+3
* Switches to enable OpenMAX for video decoding in Chromehclam@chromium.org2010-01-222-2/+4