]> git.sesse.net Git - ffmpeg/history - libavutil
rawenc: switch to encode2().
[ffmpeg] / libavutil /
2012-02-08 Anton Khirnovpixdesc: mark pseudopaletted formats with a special...
2012-02-08 Haruhiko Yamagatax86inc: support yasm -f win64 flag also.
2012-02-08 Henrik Gramnerx86inc: allow manual use of WIN64_SPILL_XMM.
2012-02-08 Alex Converseaacdec: Use correct speaker order for 7.1.
2012-02-02 Ronald S. Bultjewin64: add a XMM clobber test configure option.
2012-01-30 Paul B Maholavutil: make intfloat api public
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-27 Ronald S. Bultjex86inc.asm: fix typo.
2012-01-27 Ronald S. Bultjeconfig.asm: change %ifdef directives to %if directives.
2012-01-27 Alex ConverseRevert "sws/pixfmt/pixdesc: add support for yuva444p"
2012-01-27 Paul B Maholsws/pixfmt/pixdesc: add support for yuva444p
2012-01-26 Diego Biurrunlibavutil: Remove pointless file test program.
2012-01-09 Vitor Sessakmpegaudiodec: optimized iMDCT transform
2012-01-05 Diego Biurruntimer: K&R formatting cosmetics
2012-01-03 Janne Grunaulavu: bump lavu minor for av_popcount64
2012-01-03 Daniel VerkampAdd av_popcount64
2011-12-21 Diego BiurrunReplace Subversion revisions in comments by Git hashes.
2011-12-19 Luca Barbatolavu: add AVERROR_BUG error value
2011-12-13 Mans Rullgardbuild: move inclusion of subdir.mak to main subdir...
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-12-12 Anton KhirnovAdd basic libavdevice documentation.
2011-12-12 Mans Rullgardx86: bswap: remove test for bswap instruction
2011-12-12 Mans Rullgardbswap: make generic implementation more compiler-friendly
2011-12-11 Mans Rullgardlavu: replace int/float punning functions
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-12-09 Justin Rugglesaudioconvert: add some additional channel and channel...
2011-12-09 Justin Rugglesaudioconvert: change 7.1 "wide" layout to use side...
2011-12-08 Diego Biurruntests/examples: Mark some variables only used within...
2011-12-07 Sean McGovernx86 cpuid: set vendor union members separately
2011-12-07 Diego Biurrundoxygen: Replace '\' by '@' in Doxygen markup tags.
2011-12-05 Diego Biurrundoxygen: eliminate Qt-style doxygen syntax
2011-12-03 Yordan MakarievCode clean-up for crc.c, lfg.c, log.c, random_see.d...
2011-12-03 Tsvetelina BorisovaCleaned pixdesc.c file in libavutil
2011-11-28 Mans Rullgardtimer: fix misspelling of "decicycles"
2011-11-27 Vitor Sessakx86inc: Flag shufps as an floating-point instruction...
2011-11-25 Mans RullgardFix av_get_channel_layout_string() for positions >31
2011-11-25 Mans RullgardMake channel layout masks unsigned
2011-11-25 Mans RullgardMK(BE)TAG: avoid undefined shifts
2011-11-24 Ronald S. Bultjeswscale: fix failing fate tests.
2011-11-24 Ronald S. BultjeClean up swscale pixfmt macros using av_pix_fmt_descrip...
2011-11-24 Ronald S. Bultjepixfmt: add planar RGB formats.
2011-11-23 Justin Ruggleslibavutil: add utility functions to simplify allocation...
2011-11-23 Justin Ruggleslibavutil: add planar sample formats and av_sample_fmt_...
2011-11-22 Luca Barbatodoxy: structure libavformat groups
2011-11-22 Luca Barbatodoxy: introduce an empty structure in libavcodec
2011-11-22 Luca Barbatodoxy: provide a start page and document libavutil
2011-11-22 Luca Barbatodoxy: cleanup pixfmt.h
2011-11-19 Thierry Foucuimgutils: Fix illegal read.
2011-11-16 Martin Storsjöavutil: Add av_timegm as a public function
2011-11-14 Sebastien Zwickerthwaccel: OS X Video Decoder Acceleration (VDA) support.
2011-11-11 Anton KhirnovAVOptions: don't return an invalid option when option...
2011-11-10 Alex Converseaes: Avoid illegal read and don't generate more key...
2011-11-07 Justin Rugglesx86inc: use sse versions of common macros instead of...
2011-11-06 Martin StorsjöRemove leftover includes of strings.h
2011-11-06 Reimar Döffingeravutil: Don't allow using strcasecmp/strncasecmp
2011-11-06 Reimar DöffingerReplace all usage of strcasecmp/strncasecmp
2011-11-06 Reimar Döffingeravstring: Add locale independent implementations of...
2011-11-06 Luca Barbatoavstring: Add locale independent implementations of...
2011-11-06 Loren MerrittUpdate x86inc.asm to latest x264 version, and add AVX...
2011-11-02 Diego BiurrunReplace some forgotten FFmpeg references by Libav.
2011-10-21 Justin Rugglesfmtconvert: port int32_to_float_fmul_scalar() x86 inlin...
2011-10-21 Ronald S. Bultjesws/pixfmt/pixdesc: add support for yuv420p9le/be.
2011-10-19 Anton KhirnovAVOptions: add documentation.
2011-10-17 Martin Storsjöavoptions: Fix av_opt_flag_is_set
2011-10-17 Anton KhirnovAVOptions: don't segfault on NULL parameter in av_set_o...
2011-10-12 Jindrich Makovickalog.h: make AVClass a named struct
2011-10-12 Anton KhirnovAVOptions: bump minor and add APIchanges entry.
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-10-12 Anton KhirnovRemove all uses of deprecated AVOptions API.
2011-10-12 Anton KhirnovAVOptions: add av_opt_next, deprecate av_next_option.
2011-10-12 Anton KhirnovAVOptions: add functions for evaluating option strings.
2011-10-12 Anton KhirnovAVOptions: split get_number().
2011-10-12 Anton KhirnovAVOptions: add av_opt_get*, deprecate av_get*.
2011-10-12 Anton KhirnovAVOptions: add av_opt_set*().
2011-10-12 Anton KhirnovAVOptions: add new API for enumerating children.
2011-10-11 Mans Rullgardintfloat_readwrite: fix signed addition overflows
2011-10-10 Anton KhirnovAVOptions: refactor set_number/write_number
2011-10-10 Anton KhirnovAVOptions: cosmetics, rename static av_set_number2...
2011-10-10 Anton KhirnovAVOptions: cosmetics, move and rename static av_set_num...
2011-10-10 Anton KhirnovAVOptions: split av_set_string3 into opt type-specific...
2011-10-09 Mans Rullgardcrc: fix signed overflow
2011-09-26 Jason Garrett-Glaserx86: XOP/FMA4 CPU detection support
2011-09-22 Anton Khirnoveval: test isnan(sqrt(-1)) instead of just sqrt(-1)
2011-09-21 David Goldwichdes: add possibility to calculate DES-CBC-MAC with...
2011-09-19 Stefano Sabatinieval: implement not() expression
2011-09-19 Stefano Sabatinieval: add sqrt function for computing the square root
2011-09-11 Stefano Sabatiniaudioconvert: add explanatory comments to channel_names...
2011-09-11 Stefano Sabatiniaudioconvert: K&R whitespace cosmetics
2011-09-07 Anton KhirnovAVOptions: remove AVOption.offset <= 0 checks
2011-09-07 Anton KhirnovAVOptions: deprecate av_opt_set_defaults2
2011-09-07 Anton KhirnovAVOptions: move doxy for av_opt_set_defaults() from...
2011-09-03 Anton KhirnovAVOptions: fix av_set_string3() doxy to match reality.
2011-09-03 Anton KhirnovAVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_f...
2011-09-03 Sean McGoverncpu detection: avoid a signed overflow
2011-09-01 Anton KhirnovAVOptions: drop av_ prefix from static av_get_number().
2011-08-27 Diego Biurrundoxygen: drop another pointless star from pointer varia...
2011-08-26 Stefano Sabatinififo: add FIFO API test program, and fate test
2011-08-26 Stefano Sabatinififo: add av_fifo_peek2(), and deprecate av_fifo_peek()
2011-08-26 Diego Biurrundoxygen: drop pointless star from pointer variable...
2011-08-18 Ronald S. BultjeMove clipd macros to x86util.asm.
next