FFmpeg git repo
Go to file
Michael Niedermayer c28112fab6 Make sure the EC code does not attempt to use inter based concealment if there
is no reference frame available. (this can happen because the EC code will attempt
to use reference frames even for I/IDR frames)

Originally committed as revision 22732 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-30 20:46:46 +00:00
doc Implement YOP demuxer and video decoder. 2010-03-29 22:17:01 +00:00
ffpresets Update x264 presets in line with latest x264 changes. 2010-03-29 01:34:33 +00:00
libavcodec Make sure the EC code does not attempt to use inter based concealment if there 2010-03-30 20:46:46 +00:00
libavdevice Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) = 2010-03-25 00:41:54 +00:00
libavfilter The vflip filter does not need to keep ownership of a picture reference. 2010-03-18 23:13:04 +00:00
libavformat Replace @returns by @return. 2010-03-30 15:50:57 +00:00
libavutil Replace @returns by @return. 2010-03-30 15:50:57 +00:00
libpostproc Fix warnings about redefining constants when compiling libpostproc. 2010-02-02 19:35:52 +00:00
libswscale libswscale: Relicense almost all x86 assembler optimizations as LGPL. 2010-03-27 11:31:02 +00:00
tests 10l, update ref value for ffm since default flags changed and are stored in the file 2010-03-25 20:45:26 +00:00
tools patcheck: Escape parentheses in grep calls 2010-03-15 23:32:20 +00:00
Changelog Add missing entry for the YOP demuxer and video decoder addition. 2010-03-29 23:34:08 +00:00
cmdutils_common_opts.h
cmdutils.c Use av_strerror() in print_error(). 2010-03-26 22:46:47 +00:00
cmdutils.h
common.mak Make ranlib silent in brief output mode 2010-03-17 14:43:03 +00:00
configure configure: restore -mdynamic-no-pic on darwin (missing since r20497) 2010-03-30 16:28:00 +00:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS Add myself to CREDITS 2010-03-08 05:04:29 +00:00
Doxyfile Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED 2010-03-18 15:00:17 +00:00
ffmpeg.c Split out code that auto-chooses a default pix_fmt/sample_fmt in their own 2010-03-30 19:37:07 +00:00
ffplay.c Add a loop option to ffplay. 2010-03-23 17:39:51 +00:00
ffprobe.c Implement -convert_tags option, which converts showed tag names to the 2010-03-28 10:04:10 +00:00
ffserver.c Actually parse the auth headers in RTSP 2010-03-25 21:48:58 +00:00
ffserver.h
INSTALL
LICENSE Clarify which parts of libswscale remain GPL. 2010-03-27 11:31:30 +00:00
MAINTAINERS Add myself as co-maintainer of tta.c 2010-03-28 17:21:02 +00:00
Makefile Add some ad-hoc tests for libavfilter. 2010-03-17 23:23:44 +00:00
README
subdir.mak Remove $(MSG) override for install-lib targets 2010-03-17 14:43:05 +00:00
version.sh

FFmpeg README
-------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.