Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-15build: simplify enabling of compat objectsMans Rullgard
2012-10-12avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun
2012-10-08avutil: skip old_pix_fmts.h since it is just a listJanne Grunau
2012-10-08lavu: fix typo in MakefileAnton Khirnov
2012-10-08pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov
2012-09-05lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje
2012-07-04Create version.h headers for libraries that lack themDiego Biurrun
2012-07-04Add XTEA encryption support in libavutilSamuel Pitoiset
2012-07-04Add Blowfish encryption support in libavutilSamuel Pitoiset
2012-06-20Move av_gettime() to libavutilMans Rullgard
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-05-07build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun
2012-04-20avutil: add audio fifo bufferJustin Ruggles
2012-04-12build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun
2012-03-26build: Only clean the architecture subdirectory we build for.Diego Biurrun
2012-03-26libavutil: Remove pointless rational test program.Diego Biurrun
2012-03-26libavutil: Remove broken and pointless lzo test program.Diego Biurrun
2012-03-13remove iwmmxt optimizationsJanne Grunau
2012-02-09build: Add missing directories to DIRS declarations.Diego Biurrun
2012-01-30avutil: make intfloat api publicPaul B Mahol
2012-01-27libavutil: Remove pointless file test program.Diego Biurrun
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard
2011-08-26fifo: add FIFO API test program, and fate testStefano Sabatini
2011-07-08avutil: Add missing test programs to Makefile.Diego Biurrun
2011-06-30Remove unused, never built libavutil/pca.[ch]Mans Rullgard
2011-06-28build: include sub-makefiles using full path instead of symlinksMans Rullgard
2011-06-25build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun
2011-06-08Move metadata API from lavf to lavu.Anton Khirnov
2011-06-05Fix build of eval-test programMans Rullgard
2011-05-11Remove unused softfloat implementation.Diego Biurrun
2011-04-19lavu: remove disabled sha1 cruft.Anton Khirnov
2011-04-15avutil: make aes and sha api publicAlexis Ballier
2011-02-15Merge libavcore into libavutilReinhard Tartler
2010-12-22Add av_file_map() and av_file_unmap() functions.Stefano Sabatini
2010-10-09Install libavutil/opt.h, its API is public.Stefano Sabatini
2010-10-01Rename libavutil/assert.h to avassert.hMåns Rullgård
2010-10-01av_assert() system.Michael Niedermayer
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
2010-09-09Clean up av_get_cpu_flag()Måns Rullgård
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-04Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini
2010-07-21Make ff_inverse stay with libavutil, and optional copy it to libavcodec.Diego Pettenò
2010-07-11Install bswap.h and intreadwrite.hMåns Rullgård
2010-07-02avutil: install lfg.hRamiro Polla
2010-06-05Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini
2010-05-23Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö
2010-03-26Implement av_strerror().Stefano Sabatini
2010-03-13Move error code definitions from libavcodec/avcodec.h toStefano Sabatini
2010-03-09Move gcc attribute macros to new header libavutil/attributes.hMåns Rullgård