summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* 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
| * x86inc: sync to latest version from x264.Ronald S. Bultje2012-07-28
* | lavu/bprint: extend/clarify documentation for av_bprint_init() size_max valueStefano Sabatini2012-07-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-27
|\|
| * x86: add support for fmaddps fma4 instruction with abstraction to avx/sseJustin Ruggles2012-07-27
| * eval: fix printing of NaN in eval fate test.Ronald S. Bultje2012-07-26
| * x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje2012-07-26
* | imgutils: Fix warnings about incompatible pointer type and discarded qualifiersjamal2012-07-27
* | avutil: support 50 and 60 frame rates in timecode apiMatthieu Bouron2012-07-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-23
|\|
| * dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser2012-07-22
* | lavu: disable av_uninit for clangPaul B Mahol2012-07-16