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
2010-09-30Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_defaults2().Stefano Sabatini
2010-09-28Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini
2010-09-27Move av_get_token() from libavfilter to libavutil.Stefano Sabatini
2010-09-27Simplify include, since opt.c is now in libavutil there is no needStefano Sabatini
2010-09-27Cosmetics: apply misc style fixes.Stefano Sabatini
2010-09-27Bump version and update APIchanges after r25210.Stefano Sabatini
2010-09-27ARM: change return type of AV_RN16() to unsignedMåns Rullgård
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
2010-09-24indentMichael Niedermayer
2010-09-24Cosmetic (rename detect_repeats to is_atty which matches the truth)Michael Niedermayer
2010-09-242nd try to fix av_log() repeated detectionMichael Niedermayer
2010-09-14Add av_popcount() to libavutil/common.h and bump minor versionTomas Härdin
2010-09-14Limit av_log repeat detection to terminals so as to avoid filling files withMichael Niedermayer
2010-09-13Apply minor simplification in av_read_image_line().Stefano Sabatini
2010-09-13pixdesc: indentMåns Rullgård
2010-09-13pixdesc: use 8-bit accesses when possible in av_read/write_image_line()Måns Rullgård
2010-09-13Cosmetics: use x ? y : z construct and merge intialization andStefano Sabatini
2010-09-09Add missing #include <string.h> in x86/cpu.cMåns Rullgård
2010-09-09Cache detected CPU flagsMåns Rullgård
2010-09-09Clean up av_get_cpu_flag()Måns Rullgård
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-06Sort AV_CPU_FLAG* by value.Stefano Sabatini
2010-09-06Fix typo.Stefano Sabatini
2010-09-04Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini
2010-08-23Add missing parentheses to AV_NE macro.Benoit Fouet
2010-08-17Fix out-of-tree buildMåns Rullgård
2010-08-17Define macro AV_NE() and use it in libavdevice.Stefano Sabatini
2010-07-28Make sure "Last message repeated" is printed.Michael Niedermayer
2010-07-23Add the M_PHI constant, contains an approximation of the golden ratioStefano Sabatini
2010-07-21Make ff_inverse stay with libavutil, and optional copy it to libavcodec.Diego Pettenò
2010-07-17Use attribute force_align_arg_pointer only on x86_32.Carl Eugen Hoyos
2010-07-11Update lavu minor and add APIchanges entry after r24174 (add bswap.hStefano Sabatini
2010-07-11Install bswap.h and intreadwrite.hMåns Rullgård
2010-07-11Make intreadwrite.h installation-safeMåns Rullgård
2010-07-11Make bswap.h safe to install as public APIMåns Rullgård
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-11bswap: change ME to NE in macro namesMåns Rullgård
2010-07-10intreadwrite: common.h is not needed, attributes.h is sufficientMåns Rullgård
2010-07-10lfg: add missing includesMåns Rullgård
2010-07-10pixdesc: add missing includesMåns Rullgård
2010-07-09Bump minor after read/write_line() to av_read/write_image_line()Stefano Sabatini
2010-07-09Reindent after r24101.Stefano Sabatini
2010-07-08Fix infinite loop with clock() returning (clock_t)-1.Michael Niedermayer
2010-07-08Change i to unsigned in get_generic_seed().Michael Niedermayer
2010-07-08Restore array sizes in doxygen parameter names.Diego Biurrun
2010-07-08get_generic_seed() for the cases without /dev/random and AV_READ_TIMEMichael Niedermayer
2010-07-08Rename read/write_line() to av_read/write_image_line().Stefano Sabatini
2010-07-07ARM: optimised integer clip functionsMåns Rullgård
2010-07-07ARM: intmath.h cosmeticsMåns Rullgård
2010-07-07Allow arch-overrides for all common.h clip and log2 functionsMåns Rullgård