]> git.sesse.net Git - ffmpeg/history - libavutil
one more rename
[ffmpeg] / libavutil /
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
2007-03-13 Michael Niedermayerput state[5] last so no padding is needed on arch where...
2007-03-13 Michael Niedermayercosmetic
2007-03-13 Michael Niedermayerdont memcpy() simpler and same speed
2007-03-13 Michael Niedermayersimplify
2007-03-13 Michael Niedermayerremove middle variant (keep fastest and smallest)
2007-03-13 Michael Niedermayer10l
2007-03-13 Michael Niedermayerdouble ;;
2007-03-13 Michael Niedermayerfactorize VARIANT2 (smaller and slower)
2007-03-13 Michael Niedermayerrevert 2% speed loss change (r8360)
2007-03-13 Michael Niedermayerzero byte idea by rich
2007-03-13 Michael Niedermayer2 other variants of how to implement the core part
2007-03-12 Michael Niedermayercosmetic cleanup
2007-03-12 Michael Niedermayercosmetic cleanup
2007-03-12 Michael Niedermayer10% smaller object file, 2% slower
2007-03-12 Michael Niedermayervery slightly smaller object file
2007-03-12 Michael Niedermayermake count count bytes not bits (this is simpler and...
2007-03-12 Michael Niedermayerremove bigger and slower code
2007-03-12 Michael Niedermayerdont recommand testing with -O3
2007-03-12 Michael Niedermayeravoid silly ring buffer logic (faster with -O2, -O3...
2007-03-12 Michael Niedermayerits faster to copy the data to the stack it seems ...
2007-03-12 Michael Niedermayerexplain how to test it
2007-03-12 Michael Niedermayersimple SHA-1 implementation
2007-03-12 Panagiotis IssarisInstall mem.h on "make install" as:
2007-03-12 Panagiotis IssarisMove the memory related functions out of common.h into...
2007-03-12 Michel BardiauxGive context to dprintf
2007-03-09 Panagiotis IssarisFix typo in Doxygen comments.
2007-03-08 Michel BardiauxCorrections so that builds with DEBUG work
2007-03-06 Alex Beregszasziadd little endian 24bit read/write
2007-03-05 Panagiotis IssarisMove unaltered av_freep() comments to the header file.
2007-03-05 Panagiotis IssarisMove unaltered av_free() comments to the header file.
2007-03-05 Panagiotis IssarisMove unaltered av_realloc() comments to the header...
2007-03-05 Panagiotis IssarisMove unaltered av_malloc() comments to the header file.
2007-03-04 Panagiotis IssarisMove av_log2_i()'s unaltered comments to the header...
2007-03-04 Panagiotis IssarisMove av_i2int()'s unaltered comments to the header...
2007-03-04 Panagiotis IssarisMove av_int2i()'s unaltered comments to the header...
2007-03-04 Panagiotis IssarisMove av_cmp_i()'s unaltered comment to the header file.
2007-03-04 Panagiotis IssarisMove av_shr_i()'s unaltered comments to the header...
2007-03-04 Panagiotis IssarisMove av_div_i()'s comments to the header file. The...
2007-03-04 Panagiotis IssarisMove av_mod_i()'s comment to the header file. The moved...
2007-03-04 Panagiotis IssarisMove the unaltered Doxygen docs from the log source...
2007-03-04 Baptiste Coudurieradd R/WB24 functions
2007-03-02 Diego BiurrunImprove Doxygen documentation, inspired by Michael...
2007-02-28 Luca BarbatoReverting stray commit part II, r8156 had the base64...
2007-02-28 Luca BarbatoReverting stray commit part I
2007-02-28 Luca Barbatoget_packetheader() forgot to read the header_checksum...
2007-02-27 Dujardin BernardDoxygen documentation for all functions, patch by Dujar...
2007-02-27 Diego BiurrunAdd missing license headers.
2007-02-27 Diego BiurrunRemove superfluous comment.
2007-02-27 Diego BiurrunAdd Doxygen author and file description, rephrase a...
2007-02-27 Diego BiurrunRemove useless conditional.
2007-02-27 Diego Biurrunspelling/grammar fixes for the Doxygen comments
2007-02-27 Diego BiurrunRevert previous commit that contained an unrelated...
2007-02-26 Diego Biurrunspelling/grammar fixes for a Doxygen comment
2007-02-26 Diego BiurrunRemove unused #define.
2007-02-26 Guillaume Poirierfix 2 mistakes in doxy comments, spotted by Michael
2007-02-26 Dujardin Bernardmove doxy comments from rational.c to rational.h and...
2007-02-26 Dujardin BernardDoxygenize some comments
2007-02-25 Måns Rullgårdremove [U]INT64_C definition
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-24 Ramiro Pollaremove fallback definitions of PRIxNN macros,
2007-02-24 Diego Biurruncosmetics: Fix another common typo, dependAnt --> depen...
2007-02-22 Diego Biurruncosmetics: fix usefuLL --> usefuL typo
2007-02-20 Panagiotis IssarisAdds Doxygen docs for the av_log function.
2007-02-16 Michael Niedermayerav_noinline
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-13 Carl Eugen HoyosMove base64.[ch] to libavutil.
2007-02-12 Michael Niedermayerslightly improve *_TIMER
2007-02-11 François RevolRemove unused ENODATA define
2007-02-11 Baptiste Couduriermake key parameter const
next