FFmpeg git repo
Go to file
Christophe Gisquet deadcf5e71 huffyuvdec: implement trick for BGR
Before:
179436 decicycles in rgb, 32735 runs, 33 skips
Stripped object size: 23188

After:
154861 decicycles in rgb, 32738 runs, 30 skips
Stripped object size: 22736

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-04 13:25:24 +02:00
compat
doc fix various typos 2014-06-03 10:58:19 -08:00
libavcodec huffyuvdec: implement trick for BGR 2014-06-04 13:25:24 +02:00
libavdevice fix various typos 2014-06-03 10:58:19 -08:00
libavfilter fix various typos 2014-06-03 10:58:19 -08:00
libavformat Merge commit '95b7fa1729b93bbb3f4fb85a5c0cb53cf970c3c7' 2014-06-04 12:54:15 +02:00
libavresample
libavutil Merge commit 'd5a55981986ac5d1a31aef3a8d16eaff8534a412' 2014-06-04 12:45:35 +02:00
libpostproc
libswresample fix various typos 2014-06-03 10:58:19 -08:00
libswscale
presets
tests Fix fate-aac-ln-encode with --target-path (second try). 2014-06-04 00:00:32 +02:00
tools fix various typos 2014-06-03 10:58:19 -08:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog fix various typos 2014-06-03 10:58:19 -08:00
INSTALL.md
LICENSE.md
MAINTAINERS
Makefile
README.md
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure Merge commit 'd5a55981986ac5d1a31aef3a8d16eaff8534a412' 2014-06-04 12:45:35 +02:00
ffmpeg.c fix various typos 2014-06-03 10:58:19 -08:00
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.