Revision e0aa76d38a02090245284fc157afb9074e9ff073 authored by Martin Storsjö on 29 March 2014, 10:35:11 UTC, committed by Martin Storsjö on 30 March 2014, 09:45:40 UTC
This was only used in hevc muxing code so far.

This makes the return values match what get_se_golomb returns for
the same bitstream reader instances.

The logic for producing a signed golomb code out of an unsigned one
was based on the corresponding code in get_se_golomb, which operated
directly on the bitstream reader buffer - not on the equivalent
return value from get_ue_golomb.

CC: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>
(cherry picked from commit 508a84e6726ab94a740c160b30fd8162265d1fef)
Signed-off-by: Martin Storsjö <martin@martin.st>
1 parent a014b96
History
File Mode Size
compat
doc
libavcodec
libavdevice
libavfilter
libavformat
libavresample
libavutil
libswscale
presets
tests
tools
.gitignore -rw-r--r-- 756 bytes
COPYING.GPLv2 -rw-r--r-- 17.7 KB
COPYING.GPLv3 -rw-r--r-- 34.3 KB
COPYING.LGPLv2.1 -rw-r--r-- 25.9 KB
COPYING.LGPLv3 -rw-r--r-- 7.5 KB
CREDITS -rw-r--r-- 1.0 KB
Changelog -rw-r--r-- 33.9 KB
INSTALL -rw-r--r-- 705 bytes
LICENSE -rw-r--r-- 2.7 KB
Makefile -rw-r--r-- 5.6 KB
README -rw-r--r-- 162 bytes
RELEASE -rw-r--r-- 5 bytes
arch.mak -rw-r--r-- 463 bytes
avconv.c -rw-r--r-- 81.4 KB
avconv.h -rw-r--r-- 11.9 KB
avconv_filter.c -rw-r--r-- 24.1 KB
avconv_opt.c -rw-r--r-- 89.0 KB
avconv_vdpau.c -rw-r--r-- 11.3 KB
avplay.c -rw-r--r-- 96.9 KB
avprobe.c -rw-r--r-- 28.4 KB
avserver.c -rw-r--r-- 153.6 KB
cmdutils.c -rw-r--r-- 52.7 KB
cmdutils.h -rw-r--r-- 17.4 KB
cmdutils_common_opts.h -rw-r--r-- 1.7 KB
common.mak -rw-r--r-- 1.9 KB
configure -rwxr-xr-x 134.9 KB
library.mak -rw-r--r-- 3.4 KB
version.sh -rwxr-xr-x 678 bytes

README

back to top