summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
Commit message (Expand)AuthorAge
* avutil: Make LZO decoder code configure-time selectableDiego Biurrun2012-10-25
* Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI com...Anton Khirnov2012-10-23
* avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibilityMartin Storsjö2012-10-20
* avutil: remove inline av_log2 from public APIMans Rullgard2012-10-20
* build: simplify enabling of compat objectsMans Rullgard2012-10-15
* avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun2012-10-12
* Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-11
* avutil: skip old_pix_fmts.h since it is just a listJanne Grunau2012-10-08
* lavu: fix typo in MakefileAnton Khirnov2012-10-08
* pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov2012-10-08
* lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje2012-09-05
* Create version.h headers for libraries that lack themDiego Biurrun2012-07-04
* Add XTEA encryption support in libavutilSamuel Pitoiset2012-07-04
* Add Blowfish encryption support in libavutilSamuel Pitoiset2012-07-04
* Move av_gettime() to libavutilMans Rullgard2012-06-20
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun2012-05-07
* avutil: add audio fifo bufferJustin Ruggles2012-04-20
* build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun2012-04-12
* build: Only clean the architecture subdirectory we build for.Diego Biurrun2012-03-26
* libavutil: Remove pointless rational test program.Diego Biurrun2012-03-26
* libavutil: Remove broken and pointless lzo test program.Diego Biurrun2012-03-26
* remove iwmmxt optimizationsJanne Grunau2012-03-12
* build: Add missing directories to DIRS declarations.Diego Biurrun2012-02-09
* avutil: make intfloat api publicPaul B Mahol2012-01-30
* libavutil: Remove pointless file test program.Diego Biurrun2012-01-26
* build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-13
* fifo: add FIFO API test program, and fate testStefano Sabatini2011-08-26
* avutil: Add missing test programs to Makefile.Diego Biurrun2011-07-08
* Remove unused, never built libavutil/pca.[ch]Mans Rullgard2011-06-29
* build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-28
* build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-25
* Move metadata API from lavf to lavu.Anton Khirnov2011-06-08
* Fix build of eval-test programMans Rullgard2011-06-05
* Remove unused softfloat implementation.Diego Biurrun2011-05-11
* lavu: remove disabled sha1 cruft.Anton Khirnov2011-04-19
* avutil: make aes and sha api publicAlexis Ballier2011-04-14
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Add av_file_map() and av_file_unmap() functions.Stefano Sabatini2010-12-22
* Install libavutil/opt.h, its API is public.Stefano Sabatini2010-10-08
* Rename libavutil/assert.h to avassert.hMåns Rullgård2010-10-01
* av_assert() system.Michael Niedermayer2010-09-30
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* 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
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-04
* Make ff_inverse stay with libavutil, and optional copy it to libavcodec.Diego Pettenò2010-07-21
* Install bswap.h and intreadwrite.hMåns Rullgård2010-07-10
* avutil: install lfg.hRamiro Polla2010-07-02
* Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini2010-06-05