FFmpeg git repo
Go to file
Michael Niedermayer 718eab527b ffmpeg: Improve filter input fps selection heuristic.
This fixes a broken file that has a incorrect timebase at the codec level.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-16 05:21:29 +01:00
compat
doc doc/filters: remove @example use for showing syntax 2012-12-15 21:02:30 +01:00
libavcodec h264: dont mess with frame gaps on second fields. 2012-12-16 00:28:36 +01:00
libavdevice lavd/dshow: rename dshow class name 2012-12-15 15:46:20 +01:00
libavfilter lavfi/crop: add support to option parsing 2012-12-15 20:48:20 +01:00
libavformat wrap_timestamp: remove unneeded check 2012-12-16 01:07:53 +01:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-12-12 10:50:21 +01:00
libavutil Merge commit 'c0dc57f1264dad1e121772d03abdb9e14ed8857f' 2012-12-14 15:43:46 +01:00
libpostproc doxy: add ref for lavfi, lpp and lsws. 2012-12-11 02:13:43 +01:00
libswresample audioconvert/arm: require alignment of 16 2012-12-14 04:49:09 +01:00
libswscale doxy: add ref for lavfi, lpp and lsws. 2012-12-11 02:13:43 +01:00
presets
tests lavf: Provide a monotonic timestamp to the outside world 2012-12-15 21:28:45 +01:00
tools qt-faststart: Check offset_count 2012-12-13 15:07:20 +01:00
.gitignore Add examples/resampling_audio to .gitignore. 2012-12-06 12:13:01 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: add aselect audio variant of select 2012-12-13 00:10:24 +01:00
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: add myself for my works 2012-12-08 15:18:08 +00:00
Makefile Merge remote-tracking branch 'qatar/master' 2012-12-11 08:24:45 +01:00
README
RELEASE
arch.mak Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30' 2012-12-08 14:24:16 +01:00
cmdutils.c Merge commit 'ff953fecffd3b9a616a046723fb9d4690be032a6' 2012-12-05 15:58:07 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak Merge remote-tracking branch 'qatar/master' 2012-12-11 08:24:45 +01:00
configure fate: check if rsync has the contimeout option 2012-12-15 01:33:19 +01:00
ffmpeg.c ffmpeg: replace magic number with VSYNC_CFR 2012-12-16 09:48:54 +11:00
ffmpeg.h ffmpeg: sub2video: use start and end time. 2012-12-12 15:05:50 +01:00
ffmpeg_filter.c ffmpeg: Improve filter input fps selection heuristic. 2012-12-16 05:21:29 +01:00
ffmpeg_opt.c
ffplay.c
ffprobe.c ffprobe: show pkt_size in frame 2012-12-15 11:46:47 +01:00
ffserver.c ffserver: set oformat 2012-12-09 23:39:06 +01:00
library.mak Merge remote-tracking branch 'qatar/master' 2012-12-11 08:24:45 +01:00
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.