Name Mode Size
..
Makefile 100644 1 kb
aaccoder_mips.c 100644 101 kb
aacdec_mips.c 100644 39 kb
aacdec_mips.h 100644 11 kb
aacpsdsp_mips.c 100644 23 kb
aacpsy_mips.h 100644 11 kb
aacsbr_mips.c 100644 26 kb
aacsbr_mips.h 100644 30 kb
ac3dsp_mips.c 100644 22 kb
acelp_filters_mips.c 100644 12 kb
acelp_vectors_mips.c 100644 5 kb
amrwbdec_mips.c 100644 10 kb
amrwbdec_mips.h 100644 3 kb
celp_filters_mips.c 100644 13 kb
celp_math_mips.c 100644 4 kb
compute_antialias_fixed.h 100644 15 kb
compute_antialias_float.h 100644 10 kb
fft_mips.c 100644 27 kb
fmtconvert_mips.c 100644 18 kb
iirfilter_mips.c 100644 9 kb
lsp_mips.h 100644 5 kb
mathops.h 100644 2 kb
mpegaudiodsp_mips_fixed.c 100644 60 kb
mpegaudiodsp_mips_float.c 100644 83 kb
sbrdsp_mips.c 100644 48 kb
README.md
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](http://ffmpeg.org/ffmpeg.html) is a command line toolbox to manipulate, convert and stream multimedia content. * [ffplay](http://ffmpeg.org/ffplay.html) is a minimalistic multimedia player. * [ffprobe](http://ffmpeg.org/ffprobe.html) is a simple analisys tool to inspect multimedia content. * 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](http://ffmpeg.org) and in the [wiki](http://trac.ffmpeg.org). ### Examples Conding examples are available in the **doc/example** directory. ## License FFmpeg codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.