FFmpeg git repo
Go to file
Michael Niedermayer 052f4f859c Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'
* commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a':
  lavfi: remove 'opaque' parameter from AVFilter.init()
  mov: do not try to read total disc/track number if data atom is too short.
  avconv: fix -force_key_frames
  dxva2_h264: fix signaling of mbaff frames
  x86: fft: elf64: fix PIC build

Conflicts:
	ffmpeg.c
	libavcodec/v210dec.h
	libavfilter/asrc_anullsrc.c
	libavfilter/buffersrc.c
	libavfilter/src_movie.c
	libavfilter/vf_drawtext.c
	libavfilter/vf_fade.c
	libavfilter/vf_overlay.c
	libavfilter/vsrc_color.c
	libavfilter/vsrc_testsrc.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-26 23:57:07 +02:00
doc examples/filtering: fix packet memleak 2012-06-26 19:04:17 +02:00
libavcodec x86: fft: elf64: fix PIC build 2012-06-26 15:57:32 +02:00
libavdevice lavfi: remove old video sink API 2012-06-26 11:40:08 +02:00
libavfilter Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' 2012-06-26 23:57:07 +02:00
libavformat mov: do not try to read total disc/track number if data atom is too short. 2012-06-26 13:12:50 +02:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-06-26 01:13:07 +02:00
libavutil lavu/imgutils: create misc functions for dealing with buffers 2012-06-26 13:12:12 +02:00
libpostproc
libswresample
libswscale
mt-work
presets
tests vocenc: use new header from codec tag 4 2012-06-25 03:45:29 +02:00
tools tools/graph2dot: make dot graph representation a bit more compact 2012-06-26 11:34:38 +02:00
.gitignore
arch.mak
Changelog Merge remote-tracking branch 'qatar/master' 2012-06-24 02:09:53 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure configure: fix libavutil.pc generation 2012-06-24 20:11:11 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' 2012-06-26 23:57:07 +02:00
ffplay.c ffplay: add configure_filtergraph() helper 2012-06-26 11:42:51 +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.