FFmpeg git repo
Go to file
Måns Rullgård d25130eb23 ARM: do not use movw/movt for relocatable values with PIC
Originally committed as revision 19886 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-16 19:20:48 +00:00
doc Core Audio Format demuxer 2009-09-16 12:26:59 +00:00
ffpresets Update preset files to jive somewhat better with more recent x264 API. 2009-09-14 09:59:32 +00:00
libavcodec ARM: do not use movw/movt for relocatable values with PIC 2009-09-16 19:20:48 +00:00
libavdevice Do not do free AVStream in case of error, this is not supposed to be 2009-09-12 16:23:13 +00:00
libavfilter
libavformat reindent after last commit and remove unneeded empty line 2009-09-16 18:06:29 +00:00
libavutil Add warnings to av_strlcat and av_strlcpy doxygen that the input strings 2009-09-09 21:00:51 +00:00
libpostproc Remove disabled code cruft. 2009-08-19 08:15:32 +00:00
libswscale Reset slice direction at end of each frame. 2009-09-13 01:49:40 +00:00
tests disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default) 2009-09-06 15:59:32 +00:00
tools Init i to 0 (10l fix). 2009-09-15 13:09:34 +00:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Core Audio Format demuxer 2009-09-16 12:26:59 +00:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS Add myself as maintainer for libspeexdec.c 2009-08-28 00:46:19 +00:00
Makefile Fix typo: '.' was used instead of '/' as directory separator. 2009-09-10 09:30:57 +00:00
README
cmdutils.c Document the output of ffmpeg -formats. 2009-08-09 10:42:38 +00:00
cmdutils.h
common.mak Add PIC flags early so tests they affect give correct results 2009-08-23 13:46:07 +00:00
configure Make pkgconfig_generate() fill Libs with the required linking flags 2009-09-15 23:54:31 +00:00
ffmpeg.c Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes 2009-09-16 15:08:26 +00:00
ffplay.c Moves the display of metadata to dump_format() 2009-08-12 13:17:39 +00:00
ffserver.c Move get_arg to avoid future declaration of function when 2009-09-10 19:08:03 +00:00
ffserver.h
subdir.mak Fix dependency generation for yasm assembler files 2009-08-23 11:02:32 +00:00
version.sh version.sh: use standard sed syntax 2009-08-16 15:51:47 +00:00

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.