index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
vaapi_vc1.c
Age
Commit message (
Expand
)
Author
2012-10-08
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-08-07
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2011-12-31
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-30
cosmetics: Drop unnecessary parentheses around return values.
Diego Biurrun
2011-11-29
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-28
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
Diego Biurrun
2011-10-10
vaapi: Fix VC-1 decoding (reconstruct bitstream TTFRM correctly).
Gwenole Beauchesne
2011-10-06
vaapi: fix VC-1 decoding (reconstruct bitstream TTFRM correctly).
Gwenole Beauchesne
2011-05-02
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
Stefano Sabatini
2011-05-02
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-04-17
10l, commit that should have been stashed into the merge.
Michael Niedermayer
2011-04-17
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-17
Replace more FFmpeg references by Libav.
Diego Biurrun
2011-04-09
vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge.
Gwenole Beauchesne
2011-03-30
vaapi: allow build against older VA-API 0.31.
Gwenole Beauchesne
2011-03-29
vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge.
Gwenole Beauchesne
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-30
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
Replace dprintf with av_dlog
Luca Barbato
2011-01-28
Add ff_ to AVHWAccel decoders
Luca Barbato
2011-01-27
Add ff_ to AVHWAccel decoders
Luca Barbato
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-01-04
VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line.
Gwenole Beauchesne
2009-12-28
Use VA_INVALID_ID instead of hard coded values.
Gwenole Beauchesne
2009-12-28
Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param().
Gwenole Beauchesne
2009-12-28
Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().
Gwenole Beauchesne
2009-07-29
Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is only
Diego Biurrun
2009-04-03
Add VC-1 bitstream decoding through VA API.
Gwenole Beauchesne