| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | metasound: add last missing modes (8kHz @ 6kbps per channel) | Kostya Shishkov | 2013-11-26 | 1 | -1/+1 |
* | twinvq: consume block_align+1 packets as full ones | Kostya Shishkov | 2013-11-14 | 1 | -0/+3 |
* | twinvq: support multiple frames per packet | Kostya Shishkov | 2013-11-14 | 1 | -14/+37 |
* | twinvq: set block align for codecs and use it in size checks | Kostya Shishkov | 2013-08-26 | 1 | -1/+7 |
* | Voxware MetaSound decoder | Kostya Shishkov | 2013-08-08 | 1 | -0/+5 |
* | twinvq: Split VQF-specific part from common TwinVQ decoder core | Kostya Shishkov | 2013-08-05 | 1 | -546/+26 |
* | twinvq: Prefix enums and defines shared with VoxWare MetaSound | Diego Biurrun | 2013-08-05 | 1 | -71/+76 |
* | twinvq: move all bitstream reading into single place | Kostya Shishkov | 2013-08-05 | 1 | -86/+154 |
* | twinvq: Add proper twinvq prefixes to identifiers | Diego Biurrun | 2013-08-01 | 1 | -94/+95 |
* | miscellaneous typo fixes | Diego Biurrun | 2013-07-25 | 1 | -4/+4 |
* | cosmetics: Add '0' to float constants ending in '.'. | Diego Biurrun | 2013-07-25 | 1 | -14/+14 |
* | twinvq: K&R formatting cosmetics | Diego Biurrun | 2013-07-25 | 1 | -280/+312 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | twinvq: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -9/+5 |
* | floatdsp: move butterflies_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -3/+1 |
* | lavc: Move vector_fmul_window to AVFloatDSPContext | Justin Ruggles | 2013-01-16 | 1 | -5/+4 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | twinvq: validate sample rate code | Justin Ruggles | 2012-11-01 | 1 | -0/+5 |
* | twinvq: set channel layout | Justin Ruggles | 2012-11-01 | 1 | -0/+4 |
* | twinvq: validate that channels is not <= 0 | Justin Ruggles | 2012-11-01 | 1 | -1/+1 |
* | twinvq: use planar sample format | Justin Ruggles | 2012-10-01 | 1 | -19/+12 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | Add a float DSP framework to libavutil | Justin Ruggles | 2012-06-08 | 1 | -3/+6 |
* | twinvq: fix out of bounds array access | Mans Rullgard | 2012-05-01 | 1 | -2/+4 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -11/+25 |
* | twinvq: add SSE/AVX optimized sum/difference stereo interleaving | Justin Ruggles | 2011-11-11 | 1 | -18/+16 |
* | vqf/twinvq: pass vqf COMM chunk info in extradata | Justin Ruggles | 2011-11-11 | 1 | -2/+16 |
* | twinvq: check for allocation failure in init_mdct_win() | Justin Ruggles | 2011-11-11 | 1 | -29/+47 |
* | twinvq: check output buffer size before decoding | Justin Ruggles | 2011-10-22 | 1 | -2/+9 |
* | twinvq: return an error when the packet size is too small | Justin Ruggles | 2011-10-22 | 1 | -2/+1 |
* | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun | 2011-09-24 | 1 | -11/+9 |
* | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun | 2011-06-24 | 1 | -4/+4 |
* | vorbis: Rename decoder/encoder files to follow general file naming scheme. | Diego Biurrun | 2011-04-23 | 1 | -1/+1 |
* | Move sine windows to a separate file | Mans Rullgard | 2011-03-20 | 1 | -0/+1 |
* | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -1/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Remove unneeded add bias from 3 functions. | Justin Ruggles | 2011-01-31 | 1 | -1/+0 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. | Justin Ruggles | 2011-01-22 | 1 | -2/+2 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -2/+2 |
* | twinvq: remove VLAs | Måns Rullgård | 2010-06-25 | 1 | -9/+15 |
* | Move clipping of audio samples (for those codecs outputting float) from decoder | Ronald S. Bultje | 2010-04-21 | 1 | -3/+0 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Move FFT parts from dsputil.h to fft.h | Måns Rullgård | 2010-03-06 | 1 | -0/+1 |
* | Add support for hard-coded MDCT-related ff_sine_windows tables. | Reimar Döffinger | 2010-01-09 | 1 | -3/+3 |