No Description https://ffmpeg.org/

Stefano Sabatini 34322ab27a doc/bitstream_filters: document dump_extra 11 years ago
compat 47ca9f041c Merge remote-tracking branch 'qatar/master' 11 years ago
doc 34322ab27a doc/bitstream_filters: document dump_extra 11 years ago
libavcodec 53c853e049 lavc/h264_mp4toannexb: improve feedback in case of invalid bitstream 11 years ago
libavdevice f3d138ab22 avdevice/lavfi: fix input with unknown channel layout 11 years ago
libavfilter 5999db97cf lavfi/scale: remove av_opt_free() 11 years ago
libavformat 5ceffb1bf6 matroskaenc: use ffio_fill() 11 years ago
libavresample 20f75a810c Merge commit '006ec64877fb638de4b15ae5fd969e22bd0f60ca' 11 years ago
libavutil a80e622924 avcodec/avutil: Add AVColorSpace and AVColorRange to AVFrames 11 years ago
libpostproc 78d2d1e027 postprocess_template: put rsp on the clobber list to prevent gcc from using it in "q" 11 years ago
libswresample a9bbf59be7 cosmetics: Fix "dont" "wont" "doesnt" typos 11 years ago
libswscale b405f4e916 swscale: Add support to specify chroma position 11 years ago
presets ec271c9579 presets: specify the codecs. 13 years ago
tests 85a22099a7 lavfi/stereo3d: subsampled yuv support for non-anaglyph outputs 11 years ago
tools b7ce510003 Merge commit 'a4baf96abd64cda68e3e4692b182bdf60745a14d' 11 years ago
.gitignore b22f96b736 Rename ffadler to ffhash and expand it using the generic hash API 11 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 7e0fc1a24f CREDITS: redirect to Git log, remove current outdated content 12 years ago
Changelog 80c6445932 lavfi: port perspective filter from libmpcodecs 11 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 14 years ago
LICENSE 80c6445932 lavfi: port perspective filter from libmpcodecs 11 years ago
MAINTAINERS 5fe5f020b6 MAINTAINERS: drop 1.1 from the releases that i maintain 11 years ago
Makefile a4d3757b29 Merge commit '90f9a5830b5d332de7ebb1ab45589f1870cbd65d' 11 years ago
README 3826d53f15 README: be a tiny bit more verbose 13 years ago
RELEASE 1ebb95d5f1 Update for 2.0 11 years ago
arch.mak aba1a48cc5 Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30' 12 years ago
cmdutils.c 5d3c3035b7 cmdutils: replace exit() by exit_program() 11 years ago
cmdutils.h f982d006bb Merge commit '636ced8e1dc8248a1353b416240b93d70ad03edb' 11 years ago
cmdutils_common_opts.h fb78b94c3a cmdutils_common_opts: fix indention of #if 12 years ago
common.mak dac1d92cb7 Merge commit '472391b9a7e15e3bff33b016e7b6dbfa6a555975' 12 years ago
configure 80c6445932 lavfi: port perspective filter from libmpcodecs 11 years ago
ffmpeg.c f982d006bb Merge commit '636ced8e1dc8248a1353b416240b93d70ad03edb' 11 years ago
ffmpeg.h 33ff943f70 ffmpeg: add -apad option which injects a apad filter only in the presence of video streams 12 years ago
ffmpeg_filter.c efce76a80d ffmpeg_filter: replace exit() by exit_program() 11 years ago
ffmpeg_opt.c d0a7933991 ffmpeg_opt: do not warn about unused gop_timecode 11 years ago
ffplay.c 786b0968dd ffplay: remove explicit idct option 11 years ago
ffprobe.c f982d006bb Merge commit '636ced8e1dc8248a1353b416240b93d70ad03edb' 11 years ago
ffserver.c 2192f89368 ffserver: fix null pointer dereference 11 years ago
library.mak dac1d92cb7 Merge commit '472391b9a7e15e3bff33b016e7b6dbfa6a555975' 12 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.