Go to file
Michael Niedermayer 525a165d99 avfilter/vf_pullup: workaround bug in gcc 4.4.3 on ARM
The gcc version affected is very old and unmaintained AFAIK thus i made no
attempt to report this to the gcc developers.

The workaround is pushed as it may still affect users and does affect one
fate client

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-29 00:52:42 +02:00
compat
doc doc/examples/muxing: remove unused variable 2014-06-28 21:44:38 +02:00
libavcodec avcodec/cavs: improve conformance with rm52j reference decoder 2014-06-28 19:53:41 +02:00
libavdevice lavd/avfoundation: Support user selected pixel formats and pixel format autoselection. 2014-06-12 21:31:25 +02:00
libavfilter avfilter/vf_pullup: workaround bug in gcc 4.4.3 on ARM 2014-06-29 00:52:42 +02:00
libavformat avformat/options_table: Fix flush_packet flag flags 2014-06-28 21:24:15 +02:00
libavresample
libavutil Merge commit '7b0c7c9163fe3dd0081696befde28617119d2590' 2014-06-28 21:31:18 +02:00
libpostproc
libswresample swr: rewrite resample_common/linear_float_sse/avx in yasm. 2014-06-28 17:06:47 +02:00
libswscale swscale/x86/input: prevent RGB32_TO_Y_FN from reading into the padding 2014-06-22 03:09:28 +02:00
presets presets: remove moldering iPod presets 2014-06-17 16:15:04 -08:00
tests avcodec/cavs: improve conformance with rm52j reference decoder 2014-06-28 19:53:41 +02:00
tools tools/fourcc2pixfmt: Avoid using non public AV_PIX_FMT_NB 2014-06-10 04:00:06 +02:00
.gitignore Remove avserver. 2014-06-18 14:55:28 +02:00
arch.mak
Changelog avfilter: add hqx filter (hq2x, hq3x, hq4x) 2014-06-21 19:22:55 +02:00
cmdutils_common_opts.h
cmdutils_opencl.c
cmdutils.c version string: add copyright line to version string 2014-06-16 10:24:28 -08:00
cmdutils.h
common.mak
configure swr: rewrite resample_common/linear_float_sse/avx in yasm. 2014-06-28 17:06:47 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg_opt: Dont exit on avformat_find_stream_info() failure if there are streams 2014-06-18 21:35:54 +02:00
ffmpeg_vda.c
ffmpeg_vdpau.c
ffmpeg.c ffmpeg: fix deadlock regression in threading error handing 2014-06-27 17:45:38 +02:00
ffmpeg.h
ffplay.c ffplay: decrease audio_diff_threshold 2014-06-24 21:59:21 +02:00
ffprobe.c ffprobe: add color_range and color_space to stream output 2014-06-24 00:35:16 +02:00
ffserver.c
INSTALL.md
library.mak
LICENSE.md
MAINTAINERS avfilter: add hqx filter (hq2x, hq3x, hq4x) 2014-06-21 19:22:55 +02:00
Makefile Remove avserver. 2014-06-18 14:55:28 +02:00
README.md
RELEASE
version.sh

FFmpeg README

  1. Documentation

  1. Licensing

  • See the LICENSE file.
  1. Build and Install

  • See the INSTALL file.