No Description https://ffmpeg.org/

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

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.