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-02-03win64: add a XMM clobber test configure option.Ronald S. Bultje
2012-01-30avutil: make intfloat api publicPaul B Mahol
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-27x86inc.asm: fix typo.Ronald S. Bultje
2012-01-27config.asm: change %ifdef directives to %if directives.Ronald S. Bultje
2012-01-27Revert "sws/pixfmt/pixdesc: add support for yuva444p"Alex Converse
2012-01-27sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol
2012-01-27libavutil: Remove pointless file test program.Diego Biurrun
2012-01-09mpegaudiodec: optimized iMDCT transformVitor Sessak
2012-01-05timer: K&R formatting cosmeticsDiego Biurrun
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ö