index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
vaapi_vc1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mpegvideo: operate with pointers to AVFrames instead of whole structs
wm4
2014-04-09
1
-2
/
+2
*
vaapi: switch ff_vaapi_get_surface_id from Picture to AVFrame
wm4
2014-03-20
1
-2
/
+2
*
vc1: move MpegEncContext.resync_marker into VC1Context.
Anton Khirnov
2013-11-29
1
-1
/
+1
*
h264: deMpegEncContextize
Anton Khirnov
2013-02-15
1
-9
/
+2
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-2
/
+2
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-3
/
+3
*
cosmetics: Drop unnecessary parentheses around return values.
Diego Biurrun
2011-12-30
1
-14
/
+14
*
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
Diego Biurrun
2011-11-28
1
-4
/
+0
*
vaapi: Fix VC-1 decoding (reconstruct bitstream TTFRM correctly).
Gwenole Beauchesne
2011-10-10
1
-1
/
+13
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-19
/
+19
*
Replace more FFmpeg references by Libav.
Diego Biurrun
2011-04-17
1
-2
/
+2
*
vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge.
Gwenole Beauchesne
2011-04-09
1
-0
/
+3
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
1
-2
/
+2
*
Add ff_ to AVHWAccel decoders
Luca Barbato
2011-01-27
1
-2
/
+2
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-5
/
+5
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-2
/
+2
*
VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line.
Gwenole Beauchesne
2010-01-04
1
-14
/
+13
*
Use VA_INVALID_ID instead of hard coded values.
Gwenole Beauchesne
2009-12-28
1
-3
/
+3
*
Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param().
Gwenole Beauchesne
2009-12-28
1
-1
/
+1
*
Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().
Gwenole Beauchesne
2009-12-28
1
-2
/
+2
*
Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is only
Diego Biurrun
2009-07-29
1
-2
/
+0
*
Add VC-1 bitstream decoding through VA API.
Gwenole Beauchesne
2009-04-03
1
-0
/
+355