summaryrefslogtreecommitdiffstats
path: root/media/filters/ffmpeg_video_decoder.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert Demuxer::Read() to use the new callback system.acolwell@chromium.org2011-05-111-2/+3
* Forward decoder errors from FFmpegVideoDecodeEngine to FFmpegVideoDecoder.scherkus@chromium.org2011-04-291-1/+1
* Rename VideoCodecConfig to VideoDecoderConfig and move to media/base/video_de...scherkus@chromium.org2011-04-271-6/+6
* Refactor PTS processing logic from FFmpegVideoDecoder::FindPtsAndDuration() i...scherkus@chromium.org2011-04-271-61/+8
* Create helper methods to process FFmpeg index data.acolwell@chromium.org2011-04-011-1/+1
* Die, DemuxerStream::QueryInterface, die!fischman@chromium.org2011-03-241-5/+2
* Fold media/ffmpeg/ffmpeg_util.{cc,h} into media/ffmpeg/ffmpeg_common.{cc,h}scherkus@chromium.org2011-03-121-1/+0
* Remove FFmpegVideoDecodeEngine's dependency on AVStream (again).scherkus@chromium.org2011-03-111-22/+8
* Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.tyoshino@chromium.org2011-03-111-8/+22
* Remove FFmpegVideoDecodeEngine's dependency on AVStream.scherkus@chromium.org2011-03-091-22/+8
* Remove the silly notion of MIME types from media code.scherkus@chromium.org2011-03-091-2/+0
* Remove width_ and height_ from various VideoDecoder implementations.scherkus@chromium.org2011-03-081-20/+17
* Implement webkit media metrics in chromium.scherkus@chromium.org2011-02-161-3/+8
* Remove MessageLoop methods from Filter interface toacolwell@chromium.org2011-01-151-28/+30
* Don't uninitialize FFmpegVideoDecodeEngine if we haven't initialized it.scherkus@chromium.org2011-01-061-1/+5
* Revert 70077 - Don't uninitialize FFmpegVideoDecodeEngine if we haven't initi...skerner@chromium.org2010-12-231-5/+1
* Don't uninitialize FFmpegVideoDecodeEngine if we haven't initialized it.scherkus@chromium.org2010-12-231-1/+5
* Deinline even more destructors.erg@google.com2010-12-141-0/+4
* Rename media::StreamSample::kInvalidTimestamp to media::kNoTimestamp.scherkus@chromium.org2010-11-121-6/+6
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-20/+2
* Make sure to use scoped_refptr for refcounted params in audio/video/remotingwillchan@chromium.org2010-10-181-5/+6
* [media] inject VDC to decoder.jiesun@google.com2010-10-131-5/+13
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-081-6/+5
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-081-5/+6
* Resubmit GpuVideoDecoder and related patches.hclam@chromium.org2010-09-171-1/+1
* Revert 59785 - Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContextmlloyd@chromium.org2010-09-171-1/+1
* Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContexthclam@chromium.org2010-09-171-1/+1
* Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video...hclam@chromium.org2010-09-131-14/+14
* Rename all FillThisBuffer and EmptyThisBuffer to something more meaningfulhclam@chromium.org2010-09-051-12/+11
* Remove refcounting of VideoDecodeEnginehclam@chromium.org2010-09-031-1/+1
* Merge remote branch 'origin/trunk' into resubmithclam@chromium.org2010-09-031-2/+2
* Revert 58429, 58428, 58427, 58423.akalin@chromium.org2010-09-031-2/+2
* Revert 58428 - Revert 58423 - Refactor video decode engines to move them to a...akalin@chromium.org2010-09-021-2/+2
* Revert 58423 - Refactor video decode engines to move them to a new folderakalin@chromium.org2010-09-021-2/+2
* Refactor video decode engines to move them to a new folderhclam@chromium.org2010-09-021-2/+2
* media: recycle buffers/direct rendering etc. (third patch)jiesun@google.com2010-09-021-39/+61
* Add VP8 codec enum to video decoder.fgalligan@chromium.org2010-08-231-0/+2
* fix windows loop problem.jiesun@google.com2010-08-191-11/+7
* meida:fix a typojiesun@google.com2010-08-161-1/+1
* media: change engine interface to be suitable for gpu_video_decoderjiesun@google.com2010-08-131-35/+68
* preparation for recycling buffer, patch 2jiesun@google.com2010-08-111-59/+177
* Revert 55603nsylvain@chromium.org2010-08-111-170/+59
* preparation for recycling buffer, patch 2jiesun@google.com2010-08-101-59/+170
* The decoder filter pushes a pts for every video frame but it was notfgalligan@chromium.org2010-08-091-0/+3
* media: OMX seek works for OMX_HEADBUFFERTYPE now.jiesun@google.com2010-06-291-0/+10
* code cleanup for media code for video renerers.jiesun@google.com2010-06-231-7/+12
* merge video_decoder_impl.cc and ffmpeg_video_decoder.ccjiesun@google.com2010-06-161-3/+232
* Refactor some code that depends on FFmpeghclam@chromium.org2010-01-261-4/+4
* Implementation of OmxVideoDecodeEngine.ajwong@chromium.org2009-12-221-414/+7