]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavutil /
2009-11-25 Michal SojkaRemoved static omkization
2009-05-25 Martin MolnarAdded autogenerated Makefiles
2009-05-14 Pavel PisaMakefile.omk sucks in config generated by config4omk. omkize
2009-05-14 Pavel PisaThe FFMpeg can be made to build by OMK hackish way.
2009-05-14 Pavel PisaThe first step in omkization.
2009-05-14 Pavel PisaAdded copies of makefiles for OMK build.
2009-05-09 stefanoAdd @code/@endcode commands to markup C code in av_tree...
2009-05-09 stefanoAdd missing '*' to av_tree_insert() doxy.
2009-04-22 michaelFix 10l typo (usage of PIX_FMT_NE()).
2009-04-21 michaelAdd 420,422 and 444 planar 16bit per component pix...
2009-04-18 mruPPC: check for x-form asm constraint support
2009-04-18 mruPPC asm for AV_RL*()
2009-04-18 mruARM asm for AV_RN*()
2009-04-18 mruReorganise intreadwrite.h
2009-04-10 diegocosmetics: Rename prn variable to prng (Pseudo Random...
2009-04-09 diegoGive liblzo benchmark conditionals more descriptive...
2009-04-09 diegoAdd a configure check for lzo1x_999_compress() and...
2009-04-02 stefanoImplement av_fifo_space().
2009-04-02 diegoFix lzo-test linking: -llzo2 should be in ELIBS, not...
2009-04-02 diegoReplace manual setting of the removed av_log_level...
2009-04-01 mruARM: START/STOP_TIMER support for ARMv7
2009-04-01 mruSplit libavutil/timer.h per architecture
2009-03-31 benoitFix warnings in tree.c test code.
2009-03-31 diegoMark non-exported functions in test and example program...
2009-03-26 diegoUse a wildcard match instead of a list to remove test...
2009-03-25 diegoMove adding the '-test$(EXESUF)' suffix to test program...
2009-03-23 stefanoUse PIX_FMT_NE() for defining the PIX_FMT_RGB32 variant...
2009-03-23 stefanoMake the PIX_FMT_NE() macro more generic.
2009-03-22 diegoRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 stefanoMake the pixel formats which were defined as macros:
2009-03-21 stefanoChange the RGB5X5/BGR5X5 pixel format defines so that...
2009-03-21 stefanoUse PIX_FMT_NE() macro.
2009-03-21 stefanoImplement PIX_FMT_NE() macro.
2009-03-21 diegoRemove deprecated and now unused Mersenne Twister PRNG.
2009-03-21 diegoWhen warning about forbidden pseudo random number gener...
2009-03-21 diegoFix reference to av_random where av_lfg_get was meant.
2009-03-20 diegoReplace random() usage in test programs by av_lfg_*().
2009-03-20 diegoAlign test program output columns.
2009-03-20 diegoMake softfloat test program compile again: Setting...
2009-03-20 diegoMake AES test program compile again: Setting the av_log...
2009-03-19 michaeltypedef int x86_reg on non x86
2009-03-19 diegoFix compilation of adler32 test program: Use av_log_set...
2009-03-15 diegoRemove code that was disabled by the recent major versi...
2009-03-15 stefanoFix typo: 'conjuction' -> 'conjunction'.
2009-03-14 mruFix ff_random_get_seed() prototype
2009-03-10 stefanoFix typos.
2009-03-09 reimarReorder arguments for av_fifo_generic_read to be more...
2009-03-09 gbUpdate VA API pixfmts documentation: struct vaapi_rende...
2009-03-09 diegoRemove all remaining code that was disabled through...
2009-03-09 reimarAdd av_fifo_reset function to completely reset fifo...
2009-03-09 michaelindent
2009-03-08 reimarRemove more functions disabled by major version bump.
2009-03-08 reimarRemove/replace code disabled by major version bump.
2009-03-08 michaelDeprecate the Mersenne Twister.
2009-03-08 reimarReplace all uses of the replaced av_fifo_read by av_fif...
2009-03-08 michaelRemove the Mersenne Twister from the public API/ABI.
2009-03-08 michaelBump major version of libavutil due to FIFO fixes.
2009-03-08 reimarRemove av_fifo_read, API is already broken and major...
2009-03-08 michaelAllocate AVFifoBuffer through the fifo API to reduce...
2009-03-08 bcoudurieradd ff_random_get_seed to be used in conjunction with...
2009-03-08 michaelComments to indicate where memory barriers may be needed.
2009-03-07 michaelTry to fix the 1 byte cant be used issue.
2009-03-05 mruARM: disable inline asm for armcc
2009-03-05 mruARM: armcc versions of bswap_16/32
2009-02-27 benoitAdd VA API pixel formats.
2009-02-22 michaelCompact repeated messages to "Last message repeated...
2009-02-22 stefanoSplit avutil.h, move all the pixel format definitions...
2009-02-22 michaelAdd note about big vs. little endian.
2009-02-22 prossAdd PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.
2009-02-22 mruAvoid warnings from AV_GCC_VERSION_AT_LEAST with some...
2009-02-21 diegoCheck return value of posix_memalign and explicitly...
2009-02-21 mruCorrect, portable definition of INT_BIT
2009-02-12 diegoRemove reference to renamed header file xvmc_render.h.
2009-02-10 cehoyosSilence one icc warning:
2009-02-10 diegoUse AV_GCC_VERSION_AT_LEAST instead of complicated...
2009-02-09 michaelav_flatten to make the similarly named attribute available.
2009-02-09 michaelav_uninit() to suppress false uninitialized warnings...
2009-02-08 stefanoDocument the av_base64_encode/decode functions.
2009-02-08 stefanoCosmetics: "* out" -> "*out" for consistency with the...
2009-02-08 stefanoCosmetics: rename the "size" parameter of av_base64_enc...
2009-02-08 stefanoCosmetics: prefer out/in over buf/src for the parameter...
2009-02-08 stefanoCosmetics: consistently prefer "size" over "len"/"lengt...
2009-02-08 stefanoMake av_base64_encode() do not require the user to...
2009-02-06 stefanoAdd a new test program for base64, based on that remove...
2009-02-06 stefanoRemove broken test program.
2009-02-06 michaelEnsure that the palette is set in data[1] for all 8bit...
2009-02-03 reimar100l, don't run tests twice, this was some forgotten...
2009-02-03 reimarFix a bug in 3DEC CBC decryption and add more extensive...
2009-02-03 reimarUpdate DES test code to use the new public API.
2009-02-03 reimarAdd support for 3DES to DES module
2009-02-03 reimarAdd and use a public API for RC4 and DES, analogous...
2009-02-02 diegoAdd necessary header for LIBAVUTIL_VERSION_MAJOR, fixes...
2009-02-02 reimarDocumentation for LZO error return value flags
2009-02-02 reimarMove doxygen documentation from lzo.c to lzo.h
2009-02-02 reimarAdd av_ prefix to LZO stuff and thus make it officially...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-02-01 diegocosmetics: Use 'num' instead of 'nom' as abbreviation...
2009-01-30 diegoAdd required header mem.h, av_malloc and friends are...
2009-01-30 diegocosmetics: Move all #includes together at the beginning...
2009-01-29 diegoRename string.c to avstring.c so that the name of heade...
next