summaryrefslogtreecommitdiffstats
path: root/media/filters
Commit message (Expand)AuthorAgeFilesLines
* Merge 45124 - Issues with video loopinghclam@chromium.org2010-04-233-9/+22
* Remove outdated TODO.scherkus@chromium.org2010-04-071-3/+0
* media disable threads for ogg to avoid shutdown crashfbarchard@chromium.org2010-04-071-1/+6
* Don't clear VideoRendererImpl's proxy_ variable during OnStop().scherkus@chromium.org2010-04-061-3/+7
* Audio cut off ~500ms too earlyhclam@chromium.org2010-04-021-2/+4
* Enable support for additional media formats by using the duration from AVForm...scherkus@chromium.org2010-04-021-1/+7
* Removed custom FFmpegLock. Removed ffmpeg headers from third_party/ffmpeg/inc...scherkus@chromium.org2010-03-255-27/+44
* Revert 42415 - Removed custom FFmpegLock. Removed ffmpeg headers from third_p...scherkus@chromium.org2010-03-244-40/+27
* Removed custom FFmpegLock. Removed ffmpeg headers from third_party/ffmpeg/inc...scherkus@chromium.org2010-03-244-27/+40
* Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame.scherkus@chromium.org2010-03-2311-62/+58
* Revert 41386 - Removed custom FFmpegLock. Removed ffmpeg headers from third_p...jrg@chromium.org2010-03-124-40/+27
* Removed custom FFmpegLock. Removed ffmpeg headers from third_party/ffmpeg/inc...scherkus@chromium.org2010-03-124-27/+40
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-112-2/+2
* Fix crashing in FFmpegGlueTest.Write and friendshclam@chromium.org2010-03-051-20/+15
* Fix DecoderBaseTest in media testhclam@chromium.org2010-03-031-35/+59
* Using bitstream filters if OpenMAX is enabledhclam@chromium.org2010-03-012-24/+45
* Fix the tree after r40232.jhawkins@chromium.org2010-02-281-1/+1
* Disable a media unit testhclam@chromium.org2010-02-271-1/+1
* Fix flow control in media::DecoderBasehclam@chromium.org2010-02-272-13/+145
* Some fixes to player_x11 when OpenMAX is enabledhclam@chromium.org2010-02-202-15/+19
* Fix misuse of OmxCodechclam@chromium.org2010-02-191-1/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-1915-7/+21
* Add comment to unit tests previously disabledhclam@chromium.org2010-02-171-0/+8
* Disable FFmpegGlueTest.Write and friendshclam@chromium.org2010-02-171-4/+4
* API to allow strategy class to work on the output buffer of OpenMAXhclam@chromium.org2010-02-172-6/+82
* Fix using of OmxInputBufferhclam@chromium.org2010-02-101-15/+12
* Refactor media::InputBuffer to consolidate it with media::Bufferhclam@chromium.org2010-02-052-4/+5
* Remove size_t from audio IPC code.jam@chromium.org2010-02-0511-55/+56
* Refactoring of media::OmxCodec to split configuration of IO portshclam@chromium.org2010-02-042-8/+9
* Refactor some code that depends on FFmpeghclam@chromium.org2010-01-2616-140/+32
* Use OpenMAX for video decoding in the media pipelinehclam@chromium.org2010-01-233-43/+99
* Switches to enable OpenMAX for video decoding in Chromehclam@chromium.org2010-01-221-2/+2
* Video and OpenMAX: add role name to replace vendor specific component name.hclam@chromium.org2010-01-211-1/+3
* enable simple encoding in omx_codechclam@chromium.org2010-01-152-6/+15
* omx_test refactor to add encoder support. (only start)hclam@chromium.org2010-01-121-2/+6
* Revert my last two commits that brokoe the buildhclam@chromium.org2010-01-061-5/+1
* omx_test refactor to add encoder support. (only start)hclam@chromium.org2010-01-061-1/+5
* Implementation of OmxVideoDecodeEngine.ajwong@chromium.org2009-12-2220-689/+1482
* Refactor FFmpegVideoDecoder to try and generalize code common to all video de...ajwong@chromium.org2009-12-1010-360/+699
* Factor out PtsHeap into a reusable class.ajwong@chromium.org2009-12-023-80/+33
* Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...thestig@chromium.org2009-12-021-0/+1
* Add codec id into the media_format so that downstream filters can determine c...ajwong@chromium.org2009-12-011-0/+4
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-1/+1
* Check for null frame pointers and do nothing to avoid a crash.fbarchard@chromium.org2009-11-191-0/+9
* Replace hard-coded media_format() methods with Google Mock methods declared i...scherkus@chromium.org2009-11-182-3/+26
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-2/+2
* Fix crash in AudioRendererImpl by adding a MessageLoop DestructionObserver.scherkus@chromium.org2009-11-051-0/+7
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-041-1/+1
* Fix incorrect usage of scope_ptr with an array.tkent@chromium.org2009-10-191-1/+1
* Turn NULL used as int to 0.phajdan.jr@chromium.org2009-10-132-4/+4