git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
aac_adtstoasc_bsf : validate and forward extradata if the stream is already ASC
25 novembre 2016, par James Almer -
lavfi : Add VAAPI deinterlacer
25 novembre 2016, par Mark Thompson -
mss2 : only use error correction for matching block counts
24 novembre 2016, par Andreas Cadhalpunmss2: only use error correction for matching block counts This fixes a heap-buffer-overflow in ff_er_frame_end when decoding mss2 with coded_width/coded_height larger than width/height. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
binkaudio : switch to the new send/receive API
24 novembre 2016, par Anton Khirnov -
pthread_frame : do not run hwaccel decoding asynchronously unless it’s safe
24 novembre 2016, par Anton Khirnovpthread_frame: do not run hwaccel decoding asynchronously unless it's safe Certain hardware decoding APIs are not guaranteed to be thread-safe, so having the user access decoded hardware surfaces while the decoder is running in another thread can cause failures (this is mainly known to happen with DXVA2). For such hwaccels, only allow the decoding thread to run while the user is inside a lavc decode call (avcodec_send_packet/receive_frame).
- [DBH] libavcodec/avcodec.h
- [DBH] libavcodec/hwaccel.h
- [DBH] libavcodec/pthread_frame.c
- [DBH] libavcodec/vaapi_h264.c
- [DBH] libavcodec/vaapi_mpeg2.c
- [DBH] libavcodec/vaapi_mpeg4.c
- [DBH] libavcodec/vaapi_vc1.c
- [DBH] libavcodec/vaapi_vp8.c
- [DBH] libavcodec/vdpau_h264.c
- [DBH] libavcodec/vdpau_hevc.c
- [DBH] libavcodec/vdpau_mpeg12.c
- [DBH] libavcodec/vdpau_mpeg4.c
- [DBH] libavcodec/vdpau_vc1.c
- [DBH] libavcodec/version.h