summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* swscale/utils: use FF_ALLOC(Z)_ARRAY_OR_GOTO() and av_malloc(z)_array()Michael Niedermayer2014-05-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/pca: Use av_malloc_array()Michael Niedermayer2014-05-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* MAINTANERS: update snow/ffv1/nut entries as these are no longer in a single fileMichael Niedermayer2014-05-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-05-04
|\ | | | | | | | | | | | | | | * cehoyos/master: Map --enable-lto to -ipo when compiling with icc. Disable inline_asm_direct_symbol_refs if lto was requested. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Map --enable-lto to -ipo when compiling with icc.Carl Eugen Hoyos2014-05-04
| |
| * Disable inline_asm_direct_symbol_refs if lto was requested.Carl Eugen Hoyos2014-05-04
| | | | | | | | | | | | This fixes link time optimizations with gcc without disabling inline asm. Fixes ticket #2941.
* | lavf/mux: pass options to nested structs of priv dataLukasz Marek2014-05-04
|/ | | | | | | | | This is continuation of commit 330d547e Nested struct is set in two places. Previous commit set nested struct only in one case. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/h263dec: use AV_EF_IGNORE_ERRMichael Niedermayer2014-05-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat: add AV_EF_IGNORE_ERRMichael Niedermayer2014-05-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec: add AV_EF_IGNORE_ERRMichael Niedermayer2014-05-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: document ignore_errMichael Niedermayer2014-05-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/lut3d: support 3DLUTSIZE directive for Davinci files.Clément Bœsch2014-05-04
| | | | Fixes Ticket #2847.
* MAINTAINERS: add myself as lavd/xv maintainerLukasz Marek2014-05-04
| | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Maintainers: add myself for msvc and icl.Matt Oliver2014-05-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Enable inline asm in intel compiler on windows.Matt Oliver2014-05-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-05-04
|\ | | | | | | | | | | | | * cehoyos/master: Initialize riff and wav size fields to -1 instead of 0. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Initialize riff and wav size fields to -1 instead of 0.Carl Eugen Hoyos2014-05-03
| | | | | | | | | | | | | | WMP doess not play the output files if the fields are set to 0 and not overwritten (using pipe output). Fixes ticket #3346.
* | Merge commit 'dcbfb7805a655757e0dac2a647dfcd3de0ab0510'Michael Niedermayer2014-05-04
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'dcbfb7805a655757e0dac2a647dfcd3de0ab0510': probe: Support AAC_LATM in set_codec_from_probe_data Conflicts: libavformat/utils.c See: 7bdc5de33d21411e5e742670d669d9908d47a1cd Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | probe: Support AAC_LATM in set_codec_from_probe_dataLuca Barbato2014-05-03
| | |
* | | Merge commit 'f66d0c57b13c1b7102e1e353237af178960dd3c5'Michael Niedermayer2014-05-04
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f66d0c57b13c1b7102e1e353237af178960dd3c5': latm: Add a probe function Conflicts: libavformat/rawdec.c See: 47818b2a675cbb2a2fe0066c0657f3169047dd4d See: 097f668047c8dd6308217c244075b1f97d496116 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | latm: Add a probe functionLuca Barbato2014-05-03
| | |
* | | Merge commit 'de69aedf9935631b7f78e8b8da6e460422a9bc5f'Michael Niedermayer2014-05-03
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'de69aedf9935631b7f78e8b8da6e460422a9bc5f': mathematics: K&R formatting cosmetics Conflicts: libavutil/mathematics.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | mathematics: K&R formatting cosmeticsLuca Barbato2014-05-03
| | |
* | | Merge commit '3a177a9cca924e097265b32f9282814f6b653e08'Michael Niedermayer2014-05-03
|\| | | | | | | | | | | | | | | | | | | | * commit '3a177a9cca924e097265b32f9282814f6b653e08': swscale: Fix an undefined behaviour Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | swscale: Fix an undefined behaviourLuca Barbato2014-05-03
| | | | | | | | | | | | | | | | | | | | | | | | Prevent a division by zero down the codepath. Sample-Id: 00001721-google Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
* | | Merge commit '925c37874b617816b6f460c6f229c18b46548b46'Michael Niedermayer2014-05-03
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '925c37874b617816b6f460c6f229c18b46548b46': vp9: Read the frame size as unsigned Conflicts: libavcodec/vp9.c See: c72f587353d9f88c7fbbbf6ef78b1d9ba3d38fd7 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | vp9: Read the frame size as unsignedLuca Barbato2014-05-03
| | | | | | | | | | | | | | | | | | Sample-Id: 00001723-google Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
* | | Merge commit 'a90d92ce2aeea8eaae5c616958d20e000e20b964'Michael Niedermayer2014-05-03
|\| | | | | | | | | | | | | | | | | | | | * commit 'a90d92ce2aeea8eaae5c616958d20e000e20b964': aac: K&R formatting cosmetics Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | aac: K&R formatting cosmeticsLuca Barbato2014-05-01
| | |
* | | Merge commit 'c6b42e85493915a3c3891345f57422f9031a0b4f'Michael Niedermayer2014-05-03
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c6b42e85493915a3c3891345f57422f9031a0b4f': flv: K&R formatting cosmetics Conflicts: libavcodec/flvdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | flv: K&R formatting cosmeticsLuca Barbato2014-05-01
| | |
* | | avcodec/jpeglsdec: add cast to silence pointer type warningMichael Niedermayer2014-05-03
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avfilter/vf_deshake: dont pass the wrong context into the SAD functionsMichael Niedermayer2014-05-03
| | | | | | | | | | | | | | | | | | | | | This fixes pointer type warnings The context should have been unused so this should not fix any real bug Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avcodec/snow_dwt: fix "incompatible pointer type" warningsMichael Niedermayer2014-05-03
| |/ |/| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/kgv1dec: add casts to silence "assignment from incompatible pointer ↵Michael Niedermayer2014-05-03
| | | | | | | | | | | | type" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/xbmdec: fix pointer type warningsMichael Niedermayer2014-05-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/h263dec: fix "incompatible pointer type" warningMichael Niedermayer2014-05-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/audio: use av_mallocz_array()Michael Niedermayer2014-05-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcdoec/snowenc: use av_mallocz_array()Michael Niedermayer2014-05-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/ffv1dec: use av_malloc_array()Michael Niedermayer2014-05-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/edgedetect: update copyright.Clément Bœsch2014-05-03
| |
* | avfilter/edgedetect: reindent after previous commit.Clément Bœsch2014-05-03
| |
* | avfilter/edgedetect: add a colormix mode.Clément Bœsch2014-05-03
| |
* | avfilter/edgedetect: make processing functions context free.Clément Bœsch2014-05-03
| |
* | x86/cavdsp: prevent named constraints appearing twice.Matt Oliver2014-05-03
| |
* | Remove two duplicated named asm constraints.Carl Eugen Hoyos2014-05-03
| | | | | | | | | | This fixes compilation of libmpcodecs/vf_fspp.c with gcc and INLINE_ASM_DIRECT_SYMBOL_REFS disabled.
* | vfilter/vf_yadif: fix request_frame after 0f9f24c9Michael Niedermayer2014-05-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/h264: mark recovery_cnt==0 frames as keyframesMichael Niedermayer2014-05-03
| | | | | | | | | | | | Fixes Ticket3063 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix standalone compilation of dsd planar decoders.Carl Eugen Hoyos2014-05-03
| |
* | Fix oga muxer standalone compilation.Carl Eugen Hoyos2014-05-03
| |