FFmpeg git repo
Go to file
Janne Grunau 34c5a6660a h264: codec reinit: remove statements without effect
avctx->coded_{height,width} will always equal h->{height,width} since
init_dimensions() does that explicitly, Size changes are detected by
changes in mb_{height,width} earlier and propagated through the
needs_reinit variable.
2014-04-19 16:22:06 +02:00
compat
doc crc: add ANSI CRC16 LE 2014-04-17 20:08:19 +02:00
libavcodec h264: codec reinit: remove statements without effect 2014-04-19 16:22:06 +02:00
libavdevice
libavfilter filtfmts: remove unused lavf include 2014-04-19 16:20:57 +02:00
libavformat mp3dec: decode more data from Info header 2014-04-17 20:08:19 +02:00
libavresample resample: remove an unneeded context variable 2014-04-17 20:08:19 +02:00
libavutil crc: add ANSI CRC16 LE 2014-04-17 20:08:19 +02:00
libswscale swscale: Set alpha to opaque for internal palettes. 2014-04-12 14:07:19 -04:00
presets
tests crc: add ANSI CRC16 LE 2014-04-17 20:08:19 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog libavfilter: Add asettb filter for setting timebase for audio 2014-04-10 12:52:19 +02:00
INSTALL
LICENSE
Makefile aarch64: add armv8 CPU flag 2014-04-06 21:18:49 +02:00
README
RELEASE
arch.mak aarch64: add armv8 CPU flag 2014-04-06 21:18:49 +02:00
avconv.c
avconv.h
avconv_filter.c
avconv_opt.c avconv_opt: fix avio_open2() return code check 2014-03-30 14:55:08 +02:00
avconv_vdpau.c
avplay.c
avprobe.c
avserver.c
cmdutils.c
cmdutils.h cmdutils: Mark exit_program as av_noreturn 2014-03-28 00:40:43 +01:00
cmdutils_common_opts.h
common.mak
configure configure: Handle armcc 5.0 2014-04-19 12:49:20 +03:00
library.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.