summaryrefslogtreecommitdiffstats
path: root/media/filters
Commit message (Expand)AuthorAgeFilesLines
* Merge 83552 - Make buffer_queue_ and read_queue_ from DemuxerStream shared re...fgalligan@chromium.org2011-05-032-4/+43
* Implementing preload=metadata for videovrk@google.com2011-04-056-0/+18
* Fix an uninitialized variable compiler warning on some systems.mdm@chromium.org2011-04-031-1/+1
* Create helper methods to process FFmpeg index data.acolwell@chromium.org2011-04-013-4/+4
* Explicitly initialize media_format to avoid incorrect uninitialized-variable ...fischman@chromium.org2011-03-291-1/+1
* AdaptiveDemuxer{,Factory,Stream} are born!fischman@chromium.org2011-03-295-3/+610
* Initialize uninitialized members in a couple media classes.finnur@chromium.org2011-03-281-0/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-289-14/+14
* Die, DemuxerStream::QueryInterface, die!fischman@chromium.org2011-03-249-102/+13
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-233-0/+545
* Revert 79149 - Build a raw video pipeline for the <video> with a special src ...acolwell@chromium.org2011-03-233-543/+0
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-233-0/+543
* Simplify the Demuxer interface to get streams by type.fischman@chromium.org2011-03-213-36/+45
* PipelineError is dead. Long live PipelineStatus!fischman@chromium.org2011-03-165-9/+10
* DemuxerFactory is born!fischman@chromium.org2011-03-145-27/+193
* Refactoring code to use factories to create DataSource objects.acolwell@chromium.org2011-03-145-13/+90
* Fold media/ffmpeg/ffmpeg_util.{cc,h} into media/ffmpeg/ffmpeg_common.{cc,h}scherkus@chromium.org2011-03-123-4/+1
* Remove FFmpegVideoDecodeEngine's dependency on AVStream (again).scherkus@chromium.org2011-03-112-42/+16
* Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.tyoshino@chromium.org2011-03-112-16/+42
* Remove FFmpegVideoDecodeEngine's dependency on AVStream.scherkus@chromium.org2011-03-092-42/+16
* Remove the silly notion of MIME types from media code.scherkus@chromium.org2011-03-0914-56/+20
* Remove width_ and height_ from various VideoDecoder implementations.scherkus@chromium.org2011-03-085-70/+59
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-073-45/+28
* Rename media statistics APIs to match webkit renaming.sjl@chromium.org2011-02-253-0/+9
* Retry: Move MockFFmpeg instance setting into the constructor/destructor.scherkus@chromium.org2011-02-195-75/+49
* Revert 75444 - Move MockFFmpeg instance setting into the constructor/destructor.scherkus@chromium.org2011-02-185-49/+75
* Move MockFFmpeg instance setting into the constructor/destructor.scherkus@chromium.org2011-02-185-75/+49
* Remove theoretical race condition between Stop() and Initialize().scherkus@chromium.org2011-02-171-5/+5
* Implement webkit media metrics in chromium.scherkus@chromium.org2011-02-1611-42/+128
* Reworked player_x11:scherkus@chromium.org2011-02-045-3/+626
* NullVideoRenderer, the video equivalent to NullAudioRenderer.scherkus@chromium.org2011-02-012-0/+56
* Don't hold the lock when calling VideoRendererBase::OnFrameAvailable().scherkus@chromium.org2011-02-011-2/+7
* Return 0 instead of AVERROR_EOF for reads at or past the end of a file.scherkus@chromium.org2011-01-242-5/+5
* Fix frame-exact seeking again to stay within duration as opposed to rounding ...scherkus@chromium.org2011-01-222-4/+4
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-217-38/+38
* Use midpoint calculation for frame-exact seeking.scherkus@chromium.org2011-01-182-50/+112
* Remove MessageLoop methods from Filter interface toacolwell@chromium.org2011-01-1512-100/+127
* Replace MockFilterCallback with MockCallback and simplify unit tests.scherkus@chromium.org2011-01-156-178/+57
* Don't uninitialize FFmpegVideoDecodeEngine if we haven't initialized it.scherkus@chromium.org2011-01-063-5/+13
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-4/+4
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-014-17/+21
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-012-2/+2
* Revert 70077 - Don't uninitialize FFmpegVideoDecodeEngine if we haven't initi...skerner@chromium.org2010-12-233-13/+5
* Don't uninitialize FFmpegVideoDecodeEngine if we haven't initialized it.scherkus@chromium.org2010-12-233-5/+13
* Fix black video frames when seeking (which also fixes flashing poster issue).scherkus@chromium.org2010-12-222-8/+29
* (Committing on behalf of Chris Rogers -- original CL http://codereview.chromi...kbr@google.com2010-12-162-0/+305
* Deinline even more destructors.erg@google.com2010-12-148-6/+30
* Even more virtual method deinlining.erg@google.com2010-12-132-3/+5
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-1/+1