summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* android: copy va_enc_mpeg2.h target-product directoryAdrian Marius Negreanu2013-08-271-0/+1
* vatrace: buffer_type_to_string: add missing VABufferTypeAdrian Marius Negreanu2013-08-271-0/+1
* Fix the broken installXiang, Haihao2013-08-271-1/+8
* API: vpp: add blend state for composition.Gwenole Beauchesne2013-08-272-0/+62
* API: vpp: add rotation state.Gwenole Beauchesne2013-08-272-1/+64
* android: update LIBVA_VERSION_S tag.Haitao Huang2013-08-271-1/+1
* android: export JPEG decode header.Haitao Huang2013-08-271-1/+1
* test/basic: update to new API.Haitao Huang2013-08-271-0/+1
* build: fix make dist.Gwenole Beauchesne2013-08-271-0/+1
* Add VP8 decoding APIJonathan Bian2013-08-273-1/+213
* Add Deblocking and FRC filter to VPP APIJonathan Bian2013-08-271-0/+24
* Android.mk: install VPP header filesAustin Yuan2013-08-271-1/+3
* API: bump version to 0.34.0 (libva 1.2.0).Gwenole Beauchesne2013-08-272-3/+8
* VACodedBufferSegment: correct the descriptionAustin Yuan2013-08-271-0/+2
* Android.mk: change Android Makefile accordinglyAustin Yuan2013-08-272-1/+3
* VADisplayAttribDirectSurface: drop itAustin Yuan2013-08-271-12/+0
* VADisplayAttribBLEMode: drop it since no implementation for itAustin Yuan2013-08-271-14/+0
* vpp: link modules from the main page.Gwenole Beauchesne2013-08-271-0/+1
* API: h264 encode: make bitstream writers more consistent.Gwenole Beauchesne2013-08-272-14/+8
* API: h264 encode: add bitstream writers.Gwenole Beauchesne2013-08-273-0/+268
* doc: improve Doxyfile configuration.Gwenole Beauchesne2013-08-271-2/+2
* doc: don't add timestamps in generated documentation.Gwenole Beauchesne2013-08-273-5/+10
* doc: add placeholder for the Core API.Gwenole Beauchesne2013-08-271-0/+1
* drm: improve check for authentication.Gwenole Beauchesne2013-07-151-1/+18
* build: fix make dist.Gwenole Beauchesne2013-06-272-3/+1
* libva: bump version for development.Gwenole Beauchesne2013-06-271-2/+2
* libva 1.2.1libva-1.2.1Xiang, Haihao2013-06-272-2/+6
* dummy_drv_video: add back VA_DRIVER_INIT_FUNC definition for __vaDriverInit_*()Vincent Bernat2013-06-271-0/+5
* tests: rename mpeg2enc to mpeg2vaencXiang, Haihao2013-06-272-4/+4
* New version for developmentXiang, Haihao2013-06-251-2/+2
* libva 1.2.0Xiang, Haihao2013-06-251-1/+1
* NEWS: updatesXiang, Haihao2013-06-251-2/+15
* Remove the dummy driver dependency on X11Zhao Yakui2013-06-251-2/+2
* Remove the EGL dependency on X11Zhao Yakui2013-06-251-2/+2
* h264encode: fix mmap out of memmory issueAustin Yuan2013-06-251-80/+61
* h264encode: add more cmdline optionsAustin Yuan2013-06-251-8/+34
* h264encode: fix ftell overflow issue when open large source YUV filesAustin Yuan2013-06-251-4/+13
* h264encode: coding 1920x1080 with cropAustin Yuan2013-06-251-9/+54
* h264encode: print correct number of RefPicList0/1Austin Yuan2013-06-251-1/+2
* h264encode: fix thread lockup issueAustin Yuan2013-06-251-4/+1
* h264encode: fix thread lockup issueAustin Yuan2013-06-251-4/+11
* h264encode: fix idr_pic_id issue when encode multiple IDR framesAustin Yuan2013-06-251-3/+3
* h264encode: reset IDR poc to 0Elaine Wang2013-06-251-1/+1
* h264encode: dump reconstructed frame and calc PSNRAustin Yuan2013-06-254-123/+405
* h264encode: use frame height not the height from VAImage which may be wrongAustin Yuan2013-06-251-3/+3
* h264encode: correct negative POC after a new IDRAustin Yuan2013-06-251-4/+6
* h264encode: fix encode corruption issue with multiple IDR (-idr_period XX)Austin Yuan2013-06-251-18/+28
* h264encode: add some commentsElaine Wang2013-06-251-11/+3
* h264encode: refine calculation logic of reference frame settingElaine Wang2013-06-251-137/+263
* h264encode: fix wrong print informationElaine Wang2013-06-251-5/+7