summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Simplify include, since opt.c is now in libavutil there is no needStefano Sabatini2010-09-27
* Cosmetics: apply misc style fixes.Stefano Sabatini2010-09-27
* Bump version and update APIchanges after r25210.Stefano Sabatini2010-09-27
* ARM: change return type of AV_RN16() to unsignedMåns Rullgård2010-09-26
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* indentMichael Niedermayer2010-09-24
* Cosmetic (rename detect_repeats to is_atty which matches the truth)Michael Niedermayer2010-09-24
* 2nd try to fix av_log() repeated detectionMichael Niedermayer2010-09-24
* Add av_popcount() to libavutil/common.h and bump minor versionTomas Härdin2010-09-14
* Limit av_log repeat detection to terminals so as to avoid filling files withMichael Niedermayer2010-09-14
* Apply minor simplification in av_read_image_line().Stefano Sabatini2010-09-12
* pixdesc: indentMåns Rullgård2010-09-12
* pixdesc: use 8-bit accesses when possible in av_read/write_image_line()Måns Rullgård2010-09-12
* Cosmetics: use x ? y : z construct and merge intialization andStefano Sabatini2010-09-12
* Add missing #include <string.h> in x86/cpu.cMåns Rullgård2010-09-09
* Cache detected CPU flagsMåns Rullgård2010-09-09
* Clean up av_get_cpu_flag()Måns Rullgård2010-09-09
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Sort AV_CPU_FLAG* by value.Stefano Sabatini2010-09-06
* Fix typo.Stefano Sabatini2010-09-06
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-04
* Add missing parentheses to AV_NE macro.Benoit Fouet2010-08-23
* Fix out-of-tree buildMåns Rullgård2010-08-17
* Define macro AV_NE() and use it in libavdevice.Stefano Sabatini2010-08-17
* Make sure "Last message repeated" is printed.Michael Niedermayer2010-07-28
* Add the M_PHI constant, contains an approximation of the golden ratioStefano Sabatini2010-07-22
* Make ff_inverse stay with libavutil, and optional copy it to libavcodec.Diego Pettenò2010-07-21
* Use attribute force_align_arg_pointer only on x86_32.Carl Eugen Hoyos2010-07-17
* Update lavu minor and add APIchanges entry after r24174 (add bswap.hStefano Sabatini2010-07-11
* Install bswap.h and intreadwrite.hMåns Rullgård2010-07-10
* Make intreadwrite.h installation-safeMåns Rullgård2010-07-10
* Make bswap.h safe to install as public APIMåns Rullgård2010-07-10
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* intreadwrite: common.h is not needed, attributes.h is sufficientMåns Rullgård2010-07-10
* lfg: add missing includesMåns Rullgård2010-07-10
* pixdesc: add missing includesMåns Rullgård2010-07-10
* Bump minor after read/write_line() to av_read/write_image_line()Stefano Sabatini2010-07-08
* Reindent after r24101.Stefano Sabatini2010-07-08
* Fix infinite loop with clock() returning (clock_t)-1.Michael Niedermayer2010-07-08
* Change i to unsigned in get_generic_seed().Michael Niedermayer2010-07-08
* Restore array sizes in doxygen parameter names.Diego Biurrun2010-07-08
* get_generic_seed() for the cases without /dev/random and AV_READ_TIMEMichael Niedermayer2010-07-07
* Rename read/write_line() to av_read/write_image_line().Stefano Sabatini2010-07-07
* ARM: optimised integer clip functionsMåns Rullgård2010-07-07
* ARM: intmath.h cosmeticsMåns Rullgård2010-07-07
* Allow arch-overrides for all common.h clip and log2 functionsMåns Rullgård2010-07-07
* Remove macro duplication between common.h and intmath.hMåns Rullgård2010-07-07