FFmpeg git repo
Go to file
Michael Niedermayer 8824a9ed22 mpeg12: clean current picture ptr.
This avoids having a stray pointer left that may not represent the current picture
and state.

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-12 01:43:11 +01:00
compat
doc lavfi: remove mp=geq filter. 2012-11-11 23:18:12 +01:00
libavcodec mpeg12: clean current picture ptr. 2012-11-12 01:43:11 +01:00
libavdevice
libavfilter lavfi: remove mp=geq filter. 2012-11-11 23:18:12 +01:00
libavformat lavf/assenc: add non strict ts flag. 2012-11-11 22:58:56 +01:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-11-10 12:44:39 +01:00
libavutil Merge remote-tracking branch 'qatar/master' 2012-11-10 12:44:39 +01:00
libpostproc
libswresample
libswscale Merge remote-tracking branch 'qatar/master' 2012-11-10 12:44:39 +01:00
presets
tests fate/lavfi: increase vf tile coverage. 2012-11-11 22:43:18 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: add geq filter. 2012-11-11 23:12:54 +01:00
INSTALL
LICENSE lavfi: add geq filter. 2012-11-11 23:12:54 +01:00
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c PRINT_CODEC_SUPPORTED: fix used variable 2012-11-09 03:08:29 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure lavfi: add geq filter. 2012-11-11 23:12:54 +01:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
ffprobe.c
ffserver.c
library.mak
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.