summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the standard DeleteTask rather than rolling my own.ajwong@chromium.org2009-12-301-13/+1
* Retry r35228: Fix windows build due to missing mock ffmpeg entry points.ajwong@chromium.org2009-12-232-0/+6
* TBR: levinajwong@chromium.org2009-12-232-6/+0
* Fix windows build due to missing mock ffmpeg entry points.ajwong@chromium.org2009-12-232-0/+6
* Implementation of OmxVideoDecodeEngine.ajwong@chromium.org2009-12-224-0/+89
* Give classes with virtual methods virtual protected destructors instead of im...jamesr@chromium.org2009-12-161-0/+3
* Refactor FFmpegVideoDecoder to try and generalize code common to all video de...ajwong@chromium.org2009-12-102-0/+172
* Factor out PtsHeap into a reusable class.ajwong@chromium.org2009-12-022-0/+106
* Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...thestig@chromium.org2009-12-021-1/+1
* Add codec id into the media_format so that downstream filters can determine c...ajwong@chromium.org2009-12-012-0/+2
* Enable the mpeg4toannexb bitstream filter.ajwong@chromium.org2009-11-302-0/+30