summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-27
|\
| * ARM: add ARMv6 optimised av_clip_uintp2Mans Rullgard2011-05-26
| * ARM: remove volatile from asm statements in libavutil/intmathMans Rullgard2011-05-26
| * ARM: fix av_clipl_int32_arm()Mans Rullgard2011-05-26
| * AVOptions: set string default values.Anton Khirnov2011-05-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-26
|\|
| * avoptions: Return explicitly NAN or {0,0} if the option isn't foundMartin Storsjö2011-05-25
* | eval: implement not() expressionStefano Sabatini2011-05-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-25
|\|
| * Move emms_c() from libavcodec to libavutil.Ronald S. Bultje2011-05-24
* | mem: define the MAX_MALLOC_SIZE constant and use it in place of INT_MAXStefano Sabatini2011-05-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-23
|\|
| * avoptions: Check the return value from av_get_numberMartin Storsjö2011-05-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-22
|\|
| * multiple inclusion guard cleanupDiego Biurrun2011-05-21
* | avoptions: Support getting flag values using av_get_intMartin Storsjö2011-05-21
* | eval: opensolaris strtod() cannot handle 0x1234Michael Niedermayer2011-05-18
* | imgutils: introduce internal image_get_linesize() and use itStefano Sabatini2011-05-16
* | imgutils: make av_image_get_linesize() return AVERROR(EINVAL) for invalid pix...Stefano Sabatini2011-05-16
* | imgutils: generalize linesize computation for bitstream formatsStefano Sabatini2011-05-15
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-14
|\|
| * Add av_clip_uintp2() functionMans Rullgard2011-05-13
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-13
|\|
| * configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
| * swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-11
* | pixfmt-Comment: Fix big/little typoMichael Niedermayer2011-05-12
* | Fix posix_memalign() usage when libavutil is compiled outside FFmpeg.Ivan Kalvachev2011-05-12
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-12
|\|
| * swscale: extend YUV422p support to 10bits depthBaptiste Coudurier2011-05-11
| * Remove unused softfloat implementation.Diego Biurrun2011-05-11
* | av_compare_ts: Improve speed when calculations fit in 64bit.Michael Niedermayer2011-05-11
* | Check syntax even if DEBUG is not defined.Reimar Döffinger2011-05-11
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-11
|\|
| * AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
| * Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-10
* | mem: Choose alignment at compile time depending on AVX enabledness.Michael Niedermayer2011-05-10
* | fifo: use av_freep()Michael Niedermayer2011-05-09
* | avutil: add divide & modulo that round like unsigned ones do that is down.Michael Niedermayer2011-05-09
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-09
|\|
| * log: Fix an oob array read.Alex Converse2011-05-08
| * Ban strncpy() it's too easy to misuse.Alex Converse2011-05-08
| * Replace strncpy() with av_strlcpy().Alex Converse2011-05-03
| * Fix races in default av_log handlerReinhard Tartler2011-04-29
| * bswap.h: Remove disabled code.Diego Biurrun2011-04-29
* | PIX_FMT_422P10 supportBaptiste Coudurier2011-05-08
* | Only add 1 byte to av_malloc(0) when it actually returned NULLMichael Niedermayer2011-05-07
* | Make av_realloc(0) behave like our av_malloc(0)Michael Niedermayer2011-05-07
* | Use MAP_FAILED to check for mmap failure instead of manuallyReimar Döffinger2011-05-07
* | eval: add sqrt function for computing the square rootStefano Sabatini2011-05-05
* | file: Fix mmap error check.Michael Niedermayer2011-05-05