1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-03 05:10:03 +02:00
Go to file
Michael Niedermayer fcd08b7770 avformat/md5enc: add format, version and column headers
See Ticket2280

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-26 12:16:04 +02:00
compat
doc doc/issue_tracker: add 2 missing issue types 2013-10-26 11:29:42 +02:00
libavcodec avcodec/jpeg2000dec: non zero image offsets are not supported 2013-10-26 02:19:13 +02:00
libavdevice lavd/pulse_audio_enc: avoid vars in for() 2013-10-26 01:58:18 +02:00
libavfilter avfilter/x86/vf_gradfun_init: fix const and related warnings 2013-10-24 12:12:59 +02:00
libavformat avformat/md5enc: add format, version and column headers 2013-10-26 12:16:04 +02:00
libavresample
libavutil Merge commit '4d6ee0725553a43ba88d6f8327ebcf8f1c5ae8d4' 2013-10-26 02:36:36 +02:00
libpostproc
libswresample
libswscale lsws: use av_pix_fmt_get_chroma_sub_sample() 2013-10-24 08:12:38 +02:00
presets
tests avformat/md5enc: add format, version and column headers 2013-10-26 12:16:04 +02:00
tools
.gitignore
arch.mak
Changelog lavd: add fbdev output device 2013-10-24 08:16:17 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure Add AVX2 capable CPU detection. Patch based on x264's AVX2 detection 2013-10-26 02:34:22 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c ffmpeg_filter: Pass command line -threads X to filtergraph 2013-10-24 23:15:30 +02:00
ffmpeg_opt.c
ffmpeg.c ffmpeg: make stream default if its the only of its kind and no source can be unambigously assigned to it 2013-10-25 02:08:35 +02:00
ffmpeg.h
ffplay.c
ffprobe.c
ffserver.c
INSTALL
library.mak build: remove pointless condition 2013-10-24 10:51:03 +01:00
LICENSE
MAINTAINERS MAINTAINERS: update 2013-10-25 07:12:32 +00:00
Makefile
README
RELEASE
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.