summaryrefslogtreecommitdiffstats
path: root/media/tools
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert 285479 "Make DataSource::Stop() synchronous.""xhwang@chromium.org2014-08-022-9/+4
* Revert 285479 "Make DataSource::Stop() synchronous."inferno@chromium.org2014-07-282-4/+9
* Make DataSource::Stop() synchronous.xhwang@chromium.org2014-07-252-9/+4
* Introduce buffering state change callback to Pipeline.scherkus@chromium.org2014-06-241-1/+3
* Log codec IDs for MediaSource content.acolwell@chromium.org2014-05-091-1/+2
* Clean up paint callbacks in player_x11 to use media::BindToCurrentLoop().scherkus@chromium.org2014-04-285-26/+16
* Migrate VideoDecoder::HasAlpha() and associated plumbing into VideoFrameCompo...scherkus@chromium.org2014-04-151-4/+0
* Remove redundant I420-to-YV12 conversion in MediaStreamVideoTrack.hshi@chromium.org2014-04-032-3/+6
* Separate DemuxerHost from DataSourceHost.sandersd@chromium.org2014-04-032-6/+0
* Add support for midstream audio configuration changes.dalecurtis@google.com2014-03-281-5/+16
* Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipeline.sandersd@chromium.org2014-03-261-10/+12
* Revert of Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipe...erikchen@chromium.org2014-03-261-12/+10
* Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipeline.sandersd@chromium.org2014-03-251-10/+12
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-02-031-3/+3
* Revert 248049 "Ensure GL initialization only happens once, and p..."kbr@chromium.org2014-01-311-3/+3
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-01-301-3/+3
* Revert 247793 "Ensure GL initialization only happens once, and p..."yoz@chromium.org2014-01-301-3/+3
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-01-301-3/+3
* Take GL version and extensions correctly into account when binding functionsoetuaho@nvidia.com2014-01-171-2/+2
* Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.scherkus@chromium.org2014-01-071-11/+12
* Fix layout test analyzer post changes in parsing expectations.shadi@chromium.org2013-12-192-21/+5
* Plumb AudioLog support into AudioManager.dalecurtis@chromium.org2013-12-041-1/+2
* Restore capacity increase on underflow for MSE playbacks.acolwell@chromium.org2013-12-021-2/+1
* Rename VideoRendererBase to VideoRendererImplacolwell@chromium.org2013-11-261-2/+2
* Replace LOG(INFO) with VLOG(0), throughout *media*fischman@chromium.org2013-11-252-4/+4
* Port demuxer benchmark to media_perftests.rileya@chromium.org2013-11-011-240/+0
* Report 2 digit floating point failing rate percentage.shadi@chromium.org2013-10-241-2/+2
* Clean up unused constant globalshans@chromium.org2013-10-031-8/+0
* Summer cleaning, media/ style!dalecurtis@chromium.org2013-08-2918-2308/+0
* Change NeedKeyCB to use std::vector.acolwell@chromium.org2013-08-263-8/+8
* Remove unnecessary checks and fix shader_bench.dalecurtis@chromium.org2013-08-141-6/+8
* Use ARRAYSIZE_UNSAFE to find the number of painters in shader_bench.jbroman@chromium.org2013-08-131-2/+1
* Plumb MediaLog into FFmpegDemuxer.tyoverby@chromium.org2013-07-313-5/+12
* Fix layout test analyzer post the move to blink and updates to TestExpectations.shadi@chromium.org2013-07-299-287/+131
* TBR: dmichaeltyoverby@chromium.org2013-07-182-4/+4
* Use a direct include of the message_loop header in media/.avi@chromium.org2013-07-184-4/+4
* Use a direct include of time headers in media/.avi@chromium.org2013-06-282-2/+2
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-212-12/+6
* Delete usage and support for EGL_ANGLE_software_display extension.apatrick@chromium.org2013-06-171-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-4/+2
* Use a direct include of strings headers in ipc/, jingle/, media/.avi@chromium.org2013-06-114-5/+5
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-071-1/+1
* Disable preroll duration increase on underflow for MediaSource playback.acolwell@chromium.org2013-06-041-1/+2
* Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-032-2/+2
* Reland: Remove reference counting from media::Pipeline.scherkus@chromium.org2013-05-091-12/+11
* Revert 198760 "Remove reference counting from media::Pipeline."scherkus@chromium.org2013-05-081-11/+12
* Remove reference counting from media::Pipeline.scherkus@chromium.org2013-05-071-12/+11
* Add --enable-bitstream-converter to media/tools/demuxer_bench.scherkus@chromium.org2013-05-031-10/+23
* Remove reference counting from media::DataSource and friends.scherkus@chromium.org2013-04-265-21/+18
* Delete media::PipelineStatusNotification as it isn't used in production code.scherkus@chromium.org2013-04-261-21/+24