FFmpeg git repo
Go to file
Anton Khirnov 2d1f4288dd mpegvideo: call av_frame_unref() instead of avcodec_get_frame_defaults().
This is a temporary workaround to allow deprecating
avcodec_get_frame_defaults(). The proper solution will be using a
properly allocated AVFrame in Picture.
2013-12-11 20:39:55 +01:00
compat
doc Replace all uses of avcodec_free_frame with av_frame_free(). 2013-12-11 20:39:54 +01:00
libavcodec mpegvideo: call av_frame_unref() instead of avcodec_get_frame_defaults(). 2013-12-11 20:39:55 +01:00
libavdevice configure: Prefix libc-related variables with "libc_" 2013-12-09 11:47:43 +01:00
libavfilter
libavformat Replace all uses of avcodec_free_frame with av_frame_free(). 2013-12-11 20:39:54 +01:00
libavresample
libavutil avframe: add codec-independent stereoscopic metadata 2013-12-09 16:02:43 +01:00
libswscale
presets
tests ljpegenc: deMpegEncContextize 2013-12-05 13:35:55 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog avframe: add codec-independent stereoscopic metadata 2013-12-09 16:02:43 +01:00
INSTALL
LICENSE
Makefile
README
RELEASE
arch.mak
avconv.c avconv: do not call avcodec_get_frame_defaults() 2013-12-11 20:39:54 +01:00
avconv.h
avconv_filter.c
avconv_opt.c avconv: initialize hwaccel_pix_fmt 2013-12-03 18:11:27 +01:00
avconv_vdpau.c
avplay.c avplay: do not call avcodec_get_frame_defaults(). 2013-12-11 20:39:55 +01:00
avprobe.c
avserver.c
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure configure: Add -D__USE_MINGW_ANSI_STDIO=1 to CPPFLAGS on MinGW64 2013-12-11 20:25:28 +01:00
library.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.