summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* libavutil: document av_force_cpu_flags(-1).Michael Niedermayer2012-03-08
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-07
|\
| * cpu: initialize mask to -1, so that by default, optimizations are used.Ronald S. Bultje2012-03-06
| * cpu: add av_set_cpu_flags_mask().Anton Khirnov2012-03-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-05
|\|
| * x86inc: don't "bake" stack_offset in named arguments.Loren Merritt2012-03-03
* | Remove duplicate initializers for VDA_VLD and GBR24P.Dale Curtis2012-03-03
* | eval: fix infinite loop on opensolaris x86.Michael Niedermayer2012-03-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-29
|\|
| * doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-28
* | eval: add root() to solve f(x)=0Michael Niedermayer2012-02-27
* | eval: Check that single parameter functions dont get a second param.Michael Niedermayer2012-02-26
* | eval: Allow specifying the variable id.Michael Niedermayer2012-02-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-26
|\|
| * avutil: add AVERROR_UNKNOWNJustin Ruggles2012-02-25
| * Remove libpostproc.Diego Biurrun2012-02-23
* | random_seed: add selftestMichael Niedermayer2012-02-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-23
|\|
| * Add channel names to channel_names[] array for channels added in b2890f5Tim Walker2012-02-22
* | eval: support 3 parameter functions.Michael Niedermayer2012-02-22
* | eval: Add taylor series evaluation support.Michael Niedermayer2012-02-22
* | lavu: document av_reverse.Nicolas George2012-02-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-22
|\|
| * Add names for more channel layouts to the channel layout map.Tim W2012-02-21
| * Mark mutable static data const where appropriate.Alex Converse2012-02-21
* | doxy: Disable the main index page.Michael Niedermayer2012-02-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-21
|\|
| * avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles2012-02-20
* | audioconvert: consistent use of FF_ARRAY_ELEMS for channel_layout_map.Clément Bœsch2012-02-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-14
|\|
| * Move some conditionally used variables into the block where they are used.Diego Biurrun2012-02-13
* | Detect and check for CMOV.Reimar Döffinger2012-02-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-10
|\|
| * build: Add missing directories to DIRS declarations.Diego Biurrun2012-02-09
* | lavu: add timestamp.h header with convenience timestamp utilitiesStefano Sabatini2012-02-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-09
|\|
| * pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-08
| * x86inc: support yasm -f win64 flag also.Haruhiko Yamagata2012-02-08
| * x86inc: allow manual use of WIN64_SPILL_XMM.Henrik Gramner2012-02-08
| * aacdec: Use correct speaker order for 7.1.Alex Converse2012-02-08
* | lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspectStefano Sabatini2012-02-06
* | adler32: add comment for the SIMD codeMichael Niedermayer2012-02-04
* | adler32: rewrite using integer SIMD.Michael Niedermayer2012-02-04
* | adler32: avoid "too big" check in the inner loopMichael Niedermayer2012-02-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-03
|\|
| * win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-02
* | lavu/timecode: use @see for URL in doxygen.Clément Bœsch2012-02-03
* | lavu: add public timecode API.Clément Bœsch2012-02-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-31
|\|
| * avutil: make intfloat api publicPaul B Mahol2012-01-30