summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* deprecate av_parse_cpu_flagsMichael Niedermayer2012-08-16
* av_parse_cpu_caps: add "mmxext" as alias for mmx2Michael Niedermayer2012-08-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\
| * Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-16
| * Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-15
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-14
|\|
| * ARM: intmath: use native-size return types for clipping functionsMans Rullgard2012-08-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-13
|\|
| * libavutil: add saturating addition functionsMans Rullgard2012-08-13
* | lavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macroStefano Sabatini2012-08-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-11
|\|
| * dict: move struct AVDictionary definition to dict.cMans Rullgard2012-08-10
| * dict: add av_dict_count()Mans Rullgard2012-08-10
* | lavu/opt: fix crash in av_opt_next() in case the class has no optionsStefano Sabatini2012-08-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-10
|\|
| * ARM: add missing "cc" clobber in av_clipl_int32_arm()Mans Rullgard2012-08-10
| * libavutil: remove unused av_abort() macroMans Rullgard2012-08-09
| * libavutil: drop offsetof() fallback definitionMans Rullgard2012-08-09
| * libavutil: drop fallback definitions of INTxx_MIN/MAXMans Rullgard2012-08-09
| * doxygen: Fix function parameter names to match the codeDiego Biurrun2012-08-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-09
|\|
| * Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard2012-08-09
| * x86: move MANGLE() and related macros to libavutil/x86/asm.hMans Rullgard2012-08-09
| * x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* | integer: switch to av_assertMichael Niedermayer2012-08-09
* | integer: fix typos in assertsMichael Niedermayer2012-08-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-09
|\|
| * ARM: use Q/R inline asm operand modifiers only if supportedMans Rullgard2012-08-07
* | lavu/timecode: add av_timecode_check_frame_rate().Clément Bœsch2012-08-08
* | x86inc.asm: remove redundant ifdef __YASM_VER__Michael Niedermayer2012-08-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-07
|\|
| * x86: fix build with nasm 2.08Mans Rullgard2012-08-07
| * x86: use nop cpu directives only if supportedMans Rullgard2012-08-07
| * x86: fix rNmp macros with nasmMans Rullgard2012-08-07
| * x86: add colons after labelsMans Rullgard2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-05
|\|
| * rational: add av_inv_q() returning the inverse of an AVRationalMans Rullgard2012-08-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-04
|\|
| * x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-03
|\|
| * x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun2012-08-03
* | timecode: show frame rate when invalid.Clément Bœsch2012-08-01
* | lavu/bprint: readd documentation for 0 and 1 av_bprint_init() special valuesStefano Sabatini2012-07-31
* | audioconvert: add av_get_standard_channel_layout().Nicolas George2012-07-30
* | audioconvert: add av_get_channel_description().Nicolas George2012-07-30
* | audioconvert: include the description of channels in the library.Nicolas George2012-07-30
* | samplefmt: Fix warning about discarded qualifierjamal2012-07-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-29
|\|
| * x86inc: clip num_args to 7 on x86-32.Loren Merritt2012-07-28