FFmpeg git repo
Go to file
Christophe Gisquet 5e55c7e1bc hevc: report more precise progress
There's a lag of one CTB line for SAO behind deblocking filter, except for
last line. However, once SAO has been completed on a line, all its pixels,
i.e. up to y+ctb_size are filtered and ready to be used as reference.

Without SAO, when deblocking filter finishes a CTB line, only the bottom
bottom 4 pixels may be filtered when next CTB is process by the deblocing.

The await_progess for hevc then checks whether the bottom pixels of a PU
requires access beyond that point, so the reporting should effectively
report up to the the above limits.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-19 14:20:10 +02:00
compat
doc lavfi/drawtext: add alias "expr_int_format" to expansion function "eif" 2014-07-18 14:24:34 +02:00
libavcodec hevc: report more precise progress 2014-07-19 14:20:10 +02:00
libavdevice Merge commit 'd6e1d37100af568211f28ec0bcf7958a3a2a299e' 2014-07-19 13:39:12 +02:00
libavfilter lavfi/drawtext: add alias "expr_int_format" to expansion function "eif" 2014-07-18 14:24:34 +02:00
libavformat Parse dri when receiving jpg via rtp. 2014-07-18 23:11:11 +02:00
libavresample
libavutil
libpostproc
libswresample fix spelling errors 2014-07-12 22:33:27 +02:00
libswscale swscale/x86/hscale_fast_bilinear_simd: add inline asm guards 2014-07-19 13:26:36 +02:00
presets
tests fate: Add test for wav Peak Envelope Chunk encoder (levl chunk). 2014-07-18 19:38:54 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL.md
LICENSE.md
MAINTAINERS
Makefile
README.md
RELEASE
RELEASE_NOTES
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure
ffmpeg.c
ffmpeg.h
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vda.c
ffmpeg_vdpau.c
ffplay.c
ffprobe.c
ffserver.c
library.mak
version.sh

README.md

FFmpeg README

  1. Documentation

  1. Licensing

  • See the LICENSE file.
  1. Build and Install

  • See the INSTALL file.