Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-04Map --enable-lto to -ipo when compiling with icc.Carl Eugen Hoyos
2014-05-04Disable inline_asm_direct_symbol_refs if lto was requested.Carl Eugen Hoyos
This fixes link time optimizations with gcc without disabling inline asm. Fixes ticket #2941.
2014-05-04lavf/mux: pass options to nested structs of priv dataLukasz Marek
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>
2014-05-04avcodec/h263dec: use AV_EF_IGNORE_ERRMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04avformat: add AV_EF_IGNORE_ERRMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04avcodec: add AV_EF_IGNORE_ERRMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04doc/codecs: document ignore_errMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04avfilter/lut3d: support 3DLUTSIZE directive for Davinci files.Clément Bœsch
Fixes Ticket #2847.
2014-05-04MAINTAINERS: add myself as lavd/xv maintainerLukasz Marek
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04Maintainers: add myself for msvc and icl.Matt Oliver
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04Enable inline asm in intel compiler on windows.Matt Oliver
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
* cehoyos/master: Initialize riff and wav size fields to -1 instead of 0. Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04Merge commit 'dcbfb7805a655757e0dac2a647dfcd3de0ab0510'Michael Niedermayer
* 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>
2014-05-04Merge commit 'f66d0c57b13c1b7102e1e353237af178960dd3c5'Michael Niedermayer
* commit 'f66d0c57b13c1b7102e1e353237af178960dd3c5': latm: Add a probe function Conflicts: libavformat/rawdec.c See: 47818b2a675cbb2a2fe0066c0657f3169047dd4d See: 097f668047c8dd6308217c244075b1f97d496116 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04Merge commit 'de69aedf9935631b7f78e8b8da6e460422a9bc5f'Michael Niedermayer
* commit 'de69aedf9935631b7f78e8b8da6e460422a9bc5f': mathematics: K&R formatting cosmetics Conflicts: libavutil/mathematics.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04Merge commit '3a177a9cca924e097265b32f9282814f6b653e08'Michael Niedermayer
* commit '3a177a9cca924e097265b32f9282814f6b653e08': swscale: Fix an undefined behaviour Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04Merge commit '925c37874b617816b6f460c6f229c18b46548b46'Michael Niedermayer
* commit '925c37874b617816b6f460c6f229c18b46548b46': vp9: Read the frame size as unsigned Conflicts: libavcodec/vp9.c See: c72f587353d9f88c7fbbbf6ef78b1d9ba3d38fd7 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04Merge commit 'a90d92ce2aeea8eaae5c616958d20e000e20b964'Michael Niedermayer
* commit 'a90d92ce2aeea8eaae5c616958d20e000e20b964': aac: K&R formatting cosmetics Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04Merge commit 'c6b42e85493915a3c3891345f57422f9031a0b4f'Michael Niedermayer
* commit 'c6b42e85493915a3c3891345f57422f9031a0b4f': flv: K&R formatting cosmetics Conflicts: libavcodec/flvdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04avcodec/jpeglsdec: add cast to silence pointer type warningMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04avfilter/vf_deshake: dont pass the wrong context into the SAD functionsMichael Niedermayer
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>
2014-05-04avcodec/snow_dwt: fix "incompatible pointer type" warningsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04Initialize riff and wav size fields to -1 instead of 0.Carl Eugen Hoyos
WMP doess not play the output files if the fields are set to 0 and not overwritten (using pipe output). Fixes ticket #3346.
2014-05-04avcodec/kgv1dec: add casts to silence "assignment from incompatible pointer ↵Michael Niedermayer
type" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04avcodec/xbmdec: fix pointer type warningsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-03avconv: rename OutputStream.opts to OutputStream.encoder_optsAnton Khirnov
This makes it more clear what is this variable for exactly.
2014-05-03avconv: remove a useless lineAnton Khirnov
Doing anything with that field when we are doing streamcopy (so the encoder is not opened) should have absolutely no effect.
2014-05-03avconv: rename 'codec' to 'enc_ctx'Anton Khirnov
This more clearly describes what is the variable used for. Also, move its declaration into the block where it is actually used.
2014-05-03avconv: rename 'icodec' to 'dec_ctx'Anton Khirnov
This more clearly describes what is the variable used for.
2014-05-03avconv: rename InputStream.opts to InputStream.decoder_optsAnton Khirnov
This makes it more clear what is this variable for exactly.
2014-05-03avconv: simplify exit_program() by using more local varsAnton Khirnov
2014-05-03avcodec/h263dec: fix "incompatible pointer type" warningMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-03avfilter/audio: use av_mallocz_array()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-03avcdoec/snowenc: use av_mallocz_array()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-03avcodec/ffv1dec: use av_malloc_array()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-03avfilter/edgedetect: update copyright.Clément Bœsch
2014-05-03avfilter/edgedetect: reindent after previous commit.Clément Bœsch
2014-05-03avfilter/edgedetect: add a colormix mode.Clément Bœsch
2014-05-03probe: Support AAC_LATM in set_codec_from_probe_dataLuca Barbato
2014-05-03latm: Add a probe functionLuca Barbato
2014-05-03mathematics: K&R formatting cosmeticsLuca Barbato
2014-05-03swscale: Fix an undefined behaviourLuca Barbato
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
2014-05-03vp9: Read the frame size as unsignedLuca Barbato
Sample-Id: 00001723-google Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
2014-05-03avfilter/edgedetect: make processing functions context free.Clément Bœsch
2014-05-03x86/cavdsp: prevent named constraints appearing twice.Matt Oliver
2014-05-03Remove two duplicated named asm constraints.Carl Eugen Hoyos
This fixes compilation of libmpcodecs/vf_fspp.c with gcc and INLINE_ASM_DIRECT_SYMBOL_REFS disabled.
2014-05-03vfilter/vf_yadif: fix request_frame after 0f9f24c9Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-03avcodec/h264: mark recovery_cnt==0 frames as keyframesMichael Niedermayer
Fixes Ticket3063 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-03Fix standalone compilation of dsd planar decoders.Carl Eugen Hoyos
2014-05-03Fix oga muxer standalone compilation.Carl Eugen Hoyos