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
2009-09-23id3v2: Add support for UTF-16 encoding.Anton Khirnov
2009-09-21extend ff_inverse[], and fix its documentationLoren Merritt
2009-09-10Add warnings to av_strlcat and av_strlcpy doxygen that the input stringsReimar Döffinger
2009-09-06Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla
2009-09-06Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber
2009-09-04Add a newline in error message in CHECKED_ALLOC(Z).Ramiro Polla
2009-09-01whitespace cosmetics, prettyprintingDiego Biurrun
2009-08-30Add function to compute ceil(log2(x)).Thilo Borgmann
2009-08-30Add CHECKED_ALLOC macro.Ramiro Polla
2009-08-17AVR32: optimisations for intreadwrite.hMåns Rullgård
2009-08-17AVR32: inline asm for bswap.hMåns Rullgård
2009-08-16MIPS: 100L: fix AV_[RW]N64 on MIPS64Måns Rullgård
2009-08-16cosmetics: reformat intreadwrite.hMåns Rullgård
2009-08-16intreadwrite: ensure arch-specific versions are always used if definedMåns Rullgård
2009-08-16intreadwrite: allow arch-specific 24-bit access macrosMåns Rullgård
2009-08-16ARM: first value loaded in AV_RN64 needs to be early-clobberMåns Rullgård
2009-08-13Introduce av_clip_uint16().Ramiro Polla
2009-08-10Remove disabled code cruft.Diego Biurrun
2009-08-10Define INFINITIY and NAN in mathematics.h if missingMåns Rullgård
2009-07-31Revert addition of '#undef av_always_inline' to config.h in the small case.Diego Biurrun
2009-07-31Mark conditionally used variable T2 as av_unused; avoids the warning:Diego Biurrun
2009-07-29PPC: fix asm operand constraints in AV_RL64Måns Rullgård
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-17Check for __attribute__((packed)) supportMåns Rullgård
2009-07-17cosmetics: reindent after last commitKostya Shishkov
2009-07-17Add SHA-2 hashingKostya Shishkov
2009-07-12Remove useless definition of struct AVCLASS.Stefano Sabatini
2009-07-10Add a log2 replacement for systems that haven't quite caught up with the C99Alex Converse
2009-07-10Prepare SHA code to handle SHA-2 as well. For now rename files and functionsKostya Shishkov
2009-07-09Rename function to sha1_transform so it won't be confused with SHA-2 transformKostya Shishkov
2009-07-09Use pointer to hash transform function to make adding SHA-2 support easier.Kostya Shishkov
2009-07-09cosmetics: vertical align AVSHA1 membersKostya Shishkov
2009-07-09Extend AVSHA1 so it can be used in future SHA-2 code as wellKostya Shishkov
2009-07-09Document SHA-1 functions and structuresKostya Shishkov
2009-07-09Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h toRamiro Polla
2009-07-09Do not throw compiler error if asm code needs alignment, but we do not knowRamiro Polla
2009-07-01ARM: use gcc inline asm in bswap.h only when availableMåns Rullgård
2009-06-28Icc does not support attribute flatten, do not try to use it.Carl Eugen Hoyos
2009-06-27Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ...Carl Eugen Hoyos
2009-06-12Fix cast of byte buffer to uint32 that was disregarding alignmentJeff Downs
2009-06-11cosmetics: Reformat file to K&R style upon Kostya's request.Diego Biurrun
2009-06-09cosmetics: Add missing ending backslash to installed header list.Diego Biurrun
2009-06-06Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini
2009-05-29MIPS: inline asm for intreadwrite.hMåns Rullgård
2009-05-25Add LABEL_MANGLE() to export label symbols from inside asm blocks.Ramiro Polla
2009-05-23Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad
2009-05-10Add @code/@endcode commands to markup C code in av_tree_insert() doxy.Stefano Sabatini
2009-05-10Add missing '*' to av_tree_insert() doxy.Stefano Sabatini
2009-04-22Fix 10l typo (usage of PIX_FMT_NE()).Michael Niedermayer
2009-04-21Add 420,422 and 444 planar 16bit per component pix formats.Michael Niedermayer