FFmpeg git repo
Go to file
Stefano Sabatini 77e9dee8ae lavc: add a sample_aspect_ratio field to AVFrame
The sample aspect ratio is a per-frame property, so it makes sense to
define it in AVFrame rather than in the codec/stream context.
Simplify application-level sample aspect ratio information extraction,
and allow further simplifications.
2011-05-01 13:10:06 +02:00
doc lavc: add a sample_aspect_ratio field to AVFrame 2011-05-01 13:10:06 +02:00
ffpresets
libavcodec lavc: add a sample_aspect_ratio field to AVFrame 2011-05-01 13:10:06 +02:00
libavdevice Replace some commented-out debug printf() / av_log() messages with av_dlog(). 2011-04-29 17:27:01 +02:00
libavfilter lavc: add a sample_aspect_ratio field to AVFrame 2011-05-01 13:10:06 +02:00
libavformat Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' 2011-05-01 00:26:05 +02:00
libavutil Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' 2011-05-01 00:26:05 +02:00
libpostproc
libswscale Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' 2011-05-01 00:26:05 +02:00
mt-work
tests lavf: inspect more frames for fps when container time base is coarse 2011-04-29 22:46:13 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog encoder for adobe's flash ScreenVideo2 codec 2011-04-29 02:35:59 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
cmdutils.c lavc: add a sample_aspect_ratio field to AVFrame 2011-05-01 13:10:06 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote branch 'qatar/master' 2011-04-29 04:29:21 +02:00
ffmpeg.c lavc: add a sample_aspect_ratio field to AVFrame 2011-05-01 13:10:06 +02:00
ffplay.c lavc: add a sample_aspect_ratio field to AVFrame 2011-05-01 13:10:06 +02:00
ffprobe.c
ffserver.c Merge remote branch 'qatar/master' 2011-04-27 03:51:04 +02:00
ffserver.h
subdir.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.