summaryrefslogtreecommitdiffstats
path: root/media/filters
Commit message (Expand)AuthorAgeFilesLines
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-273-4/+3
* 1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ...wez@chromium.org2011-05-273-3/+4
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-273-4/+3
* Initial implementation of stream switching in AdaptiveDemuxer.acolwell@chromium.org2011-05-262-23/+688
* Introduce a quick and dirty hack to skip the implicit first seek for FFmpegDe...scherkus@chromium.org2011-05-193-2/+18
* Revert 85965 - Introduce a quick and dirty hack to skip the implicit first se...scherkus@chromium.org2011-05-193-18/+2
* Introduce a quick and dirty hack to skip the implicit first seek for FFmpegDe...scherkus@chromium.org2011-05-193-2/+18
* Description:annacc@chromium.org2011-05-164-5/+10
* Convert Filter::Seek() to use new callback system.acolwell@chromium.org2011-05-1321-103/+154
* Convert Demuxer::Read() to use the new callback system.acolwell@chromium.org2011-05-1110-38/+34
* Fix crashes that occur during building & stopping the AdaptiveDemuxer.acolwell@chromium.org2011-05-102-29/+73
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-2/+3
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* Forward decoder errors from FFmpegVideoDecodeEngine to FFmpegVideoDecoder.scherkus@chromium.org2011-04-295-20/+103
* Updating logging in src/media/. Using DCHECK_EQ/NE/LE() where possible.kushi.p@gmail.com2011-04-291-1/+1
* Make buffer_queue_ and read_queue_ from DemuxerStream shared resources.fgalligan@chromium.org2011-04-292-4/+43
* Switch VideoDecoder over to the new hot callbacks.scherkus@chromium.org2011-04-274-6/+15
* Rename VideoCodecConfig to VideoDecoderConfig and move to media/base/video_de...scherkus@chromium.org2011-04-273-13/+13
* Switch AudioDecoder's ConsumeAudioSamplesCallback over to the new hotness cal...scherkus@chromium.org2011-04-276-53/+33
* Refactor PTS processing logic from FFmpegVideoDecoder::FindPtsAndDuration() i...scherkus@chromium.org2011-04-275-184/+64
* Replace AudioDecoder::media_format() with AudioDecoderConfig.scherkus@chromium.org2011-04-2610-88/+39
* 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