FFmpeg git repo
Go to file
Michael Niedermayer 37e81996dc Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f'
* commit '9221efef7968463f3e3d9ce79ea72eaca082e73f':
  lavf: fix av_interleaved_write_frame() doxy.
  lavf: clarify the lifetime of demuxed packets.
  avconv: do not free muxed packet on streamcopy.
  crc: move doxy to the header
  vf_drawtext: do not use deprecated av_tree_node_size
  x86: Refactor PSWAPD fallback implementations and port to cpuflags

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-03 14:24:11 +01:00
compat
doc lavu/opt: add AV_OPT_SAMPLE_FMT option 2012-11-03 12:14:26 +01:00
libavcodec Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f' 2012-11-03 14:24:11 +01:00
libavdevice dv1394: Swap the min and max values of the 'standard' option 2012-11-02 11:25:48 +02:00
libavfilter Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f' 2012-11-03 14:24:11 +01:00
libavformat Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f' 2012-11-03 14:24:11 +01:00
libavresample
libavutil Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f' 2012-11-03 14:24:11 +01:00
libpostproc
libswresample lswr/swresample.h: use consistent inclusion guard header name 2012-11-03 12:06:43 +01:00
libswscale Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415' 2012-11-01 13:11:51 +01:00
presets
tests lclenc: make compression level user selectable 2012-11-02 22:14:14 +00:00
tools
.gitignore
arch.mak
Changelog
cmdutils_common_opts.h cmdutils: allow specifying the file for -report 2012-11-01 02:59:44 +01:00
cmdutils.c cmdutils: allow specifying the file for -report 2012-11-01 02:59:44 +01:00
cmdutils.h Merge remote-tracking branch 'qatar/master' 2012-11-01 13:25:46 +01:00
common.mak
configure Apply again [916352f282] that got lost in the merges. 2012-11-02 00:28:25 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: complain loudly and exit in case removed -sameq option is specified 2012-11-03 12:05:43 +01:00
ffmpeg.c Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f' 2012-11-03 14:24:11 +01:00
ffmpeg.h
ffplay.c ffplay: remove redundant !codec check 2012-11-01 15:46:18 +01:00
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE lavfi/hue: add missing GPL dependency. 2012-10-31 19:28:02 +01:00
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.