No Description https://ffmpeg.org/

Nicolas George 5732f40e3f x11grab: use AV_OPT_TYPE_IMAGE_SIZE. 13 years ago
doc ea07063fd8 cmdutils: allow to specify a stream by its ID. 13 years ago
libavcodec f7985f348f exr: fix header parsing 13 years ago
libavdevice 5732f40e3f x11grab: use AV_OPT_TYPE_IMAGE_SIZE. 12 years ago
libavfilter 16a44b41ab vsrc_testsrc: use AV_OPT_TYPE_IMAGE_SIZE. 12 years ago
libavformat 4d18f4c15b id3v2: reject APICs with size of 0 13 years ago
libavresample 015903294c Merge remote-tracking branch 'qatar/master' 13 years ago
libavutil 2ec3e5767e opt: add AV_OPT_TYPE_IMAGE_SIZE. 12 years ago
libpostproc f5bf7b9f4b libpostproc: fix out of array accesses detected by AddressSanitizer. 13 years ago
libswresample d1384c00d4 swr: skip soft compensation when its disabled. 13 years ago
libswscale 143a5c55ff Add yuva422p pix_fmt. 13 years ago
mt-work 53781bf13e Update todo 13 years ago
presets ec271c9579 presets: specify the codecs. 13 years ago
tests 31f3c94760 Merge remote-tracking branch 'qatar/master' 13 years ago
tools 4d4098da00 lavfi: drop planar/packed negotiation support 13 years ago
.gitignore 8c3c7dbbb9 doc/examples: add programs to .gitignore. 13 years ago
COPYING.GPLv2 ecc1330a6d Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 16 years ago
COPYING.GPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 16 years ago
COPYING.LGPLv2.1 0bba26466f cosmetics: Delete empty lines at end of file. 13 years ago
COPYING.LGPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 16 years ago
CREDITS c0b1bc8d17 Revert "partially rename FFmpeg to Libav" 14 years ago
Changelog 040a796dab Merge commit '755cd4197d53946208e042f095b930dca18d9430' 13 years ago
Doxyfile 935c659c03 remove avconv from Doxyfile 13 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 14 years ago
LICENSE 184fc600e1 Merge remote-tracking branch 'qatar/master' 13 years ago
MAINTAINERS 9ae570fb5f JACOsub demuxer, decoder and muxer. 13 years ago
Makefile 0cc9ee5fab doc/examples: install them with the shared data. 13 years ago
README 3826d53f15 README: be a tiny bit more verbose 13 years ago
RELEASE 8f0d9b43be RELEASE: bump to current version (0.10.2). 13 years ago
arch.mak 7bb3a302fe build: Consistently handle conditional compilation for all optimization OBJS. 13 years ago
cmdutils.c ea07063fd8 cmdutils: allow to specify a stream by its ID. 13 years ago
cmdutils.h 61930bd0d7 Merge remote-tracking branch 'qatar/master' 13 years ago
cmdutils_common_opts.h 3e4b5e68c1 cmdutils: fix -fdebug without -v xy 13 years ago
common.mak 517dcc9b5f Merge remote-tracking branch 'qatar/master' 13 years ago
configure 83f954e859 configure: check for pthread_cancel. 13 years ago
ffmpeg.c cf9812d22b ffmpeg: move setting big_picture.pts up 13 years ago
ffplay.c 4b5ff9b63e ffplay: Use input picture parameters in input_request_frame(). 13 years ago
ffprobe.c de2cfb744a Merge remote-tracking branch 'qatar/master' 13 years ago
ffserver.c 715c8a5a50 Merge remote-tracking branch 'qatar/master' 13 years ago
library.mak 7e496e1545 Merge remote-tracking branch 'qatar/master' 13 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.