summaryrefslogtreecommitdiffstats
path: root/libavcodec/dxva2_vc1.c
Commit message (Expand)AuthorAgeFilesLines
* dxva: Include last the internal headerLuca Barbato2015-10-141-1/+5
* D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme2015-05-251-30/+101
* dxva2: Pass variable of correct type to IDirectXVideoDecoder_GetBuffer()Diego Biurrun2014-09-011-1/+3
* hwaccel: Rename priv_data_size to frame_priv_data_sizeAnton Khirnov2014-05-111-2/+2
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-4/+4
* dxva2: Directly use AVFramesMichael Niedermayer2014-04-011-4/+4
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* vc1: move MpegEncContext.resync_marker into VC1Context.Anton Khirnov2013-11-291-1/+1
* lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov2013-03-081-4/+4
* hwaccel: consistent name prefixes for start_frame/end_frame/decode_sliceDiego Biurrun2013-03-051-12/+13
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-4/+8
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-4/+4
* dxva2_vc1: pass the overlap flag to the decoderHendrik Leppkes2012-03-131-1/+2
* dxva2_vc1: fix decoding of BI framesHendrik Leppkes2012-03-131-4/+4
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-281-2/+0
* vc1: use an enum for Frame Coding ModeLuca Barbato2011-11-281-2/+2
* DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e]Jean-Baptiste Kempf2011-07-101-4/+4
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-6/+6
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ to AVHWAccel decodersLuca Barbato2011-01-271-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* VC-1/WMV3 DXVA2 implementationLaurent Aimar2010-01-241-0/+291
OpenPOWER on IntegriCloud