No Description https://ffmpeg.org/

Diego Biurrun bee6d2fd76 doxygen: replace @sa tag by the more readable but equivalent @see 13 years ago
doc a2f31564b4 doc: remove file name from @file directive in Doxygen usage example 13 years ago
ffpresets e25c67108a libx264: handle closed GOP codec flag 14 years ago
libavcodec bee6d2fd76 doxygen: replace @sa tag by the more readable but equivalent @see 13 years ago
libavdevice ad4cd0c2a4 doxygen: use Doxygen markup for authors and web links where appropriate 13 years ago
libavfilter 96c1e6d40d doxygen: Make sure parameter names match between .c and .h files. 13 years ago
libavformat bee6d2fd76 doxygen: replace @sa tag by the more readable but equivalent @see 13 years ago
libavutil 6168781f70 doxygen: do not include license boilerplate in Doxygen documentation 13 years ago
libpostproc 0fedf754b2 libpostproc: Remove disabled code. 13 years ago
libswscale baba2eedac swscale: extend mmx padding. 13 years ago
tests 575c38d76c mpegtsenc: set Random Access indicator on keyframe start packets 13 years ago
tools eb7505e429 Remove some unused scripts from tools/. 13 years ago
.gitignore 191c5f8ff3 build: move tests/seek_test.c to libavformat and reuse generic build rules 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 ecc1330a6d Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 16 years ago
COPYING.LGPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 16 years ago
CREDITS 070c5d0f35 partially rename FFmpeg to Libav 14 years ago
Changelog a4ad943860 wav: add an option for writing BEXT chunk 13 years ago
Doxyfile d0fcf39f0c doxygen: Move function documentation into the macro generating the function. 13 years ago
INSTALL a013291d26 doc: clarify configure features 14 years ago
LICENSE 364cbc346b cosmetics: fix dashed line length after 070c5d0 14 years ago
Makefile 1fef92fd73 build: remove unnecessary dependency on libs from 'all' target 13 years ago
README 364cbc346b cosmetics: fix dashed line length after 070c5d0 14 years ago
RELEASE 8fab4007c8 Use the contents of RELEASE as version fallback instead of 'UNKNOWN' 13 years ago
cmdutils.c 35d2e4e5c3 cmdutils: replace opt_default with opt_default2() and remove set_context_opts 13 years ago
cmdutils.h 35d2e4e5c3 cmdutils: replace opt_default with opt_default2() and remove set_context_opts 13 years ago
cmdutils_common_opts.h 26513856d6 cmdutils: remove OPT_FUNC2 13 years ago
common.mak ca9036155d build: remove unnecessary FFLDFLAGS variable 13 years ago
configure 6379900c53 Add a check for strptime(). 13 years ago
ffmpeg.c daca33659d ffmpeg: Fix the check for experimental codecs 13 years ago
ffplay.c 3009f521f3 ffplay: use new avcodec_open2 and avformat_find_stream_info API. 13 years ago
ffprobe.c 0b950fe240 lavc: introduce avcodec_open2() as a replacement for avcodec_open(). 13 years ago
ffserver.c 863e2046fd ffserver: Replace two loops with one loop. 13 years ago
ffserver.h 153382e1b6 multiple inclusion guard cleanup 14 years ago
subdir.mak ca9036155d build: remove unnecessary FFLDFLAGS variable 13 years ago
version.sh 8d3d3436e2 Drop git- prefix from version labels 13 years ago

README

Libav README
------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.