]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil
Version bump, atrac3 added.
[frescor/ffmpeg.git] / libavutil /
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...
2007-02-08 reimarspecial-case AES-128 decrypter is no longer necessary...
2007-02-07 diego1000l: Revert accidentally committed change.
2007-02-07 diegoReplace deprecated PIX_FMT names by the newer variants.
2007-02-06 michaelsimplify and remove useless index in AV_W*
2007-01-31 reimarMove lzo decompression to libavutil
2007-01-21 lucabeIncrease the av_log() levels, and add some documentatio...
2007-01-19 alexadd AV_WB/WL for lswriting, similar to AV_RB/RL (also...
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2007-01-18 michaelchange while loops to do-while as the condition is...
2007-01-17 michaelsimpler branch structure in init (16 bytes smaller...
2007-01-17 michaeldoxygenize
2007-01-17 michaelavoid code duplication
2007-01-17 michaelbetter to set things to NULL instead of random in case...
2007-01-17 michaelsimplify av_fifo_realloc()
2007-01-17 michaelremove near duplicate function
next