No Description https://ffmpeg.org/

Derek Buitenhuis e1b4496040 msvc: Add a va_copy compatability macro for msvc 12 years ago
compat e1b4496040 msvc: Add a va_copy compatability macro for msvc 12 years ago
doc aa7c88df50 Document tcp proto 'timeout' parameter behavior 12 years ago
libavcodec 0da0b5e0f8 pngdec: av_log() zlib errors 12 years ago
libavdevice 30a265f058 lavd/lavfi: apply stylistic fixes to the options help fields 12 years ago
libavfilter 75d34864d1 lavfi/hue: add dynamic expression evaluation support 12 years ago
libavformat 49f3b331c7 lavf/segment: Use distinct IDs for list type ext & csv 12 years ago
libavresample 509f502902 Merge remote-tracking branch 'qatar/master' 12 years ago
libavutil bd3977267e x86_cpu.h: newline at the end to shutup some warnings in opencc 12 years ago
libpostproc e20ac54f3e postproc: Fix unprotected inline asm 12 years ago
libswresample 9d89d1d484 swr/resample: mark mm_flags as potentially unused 12 years ago
libswscale 0ed0f2e566 sws: revert: "swscale: Remove two bogus asserts" 12 years ago
presets ec271c9579 presets: specify the codecs. 13 years ago
tests 39a3894ad5 lavc/vp6: Implement "slice" threading for VP6A decode 12 years ago
tools 5a627c14b5 Remove mt-work directory 12 years ago
.gitignore 54d7094f8b gitignore: codec_names.h is no more 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. 13 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" 14 years ago
Changelog c942e8b1d7 Merge commit '07584eaf4a95db3f11d3bc411f9786932829e82b' 12 years ago
Doxyfile e776ee8f29 Merge remote-tracking branch 'qatar/master' 12 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 14 years ago
LICENSE 484aec4da3 LICENSE: correct incorrect claims on *GPL incompatibility 12 years ago
MAINTAINERS 6eac554659 Add CPiA video decoder 12 years ago
Makefile 7621c3538f Makefile: remove old codec_names.h on distclean 12 years ago
README 3826d53f15 README: be a tiny bit more verbose 13 years ago
RELEASE c23dcd9751 RELEASE: update, seem this has been forgotten 12 years ago
arch.mak 3827a86eac Optimization of AMR NB and WB decoders for MIPS 12 years ago
cmdutils.c e1b4496040 msvc: Add a va_copy compatability macro for msvc 12 years ago
cmdutils.h 98298eb103 Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 12 years ago
cmdutils_common_opts.h 786dadc014 cmdutils: add -layouts option. 12 years ago
common.mak e8e4c8bdde Merge remote-tracking branch 'qatar/master' 12 years ago
configure 31fbdecce8 msvc: Disable stripping 12 years ago
ffmpeg.c a9e4817716 ffmpeg: use PTS from the AVSubtitle structure for sub2video. 12 years ago
ffmpeg.h 6d8b32633e ffmpeg: use PTS from the AVSubtitle structure. 12 years ago
ffmpeg_filter.c d7cb5a8daf ffmpeg_filter: fix unsafe snprintf() usage 12 years ago
ffmpeg_opt.c 98298eb103 Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 12 years ago
ffplay.c 2939e258f9 ffplay: use PTS from the AVSubtitle structure. 12 years ago
ffprobe.c 8d0e871f25 ffprobe: kill initializers with nested union field definition 12 years ago
ffserver.c ac0f1ae64b Merge remote-tracking branch 'qatar/master' 12 years ago
library.mak e8e4c8bdde Merge remote-tracking branch 'qatar/master' 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.