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 (Expand)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
2014-05-04lavf/mux: pass options to nested structs of priv dataLukasz Marek
2014-05-04avcodec/h263dec: use AV_EF_IGNORE_ERRMichael Niedermayer
2014-05-04avformat: add AV_EF_IGNORE_ERRMichael Niedermayer
2014-05-04avcodec: add AV_EF_IGNORE_ERRMichael Niedermayer
2014-05-04doc/codecs: document ignore_errMichael Niedermayer
2014-05-04avfilter/lut3d: support 3DLUTSIZE directive for Davinci files.Clément Bœsch
2014-05-04MAINTAINERS: add myself as lavd/xv maintainerLukasz Marek
2014-05-04Maintainers: add myself for msvc and icl.Matt Oliver
2014-05-04Enable inline asm in intel compiler on windows.Matt Oliver
2014-05-04Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2014-05-04Merge commit 'dcbfb7805a655757e0dac2a647dfcd3de0ab0510'Michael Niedermayer
2014-05-04Merge commit 'f66d0c57b13c1b7102e1e353237af178960dd3c5'Michael Niedermayer
2014-05-04Merge commit 'de69aedf9935631b7f78e8b8da6e460422a9bc5f'Michael Niedermayer
2014-05-04Merge commit '3a177a9cca924e097265b32f9282814f6b653e08'Michael Niedermayer
2014-05-04Merge commit '925c37874b617816b6f460c6f229c18b46548b46'Michael Niedermayer
2014-05-04Merge commit 'a90d92ce2aeea8eaae5c616958d20e000e20b964'Michael Niedermayer
2014-05-04Merge commit 'c6b42e85493915a3c3891345f57422f9031a0b4f'Michael Niedermayer
2014-05-04avcodec/jpeglsdec: add cast to silence pointer type warningMichael Niedermayer
2014-05-04avfilter/vf_deshake: dont pass the wrong context into the SAD functionsMichael Niedermayer
2014-05-04avcodec/snow_dwt: fix "incompatible pointer type" warningsMichael Niedermayer
2014-05-04Initialize riff and wav size fields to -1 instead of 0.Carl Eugen Hoyos
2014-05-04avcodec/kgv1dec: add casts to silence "assignment from incompatible pointer t...Michael Niedermayer
2014-05-04avcodec/xbmdec: fix pointer type warningsMichael Niedermayer
2014-05-03avconv: rename OutputStream.opts to OutputStream.encoder_optsAnton Khirnov
2014-05-03avconv: remove a useless lineAnton Khirnov
2014-05-03avconv: rename 'codec' to 'enc_ctx'Anton Khirnov
2014-05-03avconv: rename 'icodec' to 'dec_ctx'Anton Khirnov
2014-05-03avconv: rename InputStream.opts to InputStream.decoder_optsAnton Khirnov
2014-05-03avconv: simplify exit_program() by using more local varsAnton Khirnov
2014-05-03avcodec/h263dec: fix "incompatible pointer type" warningMichael Niedermayer
2014-05-03avfilter/audio: use av_mallocz_array()Michael Niedermayer
2014-05-03avcdoec/snowenc: use av_mallocz_array()Michael Niedermayer
2014-05-03avcodec/ffv1dec: use av_malloc_array()Michael Niedermayer
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
2014-05-03vp9: Read the frame size as unsignedLuca Barbato
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
2014-05-03vfilter/vf_yadif: fix request_frame after 0f9f24c9Michael Niedermayer
2014-05-03avcodec/h264: mark recovery_cnt==0 frames as keyframesMichael Niedermayer
2014-05-03Fix standalone compilation of dsd planar decoders.Carl Eugen Hoyos
2014-05-03Fix oga muxer standalone compilation.Carl Eugen Hoyos