summaryrefslogtreecommitdiffstats
path: root/libavcodec/dxva2_vc1.c
Commit message (Expand)AuthorAgeFilesLines
* 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