]> git.sesse.net Git - ffmpeg/history - libavutil
Fix a bunch of common typos.
[ffmpeg] / libavutil /
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.
2011-08-12 Ronald S. BultjeMove x86util.asm from libavcodec/ to libavutil/.
2011-08-12 Ronald S. BultjeMove x86inc.asm to libavutil/.
2011-07-17 Mans Rullgardrandom_seed: use proper #includes
2011-07-16 Mans Rullgarddes: fix #if conditional around P_shuffle
2011-07-15 Diego Biurrunmem.h: switch doxygen parameter order to match function...
2011-07-14 Diego Biurrundoxygen: do not include license boilerplate in Doxygen...
2011-07-14 Diego Biurrundoxygen: Make sure parameter names match between .c...
2011-07-12 Oskar Arvidssonpix_fmt: Fix number of bits per component in yuv444p9be
2011-07-11 Mans Rullgardlls: use av_lfg instead of rand() in test program
2011-07-08 Anton KhirnovAVOptions: in av_opt_find() don't return named constant...
2011-07-08 Anton Khirnovdict: extend documentation.
2011-07-08 Mans Rullgardlls: whitespace cosmetics
2011-07-07 Diego Biurrunavutil: Add missing test programs to Makefile.
2011-07-06 Ronald S. Bultjeeval: add missing comma to tests.
2011-07-06 Ronald S. Bultjeeval: fix memleak.
2011-07-04 Mans Rullgardeval: clear Parser instances before using
2011-07-04 Kostya Shishkovsha: use AV_RB32() instead of assuming buffer can be...
2011-07-04 Mans Rullgarddes: allow unaligned input and output buffers
2011-07-04 Mans Rullgardaes: allow unaligned input and output buffers
2011-07-04 Mans Rullgardeval: make timing optional in test program
2011-07-03 Mans RullgardDo not include log.h in avutil.h
2011-07-03 Mans RullgardDo not include pixfmt.h in avutil.h
2011-07-03 Mans RullgardDo not include rational.h in avutil.h
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
next