summaryrefslogtreecommitdiffstats
path: root/media/base/video_decoder_config.cc
Commit message (Expand)AuthorAgeFilesLines
* Make VideoDecoderConfig copyable.xhwang@chromium.org2013-03-121-26/+6
* Plumb through cropped output size for VideoFramesheu@chromium.org2012-11-091-1/+2
* Add profile and extra_data info in VideoDecoderConfig::AsHumanReadableString.xhwang@chromium.org2012-10-111-1/+3
* [Coverity] Fix uninitialized membergroby@chromium.org2012-09-201-1/+2
* Add is_encrypted() in VideoDecoderConfig.xhwang@chromium.org2012-09-181-4/+15
* Remove VideoDecoder::natural_size() & added VideoFrame::natural_size().acolwell@chromium.org2012-08-021-2/+1
* Remove VideoDecoderConfig::aspect_ratio_xxx methods.acolwell@chromium.org2012-08-021-43/+8
* Remove VideoDecoderConfig.frame_rate_xxx() and VideoFrame::Get/SetDuration().acolwell@chromium.org2012-07-311-22/+0
* Add config change handling to SourceBufferStream & ChunkDemuxeracolwell@chromium.org2012-07-261-0/+12
* The ISO BMFF Media Source parser supplied decode timestamps instead of presen...strobe@google.com2012-06-281-1/+0
* Don't histogram negative VideoCodecProfile values.fischman@chromium.org2012-02-231-2/+5
* Replace several NOTREACHED(), NOTIMPLEMENTED() with DVLOG(1), all values are ...dalecurtis@chromium.org2012-02-211-5/+2
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-101-10/+28
* Revert 116957 - Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-101-28/+10
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-091-10/+28
* <video> decode in hardware! fischman@chromium.org2011-12-131-2/+32
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-101-32/+2
* <video> decode in hardware!fischman@chromium.org2011-12-101-2/+32
* Replace media::Limits struct with media::limits namespace and update document...scherkus@chromium.org2011-12-071-3/+3
* Fix crash in UMA-reporting aspect ratio when video height is zero.fischman@chromium.org2011-11-101-2/+6
* First cut at UMA-exposing histograms of media data in the wild.fischman@chromium.org2011-11-081-2/+26
* Simplify VideoDecodeEngine interface by making everything synchronous.scherkus@chromium.org2011-11-041-1/+5
* Remove DemuxerStream::GetAVStream() once and for all.scherkus@chromium.org2011-10-271-1/+42
* Fix support for yuv_422 pixel format.scherkus@chromium.org2011-10-041-1/+10
* Clean up VideoDecoderConfig and replace VideoCodecInfo with a bool.scherkus@chromium.org2011-10-011-15/+38
* Reland r101418: Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-191-18/+12
* Revert 101418 - Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-161-12/+18
* Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-161-18/+12
* Remove mock_ffmpeg and update media unittests.acolwell@chromium.org2011-08-231-1/+1
* Respect pixel aspect ratio of video if it contains one.scherkus@chromium.org2011-06-031-0/+12
* Revert 87578 - Respect pixel aspect ratio of video if it contains one.michaeln@google.com2011-06-021-12/+0
* Respect pixel aspect ratio of video if it contains one.scottfr@chromium.org2011-06-021-0/+12
* Rename VideoCodecConfig to VideoDecoderConfig and move to media/base/video_de...scherkus@chromium.org2011-04-271-0/+61