Cosmetics (spelling).
[profile/ivi/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapidecoder_ffmpeg.c
2010-09-20 gbCosmetics (spelling).
2010-09-20 gbTry to fix timestamps (step 1). Looks OK on H55.
2010-09-20 gbRelicense gst-libs/ code to LGPL v2.1+.
2010-09-20 gbMove VA context reset to AVCodecContext.get_context...
2010-09-20 gbDocument H.264 / AVC1 format case better.
2010-09-20 gbFix H.264 decoding with AVC1 format bitstreams.
2010-09-20 gbFix destructor, av_parser_close() does destroy the...
2010-09-20 gbFix VC-1 codec initialization, it really needs an extra...
2010-09-20 gbSplit decoder creation with actual resources allocation
2010-09-20 gbMove gst_vaapi_decoder_ffmpeg_create() call to object...
2010-09-20 gbAdd "codec-data" property for additional codec data.
2010-09-20 gbCosmetics (extraneous variable, debug message).
2010-09-20 gb- Add PTS and framerate information.
2010-09-20 gbFlush stream only if avcodec_decode_video() read something.
2010-04-23 gbAdd initial (multithreaded) decoder based on FFmpeg.