FFmpeg git repo
Go to file
Michael Niedermayer 62722ae2d4 nellymoserenc: fix array element ordering
Fixes assertion failures in trellis encoder
Fixes valgrind warnings in trellis encoder
Fixes CID732257
Fixes CID732256
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-12 04:19:38 +02:00
compat
doc Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6' 2012-10-11 14:03:12 +02:00
libavcodec nellymoserenc: fix array element ordering 2012-10-12 04:19:38 +02:00
libavdevice
libavfilter lavfi/ebur128: fix typo in condition. 2012-10-11 18:41:07 +02:00
libavformat rtmpproto: fix out of array write 2012-10-12 02:06:51 +02:00
libavresample
libavutil random_seed: fix digest size 2012-10-11 18:28:21 +02:00
libpostproc
libswresample swri_resample_init: unsupported sample formats are an internal error. 2012-10-11 04:36:23 +02:00
libswscale yuv2rgb: fix declared array sizes, so they match actuals. 2012-10-11 18:20:24 +02:00
presets
tests Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' 2012-10-11 15:46:48 +02:00
tools qt-faststart: fix printf argument type 2012-10-10 18:50:56 +02:00
.gitignore
arch.mak
Changelog
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure Revert "configure: link flite against libasound" 2012-10-11 11:19:18 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg_filter.c
ffmpeg_opt.c Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' 2012-10-11 15:46:48 +02:00
ffmpeg.c
ffmpeg.h
ffplay.c
ffprobe.c ffprobe: fix use of uninitialized pointer in av_strtok() 2012-10-11 03:37:43 +02:00
ffserver.c
INSTALL
library.mak Merge remote-tracking branch 'qatar/master' 2012-10-11 15:55:41 +02:00
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.