1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
Go to file
Michael Niedermayer d7a762553c avformat/mxfenc: Accept MXF D-10 with 49.999840 Mbit/sec
This is the maximum rate possible based on the frame size limit of MXF D-10

Previous version reviewed by tim nicholson <nichot20@yahoo.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-06-03 12:12:34 +02:00
compat compat/os2threads: Check av_malloc() return code 2015-06-02 15:16:45 +02:00
doc avfilter/vf_blend: add hardmix mode 2015-06-02 19:12:45 +00:00
libavcodec avcodec/apng: Remove blending support for AV_PIX_FMT_ARGB 2015-06-03 01:42:57 +02:00
libavdevice
libavfilter avfilter/vf_blend: add hardmix mode 2015-06-02 19:12:45 +00:00
libavformat avformat/mxfenc: Accept MXF D-10 with 49.999840 Mbit/sec 2015-06-03 12:12:34 +02:00
libavresample
libavutil avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC bi mc functions 2015-06-02 01:54:51 +02:00
libpostproc
libswresample swresample/dither: check memory allocation 2015-06-03 11:46:37 +02:00
libswscale
presets
tests avformat/mxfenc: Correct klv_fill_key 2015-06-01 15:31:04 +02:00
tools
.gitattributes
.gitignore
arch.mak
Changelog Merge commit 'b08caa87c35a768ec0abb16b1e99c3a85f1df28e' 2015-06-01 03:13:55 +02:00
cmdutils_common_opts.h
cmdutils_opencl.c
cmdutils.c
cmdutils.h
common.mak
configure Merge commit '876d441fbe37c3ffc57ada9ce1f9ea841ca4c9de' 2015-06-02 22:50:19 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vda.c
ffmpeg_vdpau.c
ffmpeg.c
ffmpeg.h
ffplay.c
ffprobe.c
ffserver_config.c
ffserver_config.h
ffserver.c ffserver: check return code of avio_alloc_context() 2015-06-02 14:45:08 +02:00
INSTALL.md
library.mak
LICENSE.md
MAINTAINERS
Makefile
README.md
RELEASE
version.sh

FFmpeg README

FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.

Libraries

  • libavcodec provides implementation of a wider range of codecs.
  • libavformat implements streaming protocols, container formats and basic I/O access.
  • libavutil includes hashers, decompressors and miscellaneous utility functions.
  • libavfilter provides a mean to alter decoded Audio and Video through chain of filters.
  • libavdevice provides an abstraction to access capture and playback devices.
  • libswresample implements audio mixing and resampling routines.
  • libswscale implements color conversion and scaling routines.

Tools

  • ffmpeg is a command line toolbox to manipulate, convert and stream multimedia content.
  • ffplay is a minimalistic multimedia player.
  • ffprobe is a simple analysis tool to inspect multimedia content.
  • ffserver is a multimedia streaming server for live broadcasts.
  • Additional small tools such as aviocat, ismindex and qt-faststart.

Documentation

The offline documentation is available in the doc/ directory.

The online documentation is available in the main website and in the wiki.

Examples

Coding examples are available in the doc/examples directory.

License

FFmpeg codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.