FFmpeg git repo
Go to file
Michael Niedermayer f02033b98b Merge commit 'f713411d4cfbd9c467aeda77b16ca6bc4db55d10'
* commit 'f713411d4cfbd9c467aeda77b16ca6bc4db55d10':
  mdec: cosmetics, reformat

Conflicts:
	libavcodec/mdec.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-29 13:57:57 +01:00
compat
doc ffmpeg: remove -crop* and -pad* options 2013-01-27 16:56:47 +01:00
libavcodec Merge commit 'f713411d4cfbd9c467aeda77b16ca6bc4db55d10' 2013-01-29 13:57:57 +01:00
libavdevice lavd/v4l2: use avcodec_find_decoder in list_formats 2013-01-28 00:11:49 +01:00
libavfilter avfilter_get_audio_buffer_ref_from_frame: fix handling of >8 channels 2013-01-28 21:45:16 +01:00
libavformat Write forced track flag to matroska files. 2013-01-27 23:24:52 +01:00
libavresample
libavutil Merge commit '38c1466ca41c73c7ce347da702362cb69c151716' 2013-01-26 13:34:30 +01:00
libpostproc
libswresample swr/ build_filter: use av_calloc() fix buffer overflow 2013-01-27 05:58:47 +01:00
libswscale Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2' 2013-01-28 14:11:31 +01:00
presets
tests swscale: GBRP output support 2013-01-27 15:28:07 -05:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog remove av_strnstr from Changelog 2013-01-26 14:04:30 +00:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge commit '2c10e2a2f62477efaef5b641974594f7df4ca339' 2013-01-25 14:14:21 +01:00
ffmpeg.c ffmpeg: implement -force_key_frames expression evalution 2013-01-27 16:56:47 +01:00
ffmpeg.h ffmpeg: implement -force_key_frames expression evalution 2013-01-27 16:56:47 +01:00
ffmpeg_filter.c ffmpeg: support filtering of unknown channel layouts. 2013-01-26 11:15:38 +01:00
ffmpeg_opt.c ffmpeg: remove -crop* and -pad* options 2013-01-27 16:56:47 +01:00
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.