summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer77-459/+601
2011-12-12bswap: make generic implementation more compiler-friendlyMans Rullgard3-11/+8
2011-04-29bswap.h: Remove disabled code.Diego Biurrun1-6/+0
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-07-10Make bswap.h safe to install as public APIMåns Rullgård1-2/+8
2010-07-10Add av_ prefix to bswap macrosMåns Rullgård51-175/+175
2010-07-10bswap: change ME to NE in macro namesMåns Rullgård27-124/+124
2010-05-09bswap: 10L add missing parens around macro argsMåns Rullgård1-2/+2
2010-04-29bswap: add macros to byteswap constantsMåns Rullgård1-0/+17
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård28-28/+32
2009-08-17AVR32: inline asm for bswap.hMåns Rullgård2-0/+46
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård28-44/+39
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-28spelling/grammar/consistency review part IDiego Biurrun27-178/+175
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs154-749/+757
2008-12-17ARM: replace "armv4l" with "arm"Måns Rullgård32-51/+50
2008-10-21split bswap.h into per-arch filesMåns Rullgård5-43/+221
2008-10-20ARM: Kill warning in bswap_32()Måns Rullgård1-1/+1
2008-10-16Convert asm keyword into __asm__.Diego Pettenò65-591/+591
2008-10-12Don't include byteswap.h anymore.Carl Eugen Hoyos2-11/+0
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-07-15ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()Måns Rullgård1-1/+1
2008-07-15ARM: ARMv6 optimised bswap_16/32Måns Rullgård1-0/+4
2008-03-19Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng13-55/+79
2008-03-1832/64-bit agnostic x86 bswapMåns Rullgård1-14/+6
2008-03-18cosmetics: sanitise asm() statements in bswap.hMåns Rullgård1-21/+17
2008-03-18revert r12489.Benoit Fouet13-78/+55
2008-03-18Pure, const and malloc attributes to libavutil.Zuxy Meng13-55/+78
2008-03-13Add #include "config.h" to headers that need it.Diego Biurrun4-0/+5
2008-03-10misc spelling fixesDiego Biurrun12-22/+25
2008-03-08check for x86 bswap instructionMåns Rullgård2-4/+4
2008-02-15prettyprinting cosmeticsDiego Biurrun3-78/+75
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-07-02Remove leading underscores from specifiers, they are reserved.Diego Biurrun7-16/+16
2007-06-16include all prerequisites in header filesMåns Rullgård72-0/+180
2007-04-26reorder bswap functions into bit-depth, special-casing inside the functions.Ramiro Polla1-65/+14
2007-04-26make 2 functions "return x;" to simplify next patchRamiro Polla1-2/+4
2007-04-24Faster 32 bit byteswaping code for Blackfin.Marc Hoffman1-0/+12
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård30-86/+89
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun6-17/+17
2006-11-01better #endif commentDiego Biurrun1-1/+1
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun67-6/+1219
2006-02-22Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 ...Ivan Kalvachev1-1/+1
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun178-22016/+22016
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-08-01libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser20-175/+369