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
2015-10-22avutil/intmath: fix undefined behavior in ff_ctzll_c()Michael Niedermayer
2015-10-21avutil: merge avpriv_float_dsp_init into avpriv_float_dsp_allocAndreas Cadhalpun
2015-10-21avutil: install des.h, rc4.h and tree.h as public headersAndreas Cadhalpun
2015-10-19lavu/intmath.h: Move x86 only msvc/icl functions to x86 specific header.Matt Oliver
2015-10-19lavu/intmath.h: Add msvc/icl ctzll optimisations.Matt Oliver
2015-10-19avutil/opt: display a better default value for int/int64 optionsClément Bœsch
2015-10-18avutil: use EINVAL instead of -1 for the return code of crypto related init f...Ganesh Ajjanagadde
2015-10-17opencl: Force the use of 1.2 APIsTimothy Gu
2015-10-17opencl: Use "opencl" as log context nameTimothy Gu
2015-10-17opencl: Print compilation logTimothy Gu
2015-10-17opencl: Print error string when compilation failsTimothy Gu
2015-10-17avutil/mem: add av_warn_unused_resultGanesh Ajjanagadde
2015-10-17avutil: undo FF_API_CRYPTO_CONTEXT deprecationJames Almer
2015-10-17avutil/file: add av_warn_unused_result to av_file_mapGanesh Ajjanagadde
2015-10-17avutil/internal: add av_warn_unused_result to avpriv_openGanesh Ajjanagadde
2015-10-16avutil/cast5: update Doxygen for av_cast5_init with return informationGanesh Ajjanagadde
2015-10-16avutil/crc: use EINVAL instead of -1 for the return code of av_crc_init()Michael Niedermayer
2015-10-15winrt: multithreading supportwang-bin
2015-10-15Merge commit 'c53e796f8b69799b7ad6d28fbab981d37edf1bc9'Hendrik Leppkes
2015-10-14avutil/fifo: add function av_fifo_generic_peek_at()Zhang Rui
2015-10-14avutil/intmath: use de Bruijn based ff_ctzGanesh Ajjanagadde
2015-10-14thread: Provide no-op variants for pthread_onceLuca Barbato
2015-10-14Merge commit '11c5f438ff83da5040e85bfa6299f56b321d32ef'Hendrik Leppkes
2015-10-13avutil/fifo: Fix thread saftey of av_fifo_generic_peek()Michael Niedermayer
2015-10-12dict: Change return type of av_dict_copy()Vittorio Giovara
2015-10-12intmath: remove av_ctz.Ronald S. Bultje
2015-10-11avutil/intmath: Change debruijn_ctz64 to use 8bit elementsMichael Niedermayer
2015-10-11avutil/mathematics: speed up av_gcd by using Stein's binary GCD algorithmGanesh Ajjanagadde
2015-10-09lavu/opt: add flag to return NULL when applicable in av_opt_getRodger Combs
2015-10-09lavu/opt: switch AV_OPT flags to shift-based formattingRodger Combs
2015-10-05avutil/attributes: add av_warn_unused_resultGanesh Ajjanagadde
2015-10-03avutil/avstring: Inline some tiny functionsHenrik Gramner
2015-10-03Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8'Hendrik Leppkes
2015-10-01x86inc: Make cpuflag() and notcpuflag() return 0 or 1Henrik Gramner
2015-09-30lavu: Deprecate AVFrame.error[]Vittorio Giovara
2015-09-29mips: intreadwrite: Only execute that code for mips r1 or r2Vicente Olivert Riera
2015-09-26avutil/avstring: Inline some tiny functionsHenrik Gramner
2015-09-26avutil/opencl: Fix volatile pointerTimo Rothenpieler
2015-09-18avutil/attributes: add AV_GCC_VERSION_AT_MOSTJames Almer
2015-09-17avutil/log: fix zero length gnu_printf format string warningGanesh Ajjanagadde
2015-09-17pixfmt: Add new SMPTE color primaries and transfer characteristic valuesKevin Wheatley
2015-09-15lavu/avstring: switch AV_ESCAPE_FLAGs to shift-based formattingRodger Combs
2015-09-12Merge commit '7b02cb29d9d60cdd5ef321043d11d02023e7dc8f'Hendrik Leppkes
2015-09-12Merge commit 'e336c51e6ffcdb93fbcf3c6153d378400608526b'Hendrik Leppkes
2015-09-12x86: port PSIGNW to cpuflagsJames Almer
2015-09-11avutil/version: Bump for avpriv_get_trc_function_from_trc() and AVCOL_PRI/TRC...Michael Niedermayer
2015-09-11avutil/color_utils: Add basic transfer functions for each AVColorTransferChar...Kevin Wheatley
2015-09-10avutil/pixfmt: Name "SMPTE ST 428-1" in AVColorPrimaries the same as in AVCol...Michael Niedermayer
2015-09-10avutil/pixdesc: Use "-" in color_primaries_names to be consistent with color_...Michael Niedermayer
2015-09-10avutil/pixdesc: Add SMPTE ST 2084 and ST 428-1 pixel descriptionsKevin Wheatley