OSDN Git Service

Make pp_help a constant pointer to constant characters, moves it partially
[coroid/ffmpeg_saccubus.git] / libavutil /
2007-12-27 Michael KostylevCheck for the presence of llrint(), lrint(), round...
2007-12-27 Diego BiurrunRemove outdated comment.
2007-12-24 Michael Kostylevdjgpp port, first part
2007-12-12 Måns Rullgårduse av_log_get/set_level()
2007-12-12 Luca Barbatokill a warning, av_sha1_update accepts uint8_t * not...
2007-12-12 Luca BarbatoProvide sha1 to outside applications
2007-11-24 Diego BiurrunAdd missing #includes to fix 'make checkheaders'.
2007-11-23 Diego Biurrunmain() --> main(void)
2007-11-19 Luca AbeniGenerate a linking error if perror() is used in libav*
2007-11-19 Luca AbeniRemove perror() usage from libavutil
2007-11-08 Luca AbeniReindent the code after last commit
2007-11-08 Luca AbeniRemove redundant "if(len)"
2007-11-02 Stefano SabatiniDoxyfication, patch by Stefano Sabatini %stefano P...
2007-11-01 Stefano Sabatinidoxy/cosmetics fixes. Patch by Stefano Sabatini %stefan...
2007-10-30 Luca AbeniMark the source buffer as "const"
2007-10-20 Reimar DöffingerDocument ff_des_encdec
2007-10-19 Jeremy MordkoffFix typo.
2007-10-19 Diego Biurruncosmetics: Add #endif comment.
2007-10-19 Reimar DöffingerAdd support for DES en- and decryption.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-17 Diego BiurrunUse filename as multiple inclusion guard.
2007-10-15 Diego Biurrunmisc Doxygen spelling/grammar fixes
2007-10-14 Reimar DöffingerFix rc4 header, #ifndef -> #define
2007-10-14 Diego BiurrunAdd multiple inclusion guards.
2007-10-14 Diego BiurrunAdd standard license header.
2007-10-14 Diego BiurrunConsistently place comments in file header.
2007-10-14 Diego Biurruncosmetics: sort()
2007-10-13 Reimar DöffingerAdd RC4 encryption/decryption function
2007-09-24 Aurelien Jacobsadd support for yuva420p colorspace (yuv420p + alpha)
2007-09-09 Stefano SabatiniDocument libavutil/mem.h:av_strdup.
2007-08-30 Diego Biurruncosmetics: Sort some lines, whitespace changes.
2007-08-27 Diego BiurrunChange SYS_DARWIN preprocessor checks to __APPLE__...
2007-08-24 Diego BiurrunMove Apple gcc AltiVec vector declaration syntax to...
2007-08-22 Diego BiurrunRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-08-20 Reimar DöffingerAdditional documentation for CRC functions
2007-08-19 Reimar DöffingerUse defines instead of raw hex numbers to specify CRC...
2007-08-15 Ramiro PollaCONFIG_7REGS -> HAVE_7REGS
2007-08-13 Ramiro PollaAdd attribute that forces alignment of stack to functio...
2007-08-11 Aurelien Jacobsadd a new av_clip_int16() function to libavutil
2007-08-11 Aurelien Jacobsensure av_noinline is always defined
2007-08-09 Roman Shaposhnik * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
2007-08-09 Roman Shaposhnik * Making [START|STOP]_TIMER work on architectures...
2007-07-19 Luca AbeniImplement av_strlcatf(): a strlcat which adds a printf...
2007-07-18 Reimar DöffingerDocument aes init code writing on purpose beyond round_...
2007-07-18 Andreas Ömanadd YUV440P and YUVJ440P support
2007-07-14 Måns Rullgårdmove #include of system headers to top of file
2007-07-14 Alex Beregszaszi10l to Mans, assert is included later with proper DEBUG...
2007-07-14 Alex Beregszaszimatch doxygen comment with other parts of the file
2007-07-11 Ramiro PollaRemove unnecessary MINGW ifdef.
2007-07-11 Ramiro PollaRemove MinGW lrint hack.
2007-07-10 Ramiro PollaRemove OS/2 support
2007-07-10 Måns Rullgård10l: fix av_str[i]start()
2007-07-08 Måns Rullgårdundef forbidden names before we #define them in case...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-07-05 Vitor SessakMake error message more helpful and forbid random()
2007-07-02 Diego BiurrunMove comment to a slightly better place.
2007-07-02 Diego BiurrunRemove leading underscores from specifiers, they are...
2007-06-27 Diego BiurrunAdd proper license header.
2007-06-24 Reimar Döffingerintreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED...
2007-06-24 Reimar Döffingermore av_strl* adjustments
2007-06-24 Luca Barbatobump micro version: new string functions
2007-06-23 Måns Rullgårdadd some string functions
2007-06-20 Michel BardiauxClarify comments about PIX_FMT_MONOWHITE/MONOBLACK
2007-06-17 Guillaume Poirieradd a comment to indicate which #endif belong to which...
2007-06-17 Måns Rullgårdadd multiple inclusion guards to headers
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2007-06-13 Marc HoffmanBlackfin - read_time primitive
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-05 Reimar DöffingerPart of MPlayer patch:
2007-05-30 Carl Eugen Hoyosrename attribute_unused to av_unused and moves its...
2007-05-16 Diego BiurrunRemove extern C declarations for C++.
2007-05-13 Michael Niedermayercorrect last element inited check
2007-05-10 Jindřich MakovičkaProper fix for r8963
2007-05-07 Ivo van Poortenadd AV_[RW][BL]64 support
2007-05-04 Michael Niedermayerreduce number of shifts
2007-05-04 Michael Niedermayersimplify
2007-04-27 Attila Kinaliadd missing include of bswap.h
2007-04-27 Diego BiurrunMark code parts that cannot work on AMD64 due to broken...
2007-04-26 Ramiro Pollareorder bswap functions into bit-depth, special-casing...
2007-04-26 Ramiro Pollamake 2 functions "return x;" to simplify next patch
2007-04-25 Ramiro Polla"fast unaligned" bytestream functions
2007-04-24 Marc HoffmanFaster 32 bit byteswaping code for Blackfin.
2007-04-24 Diego Biurruncosmetics: Reorder endianness macros by bit depth,...
2007-04-24 Diego BiurrunMove ebx_available and ebp_available from CONFIG_LIST...
2007-04-20 Alex Beregszasziremove possibly broken wince cruft
2007-04-03 Ramiro PollaAdd first and second output to earlyclobbers in COPY3_I...
2007-03-29 Panagiotis IssarisFix compilation when using the --disable-opts parameter...
2007-03-27 Michael Niedermayerprevent exit missuse
2007-03-19 Luca Barbatoexpose av_base64_decode and av_base64_encode
2007-03-14 Michael Niedermayer160 bytes smaller object file, ask gcc devels why
2007-03-14 Michael Niedermayerexplain where the T table comes from
2007-03-14 Michael Niedermayerkill 3 more av_mallocz_static()
2007-03-13 Michael Niedermayercosmetic (order context variables like in sha1)
2007-03-13 Michael Niedermayers/context/ctx/
2007-03-13 Michael Niedermayer#undef printf under #ifdef TEST (needed for testing)
2007-03-13 Michael Niedermayerborrow finalization algo from sha1 (100byte smaller)
2007-03-13 Michael Niedermayerget rid of b_used variable (same size with CONFIG_SMALL)
2007-03-13 Michael Niedermayersmaller av_sha1_update()
2007-03-13 Michael Niedermayeruse CONFIG_SMALL
next