summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* MIPS: inline asm for intreadwrite.hMåns Rullgård2009-05-28
* Add LABEL_MANGLE() to export label symbols from inside asm blocks.Ramiro Polla2009-05-25
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-22
* Add @code/@endcode commands to markup C code in av_tree_insert() doxy.Stefano Sabatini2009-05-09
* Add missing '*' to av_tree_insert() doxy.Stefano Sabatini2009-05-09
* Fix 10l typo (usage of PIX_FMT_NE()).Michael Niedermayer2009-04-22
* Add 420,422 and 444 planar 16bit per component pix formats.Michael Niedermayer2009-04-21
* PPC: check for x-form asm constraint supportMåns Rullgård2009-04-18
* PPC asm for AV_RL*()Måns Rullgård2009-04-18
* ARM asm for AV_RN*()Måns Rullgård2009-04-18
* Reorganise intreadwrite.hMåns Rullgård2009-04-18
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-10
* Give liblzo benchmark conditionals more descriptive names and add convenienceDiego Biurrun2009-04-09
* Add a configure check for lzo1x_999_compress() and compile the lzo test programDiego Biurrun2009-04-09
* Implement av_fifo_space().Olivier Guilyardi2009-04-02
* Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.Diego Biurrun2009-04-02
* Replace manual setting of the removed av_log_level variable by theDiego Biurrun2009-04-02
* ARM: START/STOP_TIMER support for ARMv7Måns Rullgård2009-04-01
* Split libavutil/timer.h per architectureMåns Rullgård2009-04-01
* Fix warnings in tree.c test code.Benoit Fouet2009-03-31
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-31
* Use a wildcard match instead of a list to remove test programs.Diego Biurrun2009-03-26
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-25
* Use PIX_FMT_NE() for defining the PIX_FMT_RGB32 variants macros.Stefano Sabatini2009-03-23
* Make the PIX_FMT_NE() macro more generic.Stefano Sabatini2009-03-23
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-22
* Make the pixel formats which were defined as macros:Stefano Sabatini2009-03-22
* Change the RGB5X5/BGR5X5 pixel format defines so that we have littleStefano Sabatini2009-03-21
* Use PIX_FMT_NE() macro.Stefano Sabatini2009-03-21
* Implement PIX_FMT_NE() macro.Stefano Sabatini2009-03-21
* Remove deprecated and now unused Mersenne Twister PRNG.Diego Biurrun2009-03-21
* When warning about forbidden pseudo random number generation functions,Diego Biurrun2009-03-21
* Fix reference to av_random where av_lfg_get was meant.Diego Biurrun2009-03-21
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-20
* Align test program output columns.Diego Biurrun2009-03-20
* Make softfloat test program compile again: Setting the av_log_level variableDiego Biurrun2009-03-20
* Make AES test program compile again: Setting the av_log_level variableDiego Biurrun2009-03-20
* typedef int x86_reg on non x86Michael Niedermayer2009-03-19
* Fix compilation of adler32 test program: Use av_log_set_level()Diego Biurrun2009-03-19
* Remove code that was disabled by the recent major version bump.Diego Biurrun2009-03-15
* Fix typo: 'conjuction' -> 'conjunction'.Stefano Sabatini2009-03-15
* Fix ff_random_get_seed() prototypeMåns Rullgård2009-03-14
* Fix typos.Stefano Sabatini2009-03-10
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-09
* Update VA API pixfmts documentation: struct vaapi_render_stateGwenole Beauchesne2009-03-09
* Remove all remaining code that was disabled through the major version bump.Diego Biurrun2009-03-09
* Add av_fifo_reset function to completely reset fifo state, which makesReimar Döffinger2009-03-09
* indentMichael Niedermayer2009-03-09
* Remove more functions disabled by major version bump.Reimar Döffinger2009-03-08
* Remove/replace code disabled by major version bump.Reimar Döffinger2009-03-08