FFmpeg git repo
Go to file
Michael Niedermayer de89dff8da brstm: ask for samples for version != 1.0
This also avoids 2 unused variable warnings.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-16 15:05:31 +01:00
compat
doc doc/filters: fix "Dolby Pro Logic II" option name 2012-12-16 13:24:59 +01:00
libavcodec mjpegenc: fix 444 block count so it is below 10 2012-12-16 15:05:31 +01:00
libavdevice lavd/dshow: rename dshow class name 2012-12-15 15:46:20 +01:00
libavfilter lavfi/crop: free x and y parsed expression objects 2012-12-16 13:16:47 +01:00
libavformat brstm: ask for samples for version != 1.0 2012-12-16 15:05:31 +01:00
libavresample Merge commit '27c8337e595a058347150269d5c2c48281e4285b' 2012-12-16 13:09:30 +01:00
libavutil Merge commit 'c0dc57f1264dad1e121772d03abdb9e14ed8857f' 2012-12-14 15:43:46 +01:00
libpostproc doxy: add ref for lavfi, lpp and lsws. 2012-12-11 02:13:43 +01:00
libswresample audioconvert/arm: require alignment of 16 2012-12-14 04:49:09 +01:00
libswscale doxy: add ref for lavfi, lpp and lsws. 2012-12-11 02:13:43 +01:00
presets
tests mjpegenc: fix 444 block count so it is below 10 2012-12-16 15:05:31 +01:00
tools qt-faststart: Check offset_count 2012-12-13 15:07:20 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: add aselect audio variant of select 2012-12-13 00:10:24 +01:00
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: add myself for my works 2012-12-08 15:18:08 +00:00
Makefile Merge remote-tracking branch 'qatar/master' 2012-12-11 08:24:45 +01:00
README
RELEASE
arch.mak Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30' 2012-12-08 14:24:16 +01:00
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak Merge remote-tracking branch 'qatar/master' 2012-12-11 08:24:45 +01:00
configure fate: check if rsync has the contimeout option 2012-12-15 01:33:19 +01:00
ffmpeg.c ffmpeg: replace magic number with VSYNC_CFR 2012-12-16 09:48:54 +11:00
ffmpeg.h ffmpeg: sub2video: use start and end time. 2012-12-12 15:05:50 +01:00
ffmpeg_filter.c ffmpeg: Improve filter input fps selection heuristic. 2012-12-16 05:21:29 +01:00
ffmpeg_opt.c
ffplay.c ffplay: provide some feedback in case the codec cannot be set 2012-12-16 10:58:02 +01:00
ffprobe.c ffprobe: show pkt_size in frame 2012-12-15 11:46:47 +01:00
ffserver.c ffserver: set oformat 2012-12-09 23:39:06 +01:00
library.mak Merge remote-tracking branch 'qatar/master' 2012-12-11 08:24:45 +01:00
version.sh

README

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.