[vlc-devel] [PATCH 0/2] Add libbpg decoder
Tristan Matthews
tmatth at videolan.org
Tue Jan 6 02:51:56 CET 2015
These patches add support for decoding BPG images,
as described at http://bellard.org/bpg.
Tristan Matthews (2):
contrib: add bpg
bpg: add libbpg decoder
configure.ac | 11 +++
contrib/src/bpg/SHA512SUMS | 1 +
contrib/src/bpg/pic.patch | 11 +++
contrib/src/bpg/rules.mak | 22 ++++++
include/vlc_fourcc.h | 1 +
modules/codec/Makefile.am | 6 ++
modules/codec/bpg.c | 187 +++++++++++++++++++++++++++++++++++++++++++++
modules/demux/image.c | 4 +
src/misc/fourcc.c | 3 +
src/misc/image.c | 2 +
10 files changed, 248 insertions(+)
create mode 100644 contrib/src/bpg/SHA512SUMS
create mode 100644 contrib/src/bpg/pic.patch
create mode 100644 contrib/src/bpg/rules.mak
create mode 100644 modules/codec/bpg.c
--
2.1.4
More information about the vlc-devel
mailing list