1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
Go to file
Stefano Sabatini 1c1a2d1319 lavu/mem: remove redundant comment from av_dynarray_add()
The function is documented in mem.h.
2013-04-27 20:34:10 +02:00
compat
doc doc/filters: update/extend transpose filter documentation 2013-04-27 20:34:02 +02:00
libavcodec ffv1dec: remove redundant error message. 2013-04-27 16:36:05 +02:00
libavdevice
libavfilter lavfi/transpose: reindent constants 2013-04-27 20:33:54 +02:00
libavformat avformat/write_packet: drop disabled code 2013-04-26 14:57:56 +02:00
libavresample
libavutil lavu/mem: remove redundant comment from av_dynarray_add() 2013-04-27 20:34:10 +02:00
libpostproc
libswresample
libswscale
presets
tests Merge remote-tracking branch 'qatar/master' 2013-04-27 11:35:03 +02:00
tools ismindex: check mkdir()s return code 2013-04-21 19:53:18 +02:00
.gitignore
arch.mak
Changelog astats filter 2013-04-27 12:40:34 +00:00
cmdutils_common_opts.h
cmdutils.c lavfi: add timeline support. 2013-04-23 01:02:27 +02:00
cmdutils.h
common.mak
configure lavfi: add video stabilization plugins using vid.stab library 2013-04-24 18:30:42 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c
ffmpeg.h
ffplay.c ffplay: check av_samples_get_buffer_size() return 2013-04-21 18:56:18 +02:00
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE lavfi: add video stabilization plugins using vid.stab library 2013-04-24 18:30:42 +02:00
MAINTAINERS MAINTAINERS: add jpeg2000 maintainer 2013-04-24 16:42:47 +02:00
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.