gb
|
edae9f068c
|
Extract framerate information from caps.
|
2010-09-20 12:55:44 +02:00 |
|
gb
|
2d5434cb0b
|
Move caps initialization to parent class.
|
2010-09-20 12:55:43 +02:00 |
|
gb
|
5851086b92
|
Simplify.
|
2010-09-20 12:55:43 +02:00 |
|
gb
|
fe35801572
|
Fix doc.
|
2010-09-20 12:55:43 +02:00 |
|
gb
|
09552b1559
|
More simplifications.
|
2010-09-20 12:55:43 +02:00 |
|
gb
|
73766f9466
|
Simplify GstVaapiDecoder API.
|
2010-09-20 12:55:43 +02:00 |
|
gb
|
5128ed9951
|
Drop obsolete defs.
|
2010-09-20 12:55:43 +02:00 |
|
gb
|
bcf57bb4f9
|
Drop obsolete decls.
|
2010-09-20 12:55:43 +02:00 |
|
gb
|
e39709453e
|
Add more aliases for MPEG-4 decoding.
|
2010-09-20 12:55:43 +02:00 |
|
gb
|
1a341a1c02
|
Use avctx->coded_{width,height} info to create the VA context.
|
2010-09-20 12:55:43 +02:00 |
|
gb
|
585a273532
|
Use gst_vaapi_decoder_ffmpeg_new_from_caps().
|
2010-09-20 12:55:43 +02:00 |
|
gb
|
3ed5655535
|
Simplify tests info.
|
2010-09-20 12:55:43 +02:00 |
|
gb
|
24d918b7a3
|
Try to improve heuristics to use an AVCodecContextParser.
|
2010-09-20 12:55:43 +02:00 |
|
gb
|
dbe1d622ef
|
Fix VC-1 decoding, it does not require any specific parser.
|
2010-09-20 12:55:43 +02:00 |
|
gb
|
ffb74abe0f
|
Fix VC-1 detection with older gstreamer libs (no "fourcc" field, but a "format" one).
|
2010-09-20 12:55:43 +02:00 |
|
gb
|
4285c2cc02
|
Use size information from the demuxer, whenever available. i.e. fix WMV3 decoding.
|
2010-09-20 12:55:43 +02:00 |
|
gb
|
477e3b8530
|
Add gst_vaapi_decoder_ffmpeg_new_from_caps() helper.
|
2010-09-20 12:55:42 +02:00 |
|
gb
|
fa7505c0c5
|
Improve WMV3 detection yet further.
|
2010-09-20 12:55:42 +02:00 |
|
gb
|
64479eb8f2
|
Fix detection of plain old WMV3 contents.
|
2010-09-20 12:55:42 +02:00 |
|
gb
|
2da149abc9
|
Add End-of-Sequence start code.
|
2010-09-20 12:55:42 +02:00 |
|
gb
|
587b39cdd5
|
Fix VC-1 detection.
|
2010-09-20 12:55:42 +02:00 |
|
gb
|
34764d2c2c
|
Fix build with older gstreamer libs where gst_buffer_unref() is not a plain function.
|
2010-09-20 12:55:42 +02:00 |
|
gb
|
021d2ab947
|
Drop obsolete (and wrong) code.
|
2010-09-20 12:55:42 +02:00 |
|
gb
|
26790878a1
|
Cosmetics (spelling).
|
2010-09-20 12:55:42 +02:00 |
|
gb
|
ecff33db03
|
Try to fix timestamps (step 1). Looks OK on H55.
|
2010-09-20 12:55:42 +02:00 |
|
gb
|
cf29e752de
|
Ship with COPYING.LIB.
|
2010-09-20 12:55:42 +02:00 |
|
gb
|
4754317e70
|
Relicense gst-libs/ code to LGPL v2.1+.
|
2010-09-20 12:55:42 +02:00 |
|
gb
|
8d9b365a5b
|
Drop extraneous comma.
|
2010-09-20 12:55:42 +02:00 |
|
gb
|
e6b3cfeacd
|
Drop variant=itu field to help codec detection.
|
2010-09-20 12:55:42 +02:00 |
|
gb
|
a556e08e83
|
Decode as many surfaces as possible in gst_vaapidecode_step().
|
2010-09-20 12:55:42 +02:00 |
|
gb
|
a4d201aaf9
|
Drop excessive threading that over-complicates synchronisation.
MPEG-2 & H.264 videos now play but there are other problems (timestamps).
|
2010-09-20 12:55:42 +02:00 |
|
gb
|
4c7c0307c4
|
0.2.0.
|
2010-09-20 12:55:41 +02:00 |
|
gb
|
49f8bad478
|
Move VA context reset to AVCodecContext.get_context() as the
surface sizes can change.
|
2010-09-20 12:55:41 +02:00 |
|
gb
|
ee000a357b
|
Fix gst_vaapi_display_has_{decoder,encoder}() to check for the entrypoint too.
|
2010-09-20 12:55:41 +02:00 |
|
gb
|
1b76d72b98
|
Add GST_VAAPI_ENTRYPOINT_SLICE_ENCODE.
|
2010-09-20 12:55:41 +02:00 |
|
gb
|
800faf9ea7
|
Document H.264 / AVC1 format case better.
|
2010-09-20 12:55:41 +02:00 |
|
gb
|
fcede672df
|
Fix H.264 decoding with AVC1 format bitstreams.
|
2010-09-20 12:55:41 +02:00 |
|
gb
|
e7c9845374
|
Complete initialization of the GstVaapiVideoBuffer. Some frames start to show up.
|
2010-09-20 12:55:41 +02:00 |
|
gb
|
73b50487f3
|
Add missing GstBaseSink::buffer_alloc() override. i.e. make sure
to allocate a GstVaapiVideoBuffer instead of a plain GstBuffer
from the peer pad.
|
2010-09-20 12:55:41 +02:00 |
|
gb
|
f1fc4b52c5
|
Export gst_vaapi_video_buffer_new().
|
2010-09-20 12:55:41 +02:00 |
|
gb
|
8c17e2f99d
|
Fix gst_vaapi_profile_get_caps() to include the "profile" field.
|
2010-09-20 12:55:41 +02:00 |
|
gb
|
875352c12d
|
Fix comment.
|
2010-09-20 12:55:41 +02:00 |
|
gb
|
3f3055af1f
|
Add FFmpeg/VAAPI decoder for the new `vaapidecode' element.
|
2010-09-20 12:55:41 +02:00 |
|
gb
|
5d1eb8ce89
|
Add gst_vaapi_decoder_pause().
|
2010-09-20 12:55:41 +02:00 |
|
gb
|
2356ceb0d9
|
Use a GstTask with start/stop semantics for the decoder thread.
|
2010-09-20 12:55:41 +02:00 |
|
gb
|
5f5ed724dd
|
Drop extraneous var.
|
2010-09-20 12:55:41 +02:00 |
|
gb
|
a1fddf8bcc
|
Add support for GstVaapiSurfaceProxy to GstVaapiVideoBuffer.
|
2010-09-20 12:55:41 +02:00 |
|
gb
|
0596777703
|
Fix gst_vaapi_decoder_get_surface() status.
|
2010-09-20 12:55:41 +02:00 |
|
gb
|
bda32435c2
|
Try to set correct timestamps to the decoded surface proxy.
|
2010-09-20 12:55:41 +02:00 |
|
gb
|
a14711b935
|
Add timestamps to GstVaapiSurfaceProxy.
|
2010-09-20 12:55:41 +02:00 |
|