index
:
vaapi/libva
master
v1.0-branch
v1.3.x
v1.4-branch
v1.5-branch
v1.6-branch
v1.7-branch
Libva project has moved to https://github.com/01org/libva
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-10
Merge branch 'master-fd.o'
ww43.5-video
ww37.4-video
20091118_Alpha2.5
20091112_Alpha2
20091109_Alpha1
Austin Yuan
1
-8
/
+1
2009-09-10
Removes references to SDS versioning in libva master. (from Gwenole)
Austin
1
-8
/
+1
2009-09-03
Merge branch 'master-fd.o'
20090904_5.1.0.0123
Austin Yuan
1
-0
/
+2
2009-09-03
Update va.h version number
Austin Yuan
1
-0
/
+2
2009-09-03
Merge branch 'master-fd.o'
ww36.4-video
Austin Yuan
3
-8
/
+11
2009-09-03
Fix libva-x11-VERSION.so.* dependencies.
Gwenole Beauchesne
1
-1
/
+1
2009-09-03
Fix NVIDIA driver version string parser.
Gwenole Beauchesne
1
-1
/
+8
2009-09-03
Add VA_STATUS_ERROR_UNIMPLEMENTATION string representation.
Gwenole Beauchesne
1
-0
/
+2
2009-09-03
Drop references to SDS.
Gwenole Beauchesne
1
-6
/
+0
2009-08-31
Merge branch 'master-fd.o'
Austin Yuan
2
-2
/
+17
2009-08-31
__vaDriverInit_0_30 --> __vaDriverInit_0_31 for libva31
Austin Yuan
2
-2
/
+17
2009-08-28
Merge branch 'master-fd.o'
Austin Yuan
5
-262
/
+154
2009-08-28
Remove context from vaSyncSurface
Austin Yuan
3
-4
/
+1
2009-08-28
Split libva DSO into core (libva.so) and display-dependent parts (libva-x11.so).
Gwenole Beauchesne
3
-24
/
+15
2009-08-27
Assgin VASurfaceRendering a non-zero value instead of 0
Austin Yuan
1
-4
/
+4
2009-08-27
Combine vaPutImage/vaPutImage2, vaAssociateSubpicture/vaAssociateSubpicture2
Austin Yuan
3
-126
/
+4
2009-09-01
Add VA_STATUS_ERROR_UNIMPLEMENTED.
Gwenole Beauchesne
1
-0
/
+1
2009-09-01
Fix bit-fields types.
Gwenole Beauchesne
1
-101
/
+100
2009-09-01
Add new bit to signal VC-1 skipped P-frames.
Gwenole Beauchesne
1
-1
/
+1
2009-09-01
Add new H.264 fields for XvBA backend.
Gwenole Beauchesne
1
-1
/
+5
2009-09-01
Add new VC-1 fields for VDPAU backend.
Gwenole Beauchesne
1
-7
/
+21
2009-09-01
Add new H.264 fields for VDPAU backend.
Gwenole Beauchesne
1
-0
/
+8
2009-08-25
Sync latest fd.o libva:master
20090820_5.1.0.0121
Austin Yuan
21
-46
/
+3161
2009-08-14
Explicit API extensions versioning from SDS.
Gwenole Beauchesne
2
-1
/
+14
2009-08-14
Fix NVIDIA driver detection.
Gwenole Beauchesne
4
-2
/
+484
2009-08-14
Add <va_version.h> for versioning helpers.
Gwenole Beauchesne
4
-17
/
+101
2009-07-08
Add VASliceParameterBufferBase.
Gwenole Beauchesne
1
-13
/
+21
2009-07-08
Remove obsolete fields.
Gwenole Beauchesne
2
-4
/
+0
2009-07-08
Add new DSO versioning (SONAME changed to libva-VERSION.so.CURRENT.REVISION.A...
Gwenole Beauchesne
1
-1
/
+4
2009-07-08
Fix memory leak (VADriverContext.dri_state).
Gwenole Beauchesne
1
-2
/
+7
2009-07-08
Add VA_INVALID_ID helper macro.
Gwenole Beauchesne
1
-1
/
+2
2009-07-08
Fix make install (<va/va_x11.h>). Actually drop extraneous space. ;-)
Gwenole Beauchesne
1
-1
/
+1
2009-07-08
Fix driver name retrieval for dri1 and dri2.
Gwenole Beauchesne
3
-95
/
+6
2009-07-08
Fix va_DisplayContextGetDriverName() to check for LIBVA_DRIVER_NAME first.
Gwenole Beauchesne
1
-16
/
+9
2009-07-08
Install drivers into pkglibdir/va/.
Gwenole Beauchesne
2
-3
/
+3
2009-07-08
Fix includes.
Gwenole Beauchesne
3
-1
/
+5
2009-07-08
Drop explicit CFLAGS override.
Gwenole Beauchesne
2
-2
/
+0
2009-07-08
Fix make dist (i965_drv_video missing files, Paul Bender).
Gwenole Beauchesne
1
-0
/
+2
2009-07-08
Fix build after X11 -> x11 move
Gwenole Beauchesne
1
-1
/
+1
2009-07-06
X11->x11 per the suggestion from Gwenole
Austin Yuan
15
-7
/
+7
2009-07-03
Move back dri --> src/X11
Austin Yuan
16
-3
/
+2600
2009-07-01
Added the patch from Zou Naihai to correct DRI2XXX --> VA_DRI2XXX
Austin Yuan
1
-1
/
+1
2009-07-01
va_backend.h: X11/va_x11.h --> dri/va_x11.h
Austin Yuan
1
-1
/
+1
2009-07-01
Remove vaSetSubpicturePalette, please use vaSetImagePalette
Austin Yuan
2
-5
/
+0
2009-07-02
Refine the directory, move src/X11 to dri/
Austin Yuan
15
-2601
/
+4
2009-07-02
Apply the patch from Nanhai to support MPEG2 VLD on Intel integrated G45 grap...
Austin Yuan
8
-6
/
+519
2009-06-26
Added missing file test/mpeg2-I.jpg, mpeg2-i.mpg
Austin Yuan
1
-1
/
+1
2009-06-24
Added version number for libVA. Current version is 0.30.4
ww32.1-video
ww31.2-video
ww31.2-pm-video
ww30.5-video
ww30.3-video
ww30.1-rar-video
video-img1.5-poc
menlow-beta
20091103_PreAlpha5
20091021_5.1.0.0126
20091015_5.1.0.0125
20091002_PreAlpha_Int
20090909_5.1.0.0124
20090821_5.1.0.0122
20090821_5.1.0.0120.1
20090820_5.1.0.0120.1
20090806_5.1.0.0120
20090731_5.1.0.0119
20090727_5.1.0.0118
20090724_5.1.0.0117
20090723_5.1.0.0116
20090716_5.1.0.0115
20090710_5.1.0.0114
20090707_5.1.0.0113
20090702_5.1.0.0112
20090625_5.1.0.0111
Austin Yuan
1
-1
/
+1
2009-06-20
Proposed new vaCreateSurfaceFromV4L2Buffer to replace origin vaCreateSurfaceF...
Austin Yuan
2
-29
/
+41
2009-06-20
Added more comments for vaCreateBufferFromV4L2Buffer
Austin Yuan
1
-1
/
+24
[next]