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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-14lavu/internal: Fix comment for avpriv_dict_set_timestampJun Zhao
2020-06-13avutil/internal: remove FF_ALLOCx{_ARRAY}_OR_GOTO macrosLimin Wang
2020-06-13avcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lableLimin Wang
2018-12-19lavu/internal: Replace an empty loop with "do {}".Carl Eugen Hoyos
2018-04-03avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm4
2017-11-20Merge commit '3152058bf1dca318898550efacf0286f4836cae6'James Almer
2017-11-14Avoid corrupting diagnostic state with _Pragma changes.Dale Curtis
2017-11-11Merge commit 'accb06120c13a4ead442464d96f2fa318fa07a4e'James Almer
2017-11-11Merge commit 'abf1c058d1bd0ed1b820ea5e501a4484756f00b0'James Almer
2017-10-26Merge commit '10f4511f14a4e830c0ed471df4cd1cc2a18a481a'James Almer
2017-08-31msvc: Properly specify dllexport for data symbols shared across dll boundariesMartin Storsjö
2017-04-11avutil/internal: Do not enable CHECKED with DEBUGMichael Niedermayer
2017-03-31libavutil: Make LOCAL_ALIGNED(xx be equal to LOCAL_ALIGNED_xx(Martin Storsjö
2017-02-21Factorize CHECK/SUINT codeMichael Niedermayer
2017-02-19Factor CHECKED out of DEBUG so it can be set seperatlyMichael Niedermayer
2017-01-13avutil/reverse: move the ff_reverse declaration to a separate headerJames Almer
2016-08-18avformat: factorize iso 8601 timestamp writer to a dictionary avutil functionMarton Balint
2016-08-03lavu: add LOCAL_ALIGNED_32James Almer
2016-03-22all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde
2016-03-18lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y)Ganesh Ajjanagadde
2016-03-12avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile()Michael Niedermayer
2016-01-02Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039'Hendrik Leppkes
2015-12-25lavu/internal: add ff_exp10Ganesh Ajjanagadde
2015-12-14libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau
2015-12-07cosmetics: Fix weird indentationsTimothy Gu
2015-11-15avutil: Move av_rint64_clip_* to internal.hMichael Niedermayer
2015-10-17avutil/internal: add av_warn_unused_result to avpriv_openGanesh Ajjanagadde
2015-09-05lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruftHendrik Leppkes
2015-08-18Move ff_dlog from lavc to lavu.Ronald S. Bultje
2015-08-12avutil: add ff_reverse as av_reverse replacementAndreas Cadhalpun
2015-07-07Put a space between string literals and macros.Chris Watkins
2015-06-08Merge commit 'a6f19d6a9f8d1e08653d9d77581e8c823f4955c2'Michael Niedermayer
2015-06-08configure: Support MSVC 2015Luca Barbato
2015-05-06avutil/internal: Suppress empty body warning from emms_c()Michael Niedermayer
2015-03-07configure: Make compilable with VS2015 (missing hunk)Peter Tissen
2015-02-10avutil: move internal function out of public headerwm4
2015-01-05Factorize avpriv_mirror() outMichael Niedermayer
2014-11-24Merge commit '277ff7f5dc134f1c2dfc4ea0ef3540340482e3d2'Michael Niedermayer
2014-11-24lavu: move internal define to the only places where it is usedVittorio Giovara
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-04Merge commit 'bb41115d56930b9f5d59e79dca254d1201246967'Michael Niedermayer
2014-08-04imgutils: Do not declare avpriv_set_systematic_pal2 in the public headerDiego Biurrun
2014-04-25lavu: add LOCAL_ALIGNED_32James Almer
2014-04-25Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2014-04-25Merge commit 'a88e1d1c598e641eecd5d43730211d91c82787c6'Michael Niedermayer
2014-04-24lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsetsJanne Grunau
2014-04-24Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos
2014-04-22avutil/internal: add FF_ALLOC_ARRAY_OR_GOTO & FF_ALLOCZ_ARRAY_OR_GOTOMichael Niedermayer
2014-01-26avutil/internal.h: add timer.h backMichael Niedermayer