summaryrefslogtreecommitdiffstats
path: root/media/base/video_decoder_config.h
Commit message (Expand)AuthorAgeFilesLines
* media config: expand is_encrypted to a struct.dougsteed2016-03-121-4/+10
* Revert of media config: expand is_encrypted to a struct. (patchset #23 id:440...alexmos2016-03-111-10/+4
* media config: expand is_encrypted to a struct.dougsteed2016-03-111-4/+10
* media: Add out-of-line copy ctors for complex classes.vmpstr2016-02-261-0/+2
* Configure MediaCodec with CDM in ADVAtimav2016-01-111-0/+2
* Switch to standard integer types in media/, take 2.avi2015-12-231-0/+3
* Switch to standard integer types in media/.Avi Drissman2015-12-191-1/+0
* Fail playback when VideoDecoderConfig has invalid extra data.chcunningham2015-10-201-7/+4
* Revert of Fail playback when VideoDecoderConfig has invalid extra data. (patc...hajimehoshi2015-10-191-4/+7
* Fail playback when VideoDecoderConfig has invalid extra data.Chris Cunningham2015-10-171-7/+4
* Move VideoCodec/VideoCodecProfile enums into video_codecs.hservolk2015-09-091-52/+1
* Implemented HEVC video demuxing and parsingservolk2015-09-081-1/+2
* Stop over-counting media decoder codec config src= UMAswolenetz2015-08-211-2/+1
* Add support for H264 and VP9 to AndroidVDAwatk2015-08-131-0/+3
* Reland: Change the video color space default.watk2015-07-141-8/+15
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-131-8/+10
* Revert of Change the video color space default. (patchset #4 id:60001 of http...amineer2015-07-091-15/+8
* Change the video color space default.watk2015-07-091-8/+15
* VideoFrame: Pass color space from pixel format to metadatamcasas2015-05-221-0/+1
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-311-1/+1
* Emit Media Source codec names as media_log events.watk2014-11-201-0/+2
* Duplicate VideoEncodeAccelerator::SupportedProfile in gpu_info.h.wuchengli2014-10-241-1/+2
* Using PROFILE_ANY for vp8 and vp9amogh.bihani@samsung.com2014-08-151-4/+4
* Use validating form of IPC enum macros for gpu_messages.htsepez@chromium.org2014-02-071-0/+1
* Make VideoDecoderConfig copyable.xhwang@chromium.org2013-03-121-8/+6
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2013-01-251-2/+6
* Revert 177842. This doesn't build in standalone webkit builds:thakis@chromium.org2013-01-211-6/+2
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2013-01-191-2/+6
* Revert "Add wrapper class to media for support of VP9 video, and add a comman...fsamuel@chromium.org2012-12-281-6/+2
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2012-12-221-2/+6
* Revert 174311kinaba@chromium.org2012-12-211-6/+2
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2012-12-211-2/+6
* Add is_encrypted() in VideoDecoderConfig.xhwang@chromium.org2012-09-181-1/+12
* Remove VideoDecoderConfig::aspect_ratio_xxx methods.acolwell@chromium.org2012-08-021-12/+2
* Remove VideoDecoderConfig.frame_rate_xxx() and VideoFrame::Get/SetDuration().acolwell@chromium.org2012-07-311-13/+0
* Add config change handling to SourceBufferStream & ChunkDemuxeracolwell@chromium.org2012-07-261-0/+4
* Add support for VP8 decode to OmxVideoDecodeAccelerator, for HW that supports...fischman@chromium.org2012-07-231-11/+14
* media: No need to tag enum types with MEDIA_EXPORT in header files.tfarina@chromium.org2012-06-021-2/+2
* Fix h.264 Profile conversion between ppapi & media worlds (since they were of...fischman@chromium.org2012-03-301-0/+1
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-101-2/+6
* Revert 116957 - Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-101-6/+2
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-091-2/+6
* <video> decode in hardware! fischman@chromium.org2011-12-131-1/+31
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-101-31/+1
* <video> decode in hardware!fischman@chromium.org2011-12-101-1/+31
* First cut at UMA-exposing histograms of media data in the wild.fischman@chromium.org2011-11-081-2/+6
* Remove DemuxerStream::GetAVStream() once and for all.scherkus@chromium.org2011-10-271-1/+21
* Fix support for yuv_422 pixel format.scherkus@chromium.org2011-10-041-2/+12
* Clean up VideoDecoderConfig and replace VideoCodecInfo with a bool.scherkus@chromium.org2011-10-011-14/+29