Go to file
Michael Niedermayer 8274b21c09 ffmpeg: fix ticks_per_frame for the avi stream copy case
Should not make any difference, but its more correct.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-04-12 12:57:22 +02:00
doc ffmpeg: add -benchmark_all option. 2012-04-12 09:35:09 +02:00
ffpresets
libavcodec ratecontrol: Use ticks_per_frame to calculate fps. 2012-04-12 12:54:54 +02:00
libavdevice Merge remote-tracking branch 'qatar/master' 2012-04-04 21:17:52 +02:00
libavfilter vf_lut: fix rgba map regression 2012-04-12 02:02:30 +02:00
libavformat lavf: compute_pkt_fields, limit the pts upcorrection to mpeg 2012-04-12 11:35:38 +02:00
libavutil Merge remote-tracking branch 'qatar/master' 2012-04-09 23:02:33 +02:00
libpostproc libpostproc: fix out of array accesses detected by AddressSanitizer. 2012-02-29 04:25:13 +01:00
libswresample swr: add a swr_flags AVOption 2012-04-11 14:10:22 +02:00
libswscale Merge remote-tracking branch 'qatar/master' 2012-04-05 22:26:50 +02:00
mt-work
presets Remove redundant libx264 preset files 2011-10-22 01:32:10 +02:00
tests lavf: always call avio_flush in av_write_trailer. 2012-04-12 00:13:53 +02:00
tools Merge remote-tracking branch 'qatar/master' 2012-03-10 01:12:08 +01:00
.gitignore Merge remote-tracking branch 'qatar/master' 2012-03-25 23:10:30 +02:00
Changelog ffmpeg: add -benchmark_all option. 2012-04-12 09:35:09 +02:00
cmdutils_common_opts.h cmdutils: fix -fdebug without -v xy 2012-04-05 21:50:50 +02:00
cmdutils.c cmdutils: parse options for swr 2012-04-11 14:10:21 +02:00
cmdutils.h cmdutils: parse options for swr 2012-04-11 14:10:21 +02:00
common.mak Add coverage support. 2011-12-05 20:04:48 +01:00
configure vf_drawtext: fontconfig support. 2012-04-10 15:16:47 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1 cosmetics: Delete empty lines at end of file. 2012-02-09 12:26:45 +01:00
COPYING.LGPLv3
CREDITS
Doxyfile remove avconv from Doxyfile 2012-01-25 22:47:45 +01:00
ffmpeg.c ffmpeg: fix ticks_per_frame for the avi stream copy case 2012-04-12 12:57:22 +02:00
ffplay.c Merge remote-tracking branch 'qatar/master' 2012-04-11 22:50:22 +02:00
ffprobe.c ffprobe: use avbprint API 2012-04-08 00:02:21 +02:00
ffserver.c Merge remote-tracking branch 'qatar/master' 2012-03-29 04:11:10 +02:00
INSTALL
library.mak Merge remote-tracking branch 'qatar/master' 2012-03-26 20:52:52 +02:00
LICENSE Remove libpostproc. 2012-02-23 19:36:16 +01:00
MAINTAINERS ZeroCodec Decoder 2012-03-19 00:19:13 +01:00
Makefile Merge remote-tracking branch 'qatar/master' 2012-03-26 20:52:52 +02:00
README README: be a tiny bit more verbose 2012-04-06 10:23:26 +02:00
RELEASE RELEASE: bump to current version (0.10.2). 2012-03-26 22:47:28 +02:00
version.sh

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.