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-11-01Fix evaluation of expressions of the form: E1;E2.Stefano Sabatini
2010-10-09Install libavutil/opt.h, its API is public.Stefano Sabatini
2010-10-06Check whether compiler supports xmm registers in asm clobber listRamiro Polla
2010-10-05Update av_cmp_q() documentation after r25338.Stefano Sabatini
2010-10-05Add selftest code for av_cmp_q().Michael Niedermayer
2010-10-05Make av_cmp_q() work with infinities and NAN.Michael Niedermayer
2010-10-04Make av_d2q() manage the case in which the value to convert is inf.Stefano Sabatini
2010-10-04snowdsp: Explicitly state the operand sizesİsmail Dönmez
2010-10-02Avoid cast of double nan to int.Stefano Sabatini
2010-10-01avassert: add missing #include <stdlib.h>Måns Rullgård
2010-10-01avassert: prettify macroMåns Rullgård
2010-10-01Rename libavutil/assert.h to avassert.hMåns Rullgård
2010-10-01Fix av_cmp_q() with negative denominators.Michael Niedermayer
2010-10-01Fix a typo in the nameing of av_assert0() in currently not compiled code.Michael Niedermayer
2010-10-01av_assert() system.Michael Niedermayer
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