| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump lavu minor and add an APIChanges entry for audioconvert functions. | Anton Khirnov | 2012-06-10 | 1 | -1/+1 |
* | audioconvert: add a function for extracting the channel with the given index | Anton Khirnov | 2012-06-10 | 2 | -0/+19 |
* | audioconvert: add a function for getting the name of a single channel. | Anton Khirnov | 2012-06-10 | 2 | -0/+18 |
* | audioconvert: add a function for getting channel's index in layout | Anton Khirnov | 2012-06-10 | 2 | -0/+22 |
* | audioconvert: use av_popcount64 in av_get_channel_layout_nb_channels | Anton Khirnov | 2012-06-10 | 1 | -5/+1 |
* | lavu: change versioning script to include all av* prefixed symbols | Justin Ruggles | 2012-06-08 | 1 | -1/+1 |
* | float_dsp: ppc: add a separate header for Altivec function prototypes | Justin Ruggles | 2012-06-08 | 3 | -3/+30 |
* | ARM: fix float_dsp breakage from d5a7229 | Mans Rullgard | 2012-06-08 | 4 | -8/+8 |
* | Add a float DSP framework to libavutil | Justin Ruggles | 2012-06-08 | 16 | -0/+539 |
* | PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutil | Justin Ruggles | 2012-06-08 | 2 | -0/+165 |
* | ARM: Move asm.S from libavcodec to libavutil | Justin Ruggles | 2012-06-08 | 1 | -0/+231 |
* | x86: Avoid movs on BUTTERFLYPS when in AVX mode | Vitor Sessak | 2012-05-29 | 1 | -7/+6 |
* | AVOptions: fix the value printed in out of range error message. | Anton Khirnov | 2012-05-28 | 1 | -1/+2 |
* | log: make colored output more colorful. | Anton Khirnov | 2012-05-26 | 1 | -2/+2 |
* | opt: Add av_opt_set_bin() | Samuel Pitoiset | 2012-05-26 | 3 | -1/+31 |
* | Add missing version bumps and APIchanges/Changelog entries. | Anton Khirnov | 2012-05-15 | 1 | -1/+1 |
* | lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVX | Justin Ruggles | 2012-05-09 | 1 | -4/+3 |
* | samplefmt: add a function for filling a buffer with silence. | Anton Khirnov | 2012-05-09 | 2 | -0/+31 |
* | samplefmt: add a function for copying audio samples. | Anton Khirnov | 2012-05-09 | 2 | -0/+34 |
* | mips: intreadwrite: fix inline asm for gcc 4.8 | Mans Rullgard | 2012-05-09 | 1 | -2/+5 |
* | mips: intreadwrite: remove unnecessary inline asm | Mans Rullgard | 2012-05-09 | 1 | -57/+2 |
* | av_samples_fill_array: Mark unmodified function argument as const. | Diego Biurrun | 2012-05-08 | 2 | -2/+3 |
* | build: cosmetics: Add missing end-of-line backslashes to item lists. | Diego Biurrun | 2012-05-07 | 1 | -1/+1 |
* | build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. | Diego Biurrun | 2012-05-07 | 1 | -4/+21 |
* | arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6 | Mans Rullgard | 2012-05-03 | 1 | -1/+3 |
* | arm: intreadwrite: disable inline asm for gcc 4.7 and later | Mans Rullgard | 2012-05-02 | 1 | -1/+2 |
* | arm: intreadwrite: fix inline asm constraints for gcc 4.6 and later | Mans Rullgard | 2012-05-02 | 1 | -3/+10 |
* | cpu: recognise only cpu flag names pertinent to the architecture | Mans Rullgard | 2012-04-25 | 1 | -2/+4 |
* | avutil: add av_parse_cpu_flags() function | Mans Rullgard | 2012-04-25 | 3 | -1/+70 |
* | Add libavresample | Justin Ruggles | 2012-04-24 | 1 | -0/+9 |
* | avutil: change default buffer size alignment for sample buffer functions | Justin Ruggles | 2012-04-23 | 1 | -2/+4 |
* | ARM: allow runtime masking of CPU features | Mans Rullgard | 2012-04-22 | 5 | -1/+80 |
* | avutil: add audio fifo buffer | Justin Ruggles | 2012-04-20 | 4 | -2/+343 |
* | x86inc: support AVX abstraction for 2-operand instructions | Loren Merritt | 2012-04-18 | 1 | -2/+8 |
* | avutil: add better documentation for AVSampleFormat | Justin Ruggles | 2012-04-16 | 1 | -1/+26 |
* | build: Move all arch OBJS declarations into arch subdirectory Makefiles. | Diego Biurrun | 2012-04-12 | 3 | -3/+2 |
* | x86inc improvements for 64-bit | Henrik Gramner | 2012-04-11 | 1 | -104/+114 |
* | mem: Consistently return NULL for av_malloc(0) | Martin Storsjö | 2012-04-10 | 1 | -1/+3 |
* | avutil: use align == 0 for default alignment in audio sample buffer functions | Justin Ruggles | 2012-04-09 | 3 | -3/+8 |
* | avutil: allow NULL linesize in av_samples_fill_arrays() and av_samples_alloc() | Justin Ruggles | 2012-04-09 | 2 | -5/+8 |
* | audioconvert: make av_get_channel_layout accept composite names. | Nicolas George | 2012-04-08 | 3 | -12/+54 |
* | avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt() | Justin Ruggles | 2012-04-08 | 3 | -11/+52 |
* | avutil: Add av_get_default_channel_layout() | Justin Ruggles | 2012-04-05 | 3 | -1/+21 |
* | cosmetics: Consistently place static, inline and av_cold attributes/keywords. | Diego Biurrun | 2012-04-04 | 1 | -1/+1 |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 2 | -6/+2 |
* | build: Only clean the architecture subdirectory we build for. | Diego Biurrun | 2012-03-26 | 1 | -2/+0 |
* | libavutil: Remove pointless rational test program. | Diego Biurrun | 2012-03-26 | 2 | -26/+1 |
* | libavutil: Remove broken and pointless lzo test program. | Diego Biurrun | 2012-03-26 | 2 | -47/+0 |
* | docs: Fix a stray reference to tags in the generic doxy on dicts | Martin Storsjö | 2012-03-19 | 1 | -1/+1 |
* | x86inc: add *mp named argument support to DEFINE_ARGS. | Ronald S. Bultje | 2012-03-14 | 1 | -0/+2 |