summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* audioconvert: consistent use of FF_ARRAY_ELEMS for channel_layout_map.Clément Bœsch2012-02-151-4/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-141-1/+2
|\
| * Move some conditionally used variables into the block where they are used.Diego Biurrun2012-02-131-1/+2
* | Detect and check for CMOV.Reimar Döffinger2012-02-122-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-101-1/+1
|\ \ | |/
| * build: Add missing directories to DIRS declarations.Diego Biurrun2012-02-091-1/+1
* | lavu: add timestamp.h header with convenience timestamp utilitiesStefano Sabatini2012-02-093-2/+78
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-096-12/+25
|\ \ | |/
| * pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-084-8/+17
| * x86inc: support yasm -f win64 flag also.Haruhiko Yamagata2012-02-081-0/+2
| * x86inc: allow manual use of WIN64_SPILL_XMM.Henrik Gramner2012-02-081-4/+5
| * aacdec: Use correct speaker order for 7.1.Alex Converse2012-02-081-0/+1
* | lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspectStefano Sabatini2012-02-064-5/+54
* | adler32: add comment for the SIMD codeMichael Niedermayer2012-02-041-0/+5
* | adler32: rewrite using integer SIMD.Michael Niedermayer2012-02-041-10/+31
* | adler32: avoid "too big" check in the inner loopMichael Niedermayer2012-02-041-4/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-031-0/+71
|\ \ | |/
| * win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-021-0/+71
* | lavu/timecode: use @see for URL in doxygen.Clément Bœsch2012-02-031-3/+2
* | lavu: add public timecode API.Clément Bœsch2012-02-024-1/+335
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-312-2/+3
|\ \ | |/
| * avutil: make intfloat api publicPaul B Mahol2012-01-302-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-294-3/+1
|\ \ | |/
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-274-4/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-283-14/+17
|\ \ | |/
| * x86inc.asm: fix typo.Ronald S. Bultje2012-01-271-1/+1
| * config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-272-14/+16
| * Revert "sws/pixfmt/pixdesc: add support for yuva444p"Alex Converse2012-01-263-15/+1
| * sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol2012-01-273-1/+15
| * libavutil: Remove pointless file test program.Diego Biurrun2012-01-262-19/+1
* | sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol2012-01-283-1/+16
* | base64: 10l endian fix.Michael Niedermayer2012-01-221-1/+1
* | Optimized base64 decode by writing 3 bytes at once.Reimar Döffinger2012-01-221-13/+23
* | Cosmetics: add do {} while 0 to macro.Reimar Döffinger2012-01-221-12/+13
* | pixdesc: cosmeticsJean First2012-01-221-42/+42
* | Unroll base64 decode loop.Reimar Döffinger2012-01-211-13/+36
* | Use a full table for base64 decode.Reimar Döffinger2012-01-211-8/+35
* | base64: more thorough decode tests.Reimar Döffinger2012-01-211-1/+20
* | base64: Only run benchmark when "-t" is specified.Michael Niedermayer2012-01-211-16/+18
* | base64: fix little typoMichael Niedermayer2012-01-211-1/+1
* | base64: add a benchmark for a pure syntax check.Michael Niedermayer2012-01-211-0/+6
* | base64: simplify end handling in av_base64_encode()Michael Niedermayer2012-01-211-6/+3
* | base64: optimize av_base64_encode()Michael Niedermayer2012-01-211-0/+10
* | base64: add benchmarkMichael Niedermayer2012-01-211-0/+13
* | Slightly optimize base64 encode.Reimar Döffinger2012-01-201-1/+3
* | Optimize output buffer size check in base64 decode.Reimar Döffinger2012-01-201-1/+2
* | Minor optimization of base64 decode.Reimar Döffinger2012-01-201-3/+5
* | opt: Fix "libavutil/opt.c:811:20: warning: initialization discards ‘constâ€...Michael Niedermayer2012-01-201-1/+1
* | tools: add ffeval toolStefano Sabatini2012-01-171-0/+2
* | lavu/eval: add if() and ifnot() eval functionsStefano Sabatini2012-01-172-1/+9
OpenPOWER on IntegriCloud