FFmpeg git repo
Go to file
Paul B Mahol a474403229 libopenjpegdec: unbreak yuva420p support
Regression introduced in b7a928b2d1.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-06-09 18:06:09 +00:00
doc buffersrc: accept the frame rate as argument. 2012-06-09 08:42:50 +02:00
libavcodec libopenjpegdec: unbreak yuva420p support 2012-06-09 18:06:09 +00:00
libavdevice avdevice: bump soname due to lavf soname bump 2012-05-25 12:22:21 +02:00
libavfilter buffersrc: deprecate flat options syntax. 2012-06-09 08:42:50 +02:00
libavformat lavf/bintext: allocate FF_INPUT_BUFFER_PADDING_SIZE for extradata 2012-06-09 14:36:41 +02:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-05-30 19:32:06 +02:00
libavutil float_dsp.c: Restore author attribution that was removed by libav while moving code to libavutil 2012-06-09 16:09:47 +02:00
libpostproc
libswresample swr: skip memset(0) in rematrix when the array is known to be already 0 2012-06-09 02:43:10 +02:00
libswscale colorspace-test: add few more tests 2012-06-09 14:38:51 +00:00
mt-work
presets
tests fate-bprint: try to workaround platform specific value. 2012-06-08 12:16:31 +02:00
tools tools/graph2dot: factorize code printing non-media specific link information 2012-06-06 23:20:02 +02:00
.gitignore
arch.mak
Changelog Merge remote-tracking branch 'qatar/master' 2012-06-06 01:08:33 +02:00
cmdutils_common_opts.h
cmdutils.c cmdutils: include threading caps in codecs listing. 2012-06-07 23:19:20 +02:00
cmdutils.h Merge remote-tracking branch 'qatar/master' 2012-06-06 01:08:33 +02:00
common.mak
configure Add iac build dependency. 2012-06-08 15:29:24 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c ffmpeg: fix fate breakage introduced by key=value buffersrc args. 2012-06-09 14:02:27 +02:00
ffplay.c ffplay: reset AVFrame to defaults before decoding each new frame. 2012-06-08 21:32:10 +02:00
ffprobe.c ffprobe: show packet duration in frame 2012-06-06 23:26:04 +02:00
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS MAINTAINERS: update versions 2012-05-24 21:15:01 +02:00
Makefile
README
RELEASE
version.sh

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

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

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

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

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.