FFmpeg git repo
Go to file
Janne Grunau b94e4acb48 cmdutils_read_file: increment *size after writing the trailing \0
Fixes CID732166.
2012-10-09 18:43:30 +02:00
compat compat/vsnprintf: return number of bytes required on truncation. 2012-09-15 14:33:11 -04:00
doc doc: allow building with old texi2html versions 2012-10-08 20:08:51 +01:00
libavcodec vc1dec: prevent memory leak in error path 2012-10-09 16:09:41 +02:00
libavdevice Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
libavfilter af_resample: unref out_buf when avresample_convert returns 0 2012-10-09 18:43:30 +02:00
libavformat matroskaenc: check cue point validity before reallocation 2012-10-09 15:39:05 +02:00
libavresample lavr: bump major to 1 and declare it stable. 2012-10-05 13:50:13 +02:00
libavutil avutil: skip old_pix_fmts.h since it is just a list 2012-10-08 12:09:16 +02:00
libswscale Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
presets
tests fate: Add tests of the ff_make_absolute_url function 2012-10-09 14:16:34 +03:00
tools avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 2012-10-01 10:24:28 +02:00
.gitignore build: change checkheaders to use regular build rules 2012-08-07 21:36:51 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Opus encoder using libopus 2012-10-01 14:42:40 +02:00
Doxyfile x86: build: replace mmx2 by mmxext 2012-08-03 22:51:05 +02:00
INSTALL
LICENSE doc: Clarify licensing issues arising from external libraries 2012-08-12 13:28:58 +02:00
Makefile build: allow non-standard variations of linker -l/-L flags 2012-08-29 14:16:54 +01:00
README
RELEASE
arch.mak
avconv.c avconv/avprobe: Add missing 'void' to exit_program() definition 2012-10-03 18:07:49 +02:00
avconv.h Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
avconv_filter.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
avconv_opt.c avconv: simplify memory allocation in copy_chapters 2012-10-09 15:39:05 +02:00
avplay.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
avprobe.c Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
avserver.c Use atexit() instead of defining a custom exit_program() interface. 2012-10-01 17:17:42 -04:00
cmdutils.c cmdutils_read_file: increment *size after writing the trailing \0 2012-10-09 18:43:30 +02:00
cmdutils.h Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 2012-10-08 07:13:26 +02:00
cmdutils_common_opts.h cmdutils: extend -h to allow printing codec details. 2012-08-19 19:22:08 +02:00
common.mak build: Properly remove object files while cleaning 2012-09-15 19:44:05 -04:00
configure mingw/cygwin: Stop adding -fno-common to gcc CFLAGS 2012-10-09 11:39:26 +02:00
library.mak build: link test programs only against static libs 2012-10-09 14:16:21 +01:00
version.sh

README

Libav README
------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.