All pastes #1894924 Raw Edit

Stuff

public text v1 · immutable
#1894924 ·published 2010-07-05 12:28 UTC
rendered paste body
commit 2f6cbda0fe11de8bd98c9186e7c84dee1ecf3f37
Author: fenrir <fenrir@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Date:   Fri Jun 18 20:07:43 2010 +0000

    MPEG-2 DXVA2 implementation
    
     It allows VLD MPEG-2 decoding using DXVA2 (GPU assisted decoding API under
    VISTA and Windows 7).
     It is implemented by using AVHWAccel API.
    
    
    
    git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23644 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

 libavcodec/dxva2_mpeg2.c |  274 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 274 insertions(+), 0 deletions(-)

commit 0bd953e36ee83266b8bb40f6cdb0135b0808e6fc
Author: fenrir <fenrir@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Date:   Fri May 14 23:09:08 2010 +0000

    Reindent after last commit on dxva2 h264 AVHWAccel.
    
    
    git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23141 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

 libavcodec/dxva2_h264.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit f53732645ad7857b4b0b08e8487579d1cd05ac70
Author: fenrir <fenrir@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Date:   Fri May 14 23:08:23 2010 +0000

    Fixed h264 long term support with dxva2 AVHWAccel.
    
    Based on a commit for vaapi(r22869).
    
    
    git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23140 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

 libavcodec/dxva2_h264.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit ae0b14df73d52c330389d7198a7abe95e6a6e6c1
Author: stefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Date:   Tue Mar 30 23:30:55 2010 +0000

    Define AVMediaType enum, and use it instead of enum CodecType, which
    is deprecated and will be dropped at the next major bump.
    
    git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22735 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

 libavcodec/dxva2_h264.c |    2 +-
 libavcodec/dxva2_vc1.c  |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 7b59eb895f79715fa5aaa0b08d3378095b9ef884
Author: fenrir <fenrir@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Date:   Thu Mar 4 19:12:20 2010 +0000

    Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes.
    
    
    git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22211 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

 libavcodec/dxva2_h264.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 1ec3d0cb8758f1483863de1012d37e4207560149
Author: fenrir <fenrir@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Date:   Wed Mar 3 19:54:12 2010 +0000

    Fixed DXVA2 H264 hwaccel compilation.
    
    
    git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22180 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

 libavcodec/dxva2_h264.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)