summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration.Diego Biurrun2009-01-251-0/+3
* Drop _MSC_VER case from macro declaration.Diego Biurrun2009-01-251-3/+0
* Drop deprecated av_fifo_write function with the next libavutil version bump.Diego Biurrun2009-01-252-0/+4
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.Diego Biurrun2009-01-252-17/+17
* Do not #include common.h without necessity.Diego Biurrun2009-01-251-6/+0
* Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning:Diego Biurrun2009-01-251-2/+0
* Move internal.h #include to the end of the file so that it is afterDiego Biurrun2009-01-251-4/+4
* Directly #include a bunch of indirectly #included headers.Diego Biurrun2009-01-244-0/+6
* Avoid unused variable warning when compiling DES test program.Diego Biurrun2009-01-211-1/+4
* Make base64 test program compilable as a standard test program.Diego Biurrun2009-01-211-5/+4
* Add void keyword to parameterless function declaration.Diego Biurrun2009-01-211-1/+1
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-201-0/+2
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-193-3/+3
* Drop the deprecated av_init_random() at the next libavutil major bump.Stefano Sabatini2009-01-182-0/+5
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-182-2/+2
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-181-41/+0
* Deprecate av_init_random() in favour of av_random_init(), with a more naturalStefano Sabatini2009-01-183-3/+11
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-171-11/+0
* export gcd function as av_gcd()Aurelien Jacobs2009-01-175-8/+7
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation2009-01-161-0/+2
* move NULL_IF_CONFIG_SMALL() definition into internal headerAurelien Jacobs2009-01-152-11/+11
* move timer related code in a new timer.h fileAurelien Jacobs2009-01-153-73/+105
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-1315-61/+56
* add the necessary include for LIBAV*_VERSION_*Aurelien Jacobs2009-01-132-0/+2
* Extend 'checkheaders' target to architecture-specific subdirectories.Diego Biurrun2009-01-111-0/+2
* Add truncf() replacement function.Michael Kostylev2009-01-111-0/+7
* Add necessary, remove unnecessary #includes.Diego Biurrun2009-01-112-2/+3
* Drop unnecessary intreadwrite.h and bswap.h #includes.Diego Biurrun2009-01-111-2/+0
* Use posix_memalign() if available.Ramiro Polla2009-01-071-1/+4
* Add missing 'void' keyword to parameterless function declarations.Diego Biurrun2009-01-051-1/+1
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-041-0/+1
* cosmetic: indentAurelien Jacobs2009-01-041-3/+3
* add a termination conditionAurelien Jacobs2009-01-041-0/+2
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-271-1/+1
* Silence the following icc warnings:Carl Eugen Hoyos2008-12-213-3/+3
* Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.Carl Eugen Hoyos2008-12-203-10/+15
* ARM: make FASTDIV() an inline functionMåns Rullgård2008-12-171-10/+7
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-172-2/+2
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-201-17/+17
* Initialize variable to silence the warning:Diego Biurrun2008-10-311-1/+2
* cosmetic: align backslashes in makefilesMåns Rullgård2008-10-261-36/+36
* ARM: faster ARMv6 FASTDIV()Måns Rullgård2008-10-251-5/+6
* split bswap.h into per-arch filesMåns Rullgård2008-10-215-43/+221
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-212-2/+2
* Port read_time() that works on x86_32 and 64 from noe.Michael Niedermayer2008-10-211-11/+3
* ARM: Kill warning in bswap_32()Måns Rullgård2008-10-201-1/+1
* Convert asm keyword into __asm__.Diego Pettenò2008-10-163-20/+20
* Bump minor version after addition of FF_ARRAY_ELEMS macro.Benoit Fouet2008-10-151-1/+1
* Add a macro to get the number of elements in a table.Benoit Fouet2008-10-151-0/+1
* Don't include byteswap.h anymore.Carl Eugen Hoyos2008-10-121-6/+0
OpenPOWER on IntegriCloud