Go to file
Paul B Mahol 49fb1f66f1 doc/utils: fix typo for min() description
Signed-off-by: Paul B Mahol <onemda@gmail.com>
(cherry picked from commit bdf474bcff)
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2016-03-02 16:45:56 -08:00
compat
doc doc/utils: fix typo for min() description 2016-03-02 16:45:56 -08:00
libavcodec avcodec/ffv1dec: Clear quant_table_count if its invalid 2015-12-06 14:13:56 +01:00
libavdevice Add FFMPEG_VERSION into the binary libs 2015-01-06 18:28:34 +01:00
libavfilter avfilter/x86/vf_hqdn3d: Fix register types 2015-06-19 11:31:53 +02:00
libavformat avformat/oggenc: Check segments_count for headers too 2015-10-09 22:46:18 +02:00
libavresample
libavutil Add FFMPEG_VERSION into the binary libs 2015-01-06 18:28:34 +01:00
libpostproc Add FFMPEG_VERSION into the binary libs 2015-01-06 18:28:34 +01:00
libswresample Add FFMPEG_VERSION into the binary libs 2015-01-06 18:28:34 +01:00
libswscale swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the alignment is insufficient for SSE* 2015-12-15 11:20:47 +01:00
presets
tests postproc/postprocess: fix quant store for fq mode 2014-10-13 01:39:10 +02:00
tools tools/crypto_bench: fix build when AV_READ_TIME is unavailable 2014-10-03 03:40:59 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Update for FFmpeg 2.3.3 2014-08-17 15:30:38 +02:00
INSTALL.md
LICENSE.md
MAINTAINERS MAINTAINERS: Remove myself as leader 2015-07-31 18:35:31 +02:00
Makefile Makefile: add dependencies which require ffversion.h 2015-01-06 18:28:34 +01:00
README.md
RELEASE Update for 2.3.6 2015-01-06 19:37:09 +01:00
RELEASE_NOTES RELEASE_NOTES: fix WebVTT decoder typo (-> encoder) 2014-07-25 13:22:26 +02:00
arch.mak
cmdutils.c cmdutils: Use 64bit for file size/offset related variable in cmdutils_read_file() 2015-01-06 18:28:35 +01:00
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure configure: create the tests directory like the doc directory 2015-01-06 18:28:33 +01:00
ffmpeg.c ffmpeg: Copy extradata if it has been initialized later from the encoder 2014-11-01 15:53:19 +01:00
ffmpeg.h
ffmpeg_dxva2.c
ffmpeg_filter.c ffmpeg: Do av_buffersink_set_frame_size() when reconfiguring the filtergraph not just when changing audio resample parameters 2014-10-03 03:40:59 +02:00
ffmpeg_opt.c ffmpeg_opt: Use av_guess_codec() instead of AVOutputFormat->*codec 2014-08-02 03:41:46 +02:00
ffmpeg_vda.c
ffmpeg_vdpau.c
ffplay.c
ffprobe.c
ffserver.c ffserver: initialize pbuffer in prepare_sdp_description() 2014-08-10 22:40:50 +02:00
library.mak
version.sh version.sh: Print versions based on the last git tag for release branches 2014-07-28 14:48:50 +02:00

README.md

FFmpeg README

  1. Documentation

  1. Licensing

  • See the LICENSE file.
  1. Build and Install

  • See the INSTALL file.