summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-134-32/+1
|\
| * remove iwmmxt optimizationsJanne Grunau2012-03-124-32/+1
* | libavutil: document av_force_cpu_flags(-1).Michael Niedermayer2012-03-081-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-073-3/+19
|\ \ | |/
| * cpu: initialize mask to -1, so that by default, optimizations are used.Ronald S. Bultje2012-03-061-1/+1
| * cpu: add av_set_cpu_flags_mask().Anton Khirnov2012-03-063-2/+20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-051-1/+4
|\ \ | |/
| * x86inc: don't "bake" stack_offset in named arguments.Loren Merritt2012-03-031-1/+4
* | Remove duplicate initializers for VDA_VLD and GBR24P.Dale Curtis2012-03-031-16/+0
* | eval: fix infinite loop on opensolaris x86.Michael Niedermayer2012-03-011-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-291-2/+1
|\ \ | |/
| * doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-281-2/+1
* | eval: add root() to solve f(x)=0Michael Niedermayer2012-02-271-1/+47
* | eval: Check that single parameter functions dont get a second param.Michael Niedermayer2012-02-261-1/+1
* | eval: Allow specifying the variable id.Michael Niedermayer2012-02-261-4/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-263-1/+3
|\ \ | |/
| * avutil: add AVERROR_UNKNOWNJustin Ruggles2012-02-253-2/+4
| * Remove libpostproc.Diego Biurrun2012-02-231-1/+0
* | random_seed: add selftestMichael Niedermayer2012-02-232-1/+27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-231-0/+4
|\ \ | |/
| * Add channel names to channel_names[] array for channels added in b2890f5Tim Walker2012-02-221-0/+4
* | eval: support 3 parameter functions.Michael Niedermayer2012-02-221-3/+8
* | eval: Add taylor series evaluation support.Michael Niedermayer2012-02-221-1/+21
* | lavu: document av_reverse.Nicolas George2012-02-221-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-222-2/+19
|\ \ | |/
| * Add names for more channel layouts to the channel layout map.Tim W2012-02-211-0/+18
| * Mark mutable static data const where appropriate.Alex Converse2012-02-211-2/+2
* | doxy: Disable the main index page.Michael Niedermayer2012-02-211-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-213-3/+16
|\ \ | |/
| * avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles2012-02-203-3/+16
* | 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
OpenPOWER on IntegriCloud