FFmpeg git repo
Go to file
Carl Eugen Hoyos f73d75384f Autodetect webp files. 2014-08-08 16:14:18 +02:00
compat
doc lavf/avio: rename url_feof() to avio_feof() 2014-08-08 00:48:22 +02:00
libavcodec Merge commit 'ad1ee5fa75a3d69d54c0691048939e94ab5a7f0d' 2014-08-07 20:43:11 +02:00
libavdevice avdevice/lavfi: Simplify non-AV stream check 2014-08-07 15:41:17 +02:00
libavfilter avfilter/dctdnoiz: add 8x8 dct and make it the default 2014-08-07 21:24:12 +02:00
libavformat Autodetect webp files. 2014-08-08 16:14:18 +02:00
libavresample Merge commit 'fbc0b8659967ea54a8472b5f795270d38bb085dd' 2014-08-04 02:49:48 +02:00
libavutil avutil/cpu: check av_parse_cpu_caps() table during cpu-test 2014-08-06 14:27:45 +02:00
libpostproc
libswresample swresample/swresample: Treat mono as planar 2014-08-04 03:05:05 +02:00
libswscale Merge commit 'bb789016d423d2cfacd2904ac66257bdf7f0964e' 2014-08-07 20:52:40 +02:00
presets
tests tests/fate/libavutil: switch cpu-test back to runecho so its results are vissible 2014-08-06 01:57:35 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog libavformat: Add Icecast protocol 2014-08-04 13:33:44 +02:00
INSTALL.md
LICENSE.md
MAINTAINERS
Makefile
README.md
RELEASE
RELEASE_NOTES
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure configure: Check if libwebp compilation will succeed. 2014-08-08 16:06:10 +02:00
ffmpeg.c ffmpeg: Do not fail if a demuxer and decoder use the same option identifer 2014-08-04 13:33:44 +02:00
ffmpeg.h ffmpeg: Do not fail if a demuxer and decoder use the same option identifer 2014-08-04 13:33:44 +02:00
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c Do not automatically map subtitles if the decoder and encoder properties are different. 2014-08-07 13:18:00 +02:00
ffmpeg_vda.c
ffmpeg_vdpau.c
ffplay.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
ffprobe.c
ffserver.c ffserver: initialize pbuffer in prepare_sdp_description() 2014-08-02 18:32:37 +02:00
library.mak
version.sh

README.md

FFmpeg README

  1. Documentation

  1. Licensing

  • See the LICENSE file.
  1. Build and Install

  • See the INSTALL file.