1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-02 03:06:28 +02:00
Go to file
Nicolas George 75d5624cb2 avfilter: filter_samples: read pts before filtering.
The call to the next filter_sample will likely unref the
current buffer, so it is not possible to read it afterwards.
2012-04-28 18:48:12 +02:00
doc examples/filtering_audio: do not stop on decode error. 2012-04-28 10:28:15 +02:00
ffpresets
libavcodec lavc: add MicroDVD decoder. 2012-04-27 19:39:19 +02:00
libavdevice
libavfilter avfilter: filter_samples: read pts before filtering. 2012-04-28 18:48:12 +02:00
libavformat avio: change ffurl_alloc return code. 2012-04-28 16:39:54 +02:00
libavresample Fix compilation with YASM/NASM without AVX support. 2012-04-28 13:01:49 +02:00
libavutil parseutils: replace setenv() by putenv(). 2012-04-27 18:16:04 +02:00
libpostproc
libswresample swr: add int32_to_float_sse2 2012-04-28 17:06:11 +02:00
libswscale Merge remote-tracking branch 'qatar/master' 2012-04-24 02:30:41 +02:00
mt-work
presets
tests Merge remote-tracking branch 'qatar/master' 2012-04-26 22:24:58 +02:00
tools
.gitignore Merge remote-tracking branch 'qatar/master' 2012-04-27 22:44:52 +02:00
arch.mak
Changelog lavc: add MicroDVD decoder. 2012-04-27 19:39:19 +02:00
cmdutils_common_opts.h
cmdutils.c Merge remote-tracking branch 'qatar/master' 2012-04-25 23:17:41 +02:00
cmdutils.h
common.mak Merge remote-tracking branch 'qatar/master' 2012-04-25 23:17:41 +02:00
configure Merge remote-tracking branch 'qatar/master' 2012-04-26 22:24:58 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c Merge remote-tracking branch 'qatar/master' 2012-04-25 23:17:41 +02:00
ffplay.c lowres2 support. 2012-04-22 22:26:55 +02:00
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile Merge remote-tracking branch 'qatar/master' 2012-04-25 23:17:41 +02:00
README
RELEASE
version.sh

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

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

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

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

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.