FFmpeg git repo
Go to file
Michael Niedermayer 4d636947b4 Merge commit '817dff578f13ce97576c609ab141508b9dc782e9'
* commit '817dff578f13ce97576c609ab141508b9dc782e9':
  configure: Check for the atomic.h functions used in the suncc atomics header

Conflicts:
	configure

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-03 15:08:21 +02:00
compat
doc aphaser filter 2013-04-03 08:33:59 +00:00
libavcodec h264pred: fix "warning: initialization discards const qualifier from pointer target type" 2013-04-03 03:14:09 +02:00
libavdevice lavd/v4l2: fully init an ioctl argument. 2013-04-01 10:38:14 +02:00
libavfilter lavfi/afade * biquads: call av_frame_copy_props() 2013-04-03 11:10:00 +00:00
libavformat smacker: fix off by one error 2013-04-03 13:01:38 +00:00
libavresample
libavutil Merge commit 'f9f6402e9c9ce3642df981b48507df3a2d956f65' 2013-04-03 14:46:48 +02:00
libpostproc
libswresample
libswscale
presets
tests lavfi/edgedetect: add direct path. 2013-04-03 00:30:48 +02:00
tools
.gitignore
arch.mak
Changelog aphaser filter 2013-04-03 08:33:59 +00:00
cmdutils_common_opts.h cmdutils_common_opts: fix loglevel help text as its inaccurate 2013-03-31 18:06:18 +02:00
cmdutils.c cmdutils: fix build with --disable-avfilter. 2013-04-01 19:56:59 +02:00
cmdutils.h cmdutils: avtool -> fftool 2013-03-31 18:22:23 +02:00
common.mak
configure Merge commit '817dff578f13ce97576c609ab141508b9dc782e9' 2013-04-03 15:08:21 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c ffmpeg/avformat: factor av_guess_frame_rate() out 2013-03-29 17:40:28 +01:00
ffmpeg_opt.c
ffmpeg.c ffmpeg: Fix forcing of the framerate for stream copy on input 2013-04-02 18:19:23 +02:00
ffmpeg.h
ffplay.c ffplay: use seek per time for ogg by default 2013-04-02 01:36:45 +02:00
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
README
RELEASE
version.sh

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.