FFmpeg git repo
Go to file
Micah F. Galizia 4245c6ec4e Move the probe loop from av_open_input_file() into its own method
av_probe_input_buffer() so that it can be reused. Here are a few
differences to the original way things were probed:

- maximum probe buffer size can be specified as a parameter.

- offset within the stream to probe from can be specified as a parameter.

- instead of seeking back to the start each time a probe fails, stream
  data is appended to the reallocated buffer. This lowers the amount
  of data read from the stream (there is no repetition) and results in
  fewer closed and reopened streams (when seeking fails).

Patch by Micah F. Galizia printf("%s%s@%s.%s", "micah", "galizia", "gmail", "com").

Originally committed as revision 22296 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-07 22:42:11 +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 Create a public API for FFT family of functions 2010-03-07 21:56:45 +00:00
libavdevice Add some missing #includes 2010-03-06 22:36:36 +00:00
libavfilter Show aspect ratio information in dprintf_picref() traces. 2010-03-06 21:28:08 +00:00
libavformat Move the probe loop from av_open_input_file() into its own method 2010-03-07 22:42:11 +00:00
libavutil Bump minor number and add APIchanges entry after the inclusion of 2010-03-06 20:07:52 +00:00
libpostproc Fix warnings about redefining constants when compiling libpostproc. 2010-02-02 19:35:52 +00:00
libswscale Avoid duplication of usePal() macro. 2010-03-06 11:50:54 +00:00
tests regtest: run seektest on image sequences 2010-03-07 19:50:56 +00:00
tools Remove apparently unneeded define and includes. 2010-03-06 01:32:52 +00:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS Add myself as contributor. 2010-02-13 19:24:32 +00:00
Changelog Add an RTSP muxer 2010-02-22 21:28:19 +00:00
Doxyfile
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
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 Add -timelimit option 2010-01-20 06:42:39 +00:00
cmdutils_common_opts.h
common.mak Define HAVE_AV_CONFIG_H only when building libraries 2010-03-07 22:18:33 +00:00
configure Use -Werror=implicit only with gcc 2010-03-07 06:53:12 +00:00
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 Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps 2010-03-07 22:18:37 +00:00
ffserver.h
subdir.mak Define HAVE_AV_CONFIG_H only when building libraries 2010-03-07 22:18:33 +00:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.