FFmpeg git repo
Go to file
Michael Niedermayer e2bf00ce46 avformat/mov: calculate rfps from the first 100 frames of the index
This reduces the amount of frames that need to be demuxed in av_find_stream_info()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-05 17:46:40 +01:00
compat
doc doc/examples/filtering_audio: init packet0.data 2013-12-03 00:01:07 +01:00
libavcodec avcodec/mjpegenc: use av_log2_16bit() in encode_block() 2013-12-05 14:15:28 +01:00
libavdevice alsa-audio-dec: explicitly cast the delay to a signed int64 2013-12-03 12:04:26 +01:00
libavfilter avfilter/vf_pad: fix req_end 2013-12-03 04:09:10 +01:00
libavformat avformat/mov: calculate rfps from the first 100 frames of the index 2013-12-05 17:46:40 +01:00
libavresample
libavutil libavutil & opencl: remove opencl default device type 2013-12-02 12:07:27 +01:00
libpostproc
libswresample swresample: use the internal buffer for resampling the last few samples 2013-12-04 20:40:42 +01:00
libswscale
presets
tests avcodec: split mp2 encoder into float and fixed 2013-12-03 21:12:00 +01:00
tools
.gitignore Merge commit '3cd612d44789948f72b52944474e0870c5c60964' 2013-12-01 21:18:11 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
MAINTAINERS
Makefile Makefile: add dependancies for ffversion.h 2013-12-03 01:30:04 +01:00
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak Merge commit '5a9fcc7d2524d6c0f86b2855019ee9f4cf360276' 2013-12-02 20:17:36 +01:00
configure Merge remote-tracking branch 'qatar/master' 2013-12-04 22:07:37 +01:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c Merge remote-tracking branch 'qatar/master' 2013-12-04 04:30:46 +01:00
ffmpeg_vdpau.c
ffplay.c
ffprobe.c ffprobe: free shared writer context on exit 2013-12-03 21:27:14 +01:00
ffserver.c
library.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

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

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.