summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* intreadwrite.h: fix AV_RL32/AV_RB32 signedness.Uoti Urpala2011-06-161-10/+10
* Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov2011-06-161-1/+1
* dict: add AV_DICT_APPEND flag.Anton Khirnov2011-06-162-1/+14
* AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov2011-06-164-5/+66
* AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.Anton Khirnov2011-06-162-0/+39
* libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje2011-06-102-0/+52
* avoptions: Add an av_opt_flag_is_set function for inspecting flag fieldsMartin Storsjö2011-06-103-1/+21
* Move metadata API from lavf to lavu.Anton Khirnov2011-06-085-1/+197
* samplefmt: add av_get_bytes_per_sample()Stefano Sabatini2011-06-073-4/+25
* inverse.c: Replace unnecessary intmath.h header by necessary stdint.h.Diego Biurrun2011-06-071-1/+1
* Drop unnecessary directory prefixes from #include directives.Diego Biurrun2011-06-076-10/+11
* Remove unnecessary LIBAVFORMAT_BUILD #ifdef.Diego Biurrun2011-06-051-2/+0
* AVOptions: add av_opt_free convenience function.Anton Khirnov2011-06-053-1/+14
* Fix build of eval-test programMans Rullgard2011-06-051-1/+1
* Fix error check in av_file_map()Mans Rullgard2011-06-041-1/+1
* ARM: simplify inline asm with 64-bit operandsMans Rullgard2011-05-301-9/+8
* ARM: improve FASTDIV asmMans Rullgard2011-05-281-6/+6
* lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-283-1/+16
* ARM: add ARMv6 optimised av_clip_uintp2Mans Rullgard2011-05-261-0/+9
* ARM: remove volatile from asm statements in libavutil/intmathMans Rullgard2011-05-261-16/+16
* ARM: fix av_clipl_int32_arm()Mans Rullgard2011-05-261-0/+1
* AVOptions: set string default values.Anton Khirnov2011-05-261-1/+3
* avoptions: Return explicitly NAN or {0,0} if the option isn't foundMartin Storsjö2011-05-251-2/+2
* Move emms_c() from libavcodec to libavutil.Ronald S. Bultje2011-05-241-0/+14
* avoptions: Check the return value from av_get_numberMartin Storsjö2011-05-221-3/+6
* multiple inclusion guard cleanupDiego Biurrun2011-05-212-2/+2
* Add av_clip_uintp2() functionMans Rullgard2011-05-131-0/+15
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-2/+0
* swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-111-2/+2
* swscale: extend YUV422p support to 10bits depthBaptiste Coudurier2011-05-112-0/+26
* Remove unused softfloat implementation.Diego Biurrun2011-05-113-199/+1
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-102-58/+11
* Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-102-0/+52
* log: Fix an oob array read.Alex Converse2011-05-081-1/+1
* Ban strncpy() it's too easy to misuse.Alex Converse2011-05-081-0/+2
* Replace strncpy() with av_strlcpy().Alex Converse2011-05-031-1/+2
* Fix races in default av_log handlerReinhard Tartler2011-04-291-3/+4
* bswap.h: Remove disabled code.Diego Biurrun2011-04-291-6/+0
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-261-2/+1
* Increase alignment of av_malloc() as needed by AVX ASM.Vitor Sessak2011-04-261-9/+7
* lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-262-1/+34
* bswap: use native types for av_bwap16().Jason Garrett-Glaser2011-04-221-2/+2
* error: sort, pack, and align error code and string definitionsStefano Sabatini2011-04-212-24/+20
* Provide a fallback version of the libm function truncMartin Storsjö2011-04-211-0/+7
* error: change AVERROR_EOF valueAnton Khirnov2011-04-211-1/+1
* error: remove AVERROR_NUMEXPECTEDStefano Sabatini2011-04-212-2/+0
* error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.cStefano Sabatini2011-04-213-3/+5
* Remove a version check in av_log made unnecessary by the big bump.Diego Biurrun2011-04-201-1/+1
* lavu: remove disabled ff_random_get_seed cruft.Anton Khirnov2011-04-191-8/+0
* lavu: remove disabled sha1 cruft.Anton Khirnov2011-04-193-82/+0
OpenPOWER on IntegriCloud