Go to file
Michael Niedermayer c443689afb avformat/movenc: use av_freep() instead of av_free() except for local variables before return
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-23 00:31:15 +02:00
compat Merge commit '4622f11f9c83db8a2e08408c71ff901826ca652c' 2013-08-22 13:09:24 +02:00
doc lavfi/hue: allow changing brightness 2013-08-22 14:56:13 +00:00
libavcodec pngdec: frame multithreading support 2013-08-22 13:14:25 +00:00
libavdevice
libavfilter lavfi/hue: allow changing brightness 2013-08-22 14:56:13 +00:00
libavformat avformat/movenc: use av_freep() instead of av_free() except for local variables before return 2013-08-23 00:31:15 +02:00
libavresample
libavutil libavutil/opt.h: Fix duplicate words 2013-08-12 19:40:29 +02:00
libpostproc
libswresample swr/rematrix: Fix handling of AV_CH_LAYOUT_STEREO_DOWNMIX output 2013-08-20 16:56:51 +02:00
libswscale swscale: improve dither checks 2013-08-19 18:33:50 +02:00
presets
tests fate: Add EXIF test. 2013-08-20 18:47:20 +02:00
tools
.gitignore
arch.mak
Changelog avcodec/mjpegdec: Read EXIF metadata in JPEG input. 2013-08-13 00:30:34 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure configure: Add exif to CONFIG_EXTRA. 2013-08-21 19:00:48 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c ffmpeg_filter: check that the input media type match the filter 2013-08-14 03:03:41 +02:00
ffmpeg_opt.c
ffmpeg.c Warn the user if a pix_fmt != yuv420p was chosen for MPEG-2 video encoding. 2013-08-18 22:00:35 +02:00
ffmpeg.h
ffplay.c
ffprobe.c
ffserver.c ffserver: allocate rc_eq, prevent freeing invalid pointer 2013-08-13 15:24:30 +02:00
INSTALL
library.mak
LICENSE
MAINTAINERS MAINTAINERS: add myself as maintainer for MIPS and Zeljko Lukac as maintainer for new fixed point FFT 2013-08-13 11:57:26 +02:00
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.