summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Revert 42415 - Removed custom FFmpegLock. Removed ffmpeg headers from third_p...scherkus@chromium.org2010-03-248-54/+60
* Removed custom FFmpegLock. Removed ffmpeg headers from third_party/ffmpeg/inc...scherkus@chromium.org2010-03-248-60/+54
* Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame.scherkus@chromium.org2010-03-2321-631/+578
* Revert 41386 - Removed custom FFmpegLock. Removed ffmpeg headers from third_p...jrg@chromium.org2010-03-128-54/+60
* Removed custom FFmpegLock. Removed ffmpeg headers from third_party/ffmpeg/inc...scherkus@chromium.org2010-03-128-60/+54
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-113-3/+3
* Move wtl from chrome/third_party to third_party/. Thistony@chromium.org2010-03-092-3/+3
* media: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-063-3/+3
* Fix crashing in FFmpegGlueTest.Write and friendshclam@chromium.org2010-03-051-20/+15
* omx_unittests to load OpenMAX library dynamicallyhclam@chromium.org2010-03-052-1/+8
* Fix DecoderBaseTest in media testhclam@chromium.org2010-03-031-35/+59
* Fix problem linking with OpenMAX IL stubhclam@chromium.org2010-03-031-0/+1
* Fix license headers in X11/GL/GLES video renderers.scherkus@chromium.org2010-03-033-9/+9
* Fixing some subtle issues with player_x11 and GL/GLES video renderers.scherkus@chromium.org2010-03-035-58/+56
* ffmpeg better message for error on opening file if the file opens but the cod...fbarchard@chromium.org2010-03-033-13/+43
* Generate stubs for OpenMAX ILhclam@chromium.org2010-03-025-3/+57
* Using bitstream filters if OpenMAX is enabledhclam@chromium.org2010-03-013-24/+51
* 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-273-13/+146
* Prevent integer underflow when calculating next_fill_time_ms in AlsaPcmOutput...scherkus@chromium.org2010-02-251-5/+14
* Some fixes to player_x11 when OpenMAX is enabledhclam@chromium.org2010-02-205-18/+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-1928-31/+55
* Solaris: Second set adding in Solaris as an OS optionevan@chromium.org2010-02-181-2/+2
* gles2: fix stride supportpiman@chromium.org2010-02-171-3/+26
* 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-1712-147/+1343
* media: remove redundant gyp excludesevan@chromium.org2010-02-171-24/+0
* Software performance qualification.fbarchard@chromium.org2010-02-132-0/+474
* Fix player_x11 so it works properly with GLEShclam@chromium.org2010-02-132-68/+85
* Implement GLES video renderer in player_x11hclam@chromium.org2010-02-128-316/+910
* Fix using of OmxInputBufferhclam@chromium.org2010-02-101-15/+12
* Unit test for OmxInputBufferhclam@chromium.org2010-02-092-0/+68
* Fix usage of OmxInputBuffer in OpenMAX code since it's refcounted.hclam@chromium.org2010-02-093-13/+15
* linux: build with -Wextraevan@chromium.org2010-02-051-7/+7
* Refactor media::InputBuffer to consolidate it with media::Bufferhclam@chromium.org2010-02-058-46/+49
* Remove size_t from audio IPC code.jam@chromium.org2010-02-0526-242/+244
* Refactoring of media::OmxCodec to split configuration of IO portshclam@chromium.org2010-02-0412-529/+704
* Use FFmpeg demuxer and bitstream converters in omx_testhclam@chromium.org2010-01-306-243/+579
* Fix libssl.so link failures on Linux shared lib build.mmoss@google.com2010-01-271-0/+8
* Refactor some code that depends on FFmpeghclam@chromium.org2010-01-2624-60/+60
* Use OpenMAX for video decoding in the media pipelinehclam@chromium.org2010-01-235-48/+111
* More unit tests for OpenMAXhclam@chromium.org2010-01-221-22/+95
* linux: add display option to media_bench, using GLpiman@chromium.org2010-01-224-54/+310
* Switches to enable OpenMAX for video decoding in Chromehclam@chromium.org2010-01-224-5/+9
* Unit tests for testing OpenMAX supporthclam@chromium.org2010-01-221-24/+331
* Video and OpenMAX: add role name to replace vendor specific component name.hclam@chromium.org2010-01-214-36/+106
* Separate input data into NALUs for testing OpenMAXhclam@chromium.org2010-01-201-30/+103