index
:
delta/gst-vaapi.git
0.2
0.2-branch
0.3
0.3-branch
0.4
0.4-branch
0.6
0.6-branch
1.6
baserock/0.7.0-13-gbeb936d+no_gitmodules
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst-libs
/
gst
/
vaapi
/
gstvaapidecoder_priv.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove old gst version guards
Víctor Manuel Jáquez Leal
2016-01-25
1
-2
/
+0
*
multiview: initial attempt at stereo/multiview support
Jan Schmidt
2015-08-31
1
-0
/
+7
*
vaapidecode: Check the condition after taking the lock
Olivier Crete
2015-02-04
1
-4
/
+0
*
decoder: re-indent GstVaapiDecoder base object.
Gwenole Beauchesne
2014-04-25
1
-75
/
+68
*
legal: update copyright notice dates.
Gwenole Beauchesne
2014-01-22
1
-1
/
+1
*
decoder: fix video codec frame number in standalone mode.
Gwenole Beauchesne
2014-01-22
1
-0
/
+1
*
legal: add per-file authorship information.
Gwenole Beauchesne
2013-11-22
1
-0
/
+2
*
jpeg: rework and optimize parser.
Gwenole Beauchesne
2013-09-20
1
-0
/
+1
*
libs: use GstVaapiMiniObject for video decoders.
Gwenole Beauchesne
2013-05-07
1
-7
/
+65
*
decoder: add gst_vaapi_decoder_get_frame_with_timeout().
Gwenole Beauchesne
2013-04-25
1
-2
/
+2
*
decoder: rename GstVaapiDecoderFrame to GstVaapiParserFrame.
Gwenole Beauchesne
2013-04-16
1
-1
/
+1
*
decoder: sanitize codec-data decoding.
Gwenole Beauchesne
2013-03-21
1
-0
/
+4
*
decoder: allow frames to be dropped.
Gwenole Beauchesne
2013-01-30
1
-0
/
+4
*
legal: fix year for some copyright notices (2013).
Gwenole Beauchesne
2013-01-29
1
-1
/
+1
*
decoder: fix check for end-of-stream in raw API mode.
Gwenole Beauchesne
2013-01-17
1
-1
/
+2
*
decoder: use an array of units instead of a single-linked list.
Gwenole Beauchesne
2013-01-07
1
-6
/
+7
*
decoder: maintain decoded frames as GstVideoCodecFrame objects.
Gwenole Beauchesne
2012-12-18
1
-5
/
+3
*
decoder: use GstVideoCodecState.
Sreerenj Balachandran
2012-12-18
1
-12
/
+21
*
decoder: add new GstVaapiDecoder API.
Gwenole Beauchesne
2012-12-18
1
-0
/
+35
*
decoder: drop unused functions.
Gwenole Beauchesne
2012-10-09
1
-9
/
+0
*
decoder: cope with new GstVaapiContextInfo based API.
Gwenole Beauchesne
2012-09-10
1
-5
/
+2
*
Use standard G_GNUC_INTERNAL keyword instead of attribute_hidden.
Gwenole Beauchesne
2012-07-19
1
-10
/
+16
*
decoder: maintain caps for interlaced streams.
Holger Kaelberer
2012-03-19
1
-0
/
+5
*
mpeg2: fix crash when there is no free surface to decode into.
Gwenole Beauchesne
2012-02-06
1
-0
/
+4
*
decoder: simplify output of decoded frames.
Gwenole Beauchesne
2012-01-27
1
-10
/
+2
*
decoder: rework the internal VA objects API.
Gwenole Beauchesne
2012-01-27
1
-116
/
+0
*
decoder: allow slices to be attached to pictures later.
Gwenole Beauchesne
2012-01-24
1
-0
/
+4
*
decoder: add ref_count to GstVaapiPicture.
Gwenole Beauchesne
2012-01-24
1
-0
/
+15
*
legal: fix year for some copyright notices.
Gwenole Beauchesne
2012-01-16
1
-1
/
+1
*
legal: add Intel copyright on modified files.
Gwenole Beauchesne
2012-01-16
1
-0
/
+1
*
legal: fix copyright notices to include "Copyright" term.
Gwenole Beauchesne
2012-01-16
1
-1
/
+1
*
vc1: fix bitplanes decoding.
Gwenole Beauchesne
2012-01-16
1
-0
/
+11
*
Add VA decoder helpers.
Gwenole Beauchesne
2012-01-16
1
-0
/
+88
*
decoder: fix possible leak of VA surfaces.
Gwenole Beauchesne
2012-01-05
1
-0
/
+7
*
decoder: drop unused headers.
Gwenole Beauchesne
2011-12-08
1
-1
/
+0
*
Update copyright notice.
Gwenole Beauchesne
2011-06-14
1
-1
/
+1
*
Regularly update and expose decoder caps.
gb
2010-09-20
1
-1
/
+24
*
Add mechanism to reinsert buffer leftovers into the queue.
gb
2010-09-20
1
-0
/
+8
*
Extract framerate information from caps.
gb
2010-09-20
1
-1
/
+0
*
Move caps initialization to parent class.
gb
2010-09-20
1
-0
/
+1
*
Use size information from the demuxer, whenever available. i.e. fix WMV3 deco...
gb
2010-09-20
1
-0
/
+22
*
Add gst_vaapi_decoder_ffmpeg_new_from_caps() helper.
gb
2010-09-20
1
-0
/
+2
*
Drop obsolete (and wrong) code.
gb
2010-09-20
1
-2
/
+0
*
Try to fix timestamps (step 1). Looks OK on H55.
gb
2010-09-20
1
-1
/
+2
*
Relicense gst-libs/ code to LGPL v2.1+.
gb
2010-09-20
1
-10
/
+11
*
Drop excessive threading that over-complicates synchronisation.
gb
2010-09-20
1
-13
/
+10
*
Use a GstTask with start/stop semantics for the decoder thread.
gb
2010-09-20
1
-3
/
+3
*
Try to set correct timestamps to the decoded surface proxy.
gb
2010-09-20
1
-1
/
+2
*
Add "codec-data" property for additional codec data.
gb
2010-09-20
1
-0
/
+13
*
Cosmetics (weird indentation).
gb
2010-09-20
1
-7
/
+7
[next]