1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
Go to file
Alex Converse ed492b61db Add an HE-AAC v1 decoder.
A large portion of this code was orignally authored by Robert Swain. The rest
was written by me. Full history is available at:
svn://svn.ffmpeg.org/soc/aac-sbr
http://github.com/aconverse/ffmpeg-heaac/tree/sbr_pub

Originally committed as revision 22316 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08 04:33:02 +00:00
doc Create a public API for FFT family of functions 2010-03-07 21:56:45 +00:00
ffpresets Add presets for all of the x264 presets, including fastfirstpass versions. 2010-03-02 03:19:12 +00:00
libavcodec Add an HE-AAC v1 decoder. 2010-03-08 04:33:02 +00:00
libavdevice Add some missing #includes 2010-03-06 22:36:36 +00:00
libavfilter avfilter: make avfilter_default_free_video_buffer() static 2010-03-08 03:41:19 +00:00
libavformat Revert "Move the probe loop from av_open_input_file() into its own method" 2010-03-08 03:46:37 +00:00
libavutil Bump minor number and add APIchanges entry after the inclusion of 2010-03-06 20:07:52 +00:00
libpostproc
libswscale Avoid duplication of usePal() macro. 2010-03-06 11:50:54 +00:00
tests Make ffserver regression test run (still fails) 2010-03-08 00:27:00 +00:00
tools Remove apparently unneeded define and includes. 2010-03-06 01:32:52 +00:00
Changelog Add an HE-AAC v1 decoder. 2010-03-08 04:33:02 +00:00
cmdutils_common_opts.h
cmdutils.c Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps 2010-03-07 22:18:37 +00:00
cmdutils.h
common.mak Define HAVE_AV_CONFIG_H only when building libraries 2010-03-07 22:18:33 +00:00
configure Error on missing function prototypes with gcc 2010-03-08 02:36:27 +00:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS Add myself as contributor. 2010-02-13 19:24:32 +00:00
Doxyfile
ffmpeg.c Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps 2010-03-07 22:18:37 +00:00
ffplay.c Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps 2010-03-07 22:18:37 +00:00
ffprobe.c Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps 2010-03-07 22:18:37 +00:00
ffserver.c ffserver: remove bogus comment 2010-03-08 00:26:54 +00:00
ffserver.h
INSTALL
LICENSE
MAINTAINERS Add Reinhard and myself as release managers. 2010-03-01 17:50:34 +00:00
Makefile Prettify make output 2010-03-06 17:14:19 +00:00
README
subdir.mak Define HAVE_AV_CONFIG_H only when building libraries 2010-03-07 22:18:33 +00:00
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.