You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Stefano Sabatini 97dd1e4a87 Rename avfilter_graph_destroy() to avfilter_graph_free(). 14 years ago
doc Rename avfilter_graph_destroy() to avfilter_graph_free(). 14 years ago
ffpresets Remove legacy x264 presets 15 years ago
libavcodec H.264 decode: support cropping up to 28 pixels in interlaced mode. 14 years ago
libavcore Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h and 14 years ago
libavdevice vfwcap: add option to print list of supported drivers 14 years ago
libavfilter Rename avfilter_graph_destroy() to avfilter_graph_free(). 14 years ago
libavformat Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno() itself 14 years ago
libavutil Implement isnan() function evaluation. 14 years ago
libpostproc Fix use of uninitialized data: A array element can not be 15 years ago
libswscale Store src/dstFormat after calling handle_jpeg 14 years ago
tests Update 24 bpp TM1 reference for decoder fixes. 14 years ago
tools Add avfilter_graph_config(). 14 years ago
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog changelog: mention that ffmpeg is now win64-friendly 14 years ago
Doxyfile
INSTALL
LICENSE Remove h264 asm items off the GPL-only list. They are LGPL now. 15 years ago
MAINTAINERS Add myself as the caf* maintainer 14 years ago
Makefile Add eval.texi file. 14 years ago
README
cmdutils.c Implement a common get_filtered_video_frame(), shared between ffplay.c 14 years ago
cmdutils.h Implement a common get_filtered_video_frame(), shared between ffplay.c 14 years ago
cmdutils_common_opts.h
common.mak Create config.asm for use with yasm 15 years ago
configure Silence icc warning about unsupported option -Wno-parentheses 14 years ago
ffmpeg.c Rename avfilter_graph_destroy() to avfilter_graph_free(). 14 years ago
ffplay.c Rename avfilter_graph_destroy() to avfilter_graph_free(). 14 years ago
ffprobe.c Make ffprobe print stream language only once, also remove usage of the 14 years ago
ffserver.c ffserver: use a local MAX_STREAMS limit 14 years ago
ffserver.h
subdir.mak
version.sh version.sh: write version to stdout if no output file specified 15 years ago

README

FFmpeg README
-------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.