Age | Commit message (Expand) | Author | Files | Lines |
2017-08-02 | libs: encoder: implements gst_vaapi_encoder_ensure_max_num_ref_frames | Hyunjun Ko | 1 | -0/+43 |
2017-06-15 | libs: encoder: fix compilation with old versions of libva | Víctor Manuel Jáquez Leal | 1 | -1/+4 |
2017-06-13 | libs: encoder: Fix the quality level clamping | Sreerenj Balachandran | 1 | -5/+5 |
2017-06-08 | libs: encoder: set framerate if bigger than 0/1 | Víctor Manuel Jáquez Leal | 1 | -3/+7 |
2017-06-07 | libs: encoder: bitrate target percentage calculation | Víctor Manuel Jáquez Leal | 1 | -2/+6 |
2017-06-07 | libs: encoder: h264,h265,mpeg2,vp8,vp9: refactor ratecontrol param | Víctor Manuel Jáquez Leal | 1 | -0/+9 |
2017-06-07 | libs: encoder: h264,h265,mpeg2,vp8,vp9: refactor framerate param | Víctor Manuel Jáquez Leal | 1 | -0/+4 |
2017-06-07 | libs: encoder: Describes more detail about the bitrate property | Hyunjun Ko | 1 | -0/+11 |
2017-06-07 | libs: encoder: vp8,h264,h265,mpeg2: refactor misc parameters | Víctor Manuel Jáquez Leal | 1 | -0/+42 |
2017-06-07 | libs: encoder: use VA quality level structure | Víctor Manuel Jáquez Leal | 1 | -11/+10 |
2017-05-19 | libs: encoder: check for maximum number of slices | Víctor Manuel Jáquez Leal | 1 | -0/+49 |
2017-05-12 | libs: encoder: add api gst_vaapi_encoder_add/del_roi | Hyunjun Ko | 1 | -0/+108 |
2017-05-12 | libs: encoder/context: query region of interest support | Hyunjun Ko | 1 | -0/+29 |
2017-05-11 | libs: encoder: guard quality level configuration | Víctor Manuel Jáquez Leal | 1 | -1/+4 |
2017-05-11 | encoders: add quality level tuning | Sreerenj Balachandran | 1 | -1/+86 |
2017-04-06 | libs: encoder: admit YUV420_10BPP as valid chroma | Víctor Manuel Jáquez Leal | 1 | -1/+2 |
2017-04-06 | libs: encode: merge all possible surface formats | Víctor Manuel Jáquez Leal | 1 | -6/+70 |
2017-04-06 | libs: encoder: pass profile to get_surface_formats() | Víctor Manuel Jáquez Leal | 1 | -4/+9 |
2017-04-06 | libs: encoder: dummy context for get_surface_formats() | Víctor Manuel Jáquez Leal | 1 | -9/+16 |
2017-04-06 | libs: encoder: refactor init_context_info() | Víctor Manuel Jáquez Leal | 1 | -5/+5 |
2017-04-06 | libs: encoder: initialize chroma_type | Víctor Manuel Jáquez Leal | 1 | -0/+16 |
2017-02-28 | libs: encoder: ensure profile when context initialization | Hyunjun Ko | 1 | -1/+1 |
2017-02-28 | libs: encoder: set rate control info only when query succeed | Hyunjun Ko | 1 | -3/+4 |
2017-02-22 | libs: encoder: caps can change at any time | Víctor Manuel Jáquez Leal | 1 | -10/+0 |
2016-12-07 | libs: encoder: add gst_vaapi_encoder_get_surface_formats() | Hyunjun Ko | 1 | -0/+29 |
2016-12-07 | libs: encoder: split set_context_info() | Hyunjun Ko | 1 | -10/+22 |
2016-11-03 | libs: fix code style for errors | Víctor Manuel Jáquez Leal | 1 | -2/+6 |
2016-05-11 | gstvaapiencoder:Use internal api to dervie configured VAEntrypoint | Sreerenj Balachandran | 1 | -6/+2 |
2016-05-11 | encoder: h264: Add support of low power/high performance encoding mode | Sreerenj Balachandran | 1 | -4/+4 |
2016-02-03 | libs: small code style fixes | Víctor Manuel Jáquez Leal | 1 | -4/+5 |
2015-08-13 | gstvaapiencoder: validate chroma according to the VA's RT format | Victor Jaquez | 1 | -8/+32 |
2015-08-04 | gstvaapiencoder: framerate 0/1 is valid too | Victor Jaquez | 1 | -1/+1 |
2015-02-05 | encoder: Only support YUV420 native format as input for now | Sreerenj Balachandran | 1 | -0/+7 |
2015-02-04 | gstvaapiencoder: Use hardcoded packed_raw_data flag for JPEG Encoding | Sreerenj Balachandran | 1 | -0/+9 |
2015-02-04 | gstvaapiencoder: Fix crash when handling rate control mask | Sreerenj Balachandran | 1 | -1/+1 |
2015-02-04 | Encode: Add support for Picture level Entrypoint | Sreerenj Balachandran | 1 | -2/+16 |
2015-01-27 | gstvaapiencoder: Fix the negotiation issue with _ENCODED format handling | Sreerenj Balachandran | 1 | -1/+1 |
2014-04-25 | encoder: derive chroma type from video format. | Gwenole Beauchesne | 1 | -2/+18 |
2014-01-23 | libs: factor out usages of vaGetConfigAttributes(). | Gwenole Beauchesne | 1 | -19/+7 |
2014-01-23 | encoder: notify the encoder of the submitted packed headers. | Gwenole Beauchesne | 1 | -8/+18 |
2014-01-23 | encoder: fix and factor out check for supported rate-control modes. | Gwenole Beauchesne | 1 | -35/+75 |
2014-01-23 | context: move rate-control mode to encoder specific config. | Gwenole Beauchesne | 1 | -1/+4 |
2014-01-23 | context: introduce concept of usage. | Gwenole Beauchesne | 1 | -0/+1 |
2014-01-23 | context: clean-ups. Strip down APIs. | Gwenole Beauchesne | 1 | -2/+2 |
2014-01-22 | legal: update copyright notice dates. | Gwenole Beauchesne | 1 | -1/+1 |
2014-01-22 | legal: add per-file authorship information. | Gwenole Beauchesne | 1 | -0/+2 |
2014-01-22 | encoder: h264: only submit packed headers when required. | Gwenole Beauchesne | 1 | -0/+11 |
2014-01-14 | encoder: clean-up objects. | Gwenole Beauchesne | 1 | -1/+1 |
2014-01-13 | encoder: add tuning options API. | Gwenole Beauchesne | 1 | -0/+79 |
2014-01-13 | encoder: filter out the supported set of rate-control properties. | Gwenole Beauchesne | 1 | -1/+3 |