FFmpeg git repo
Go to file
Mans Rullgard c4f5c2d6f4 Move some mpegaudio functions to new mpegaudiodsp subsystem
This separation allows these functions to be used in a cleaner
fashion from other codecs (e.g. qdm2) and simplifies creating
optimised versions of them.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-05-19 12:25:34 +01:00
doc APIchanges: fill in date and commit for request_sample_fmt 2011-05-18 17:52:31 -04:00
ffpresets libx264: handle closed GOP codec flag 2011-05-17 23:01:42 +02:00
libavcodec Move some mpegaudio functions to new mpegaudiodsp subsystem 2011-05-19 12:25:34 +01:00
libavdevice configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 2011-05-12 11:41:59 +02:00
libavfilter lavfi: print key-frame and picture type information in ff_dlog_ref() 2011-05-16 14:13:03 -07:00
libavformat lavf: remove duplicate assignment in avformat_alloc_context. 2011-05-17 23:01:42 +02:00
libavutil Add av_clip_uintp2() function 2011-05-13 16:45:24 -04:00
libpostproc cosmetics: trim trailing whitespace in postproc 2011-05-08 13:33:23 -07:00
libswscale [PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats. 2011-05-14 06:37:39 -04:00
tests fate: remove do_ffmpeg_nocheck function 2011-05-18 15:38:26 +01:00
tools cws2fws: Improve error message wording. 2011-05-16 20:56:56 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog ffmpeg: get rid of the 'q' key schizofrenia 2011-05-13 07:38:54 +02:00
Doxyfile
INSTALL
LICENSE
Makefile Remove unused make variable SEEK_REFFILE 2011-05-18 20:21:27 +01:00
README
cmdutils.c ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i "file" and ffplay -i "file". 2011-05-11 07:32:36 +02:00
cmdutils.h Clean up #includes in cmdutils.h. 2011-05-19 10:23:53 +02:00
cmdutils_common_opts.h
common.mak
configure Move some mpegaudio functions to new mpegaudiodsp subsystem 2011-05-19 12:25:34 +01:00
ffmpeg.c Add support for request_sample_format in ffmpeg and ffplay. 2011-05-18 17:27:06 -04:00
ffplay.c Add support for request_sample_format in ffmpeg and ffplay. 2011-05-18 17:27:06 -04:00
ffprobe.c ffprobe: tweak error message in open_input_file() 2011-05-12 13:03:10 +02:00
ffserver.c configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 2011-05-12 11:41:59 +02:00
ffserver.h
subdir.mak
version.sh

README

Libav README
------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.