1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-02 03:06:28 +02:00
Go to file
Paul B Mahol 9bd1b1c1e7 lavfi/earwax: remove pointless store
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-16 21:32:26 +00:00
compat
doc doc/filters: fix sentence in setsar/setdar docs 2013-04-16 22:15:40 +02:00
libavcodec libaacpluc: remove unused code 2013-04-16 21:13:51 +00:00
libavdevice avdevice/lavfi: add error checking for av_opt_set_int_list() 2013-04-12 20:39:07 +02:00
libavfilter lavfi/earwax: remove pointless store 2013-04-16 21:32:26 +00:00
libavformat Merge remote-tracking branch 'qatar/master' 2013-04-16 23:23:16 +02:00
libavresample
libavutil avutil/avutil_version: Run checks just once 2013-04-16 17:04:16 +02:00
libpostproc
libswresample swr/rematrix: use av_calloc() 2013-04-15 20:31:06 +02:00
libswscale sws: Skip ff_yuv2rgb_c_init_tables() when the output is YUV 2013-04-16 17:50:43 +02:00
presets
tests fate: fix histogram test, try #2 2013-04-16 03:52:51 +02:00
tools
.gitignore
arch.mak
Changelog lavfi: port IVTC filters from vapoursynth. 2013-04-14 15:59:37 +02:00
cmdutils_common_opts.h
cmdutils.c Merge remote-tracking branch 'qatar/master' 2013-04-16 23:23:16 +02:00
cmdutils.h Merge commit 'e19e8aeeaaff3d4bc8f6065764c93f0298782ac6' 2013-04-12 15:56:20 +02:00
common.mak
configure lavfi: rename decimate to mpdecimate. 2013-04-14 15:59:37 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c Merge commit 'bee2d75b66e2f02e0877796c01202299a4b56cfb' 2013-04-12 15:19:32 +02:00
ffmpeg_opt.c Merge commit 'dc574658d15ad8f171dbdecbdce7197acf9424a0' 2013-04-12 15:33:37 +02:00
ffmpeg.c ffmpeg: show error message in case of av_buffersrc_add_frame_flags() failure 2013-04-14 20:30:37 +02:00
ffmpeg.h
ffplay.c ffplay: replace opaque/params for buffersinks 2013-04-12 20:39:07 +02:00
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
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.