Нет описания https://ffmpeg.org/

Michael Niedermayer 17788711ac avcodec/h264_mp4toannexb_bsf: Reorder operations in nal_size check 9 лет назад
compat 393dcbf079 compat/strtod: isspace -> av_isspace. 11 лет назад
doc 2515907a45 Update for FFmpeg 1.2.12 9 лет назад
libavcodec 17788711ac avcodec/h264_mp4toannexb_bsf: Reorder operations in nal_size check 8 лет назад
libavdevice 0f578ea705 bktr: Fix Fabrice's name 9 лет назад
libavfilter 1218e9d73d avfilter/x86/vf_hqdn3d: Fix register types 9 лет назад
libavformat 30c644afeb avformat/oggenc: Check segments_count for headers too 8 лет назад
libavresample 5f8f9dc436 Merge commit '45235ac488363e3360bf2f2275102d1ec66eba0f' 11 лет назад
libavutil 5b4a79ee02 avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMT 9 лет назад
libpostproc 23b3fe00bb postproc: fix qp count 9 лет назад
libswresample 0e79fd1ec9 swresample/dither: Cleanup number suffixes 9 лет назад
libswscale 42d9a7010f swscale/utils: Limit filter shifting so as not to read from prior the array 9 лет назад
presets ec271c9579 presets: specify the codecs. 12 лет назад
tests 42669252e8 postproc/postprocess: fix quant store for fq mode 9 лет назад
tools 9767ec6b86 lavu: add escape API 11 лет назад
.gitignore b92c7a8f4b tools: add seek_print. 11 лет назад
COPYING.GPLv2 ecc1330a6d Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 15 лет назад
COPYING.GPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 15 лет назад
COPYING.LGPLv2.1 0bba26466f cosmetics: Delete empty lines at end of file. 12 лет назад
COPYING.LGPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 15 лет назад
CREDITS 7e0fc1a24f CREDITS: redirect to Git log, remove current outdated content 11 лет назад
Changelog 4ce6d65b6f Changelog: update for 1.2.8 10 лет назад
INSTALL c88caa522c Merge remote branch 'qatar/master' 13 лет назад
LICENSE 3f35f36a2e lavfi: port MP stereo3d filter 11 лет назад
MAINTAINERS 43919b6922 MAINTAINERS: Remove myself as leader 9 лет назад
Makefile 9696ad6a76 Merge remote-tracking branch 'qatar/master' 11 лет назад
README 3826d53f15 README: be a tiny bit more verbose 12 лет назад
RELEASE 2515907a45 Update for FFmpeg 1.2.12 9 лет назад
arch.mak aba1a48cc5 Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30' 11 лет назад
cmdutils.c 5410d6d26f cmdutils: update copyright year to 2015. 9 лет назад
cmdutils.h 91f04e7410 cmdutils: avtool -> fftool 11 лет назад
cmdutils_common_opts.h ba4bcb191a cmdutils: implement debug/fdebug log level update differently. 11 лет назад
common.mak 845bf99312 Merge commit '4cc4b33f71d3982df404fceb4405d656c538bc74' 11 лет назад
configure 997bf49b1c configure: add noexecstack to linker options if supported. 9 лет назад
ffmpeg.c 08fe58ef32 ffmpeg: Clear error message array at init. 9 лет назад
ffmpeg.h 2d7044683f ffmpeg_opt: add -to option to specify stop time 11 лет назад
ffmpeg_filter.c 3c385ea24c ffmpeg_filter: fix pointer to local outside scope 10 лет назад
ffmpeg_opt.c e2427f04b7 ffmpeg_opt: Ask for overwrite in single image2 files too 11 лет назад
ffplay.c ec1d2e2fb0 ffplay: use AVFrame accessor functions 11 лет назад
ffprobe.c 0759bdc315 ffprobe: fix scaling of vali in value_string() in case -prefix is selected 10 лет назад
ffserver.c da82be0cc0 ffserver: strip odd chars from html error messages before sending them back 10 лет назад
library.mak 75758f84de build: fixes a "can't cd to..." issue when installing shared libraries. 11 лет назад
version.sh 0a64e9a029 version.sh: Print versions based on the last git tag for release branches 10 лет назад

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.