summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-221-5/+1
|\
| * configure: Drop fastdiv optionDiego Biurrun2012-08-221-5/+1
* | deprecate av_parse_cpu_flagsMichael Niedermayer2012-08-161-0/+1
* | av_parse_cpu_caps: add "mmxext" as alias for mmx2Michael Niedermayer2012-08-161-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-1620-1/+30
|\ \ | |/
| * Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-161-0/+1
| * Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-152-0/+2
| * Don't include common.h from avutil.hMartin Storsjö2012-08-1521-2/+28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-141-5/+5
|\ \ | |/
| * ARM: intmath: use native-size return types for clipping functionsMans Rullgard2012-08-131-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-132-0/+45
|\ \ | |/
| * libavutil: add saturating addition functionsMans Rullgard2012-08-132-0/+45
* | lavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macroStefano Sabatini2012-08-123-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-114-6/+19
|\ \ | |/
| * dict: move struct AVDictionary definition to dict.cMans Rullgard2012-08-102-5/+5
| * dict: add av_dict_count()Mans Rullgard2012-08-103-2/+15
* | lavu/opt: fix crash in av_opt_next() in case the class has no optionsStefano Sabatini2012-08-101-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-103-43/+3
|\ \ | |/
| * ARM: add missing "cc" clobber in av_clipl_int32_arm()Mans Rullgard2012-08-101-1/+1
| * libavutil: remove unused av_abort() macroMans Rullgard2012-08-091-4/+0
| * libavutil: drop offsetof() fallback definitionMans Rullgard2012-08-091-4/+0
| * libavutil: drop fallback definitions of INTxx_MIN/MAXMans Rullgard2012-08-091-32/+0
| * doxygen: Fix function parameter names to match the codeDiego Biurrun2012-08-091-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-094-127/+112
|\ \ | |/
| * Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard2012-08-091-16/+0
| * x86: move MANGLE() and related macros to libavutil/x86/asm.hMans Rullgard2012-08-092-12/+12
| * x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-092-4/+4
* | integer: switch to av_assertMichael Niedermayer2012-08-091-13/+11
* | integer: fix typos in assertsMichael Niedermayer2012-08-091-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-092-0/+8
|\ \ | |/
| * ARM: use Q/R inline asm operand modifiers only if supportedMans Rullgard2012-08-072-0/+8
* | lavu/timecode: add av_timecode_check_frame_rate().Clément Bœsch2012-08-083-10/+27
* | x86inc.asm: remove redundant ifdef __YASM_VER__Michael Niedermayer2012-08-081-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-072-37/+18
|\ \ | |/
| * x86: fix build with nasm 2.08Mans Rullgard2012-08-071-11/+7
| * x86: use nop cpu directives only if supportedMans Rullgard2012-08-071-3/+9
| * x86: fix rNmp macros with nasmMans Rullgard2012-08-071-2/+2
| * x86: add colons after labelsMans Rullgard2012-08-071-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-051-0/+11
|\ \ | |/
| * rational: add av_inv_q() returning the inverse of an AVRationalMans Rullgard2012-08-051-0/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-045-7/+9
|\ \ | |/
| * x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-034-7/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-031-1/+1
|\ \ | |/
| * x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun2012-08-031-1/+1
* | timecode: show frame rate when invalid.Clément Bœsch2012-08-011-1/+2
* | lavu/bprint: readd documentation for 0 and 1 av_bprint_init() special valuesStefano Sabatini2012-07-311-0/+2
* | audioconvert: add av_get_standard_channel_layout().Nicolas George2012-07-303-1/+23
* | audioconvert: add av_get_channel_description().Nicolas George2012-07-302-0/+19
* | audioconvert: include the description of channels in the library.Nicolas George2012-07-301-29/+34
* | samplefmt: Fix warning about discarded qualifierjamal2012-07-301-1/+1
OpenPOWER on IntegriCloud