summaryrefslogtreecommitdiffstats
path: root/libavcodec/dxva2_mpeg2.c
Commit message (Expand)AuthorAgeFilesLines
* dxva: Include last the internal headerLuca Barbato2015-10-141-1/+5
* mpegvideo: Drop mpegvideo.h where not neededVittorio Giovara2015-09-131-0/+1
* D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme2015-05-251-22/+80
* dxva2: Pass variable of correct type to IDirectXVideoDecoder_GetBuffer()Diego Biurrun2014-09-011-1/+4
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-1/+1
* hwaccel: Rename priv_data_size to frame_priv_data_sizeAnton Khirnov2014-05-111-1/+1
* 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
* dxva2: Increase maximum number of slices for mpeg2Rainer Hochecker2014-03-061-3/+6
* 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-9/+9
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-4/+8
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* 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-1/+0
* 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-4/+4
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ to AVHWAccel decodersLuca Barbato2011-01-271-1/+1
* MPEG-2 DXVA2 implementationLaurent Aimar2010-06-181-0/+274
OpenPOWER on IntegriCloud