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