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
2012-01-03lavu: bump lavu minor for av_popcount64Janne Grunau
2012-01-03Add av_popcount64Daniel Verkamp
2011-12-21Replace Subversion revisions in comments by Git hashes.Diego Biurrun
2011-12-19lavu: add AVERROR_BUG error valueLuca Barbato
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-12Add basic libavdevice documentation.Anton Khirnov
2011-12-12x86: bswap: remove test for bswap instructionMans Rullgard
2011-12-12bswap: make generic implementation more compiler-friendlyMans Rullgard
2011-12-11lavu: replace int/float punning functionsMans Rullgard
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-10audioconvert: add some additional channel and channel layout macrosJustin Ruggles
2011-12-10audioconvert: change 7.1 "wide" layout to use side surround channelsJustin Ruggles
2011-12-08tests/examples: Mark some variables only used within their files as static.Diego Biurrun
2011-12-08x86 cpuid: set vendor union members separatelySean McGovern
2011-12-07doxygen: Replace '\' by '@' in Doxygen markup tags.Diego Biurrun
2011-12-05doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun
2011-12-04Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev
2011-12-04Cleaned pixdesc.c file in libavutilTsvetelina Borisova
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ö