FFmpeg git repo
Go to file
Michael Niedermayer 529540759f avcodec/simple_idct_template: adjust coeffs for 12bit idct
This prevents overflows with 12bit jpegs
Fixes Ticket2952

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-15 03:21:03 +02:00
compat
doc Merge commit 'ec17d1aa8b833d49d8fc479e44e9e22858aa486c' 2013-09-11 12:42:11 +02:00
libavcodec avcodec/simple_idct_template: adjust coeffs for 12bit idct 2013-09-15 03:21:03 +02:00
libavdevice
libavfilter avfilter/avf_avectorscope: improve description 2013-09-14 12:11:22 +00:00
libavformat matroskaenc: Bump DocTypeVersion to 4 2013-09-15 02:08:15 +02:00
libavresample
libavutil avutil/pixdesc: dont try to use av_read_image_line() with bayer formats 2013-09-13 20:51:41 +02:00
libpostproc
libswresample
libswscale Merge remote-tracking branch 'qatar/master' 2013-09-11 12:51:01 +02:00
presets
tests matroskaenc: Bump DocTypeVersion to 4 2013-09-15 02:08:15 +02:00
tools
.gitignore
arch.mak
Changelog Adding a line to Changelog about FFV1 version 1.3 now being stable 2013-09-14 23:16:57 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure Merge commit 'e2cd766ca1b9bb2ba72aca5f6ba5d8be15743984' 2013-09-12 14:57:23 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c ffmpeg: check for unsupported "queing of command on first filter supporting the specific commend" 2013-09-10 14:13:44 +02:00
ffmpeg.h
ffplay.c
ffprobe.c
ffserver.c ffserver: allow choosing the pixel format 2013-09-14 03:51:45 +02:00
INSTALL
library.mak
LICENSE
MAINTAINERS MAINTAINERS: move sections from lavc to lavu 2013-09-12 15:17:11 +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.