git.libav.org Git - libav.git/rss log
Libav master git repository
http://git.libav.org/?p=libav.git;a=summary
Les articles publiés sur le site
-
16 juin 2017, par Mark Thompson
vf_hwmap: Add missing error code
- [DBH] libavfilter/vf_hwmap.c
-
15 juin 2017, par Anton Mitrofanov
h264dec: Fix mix of lossless and lossy MBs decoding
CC: libav-stable@libav.org
Signed-off-by: Anton Khirnov <anton@khirnov.net>
- [DBH] libavcodec/h264_cabac.c
- [DBH] libavcodec/h264_cavlc.c
-
15 juin 2017, par Anton Mitrofanov
h264_cabac: Fix CABAC+8x8dct in 4:4:4
Use the correct ctxIdxInc calculation for coded_block_flag.
Keep old behavior for old versions of x264 for backward compatibility.
CC: libav-stable@libav.org
Signed-off-by: Anton Khirnov <anton@khirnov.net>
- [DBH] libavcodec/h264_cabac.c
-
15 juin 2017, par Yogender Kumar Gupta
h264dec: fix Lossless Decoding (Profile 244) for 8x8 Intra Prediction
CC: libav-stable@libav.org
Signed-off-by: Anton Khirnov <anton@khirnov.net>
- [DBH] libavcodec/h264_mb.c
- [DBH] libavcodec/h264pred.c
- [DBH] libavcodec/h264pred.h
- [DBH] libavcodec/h264pred_template.c
-
15 juin 2017, par John Stebbins
movenc: allow alternative hvc1 h.265 codec tag
If AVCodecParameters.codec_tag is 'hvc1' use it instead of 'hev1' for
h.265 streams. QuickTime (and other Apple software) requires 'hvc1'.
- [DBH] libavformat/movenc.c