aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'bc4620e5d61a4dd9a1f654fadd281a172aab04be'Michael Niedermayer2012-10-136-26/+22
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bc4620e5d61a4dd9a1f654fadd281a172aab04be': Remove libmpeg2 #define remnants De-doxygenize some top-level files Conflicts: ffmpeg.c ffmpeg.h ffmpeg_filter.c ffplay.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Remove libmpeg2 #define remnantsDiego Biurrun2012-10-122-0/+5
| |
| * De-doxygenize some top-level filesDiego Biurrun2012-10-125-43/+30
| |
* | Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer2012-10-1316-48/+89
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd5c62122a7b26704bf867a1262df358623bf5edf': Move av_reverse table to libavcodec Conflicts: libavcodec/asvenc.c libavcodec/vble.c libavutil/common.h libavutil/mathematics.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Move av_reverse table to libavcodecDiego Biurrun2012-10-1216-49/+90
| | | | | | | | It is only used in that library.
* | Merge commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066'Michael Niedermayer2012-10-137-11/+37
|\| | | | | | | | | | | | | * commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066': avutil: Duplicate ff_log2_tab instead of sharing it across libs Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun2012-10-127-11/+35
| | | | | | | | | | The table is so small that the space gain is not worth the performance overhead of cross-library access.
* | Merge commit 'f6c38c5f4ed6683a6a61db2ed418a68bbe5f5507'Michael Niedermayer2012-10-135-4/+23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f6c38c5f4ed6683a6a61db2ed418a68bbe5f5507': avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) rtspdec: Set the default port for listen mode, if none is specified tscc2: Fix an out of array access rtmpproto: Fix an out of array write rtspdec: Fix use of uninitialized byte vp8: reset loopfilter delta values at keyframes. avutil: add yuva422p and yuva444p formats Conflicts: libavutil/pixdesc.c libavutil/pixfmt.h tests/ref/lavfi/pixdesc tests/ref/lavfi/pixfmts_copy tests/ref/lavfi/pixfmts_null tests/ref/lavfi/pixfmts_scale tests/ref/lavfi/pixfmts_vflip Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)Diego Biurrun2012-10-123-4/+5
| |
| * rtspdec: Set the default port for listen mode, if none is specifiedMartin Storsjö2012-10-121-0/+4
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * tscc2: Fix an out of array accessMichael Niedermayer2012-10-121-1/+1
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * rtmpproto: Fix an out of array writeMichael Niedermayer2012-10-121-2/+2
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * rtspdec: Fix use of uninitialized byteMichael Niedermayer2012-10-121-2/+2
| | | | | | | | | | | | ffurl_read_complete can return 0 as well as negative error codes. Signed-off-by: Martin Storsjö <martin@martin.st>
| * vp8: reset loopfilter delta values at keyframes.Sami Pietila2012-10-121-0/+1
| | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * avutil: add yuva422p and yuva444p formatsLuca Barbato2012-10-129-0/+42
| |
* | vp8dec: reset loopfilter delta values at keyframesSami Pietilä2012-10-131-0/+1
| | | | | | | | | | | | | | | | | | while testing a VP8 encoder I found a mismatch between FFMPEG and libvpx VP8 decoders. The reason for this mismatch is that FFMPEG doesn't reset loopfilter delta values at keyframes. Patch that fixes the issue is below. I've verified that the output of ffmpeg after this patch matches libvpx. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Allow autodetection of some dnxhd files that can be decoded correctly.Carl Eugen Hoyos2012-10-131-1/+1
| | | | | | | | Fixes ticket #1807.
* | fate: update pcx referencePaul B Mahol2012-10-131-1/+1
| | | | | | | | | | | | | | It changed because encoder now writes 0/1 for sample aspect ratio instead of 0/0. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | pcxenc: store sample aspect ratioPaul B Mahol2012-10-131-3/+8
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | pcx: read sample aspect ratioPaul B Mahol2012-10-131-1/+3
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | bethsoftvideo: return meaningfull error codesPaul B Mahol2012-10-131-3/+3
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | truemotion2: use more meaningful return codesPaul B Mahol2012-10-131-15/+15
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | ffserver: fix return value of add_codec()Michael Niedermayer2012-10-131-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | jpegls: increase run_index to 4Michael Niedermayer2012-10-131-1/+1
| | | | | | | | | | Fixes part of CID717913 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | jpegls: fix off limitMichael Niedermayer2012-10-131-1/+1
| | | | | | | | | | Fixes part of CID717913 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | rv30_decode_intra_types: make check tighterMichael Niedermayer2012-10-131-1/+1
| | | | | | | | | | | | | | This makes no differnce as the affected values cannot occur But it will likely help static analyzers Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ff_celp_lp_synthesis_filterf: change loop end checkMichael Niedermayer2012-10-131-1/+1
| | | | | | | | | | | | | | | | This makes no difference for supported input but avoids a out of array read with input that is never passed in currently Fixes CID717919 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ff_celp_lp_synthesis_filterf: check that filter_length is within the ↵Michael Niedermayer2012-10-131-0/+3
| | | | | | | | | | | | supported range Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | rtpdec_qdm2: change one assert to av_assert0Michael Niedermayer2012-10-131-1/+2
| | | | | | | | | | | | Failure of this assert could lead to hard to debug behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | wtvdec: fix memleak on errorMichael Niedermayer2012-10-131-1/+3
| | | | | | | | | | Fixes CID718002 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avio: redesign ffio_rewind_with_probe_data()Michael Niedermayer2012-10-133-7/+11
| | | | | | | | | | | | | | This prevents a double free Fixes CID718285 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffv1: avoid checking a double for equalityMichael Niedermayer2012-10-131-1/+1
| | | | | | | | | | | | | | | | | | if 0.0 != 0.0 a out of array read would occur, equal checks with floating point may behave in such odd ways, though this is very unlikely in a real implementation of a compiler Fixes: CID718936 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | af_pan: fix memleak of argMichael Niedermayer2012-10-131-9/+18
| | | | | | | | | | Fixes CID718988 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vf_fade: fix memleaks of argsMichael Niedermayer2012-10-131-2/+2
| | | | | | | | | | Fixes: CID718989 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffserver: prevent nb_streams from becoming too largeMichael Niedermayer2012-10-131-0/+6
| | | | | | | | | | | | Fixes CID732249 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | aacsbr: change order of operation to prevent out of array readMichael Niedermayer2012-10-131-1/+1
| | | | | | | | | | Fixes CID732250 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix writing 12 bit DPXGeorg Lippitsch2012-10-131-3/+14
| | | | | | | | | | | | | | | | The DPX encoder now writes 12 DPX that open correctly (tested with ImageMagick), and also correspond to the 12 bit sample files at http://samples.ffmpeg.org/image-samples/dpx_samples.zip Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix DPX decoderGeorg Lippitsch2012-10-131-74/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | Rewrite the DPX decoder to work with provided sample DPXs at http://samples.ffmpeg.org/image-samples/dpx_samples.zip The decoder could only decode 8 and 10 bit without alpha correctly, failing or even crashing at other flavors. This patch aims to fix these issues, properly decoding all variants of DPX provided in the referenced DPX sample zip. For 10 and 12 bit, the alpha channel is ignored, but decoding is still possible. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf/swf: transform the swf tags define in an enum.Clément Bœsch2012-10-121-65/+67
| |
* | lavf/swf: re-align after previous commit.Clément Bœsch2012-10-121-15/+15
| |
* | lavf/swf: define more tags.Clément Bœsch2012-10-121-0/+50
| | | | | | | | Based on swf specs v10, page 271-273.
* | lavf/swfdec: return more meaningful error codes.Clément Bœsch2012-10-121-4/+4
| |
* | mpeg4videodec: disable frame multithreading for GMC, its not implemented at allMichael Niedermayer2012-10-121-1/+1
| | | | | | | | | | | | This fixes race conditions in decoding MPEG-4 GMC files Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf/swfdec: fix flushing with compressed swf.Clément Bœsch2012-10-121-1/+1
| | | | | | | | | | | | We now only return in the middle of the refill in case of read error, so inflate can be re-called if zlib needs an empty (z.avail_in=0) inflate call for flushing.
* | movenc: fix timescale for timecode trackMichael Niedermayer2012-10-122-2/+2
| | | | | | | | | | | | regression since b02493e476 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | add dshow maintainerrogerdpack2012-10-121-1/+1
| | | | | | | | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | motion_est: more complete SAB diamond size checkMichael Niedermayer2012-10-121-1/+1
| | | | | | | | | | | | | | This makes no difference with the current #defines Fixes CID732255 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | caca: fix 10l typoMichael Niedermayer2012-10-121-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | sws: do not use av_pix_fmt_descriptors directlyPaul B Mahol2012-10-122-3/+3
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavd: do not use av_pix_fmt_descriptors directlyPaul B Mahol2012-10-122-4/+7
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>