FFmpeg git repo
Go to file
Reimar Döffinger a736eb4a60 latmenc: Fix ALS in LATM.
"Fix" in so far as at least it will no longer overread and possibly
crash and makes somewhat sense, but no idea whether there is anything
that can play the resulting files (FFmpeg can't).

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2012-04-11 22:28:34 +02:00
doc vf_drawtext: fontconfig support. 2012-04-10 15:16:47 +02:00
ffpresets
libavcodec h261: move tables from header to .c file. 2012-04-11 21:46:33 +02:00
libavdevice Merge remote-tracking branch 'qatar/master' 2012-04-04 21:17:52 +02:00
libavfilter Merge remote-tracking branch 'qatar/master' 2012-04-10 22:53:25 +02:00
libavformat latmenc: Fix ALS in LATM. 2012-04-11 22:28:34 +02:00
libavutil mem: Consistently return NULL for av_malloc(0) 2012-04-10 11:56:42 +03:00
libpostproc
libswresample swr: add a swr_flags AVOption 2012-04-11 14:10:22 +02:00
libswscale ppc: Add/remove a number of const qualifiers to fix related warnings. 2012-04-09 20:39:33 +02:00
mt-work
presets
tests Merge remote-tracking branch 'qatar/master' 2012-04-10 22:53:25 +02:00
tools Merge remote-tracking branch 'qatar/master' 2012-03-10 01:12:08 +01:00
.gitignore Merge remote-tracking branch 'qatar/master' 2012-03-25 23:10:30 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog vf_drawtext: fontconfig support. 2012-04-10 15:16:47 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS ZeroCodec Decoder 2012-03-19 00:19:13 +01:00
Makefile Merge remote-tracking branch 'qatar/master' 2012-03-26 20:52:52 +02:00
README README: be a tiny bit more verbose 2012-04-06 10:23:26 +02:00
RELEASE RELEASE: bump to current version (0.10.2). 2012-03-26 22:47:28 +02:00
cmdutils.c cmdutils: parse options for swr 2012-04-11 14:10:21 +02:00
cmdutils.h cmdutils: parse options for swr 2012-04-11 14:10:21 +02:00
cmdutils_common_opts.h cmdutils: fix -fdebug without -v xy 2012-04-05 21:50:50 +02:00
common.mak
configure vf_drawtext: fontconfig support. 2012-04-10 15:16:47 +02:00
ffmpeg.c ffmpeg: support changing dither parameters for swr 2012-04-11 14:10:22 +02:00
ffplay.c Merge remote-tracking branch 'qatar/master' 2012-04-07 22:41:37 +02:00
ffprobe.c ffprobe: use avbprint API 2012-04-08 00:02:21 +02:00
ffserver.c Merge remote-tracking branch 'qatar/master' 2012-03-29 04:11:10 +02:00
library.mak Merge remote-tracking branch 'qatar/master' 2012-03-26 20:52:52 +02:00
version.sh

README

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.