summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge commit '245b76a108585b6fb52eebc2626c472d6fa530dc'Michael Niedermayer2013-05-14
|\ | | | | | | | | | | | | | | | | | | | | | | | | * commit '245b76a108585b6fb52eebc2626c472d6fa530dc': x86: dsputil: Split inline assembly from init code Conflicts: libavcodec/x86/dsputil_mmx.c Note, the author attribution is left in place and not removed as it is in the merged commit. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x86: dsputil: Split inline assembly from init codeDiego Biurrun2013-05-12
| | | | | | | | Also remove some pointless comments.
* | Merge commit '46bb456853b197f4562de7acf5d42abf11ded9be'Michael Niedermayer2013-05-14
|\| | | | | | | | | | | | | | | | | | | * commit '46bb456853b197f4562de7acf5d42abf11ded9be': x86: dsputil: Refactor pixels16 wrapper functions with a macro Conflicts: libavcodec/x86/hpeldsp_avg_template.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun2013-05-12
| |
* | doc/filters: add some examples for the fps filterburek2013-05-14
| | | | | | | | Signed-off-by: burek <burek021@gmail.com>
* | md5enc: don't reuse priv_class in two formatsHendrik Leppkes2013-05-13
| | | | | | | | | | | | Apparently, this is not allowed and can trip up all sorts of things. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Add a generic hash API.Reimar Döffinger2013-05-13
| | | | | | | | | | | | Also use this API in framemd5. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* | Add 128 bit murmur3 hash function.Reimar Döffinger2013-05-13
| | | | | | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* | avfilter: Add 'drawgrid' video filterAndrey Utkin2013-05-13
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Better handling for MXF essence reading reaching EOF.Joseph Artsimovich2013-05-13
| | | | | | | | | | | | | | | | If no metadata follows MXF essence, that is essence ends with EOF, "Operation not permitted" error was produced and a non-zero code was returned from ffmpeg executable. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/lcldec: Check that dimensions are a multiple of the subsample factorsMichael Niedermayer2013-05-13
| | | | | | | | | | | | | | | | | | | | | | Other dimensions would not work correctly currently, also ask for a sample for files that fail this check. This fixes an integer overflow leading to out of array accesses. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavu/common: make FF_CEIL_RSHIFT faster when shift is constant.Clément Bœsch2013-05-13
| | | | | | | | | | See "[PATCH] lavfi/lut: use FF_CEIL_RSHIFT for chroma w/h rounding." thread for more information.
* | fate: fix filter-colorchannelmixer by adding bitexact & accurate flagsMichael Niedermayer2013-05-13
| | | | | | | | | | Idea by durandal11707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | imgconvert: silence "incompatible pointer type" warningPaul B Mahol2013-05-13
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | cdgraphics: initialize bufferMichael Niedermayer2013-05-13
| | | | | | | | | | | | | | Prevent use of uninitialized memory Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vorbisdec: check codebook entry countMichael Niedermayer2013-05-13
| | | | | | | | | | | | | | Fixes assertion failure Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tools/ffeval: use av_dynarray2_add()Stefano Sabatini2013-05-13
| | | | | | | | Simplify, increment robustness.
* | lavu/mem: add av_dynarray2_add()Stefano Sabatini2013-05-13
| | | | | | | | | | | | | | | | | | Based on a patch by Clément Bœsch. See thread: From: Clément Bœsch <ubitux@gmail.com> Subject: [FFmpeg-devel] [PATCH 1/5] lavu: add av_dynarray_alloc_elem(). Date: Sun, 14 Apr 2013 03:07:54 +0200
* | lavu: define FF_MEMORY_POISON and use itStefano Sabatini2013-05-13
| | | | | | | | Allow single-place definition of constant used to fill poisoned memory.
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-05-13
|\ \ | | | | | | | | | | | | | | | | | | * cehoyos/master: Do not read strd chunk in avi files as H264 extradata. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | Do not read strd chunk in avi files as H264 extradata.Carl Eugen Hoyos2013-05-13
| | | | | | | | | | | | Fixes ticket #2561.
* | | fate: add colorchannelmixer testPaul B Mahol2013-05-13
|/ / | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | tests/lavf-regression: fix gbrp10 dpx test on big endianPaul B Mahol2013-05-13
| | | | | | | | | | | | For some reason only for that pix format decoder picks native format. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-13
|\| | | | | | | | | | | | | * qatar/master: configure: x86: Only enable cpunop on i686 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: x86: Only enable cpunop on i686Diego Biurrun2013-05-12
| | | | | | | | | | The assembler may insert nopl instructions for cpunop, which are not (universally) supported on i586 CPUs.
* | Merge commit 'f54b55058a429c4eea5bae7e5bcb49bd29b34199'Michael Niedermayer2013-05-13
|\| | | | | | | | | | | | | * commit 'f54b55058a429c4eea5bae7e5bcb49bd29b34199': configure: Rename cmov processor capability to i686 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Rename cmov processor capability to i686Diego Biurrun2013-05-12
| | | | | | | | | | The goal is to make the capapility slightly more general and have it cover the availability of the nopl instruction in addition to cmov.
* | Merge commit 'e08c946c6860a78b0c479551d5f6735361160cbd'Michael Niedermayer2013-05-13
|\| | | | | | | | | | | | | * commit 'e08c946c6860a78b0c479551d5f6735361160cbd': configure: Explicitly disable PIC when targeting win32/mingw Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Explicitly disable PIC when targeting win32/mingwMartin Storsjö2013-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | These platforms do not have any notion of PIC. On some compilers, enabling pic produces a number of warnings. This avoids trying to produce PIC loads in the ARM assembly - there are no relocation types in PE/COFF that correspond to BFD_RELOC_32_PCREL (R_ARM_REL32 in ELF). As a side-effect, this avoids enabling PIC on mingw64, getting rid of the warnings about PIC not having any effect on that platform. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'b1803c79dcd6d0a345fa1cbe18dd8e2149717121'Michael Niedermayer2013-05-13
|\| | | | | | | | | | | | | * commit 'b1803c79dcd6d0a345fa1cbe18dd8e2149717121': configure: Use enable_weak when enabling pic Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Use enable_weak when enabling picMartin Storsjö2013-05-12
| | | | | | | | | | | | | | This allows it to be overridden, either by the user on the command line, or by other sections of the configure script. Signed-off-by: Martin Storsjö <martin@martin.st>
* | pngenc: Add 'dpi', 'dpm' optionsAndrey Utkin2013-05-13
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: increase coverage for dpx encoderPaul B Mahol2013-05-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | dpxenc: simplifiy code using AVPixFmtDescriptorPaul B Mahol2013-05-12
| | | | | | | | | | | | | | Update rgb24 fate test as it no longer writes image in big endian format. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | dpxenc: do not set coded_framePaul B Mahol2013-05-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | sws/output: remove offset/coef for alpha in rgba64Michael Niedermayer2013-05-12
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swscale: RGBA64 outputPaul B Mahol2013-05-12
| | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | aacenc: Fix ticket #1784: erasure of surround channelsClaudio Freire2013-05-12
| | | | | | | | | | | | | | | | | | This was due to a miscomputation of s->cur_channel, which led to psy-based encoders using the psy coefficients for the wrong channel. Test sample attached on the bug tracker had the peculiar case of all other channels being silent, so the error was far more noticeable. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | sws/packed_16bpc_bswap: fix handling of negative strideMichael Niedermayer2013-05-12
| |
* | Revert "sws: support endianness conversion for AV_PIX_FMT_RGBA64"Michael Niedermayer2013-05-12
| | | | | | | | | | | | This reverts commit 23f7b14f2851d1d1a969c12b7e337826f0c74a43. This commit broke fate
* | redspark: fix memleak in redspark_read_headerPaul B Mahol2013-05-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add exr testsPaul B Mahol2013-05-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | sws: support endianness conversion for AV_PIX_FMT_RGBA64Paul B Mahol2013-05-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters: split item options which are not aliases.Clément Bœsch2013-05-12
| |
* | fate/filter: test gradfun timeline.Clément Bœsch2013-05-12
| |
* | fate/filter: test hqdn3d timeline.Clément Bœsch2013-05-12
| |
* | lavfi/hqdn3d: restore timeline feature.Clément Bœsch2013-05-12
| |
* | lavfi/hqdn3d: use macros instead of hardcoded indexes.Clément Bœsch2013-05-12
| |
* | lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-12
| | | | | | | | | | | | | | | | | | | | With the introduction of AVFilterContext->is_disabled, we can simplify the custom passthrough mode in filters. This commit is technically a small compat break, but the timeline was introduced very recently. Doxy by Stefano Sabatini.
* | lavfi/vflip: use FF_CEIL_RSHIFT for chroma w/h rounding.Clément Bœsch2013-05-12
| |