]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil
Remove lots of unused commented code. (Cleanup)
[frescor/ffmpeg.git] / libavutil /
2007-05-16 diegoRemove extern C declarations for C++.
2007-05-13 michaelcorrect last element inited check
2007-05-10 ramiroProper fix for r8963
2007-05-07 ivoadd AV_[RW][BL]64 support
2007-05-04 michaelreduce number of shifts
2007-05-04 michaelsimplify
2007-04-27 attilaadd missing include of bswap.h
2007-04-27 diegoMark code parts that cannot work on AMD64 due to broken...
2007-04-26 benoitreorder bswap functions into bit-depth, special-casing...
2007-04-26 benoitmake 2 functions "return x;" to simplify next patch
2007-04-25 benoit"fast unaligned" bytestream functions
2007-04-24 diegoFaster 32 bit byteswaping code for Blackfin.
2007-04-24 diegocosmetics: Reorder endianness macros by bit depth,...
2007-04-24 diegoMove ebx_available and ebp_available from CONFIG_LIST...
2007-04-20 alexremove possibly broken wince cruft
2007-04-03 diegoAdd first and second output to earlyclobbers in COPY3_I...
2007-03-29 takisFix compilation when using the --disable-opts parameter...
2007-03-27 michaelprevent exit missuse
2007-03-19 lu_zeroexpose av_base64_decode and av_base64_encode
2007-03-14 michael160 bytes smaller object file, ask gcc devels why
2007-03-14 michaelexplain where the T table comes from
2007-03-14 michaelkill 3 more av_mallocz_static()
2007-03-13 michaelcosmetic (order context variables like in sha1)
2007-03-13 michaels/context/ctx/
2007-03-13 michael#undef printf under #ifdef TEST (needed for testing)
2007-03-13 michaelborrow finalization algo from sha1 (100byte smaller)
2007-03-13 michaelget rid of b_used variable (same size with CONFIG_SMALL)
2007-03-13 michaelsmaller av_sha1_update()
2007-03-13 michaeluse CONFIG_SMALL
2007-03-13 michaelput state[5] last so no padding is needed on arch where...
2007-03-13 michaelcosmetic
2007-03-13 michaeldont memcpy() simpler and same speed
2007-03-13 michaelsimplify
2007-03-13 michaelremove middle variant (keep fastest and smallest)
2007-03-13 michael10l
2007-03-13 michaeldouble ;;
2007-03-13 michaelfactorize VARIANT2 (smaller and slower)
2007-03-13 michaelrevert 2% speed loss change (r8360)
2007-03-13 michaelzero byte idea by rich
2007-03-13 michael2 other variants of how to implement the core part
2007-03-12 michaelcosmetic cleanup
2007-03-12 michaelcosmetic cleanup
2007-03-12 michael10% smaller object file, 2% slower
2007-03-12 michaelvery slightly smaller object file
2007-03-12 michaelmake count count bytes not bits (this is simpler and...
2007-03-12 michaelremove bigger and slower code
2007-03-12 michaeldont recommand testing with -O3
2007-03-12 michaelavoid silly ring buffer logic (faster with -O2, -O3...
2007-03-12 michaelits faster to copy the data to the stack it seems ...
2007-03-12 michaelexplain how to test it
2007-03-12 michaelsimple SHA-1 implementation
2007-03-12 takisInstall mem.h on "make install" as:
2007-03-12 takisMove the memory related functions out of common.h into...
2007-03-12 mbardiauxGive context to dprintf
2007-03-09 takisFix typo in Doxygen comments.
2007-03-08 mbardiauxCorrections so that builds with DEBUG work
2007-03-06 alexadd little endian 24bit read/write
2007-03-05 takisMove unaltered av_freep() comments to the header file.
2007-03-05 takisMove unaltered av_free() comments to the header file.
2007-03-05 takisMove unaltered av_realloc() comments to the header...
2007-03-05 takisMove unaltered av_malloc() comments to the header file.
2007-03-04 takisMove av_log2_i()'s unaltered comments to the header...
2007-03-04 takisMove av_i2int()'s unaltered comments to the header...
2007-03-04 takisMove av_int2i()'s unaltered comments to the header...
2007-03-04 takisMove av_cmp_i()'s unaltered comment to the header file.
2007-03-04 takisMove av_shr_i()'s unaltered comments to the header...
2007-03-04 takisMove av_div_i()'s comments to the header file. The...
2007-03-04 takisMove av_mod_i()'s comment to the header file. The moved...
2007-03-04 takisMove the unaltered Doxygen docs from the log source...
2007-03-04 bcoudurieradd R/WB24 functions
2007-03-02 diegoImprove Doxygen documentation, inspired by Michael...
2007-02-28 lu_zeroReverting stray commit part II, r8156 had the base64...
2007-02-28 lu_zeroReverting stray commit part I
2007-02-28 lu_zeroget_packetheader() forgot to read the header_checksum...
2007-02-27 diegoDoxygen documentation for all functions, patch by Dujar...
2007-02-27 diegoAdd missing license headers.
2007-02-27 diegoRemove superfluous comment.
2007-02-27 diegoAdd Doxygen author and file description, rephrase a...
2007-02-27 diegoRemove useless conditional.
2007-02-27 diegospelling/grammar fixes for the Doxygen comments
2007-02-27 diegoRevert previous commit that contained an unrelated...
2007-02-26 diegospelling/grammar fixes for a Doxygen comment
2007-02-26 diegoRemove unused #define.
2007-02-26 gpoirierfix 2 mistakes in doxy comments, spotted by Michael
2007-02-26 gpoiriermove doxy comments from rational.c to rational.h and...
2007-02-26 gpoirierDoxygenize some comments
2007-02-25 mruremove [U]INT64_C definition
2007-02-25 reimarAdd av_ prefix to clip functions
2007-02-24 mruremove fallback definitions of PRIxNN macros,
2007-02-24 diegocosmetics: Fix another common typo, dependAnt --> depen...
2007-02-22 diegocosmetics: fix usefuLL --> usefuL typo
2007-02-20 takisAdds Doxygen docs for the av_log function.
2007-02-16 michaelav_noinline
2007-02-13 mmu_manThis fixes error handling for BeOS, removing the need...
2007-02-13 diegoMove base64.[ch] to libavutil.
2007-02-12 michaelslightly improve *_TIMER
2007-02-11 mmu_manRemove unused ENODATA define
2007-02-11 bcouduriermake key parameter const
2007-02-11 bcouduriermxf aes decryption support, patch by Reimar, simplified...
2007-02-08 michaelav_random() by Ryan Martell rdm4 name-server-seperator...
next