No Description https://ffmpeg.org/

Michael Niedermayer d3a1bf3579 MAINTAINERS: Remove myself as leader 9 years ago
doc 4f74cb9334 doc/texi2pod.pl: skip printing chapter names if they are disabled 11 years ago
libavcodec bc07ec7b2f avcodec/snow: split block clipping checks 10 years ago
libavdevice f2c5383620 avdevice: bump soname due to lavf soname bump 12 years ago
libavfilter 3b03778d35 avfilter/ff_insert_pad: fix order of operations 10 years ago
libavformat 7a56695ced avformat/mov: fix keyframe flags for sample from chromium Issue 340865 10 years ago
libavresample 015903294c Merge remote-tracking branch 'qatar/master' 12 years ago
libavutil 236b7b16eb samplefmt: avoid integer overflow in av_samples_get_buffer_size() 10 years ago
libpostproc f5bf7b9f4b libpostproc: fix out of array accesses detected by AddressSanitizer. 12 years ago
libswresample d5b068d44b swresample/x86/audio_convert: add emms to CONV 11 years ago
libswscale 2f98537ea0 sws: dont write out of array on bigendian 11 years ago
mt-work 53781bf13e Update todo 13 years ago
presets ec271c9579 presets: specify the codecs. 12 years ago
tests 7d2e17fd2d lavf/matroskaenc: Check for valid metadata before creating tags 11 years ago
tools 964f8419dd probetest: allow specifying parameters on the command line 12 years ago
.gitignore 8c3c7dbbb9 doc/examples: add programs to .gitignore. 12 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 c0b1bc8d17 Revert "partially rename FFmpeg to Libav" 13 years ago
Changelog b06903e6c5 Changelog for 0.11.2 11 years ago
Doxyfile aa1fdf1a64 update for 0.11.5 10 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 13 years ago
LICENSE 184fc600e1 Merge remote-tracking branch 'qatar/master' 12 years ago
MAINTAINERS d3a1bf3579 MAINTAINERS: Remove myself as leader 9 years ago
Makefile 0cc9ee5fab doc/examples: install them with the shared data. 12 years ago
README 3826d53f15 README: be a tiny bit more verbose 12 years ago
RELEASE aa1fdf1a64 update for 0.11.5 10 years ago
VERSION aa1fdf1a64 update for 0.11.5 10 years ago
arch.mak 7bb3a302fe build: Consistently handle conditional compilation for all optimization OBJS. 12 years ago
cmdutils.c 3bcf733b5a cmdutils: update year 10 years ago
cmdutils.h 61930bd0d7 Merge remote-tracking branch 'qatar/master' 12 years ago
cmdutils_common_opts.h 3e4b5e68c1 cmdutils: fix -fdebug without -v xy 12 years ago
common.mak 517dcc9b5f Merge remote-tracking branch 'qatar/master' 12 years ago
configure 2a45007f34 configure: use pkg-config to detect libbluray 10 years ago
ffmpeg.c 3cecef5b03 ffmpeg: dont allow -flags to override -pass 11 years ago
ffplay.c f6c3fe94da ffplay: flush codec buffers before freeing filters 12 years ago
ffprobe.c 6374ee72df ffprobe: remove ad-hoc behavior when nb_fmt_entries_to_show is 1 12 years ago
ffserver.c 715c8a5a50 Merge remote-tracking branch 'qatar/master' 12 years ago
library.mak 4155968fc6 build: Fix some paths in uninstall-libs 11 years ago
version.sh 657eac048e version.sh: handle shallow clones and snapshots. 13 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.