FFmpeg git repo
Go to file
Michael Niedermayer e510171f31 avcodec: fix old codec ids
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-28 23:54:28 +01:00
compat
doc doc/RELEASE_NOTES: update for 2.1 2013-10-28 01:13:46 +01:00
libavcodec avcodec: fix old codec ids 2013-10-28 23:54:28 +01:00
libavdevice avdevice/pulse_audio_enc: remove double ; 2013-10-28 00:52:11 +01:00
libavfilter Merge commit '5c439b41d0489412c0a4cf6dfb98915251677b8e' 2013-10-28 13:07:05 +01:00
libavformat avisynth: Factor out a couple of returns 2013-10-28 22:30:43 +01:00
libavresample Merge commit '211ca69b13eb0a127a9ef7e70ddaccdab125d1c5' 2013-10-28 09:59:53 +01:00
libavutil avutil/opt: check flags validity in write_number() 2013-10-28 18:03:29 +01:00
libpostproc
libswresample
libswscale
presets
tests FATE: add bitexact sws flags to the fieldorder test 2013-10-27 21:34:28 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Changelog: add 2.1 2013-10-28 00:39:34 +01:00
INSTALL
LICENSE libavfilter/vf_noise: relicense to LGPL 2013-10-27 20:29:07 +00:00
MAINTAINERS MAINTAINERS: update which releases i maintain 2013-10-28 00:40:15 +01:00
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: fix expected signature for show_colors() function 2013-10-28 09:41:25 +01:00
cmdutils.h cmdutils: fix expected signature for show_colors() function 2013-10-28 09:41:25 +01:00
cmdutils_common_opts.h cmdutils: add -colors option 2013-10-27 09:18:45 +01:00
common.mak
configure Merge commit 'de6061203e2d509579ab110fb1873aade34320f5' 2013-10-28 11:32:22 +01:00
ffmpeg.c Merge commit 'ddc589ce98c2bba1e59318b5b0224717325eac46' 2013-10-28 10:46:47 +01:00
ffmpeg.h
ffmpeg_filter.c ffmpeg_filter: Fix non jpeg yuv in jpeg support 2013-10-27 17:41:06 +01:00
ffmpeg_opt.c
ffplay.c ffplay: add support for libswresample options 2013-10-26 12:23:54 +02:00
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.