summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-2/+4
* Replace hard-coded media_format() methods with Google Mock methods declared i...scherkus@chromium.org2009-11-182-46/+54
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-052-0/+16
* Reduce test duration for valgrind.fbarchard@chromium.org2009-11-031-1/+1
* Add yasm and ffmpeg into the build tree for linux.ajwong@chromium.org2009-10-301-0/+10
* -fPIC buildable version of yuv for 64 bit linux.fbarchard@chromium.org2009-10-161-97/+106
* Move Alsa device opening into the audio thread, and add in support for multi-...ajwong@chromium.org2009-10-162-0/+34
* Report stalled event correctly for <video>hclam@chromium.org2009-10-164-1/+45
* Mark YUV conversion functions private_extern on the Mac. These symbols don'tmark@chromium.org2009-10-151-2/+0
* MMX2 improvements on Linux 64 bit.fbarchard@chromium.org2009-10-153-77/+87
* Reverting 29019.finnur@chromium.org2009-10-143-70/+66
* Use lea to remove 2 instructions from the inner loop of YUV Scale.fbarchard@chromium.org2009-10-143-66/+70
* 64 bit linux yuvfbarchard@chromium.org2009-10-132-40/+120
* use djb2 hash in media/basefbarchard@chromium.org2009-10-121-21/+17
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* DJB2 Hash for applications where high speed hash or checksum values are needed.fbarchard@chromium.org2009-10-093-0/+71
* Off by one in YUV scale caused an extra read (mostly harmless)fbarchard@chromium.org2009-09-223-21/+3
* Fixing build bustage caused by r26759hclam@chromium.org2009-09-211-1/+1
* Clean up the unittest to correct order of expects, and give correct tracing i...ajwong@chromium.org2009-09-211-18/+28
* Mac YUV with a single YUV table of 6k instead of 3 tables of 2k.fbarchard@chromium.org2009-09-212-278/+66
* Disable FFmpeg logging as it interferes with layout tests.scherkus@chromium.org2009-09-192-0/+9
* Revert "Mac YUV assembly"ajwong@chromium.org2009-09-182-63/+273