FFmpeg git repo
Go to file
Michael Niedermayer 20bc5924a0 Merge commit '96138e8c8da4b9397e627c934a33c22988d1192b'
* commit '96138e8c8da4b9397e627c934a33c22988d1192b':
  isom: only write the size if its non zero in mov_rewrite_dvd_sub_extradata()

Conflicts:
	libavformat/isom.c

See: b6ad5893ce
Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-31 01:55:12 +02:00
compat
doc doc/indevs: Fix example for QTKit usage. 2014-03-30 21:29:25 +02:00
libavcodec Use intel compliant CDQ instead of CLTD in inline asm. 2014-03-30 23:14:36 +02:00
libavdevice lavd: Add QTKit input device. 2014-03-30 20:45:07 +02:00
libavfilter avfilter/lavfutils: call av_find_stream_info() before reading various information about the stream 2014-03-28 17:29:26 +01:00
libavformat avformat/wtvenc: advise user when H264 startcode is not present 2014-03-30 16:36:47 +02:00
libavresample
libavutil avutil/opt: dont crash on av_opt_set_dict() with NULL 2014-03-30 15:00:03 +02:00
libpostproc
libswresample
libswscale
presets
tests Merge commit '3e4e2142d246699a1a3a0045ba7124b18bc34d7a' 2014-03-31 01:32:02 +02:00
tools tools/uncoded_frame: fix audio codec generation 2014-03-29 09:25:14 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavd: Add QTKit input device. 2014-03-30 20:45:07 +02:00
INSTALL
LICENSE
MAINTAINERS lavd: Add QTKit input device. 2014-03-30 20:45:07 +02:00
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils/filter_codec_opts: do not discard all options for CODEC_ID_NONE 2014-03-28 17:29:26 +01:00
cmdutils.h Merge commit '85698be461c07be10d873dd34348bcfe9ffc56e0' 2014-03-29 14:33:39 +01:00
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak lavd: Add QTKit input device. 2014-03-30 20:45:07 +02:00
configure lavd: Add QTKit input device. 2014-03-30 20:45:07 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vdpau.c
ffplay.c
ffprobe.c
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.