FFmpeg git repo
Go to file
Michael Niedermayer af15c17daa avcodec/mjpegdec: remove new flipping code
It stored images wrong in the user provided buffers (that is you would
end up with a wrongly flipped image if you used direct rendering).
Also it used wrong dimensions as noticed by ubitux

Enable the old code unconditionally so flipping works correctly
again.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-09 21:36:21 +01:00
compat
doc ATRAC3+ decoder 2014-01-09 19:33:07 +01:00
libavcodec avcodec/mjpegdec: remove new flipping code 2014-01-09 21:36:21 +01:00
libavdevice
libavfilter avfilter: avfilter_register() that works in O(1) time 2014-01-09 00:53:04 +01:00
libavformat ATRAC3+ decoder 2014-01-09 19:33:07 +01:00
libavresample
libavutil
libpostproc
libswresample
libswscale swscale: disable ARM code until its build failure with clang/iphone is fixed 2014-01-08 17:17:34 +01:00
presets
tests Merge commit 'a246af86e47044dec243db2f708cc125d608ea78' 2014-01-09 15:05:44 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog ATRAC3+ decoder 2014-01-09 19:33:07 +01:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure ATRAC3+ decoder 2014-01-09 19:33:07 +01:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vdpau.c
ffplay.c
ffprobe.c
ffserver.c
library.mak
version.sh

README

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.