summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* debian: fix trailing whitespace in description.0.5.8Gwenole Beauchesne2014-01-241-1/+1
* debian: fix package description.Gwenole Beauchesne2014-01-232-4/+6
* build: fix warnings on 64-bit platforms.Gwenole Beauchesne2014-01-231-2/+3
* build: fix for older versions of VA-API (< 0.34.0).Gwenole Beauchesne2014-01-232-1/+15
* 0.5.8.Gwenole Beauchesne2014-01-232-3/+3
* README: updates.Gwenole Beauchesne2014-01-231-4/+31
* NEWS: updates.Gwenole Beauchesne2014-01-231-1/+15
* tests: test-filter: fix "deinterlace" option parse.Gwenole Beauchesne2014-01-231-1/+5
* libs: factor out usages of vaGetConfigAttributes().Gwenole Beauchesne2014-01-236-66/+138
* libs: re-indent all source code related to VA utilities.Gwenole Beauchesne2014-01-2311-1167/+1115
* libs: add missing file (libgstvaapi_priv_check.h).Gwenole Beauchesne2014-01-231-0/+25
* encoder: notify the encoder of the submitted packed headers.Gwenole Beauchesne2014-01-236-9/+54
* encoder: fix and factor out check for supported rate-control modes.Gwenole Beauchesne2014-01-234-39/+79
* context: move rate-control mode to encoder specific config.Gwenole Beauchesne2014-01-233-9/+41
* context: introduce concept of usage.Gwenole Beauchesne2014-01-234-34/+56
* context: fix get_attribute() value result.Gwenole Beauchesne2014-01-231-0/+2
* context: move overlay composition to separate files.Gwenole Beauchesne2014-01-236-404/+511
* context: clean-ups. Strip down APIs.Gwenole Beauchesne2014-01-234-305/+121
* context: re-indent all GstVaapiContext related source code.Gwenole Beauchesne2014-01-232-657/+612
* libs: check that private headers remain private.Gwenole Beauchesne2014-01-2313-5/+20
* Bump library major version.Gwenole Beauchesne2014-01-221-2/+2
* legal: update copyright notice dates.Gwenole Beauchesne2014-01-2255-55/+55
* legal: add per-file authorship information.Gwenole Beauchesne2014-01-2216-0/+30
* decoder: fix video codec frame number in standalone mode.Gwenole Beauchesne2014-01-222-4/+6
* decoder: fix crash on invalid pointer for GST_DEBUG().Wind Yuan2014-01-222-3/+3
* encoder: h264: disable NAL HRD parameters for now.Gwenole Beauchesne2014-01-221-2/+4
* encoder: h264: fix default CPB buffer size.Gwenole Beauchesne2014-01-224-26/+67
* encoder: h264: fix bitrate encoding for HRD conformance.Gwenole Beauchesne2014-01-221-19/+33
* encoder: h264: fix level lookup constraints wrt. bitrate.Gwenole Beauchesne2014-01-221-2/+29
* encoder: h264: submit sequence parameter only once.Gwenole Beauchesne2014-01-221-13/+22
* encoder: h264: only submit packed headers when required.Gwenole Beauchesne2014-01-225-2/+73
* encoder: h264: fix ip_period value in sequence parameter.Gwenole Beauchesne2014-01-221-1/+1
* encoder: h264: fix level when bitrate is automatically computed.Gwenole Beauchesne2014-01-221-5/+5
* encoder: h264: clean-ups.Gwenole Beauchesne2014-01-221-134/+146
* encoder: h264: clean-up bitwriter related utilities.Gwenole Beauchesne2014-01-221-385/+443
* encoder: h264: completely remove private headers.Gwenole Beauchesne2014-01-223-100/+66
* encoder: h264: fix PPS header packing with profile < high.Gwenole Beauchesne2014-01-151-18/+20
* encoder: h264: always emit VUI parameters for framerate.Gwenole Beauchesne2014-01-151-5/+3
* encoder: h264: really fix frame cropping rectangle calculation.Gwenole Beauchesne2014-01-151-3/+12
* vaapisink: set csc render flags from sinkpad caps.Holger Kaelberer2014-01-152-0/+27
* surface: rework render flags.Gwenole Beauchesne2014-01-153-23/+52
* vaapipostproc: add support for colorbalance filters.Zhao, Halley2014-01-153-4/+106
* vaapipostproc: fix support for "sharpen" filter.Zhao, Halley2014-01-151-1/+1
* pkgconfig: plugin dir should use PKG version not API version.Lionel Landwerlin2014-01-156-13/+12
* vaapisink: fix display initialization in GstVideoOverlay implementation.Holger Kaelberer2014-01-151-1/+8
* vaapisink: expose the raw video formats in static caps template.Sreerenj Balachandran2014-01-151-1/+2
* vaapidecode: query downstream caps features like GLTextureUploadMeta.Matthieu Bouron2014-01-141-10/+62
* vaapidecode: add system memory caps to template caps.Matthieu Bouron2014-01-141-1/+2
* vaapidecode: fix hang on SIGINT.Wind Yuan2014-01-141-0/+19
* vaapiencode: fix possible hang on SIGINT.Wind Yuan2014-01-141-0/+20