FFmpeg git repo
Go to file
Michael Niedermayer 0bf25c7b08 configure: fix arm osx build
Fixes Ticket3561

Solution suggested by jeremyhu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-15 04:37:32 +02:00
compat
doc avformat: add av_format_inject_global_side_data(), and disable it by default 2014-04-15 02:37:40 +02:00
libavcodec Merge commit 'a6ac4fcce44108f6f87278b8d12e890576f46a62' 2014-04-15 01:23:00 +02:00
libavdevice lavd/avdevice: fix buildbreak when included to C++ code 2014-04-13 04:59:35 +02:00
libavfilter Merge commit 'aaab192df24a90f4450285cfb73b395cf495b462' 2014-04-13 14:39:51 +02:00
libavformat avformat: add av_format_inject_global_side_data(), and disable it by default 2014-04-15 02:37:40 +02:00
libavresample Merge commit 'ac976ed91e323754e9a84509873ebdb437372797' 2014-04-13 14:33:42 +02:00
libavutil avutil/avstring: do not lose ascii characters when decoding non utf-8 with av_utf8_decode() 2014-04-13 15:33:23 +02:00
libpostproc Automatically change MANGLE() into named inline asm operands when direct symbol reference in inline asm are not supported. 2014-03-18 23:39:30 +01:00
libswresample swresample/resample: simplify index/consumed calculation for the filter = 1 case 2014-04-14 02:23:04 +02:00
libswscale swscale/utils: fix changing src/dst range after initializing the context 2014-04-15 00:40:39 +02:00
presets
tests Merge branch 'flac' of https://github.com/FernetMenta/FFmpeg 2014-04-14 18:35:02 +02:00
tools tools/uncoded_frame: fix audio codec generation 2014-03-29 09:25:14 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Add AVFoundation input device. 2014-04-11 17:51:33 +02:00
INSTALL
LICENSE
MAINTAINERS Add AVFoundation input device. 2014-04-11 17:51:33 +02:00
Makefile Merge commit '8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14' 2014-04-07 02:15:18 +02:00
README
RELEASE
arch.mak Merge commit '8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14' 2014-04-07 02:15:18 +02:00
cmdutils.c cmdutils: use av_mallocz_array() 2014-04-08 15:44:32 +02:00
cmdutils.h Merge commit '85698be461c07be10d873dd34348bcfe9ffc56e0' 2014-03-29 14:33:39 +01:00
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak lavd: Add QTKit input device. 2014-03-30 20:45:07 +02:00
configure configure: fix arm osx build 2014-04-15 04:37:32 +02:00
ffmpeg.c ffmpeg: stop protocols on interrupt when no transcoding has happened yet 2014-04-10 22:29:23 +02:00
ffmpeg.h Merge commit '4754345027eb85cfa51aeb88beec68d7b036c11e' 2014-03-24 16:40:35 +01:00
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg_opt: check that a subtitle encoder is available before auto mapping streams 2014-03-16 15:15:02 +01:00
ffmpeg_vdpau.c
ffplay.c avformat: add av_format_inject_global_side_data(), and disable it by default 2014-04-15 02:37:40 +02:00
ffprobe.c ffprobe: do not lose non ascii characters in non utf8 strings 2014-04-13 15:21:20 +02:00
ffserver.c ffserver: don't hardcode RTSP status codes 2014-04-07 00:24:00 -03:00
library.mak
version.sh

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

2) Licensing
------------

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.