summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avoptions: Support getting flag values using av_get_intMartin Storsjö2011-05-211-1/+2
* eval: opensolaris strtod() cannot handle 0x1234Michael Niedermayer2011-05-181-1/+4
* imgutils: introduce internal image_get_linesize() and use itStefano Sabatini2011-05-161-14/+24
* imgutils: make av_image_get_linesize() return AVERROR(EINVAL) for invalid pix...Stefano Sabatini2011-05-161-0/+3
* imgutils: generalize linesize computation for bitstream formatsStefano Sabatini2011-05-151-12/+7
* Merge remote branch 'qatar/master'Michael Niedermayer2011-05-141-0/+15
|\
| * Add av_clip_uintp2() functionMans Rullgard2011-05-131-0/+15
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-131-2/+0
|\ \ | |/
| * 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
* | pixfmt-Comment: Fix big/little typoMichael Niedermayer2011-05-121-2/+2
* | Fix posix_memalign() usage when libavutil is compiled outside FFmpeg.Ivan Kalvachev2011-05-121-0/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-121-1/+1
|\ \ | |/
| * swscale: extend YUV422p support to 10bits depthBaptiste Coudurier2011-05-112-0/+26
| * Remove unused softfloat implementation.Diego Biurrun2011-05-113-199/+1
* | av_compare_ts: Improve speed when calculations fit in 64bit.Michael Niedermayer2011-05-111-0/+3
* | Check syntax even if DEBUG is not defined.Reimar Döffinger2011-05-111-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-112-1/+4
|\ \ | |/
| * 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
* | mem: Choose alignment at compile time depending on AVX enabledness.Michael Niedermayer2011-05-101-4/+6
* | fifo: use av_freep()Michael Niedermayer2011-05-091-1/+1
* | avutil: add divide & modulo that round like unsigned ones do that is down.Michael Niedermayer2011-05-091-0/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-092-1/+3
|\ \ | |/
| * 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
* | PIX_FMT_422P10 supportBaptiste Coudurier2011-05-082-0/+26
* | Only add 1 byte to av_malloc(0) when it actually returned NULLMichael Niedermayer2011-05-071-2/+2
* | Make av_realloc(0) behave like our av_malloc(0)Michael Niedermayer2011-05-071-1/+1
* | Use MAP_FAILED to check for mmap failure instead of manuallyReimar Döffinger2011-05-071-1/+1
* | eval: add sqrt function for computing the square rootStefano Sabatini2011-05-052-1/+7
* | file: Fix mmap error check.Michael Niedermayer2011-05-051-1/+1
* | AVOptions: av_set_string3() allow NULL stringsMichael Niedermayer2011-05-021-1/+1
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-015-62/+40
|\ \
| * | AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-04-302-67/+10
| * | Move ff_dynarray_add to lavu and make it public.Anton Khirnov2011-04-293-1/+30
| * | options: simplify av_find_opt by using av_next_option.Anton Khirnov2011-04-291-3/+2
| |/
* | Fix all malloc(0) issuesMichael Niedermayer2011-04-291-0/+2
* | Rename y400a to gray8a.Baptiste Coudurier2011-04-272-3/+5
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-274-12/+42
|\ \ | |/
| * 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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-2/+2
|\ \ | |/
| * bswap: use native types for av_bwap16().Jason Garrett-Glaser2011-04-221-2/+2
* | error: remove symbols which were deprecated before the big bumpStefano Sabatini2011-04-221-9/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-224-26/+31
|\ \ | |/
OpenPOWER on IntegriCloud