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
2011-11-28timer: fix misspelling of "decicycles"Mans Rullgard
2011-11-28x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak
2011-11-25Fix av_get_channel_layout_string() for positions >31Mans Rullgard
2011-11-25Make channel layout masks unsignedMans Rullgard
2011-11-25MK(BE)TAG: avoid undefined shiftsMans Rullgard
2011-11-25swscale: fix failing fate tests.Ronald S. Bultje
2011-11-24Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].Ronald S. Bultje
2011-11-24pixfmt: add planar RGB formats.Ronald S. Bultje
2011-11-24libavutil: add utility functions to simplify allocation of audio buffers.Justin Ruggles
2011-11-24libavutil: add planar sample formats and av_sample_fmt_is_planar()Justin Ruggles
2011-11-22doxy: structure libavformat groupsLuca Barbato
2011-11-22doxy: introduce an empty structure in libavcodecLuca Barbato
2011-11-22doxy: provide a start page and document libavutilLuca Barbato
2011-11-22doxy: cleanup pixfmt.hLuca Barbato
2011-11-19imgutils: Fix illegal read.Thierry Foucu
2011-11-16avutil: Add av_timegm as a public functionMartin Storsjö
2011-11-14hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert
2011-11-11AVOptions: don't return an invalid option when option list is emptyAnton Khirnov
2011-11-10aes: Avoid illegal read and don't generate more key than we use.Alex Converse
2011-11-07x86inc: use sse versions of common macros instead of sse2 when applicableJustin Ruggles
2011-11-06Remove leftover includes of strings.hMartin Storsjö
2011-11-06avutil: Don't allow using strcasecmp/strncasecmpReimar Döffinger
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-11-06avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger
2011-11-06avstring: Add locale independent implementations of toupper/tolowerLuca Barbato
2011-11-06Update x86inc.asm to latest x264 version, and add AVX symmetry.Loren Merritt
2011-11-02Replace some forgotten FFmpeg references by Libav.Diego Biurrun
2011-10-21fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles
2011-10-21sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje
2011-10-19AVOptions: add documentation.Anton Khirnov
2011-10-17avoptions: Fix av_opt_flag_is_setMartin Storsjö
2011-10-17AVOptions: don't segfault on NULL parameter in av_set_options_string()Anton Khirnov
2011-10-13log.h: make AVClass a named structJindrich Makovicka
2011-10-12AVOptions: bump minor and add APIchanges entry.Anton Khirnov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-12Remove all uses of deprecated AVOptions API.Anton Khirnov
2011-10-12AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov
2011-10-12AVOptions: add functions for evaluating option strings.Anton Khirnov
2011-10-12AVOptions: split get_number().Anton Khirnov
2011-10-12AVOptions: add av_opt_get*, deprecate av_get*.Anton Khirnov
2011-10-12AVOptions: add av_opt_set*().Anton Khirnov
2011-10-12AVOptions: add new API for enumerating children.Anton Khirnov
2011-10-11intfloat_readwrite: fix signed addition overflowsMans Rullgard
2011-10-10AVOptions: refactor set_number/write_numberAnton Khirnov
2011-10-10AVOptions: cosmetics, rename static av_set_number2() to write_number().Anton Khirnov
2011-10-10AVOptions: cosmetics, move and rename static av_set_number().Anton Khirnov
2011-10-10AVOptions: split av_set_string3 into opt type-specific functionsAnton Khirnov
2011-10-09crc: fix signed overflowMans Rullgard
2011-09-27x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser
2011-09-22eval: test isnan(sqrt(-1)) instead of just sqrt(-1)Anton Khirnov