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