[vlc-devel] [PATCH 00/24] avcodec mappings: revenge of the palette

Daniel Verkamp daniel at drv.nu
Fri Jun 20 08:25:01 CEST 2014


This hooks up most of the obscure video game codecs that use palette-based
video.

Sample files that hit missing audio codec mappings have those mappings
included in the corresponding commits.

Daniel Verkamp (24):
  avcodec: map 8088flex TMV
  avcodec: map Wing Commander III video
  avcodec: map Westwood VQA
  avcodec: map American Laser Games MM Video
  avcodec: map Creature Shock AVS
  avcodec: map Delphine CIN video
  avcodec: map Tiertex SEQ video
  avcodec: map Feeble Files/ScummVM DXA
  avcodec: map Interplay C93
  avcodec: map Bethesda VID
  avcodec: map Beam Software VB
  avcodec: map RL2 video
  avcodec: map BFI video
  avcodec: map Electronic Arts CMV
  avcodec: map Motion Pixels
  avcodec: map EA TGV and SEAD
  avcodec: map EA TGQ
  avcodec: map EA MAD and EA ADPCM R1
  avcodec: map PCM_S16LE_PLANAR
  avcodec: map DeluxePaint animation
  avcodec: map YOP video and ADPCM IMA APC
  avcodec: map Bitmap Brothers JV
  avcodec: map Chronomaster DFA
  avcodec: map HNM4

 include/vlc_fourcc.h           | 28 ++++++++++++++++++++
 modules/codec/avcodec/fourcc.c | 58 ++++++++++++++++++++++--------------------
 src/misc/fourcc.c              | 56 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 114 insertions(+), 28 deletions(-)

-- 
2.0.0




More information about the vlc-devel mailing list