FFmpeg git repo
Go to file
Stefano Sabatini 8a4a5f6ff7 lavc: add format field to AVFrame
The format is a per-frame property, having it in AVFrame simplify the
operation of extraction of that information, since avoids the need to
access the codec/stream context.
2011-12-25 16:18:57 +01:00
doc doxy: add website-alike style to the html output 2011-12-25 14:34:32 +01:00
libavcodec lavc: add format field to AVFrame 2011-12-25 16:18:57 +01:00
libavdevice build: move inclusion of subdir.mak to main subdir loop 2011-12-13 14:26:49 +00:00
libavfilter lavc: add a sample_aspect_ratio field to AVFrame 2011-12-25 16:18:57 +01:00
libavformat build: fix standalone compilation of OMA muxer 2011-12-23 00:45:11 +01:00
libavutil Replace Subversion revisions in comments by Git hashes. 2011-12-21 09:04:25 +01:00
libpostproc postproc: altivec: fix remaining mixed declarations and code 2011-12-21 00:57:45 +00:00
libswscale sws: readd PAL8 to isPacked() 2011-12-22 11:01:28 +01:00
presets presets: spelling error in libvpx 1080p50_60 2011-10-22 00:28:56 +02:00
tests fate: account for NUT 10bit support 2011-12-21 03:01:18 +01:00
tools Replace all uses of av_close_input_file() with avformat_close_input(). 2011-12-12 20:34:38 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Prepare for 0.8_beta1 snapshot release 2011-12-23 15:38:15 +01:00
Doxyfile doxy: add website-alike style to the html output 2011-12-25 14:34:32 +01:00
INSTALL
LICENSE
Makefile build: rename subdir.mak ---> library.mak 2011-12-13 23:34:22 +01:00
README
RELEASE Prepare for 0.8_beta1 snapshot release 2011-12-23 15:38:15 +01:00
avconv.c mov: Don't stick the QuickTime field ordering atom in extradata. 2011-12-21 22:04:37 -08:00
avplay.c lavc: add a sample_aspect_ratio field to AVFrame 2011-12-25 16:18:57 +01:00
avprobe.c Replace all uses of av_close_input_file() with avformat_close_input(). 2011-12-12 20:34:38 +01:00
avserver.c Replace all uses of av_close_input_file() with avformat_close_input(). 2011-12-12 20:34:38 +01:00
cmdutils.c lavc: add a sample_aspect_ratio field to AVFrame 2011-12-25 16:18:57 +01:00
cmdutils.h Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
cmdutils_common_opts.h avtools: add -v as alias for -loglevel 2011-10-09 16:53:06 +01:00
common.mak
configure bsd: use number of logical CPUs as automatic thread count 2011-12-22 21:50:07 +01:00
ffmpeg.c Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
library.mak build: link test programs with static libraries 2011-12-17 23:21:08 +00:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.