1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
Go to file
Michael Niedermayer 85e83e7a58 doc/ffmpeg-resampler: mention that the options also work with the aresample filter
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-23 18:31:33 +01:00
compat
doc doc/ffmpeg-resampler: mention that the options also work with the aresample filter 2012-12-23 18:31:33 +01:00
libavcodec Merge remote-tracking branch 'qatar/master' 2012-12-23 15:03:15 +01:00
libavdevice Support H264 over video4linux2. 2012-12-21 18:12:29 +01:00
libavfilter lavfi/overlay: make use of av_opt_set_from_string() 2012-12-22 16:14:23 +01:00
libavformat rmenc: write correct bytes per minute 2012-12-23 16:08:10 +01:00
libavresample Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3' 2012-12-21 17:32:52 +01:00
libavutil Merge commit '418693bdc5edad72b0d055f741931612d797eb05' 2012-12-23 13:32:40 +01:00
libpostproc libpostproc: fix leak of 2kb 2012-12-23 04:55:14 +01:00
libswresample
libswscale Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3' 2012-12-21 17:32:52 +01:00
presets
tests rmenc: write correct bytes per minute 2012-12-23 16:08:10 +01:00
tools Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3' 2012-12-21 17:32:52 +01:00
.gitignore
arch.mak
Changelog Changelog: add entry about the new documentation layout design 2012-12-22 17:58:56 +01:00
cmdutils_common_opts.h
cmdutils.c Merge commit 'c661cb6672af5ebcb900ec8766b24761bd2ab011' 2012-12-20 12:06:15 +01:00
cmdutils.h Merge commit 'c661cb6672af5ebcb900ec8766b24761bd2ab011' 2012-12-20 12:06:15 +01:00
common.mak
configure configure: consider using /usr/include/openjpeg-1.5 when searching for openjpeg 2012-12-22 18:55:39 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg_opt: fix recording time in->out carryover. 2012-12-20 17:45:43 +01:00
ffmpeg.c
ffmpeg.h
ffplay.c ffplay: fix another use of context instead of frame parameters 2012-12-22 03:41:55 +01:00
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
README
RELEASE prepare 9_beta3 release 2012-12-21 15:16:33 +01:00
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.