summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Log BufferedResourceLoader events to MediaLog.scottfr@chromium.org2011-08-093-22/+30
* Fix memory leak in MediaLog.scottfr@chromium.org2011-08-081-1/+4
* Revert r95841 due to failing media_unittests on linux_shared bot.darin@chromium.org2011-08-0877-233/+150
* Enable media.dll / libmedia.so.darin@chromium.org2011-08-0877-150/+233
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-061-1/+1
* Plumb media data from renderers up to MediaInternals in the browser process.scottfr@chromium.org2011-08-054-0/+152
* Revert 95496 - Create media.dllapatrick@chromium.org2011-08-0571-218/+142
* Revert 95499 - Switch back to only building static library as this is not rea...apatrick@chromium.org2011-08-051-1/+1
* Revert 95542 - Plumb media data from renderers up to MediaInternals in the br...yzshen@chromium.org2011-08-054-152/+0
* Plumb media data from renderers up to MediaInternals in the browser process.scottfr@chromium.org2011-08-054-0/+152
* Switch back to only building static library as this is not ready on alldarin@chromium.org2011-08-041-1/+1
* Create media.dlldarin@chromium.org2011-08-0471-142/+218
* Make ChunkDemuxer error handling more consistent and robust.acolwell@chromium.org2011-08-043-65/+170
* Fix invalid stack pointer dereference in ChunkDemuxer.acolwell@chromium.org2011-08-022-11/+28
* Fix a bug that shows incorrect revision author/message in the layout testimasaki@google.com2011-08-021-9/+11
* Add a proxy for thread-hopping VideoCapture::EventHandler.piman@chromium.org2011-08-023-0/+233
* Small bug fix in get_all_column_names() in layout test analyzer. When if incl...imasaki@google.com2011-08-022-1/+19
* First pass at removal of unneeded dependencies on skia\ext\platform_canvas.htwiz@google.com2011-08-021-1/+1
* Initial checkin of test expectation part of layout test analyzer. Originally,...imasaki@google.com2011-08-012-0/+646
* Move SwizzleCoreAudioLayout5_1() closer to where it's called.scherkus@chromium.org2011-07-292-19/+17
* Added support for Decode() calls during Reset().fischman@chromium.org2011-07-291-3/+3
* ffmpeg: r94155 -> r94207evan@chromium.org2011-07-271-1/+2
* Revert 93723 - Migrate DataSourceFactory to new callback system.acolwell@chromium.org2011-07-279-122/+371
* Revert 93891 - Migrate DemuxerFactory to new callback system.acolwell@chromium.org2011-07-2713-59/+108
* Revert 94316 - Fix invalid pointer dereference in WebDataSourceFactory when p...acolwell@chromium.org2011-07-277-0/+19
* Fix invalid pointer dereference in WebDataSourceFactory when playback is canc...acolwell@chromium.org2011-07-277-19/+0
* MD5Update function uses StringPiece instead of raw buffer.dominich@chromium.org2011-07-262-9/+20
* singal error to host when demuxer_stream doesn't exist in ffmpeg_video_decoder.wjia@chromium.org2011-07-251-0/+8
* Migrate DemuxerFactory to new callback system.acolwell@chromium.org2011-07-2513-108/+59
* Migrate DataSourceFactory to new callback system.acolwell@chromium.org2011-07-229-371/+122
* Remove VideoDecoder::ProvidesBuffer() and corresponding changes in VideoDecod...scherkus@chromium.org2011-07-2210-78/+33
* Rev DEPS to July ffmpeg drop.ihf@chromium.org2011-07-221-0/+1
* Update Chromium's FFmpeg file URLProtocol implementation.scherkus@chromium.org2011-07-221-2/+6
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-211-1/+1
* End of stream logic implemented & removed the need for pending_buffers_.acolwell@chromium.org2011-07-217-155/+184
* Revert 93393 - Crashed Linux Touch build: http://build.chromium.org/p/chromiu...leandrogracia@chromium.org2011-07-211-1/+1
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-211-1/+1
* Remove MediaFormat once and for all.scherkus@chromium.org2011-07-2016-214/+5
* Replace VideoDecoder::media_format() with significantly simpler width()/heigh...scherkus@chromium.org2011-07-2013-154/+91
* Deduplicate YUV copying code, update call sites, and add some unit tests.scherkus@chromium.org2011-07-207-59/+254
* Redid VideoDecodeAccelerator::Error codes and propagated to ppapi.fischman@chromium.org2011-07-201-11/+11
* reland patch http://codereview.chromium.org/7204008 after webrtc build has be...wjia@chromium.org2011-07-201-4/+4
* Removing CreateFrameExternal(), CreateFrameGl(), and SurfaceType from VideoFr...scherkus@chromium.org2011-07-2011-168/+16
* some cleanup for base/stl_utildilmah@chromium.org2011-07-1912-12/+12
* Remove Gles2VideoRenderer from player_x11 and make X11 vs GL rendering a run-...scherkus@chromium.org2011-07-198-738/+57
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-191-1/+1
* Remove redundant size and type information from VideoDecode PPAPIvrk@google.com2011-07-193-82/+16
* Clean up VideoFrame::CreateXXX and VideoFrame::AllocXXX methods.scherkus@chromium.org2011-07-1812-215/+169
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-182-22/+19
* Fix media code to use initializer-list style for inheritance.scherkus@chromium.org2011-07-1812-35/+43