FFmpeg git repo
Go to file
Janne Grunau 795ed278e6 movenc: byteswap codec_tag in mov_write_ms_tag
based on Alex Converse's "Fix ADPCM MS in mov muxing" patch
2011-01-28 01:06:57 +01:00
doc Amend documentation for the image2 demuxer, to better reflect the current behavior. 2011-01-22 14:48:08 +00:00
ffpresets consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
libavcodec Add special case for 2nd-order IIR filter. 2011-01-28 00:04:02 +00:00
libavcore consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
libavdevice Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
libavfilter Make the avfilter debug functions and macros static to avfilter.c 2011-01-26 15:33:12 +00:00
libavformat movenc: byteswap codec_tag in mov_write_ms_tag 2011-01-28 01:06:57 +01:00
libavutil intfloat_readwrite: include "mathematics.h" for fallback macros 2011-01-25 15:57:53 +00:00
libpostproc consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
libswscale Replace ASMALIGN() with .p2align 2011-01-18 20:48:24 +00:00
tests mpegtsenc: set reserved bits to 1 in PCR field 2011-01-26 00:02:42 +00:00
tools consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
.gitignore consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile Makefile: fix cleaning of tools in tests directory 2011-01-25 13:43:54 +00:00
README
cmdutils.c Make this_year static to cmdutils.c 2011-01-24 23:44:58 +00:00
cmdutils.h Make this_year static to cmdutils.c 2011-01-24 23:44:58 +00:00
cmdutils_common_opts.h
common.mak
configure armcc: filter out non-gcc options from ASFLAGS 2011-01-25 20:32:08 +00:00
ffmpeg.c Make local variables static. 2011-01-25 00:02:41 +00:00
ffplay.c Remove outdated and confusing comment. 2011-01-22 13:06:06 +00:00
ffprobe.c
ffserver.c ffserver: put gcc attribute under proper ifdef 2011-01-24 22:09:37 +00:00
ffserver.h
subdir.mak
version.sh Fix quoting in version.sh 2011-01-18 20:48:23 +00:00

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.