summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * lavc: remove disabled FF_API_THREAD_INIT cruft.Anton Khirnov2012-01-27
| |
| * lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.Anton Khirnov2012-01-27
| |
| * lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft.Anton Khirnov2012-01-27
| |
| * lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.Anton Khirnov2012-01-27
| |
| * lavc: remove disabled FF_API_PALETTE_CONTROL cruft.Anton Khirnov2012-01-27
| |
| * lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
| |
| * lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
| |
| * lavc: remove the deprecated opt.h header.Anton Khirnov2012-01-27
| |
| * lavc: remove the deprecated "ab" option.Anton Khirnov2012-01-27
| |
| * codec-regression: use private options instead of deprecated codec flags.Anton Khirnov2012-01-27
| |
| * lavc: increase major version to 54.Anton Khirnov2012-01-27
| | | | | | | | | | The lavf-ffm test results change because ffmenc writes AVCodecContext.flags/flags2 and the defaults for those change.
| * cmdutils: fix options starting with 'no'.Alexandra Khirnova2012-01-27
| | | | | | | | | | | | E.g. non_linear_quant mpeg2video private option. Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * x86inc.asm: fix typo.Ronald S. Bultje2012-01-27
| | | | | | | | Assemblers don't understand ! in %if statements.
| * swscale: convert rgb/bgr24ToY/UV_mmx functions from inline asm to yasm.Ronald S. Bultje2012-01-27
| | | | | | | | Also implement sse2/ssse3/avx versions.
| * config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-27
| | | | | | | | This allows combining multiple conditionals in a single statement.
| * Revert "sws/pixfmt/pixdesc: add support for yuva444p"Alex Converse2012-01-26
| | | | | | | | | | | | This reverts commit fc115c80b7bf6f1f5a937ee7f6e14630d99eb4dd. Tests are broken.
| * frwu: check if allocation was successfulPaul B Mahol2012-01-27
| | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * vc1dec.c: Don't use uninitialized values of dmv_[x, y]Mashiat Sarker Shakkhar2012-01-27
| | | | | | | | | | | | | | | | | | | | | | MVDATA may or may not be transmitted. If it is not, both dmv_x and dmv_y is to be assumed zero. This may not trigger wrong picture in all systems, but it's a bug nevertheless. Fixes SA10116.vc1 on my 64-bit Windows 7. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol2012-01-27
| | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * mjpegbdec: Fix overflow in SOS.Alex Converse2012-01-26
| | | | | | | | | | | | | | | | Based in part by a fix from Michael Niedermayer <michaelni@gmx.at> Fixes CVE-2011-3947 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
| * libavutil: Remove pointless file test program.Diego Biurrun2012-01-26
| |
| * 8bps: K&R formatting cosmeticsPaul B Mahol2012-01-26
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | mpegvideoenc: Fail if a buffer size is specified without a max rate.Michael Niedermayer2012-01-28
| | | | | | | | | | | | This combination makes not much sense. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | pngdec: Convert 2/4 bit formats to 8bit.Michael Niedermayer2012-01-28
| | | | | | | | | | | | This way 2 and 4 bit gray, rgb & rgba are supported. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | targadec: Simplify RLE out of packet check.Michael Niedermayer2012-01-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol2012-01-28
| | | | | | | | | | | | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> Conflicts: libavutil/avutil.h libavutil/pixfmt.h
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-27
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: smacker: Sanity check huffman tables found in the headers. smacker: remove dead store qdm2: Check data block size for bytes to bits overflow. mxfdec: Fix files with essence containers larger than 2 GiB. mxfdec: Employ correct printf conversion specifiers for POSIX int types. vc1: always read the bfraction element for interlaced fields fate: add XWD image regression test lavf: prevent infinite loops while flushing in avformat_find_stream_info matroskadec: Pad AAC extradata. ismindex: Fix build on mingw Conflicts: libavformat/mxfdec.c libavformat/utils.c tests/lavf-regression.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * smacker: Sanity check huffman tables found in the headers.Alex Converse2012-01-26
| | | | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
| * smacker: remove dead storeAlex Converse2012-01-26
| |
| * qdm2: Check data block size for bytes to bits overflow.Alex Converse2012-01-26
| | | | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
| * mxfdec: Fix files with essence containers larger than 2 GiB.Tomas Härdin2012-01-26
| | | | | | | | | | | | For such files, accumulating into an int would cause an overflow. Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * mxfdec: Employ correct printf conversion specifiers for POSIX int types.Jean First2012-01-26
| | | | | | | | | | Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * vc1: always read the bfraction element for interlaced fieldsHendrik Leppkes2012-01-26
| | | | | | | | | | | | | | Previously, it would not be read if refdist_flag was not set, however according to the spec and the reference decoder, it should always be read. Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
| * fate: add XWD image regression testPaul B Mahol2012-01-26
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * lavf: prevent infinite loops while flushing in avformat_find_stream_infoJanne Grunau2012-01-26
| | | | | | | | | | | | | | | | | | If no data was seen for a stream decoder are returning 0 when fed with empty packets for flushing. We can stop flushing when the decoder does not return delayed delayed frames anymore. Changes try_decode_frame() return value to got_picture or negative error. CC: libav-stable@libav.org
| * matroskadec: Pad AAC extradata.Alex Converse2012-01-25
| | | | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
| * ismindex: Fix build on mingwMartin Storsjö2012-01-26
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | qdm2: Check data block size for bytes to bits overflow.Alex Converse2012-01-26
| | | | | | | | | | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org (cherry picked from commit dac56d9ce01eb9963f28f26b97a81db5cbd46c1c) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ismindex: Fix build on mingwMartin Storsjö2012-01-26
| | | | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st> (cherry picked from commit 8801fac365549a43a639e239faba409d8f91ef86) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Changelog: remove duplicate linesMichael Niedermayer2012-01-26
| | | | | | | | | | Found-by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | RELEASE_NOTES: update for 0.10Michael Niedermayer2012-01-26
| | | | | | | | | | | | | | remove minor things and things that we had in many previous releases already. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Changelog: update for 0.10Michael Niedermayer2012-01-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | dv: Fix out of array readMichael Niedermayer2012-01-26
| | | | | | | | | | | | | | Fixes part of CVE-2011-3936 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mov: Fix seeking regression in fragemnted movs.Michael Niedermayer2012-01-26
| | | | | | | | | | | | Regression introduced in 550f7c43ece1af27604407647d10e74b52e6fedf Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | snowenc: dont crash with gray but exit with an error msg.Michael Niedermayer2012-01-26
| | | | | | | | | | | | Fixes Ticket839 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264_sei: Fix infinite loop.Michael Niedermayer2012-01-26
| | | | | | | | | | | | | | Fixes not yet fixed parts of CVE-2011-3946. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: fix -qscale X breaking audio codecsMichael Niedermayer2012-01-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mpeg1videoenc: disable slice threadsMichael Niedermayer2012-01-26
| | | | | | | | | | | | It doesnt work (and as far as i tested also didnt in the past) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | kvmc: Check palsize.Michael Niedermayer2012-01-26
| | | | | | | | | | | | | | Fixes: CVE-2011-3952 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | matroskadec: increase padding on several more extradata allocations.Michael Niedermayer2012-01-26
| | | | | | | | | | Inspired by: 5af569aa30b93f56344ea540936eb671760f568c by alex Signed-off-by: Michael Niedermayer <michaelni@gmx.at>