Age | Commit message (Expand) | Author |
2012-11-24 | ra288: Check block align. | Michael Niedermayer |
2012-11-12 | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer |
2012-11-11 | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles |
2012-11-02 | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff' | Michael Niedermayer |
2012-11-01 | ra288dec: set channel layout | Justin Ruggles |
2012-10-15 | ra288: assert order to be withinn supported range in do_hybrid_window() | Michael Niedermayer |
2012-08-28 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-08-27 | celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() | Diego Biurrun |
2012-08-07 | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer |
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov |
2012-06-08 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-06-08 | Add a float DSP framework to libavutil | Justin Ruggles |
2012-05-22 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-05-21 | Convert vector_fmul range of functions to YASM and add AVX versions | Kieran Kunhya |
2012-02-16 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-02-15 | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö |
2011-12-23 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-12-22 | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun |
2011-12-03 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-12-02 | Add avcodec_decode_audio4(). | Justin Ruggles |
2011-11-10 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-11-09 | ra288: fix formatting of LOCAL_ALIGNED_16 | Justin Ruggles |
2011-11-09 | ra288: try to fix 10l typo that breaks compile on some platforms | Michael Niedermayer |
2011-11-09 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-11-08 | ra288: return error if input buffer is too small | Justin Ruggles |
2011-11-08 | ra288: utilize DSPContext.vector_fmul() | Justin Ruggles |
2011-11-08 | ra288: use memcpy() to copy decoded samples to output | Justin Ruggles |
2011-10-11 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-10-10 | ra288: log an error message when output buffer is too small. | Justin Ruggles |
2011-10-10 | ra288: use a more descriptive calculation for output data size | Justin Ruggles |
2011-09-24 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-09-24 | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun |
2011-08-09 | ra288: avoid one multiply | Michael Niedermayer |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-01-28 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-11-12 | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini |
2010-06-27 | ra288: convert VLAs to fixed size | Måns Rullgård |
2010-04-21 | Move clipping of audio samples (for those codecs outputting float) from decoder | Ronald S. Bultje |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-04-13 | Rename bitstream.h to get_bits.h. | Stefano Sabatini |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-02-24 | Do not reimplement ff_celp_lp_synthesis_filterf(). | Vitor Sessak |
2008-10-30 | Use ff_dot_productf() in ra288.c | Vitor Sessak |
2008-09-26 | Simplify: avoid duplication backward_filter() | Vitor Sessak |
2008-09-25 | Do instead of divising a float by a constant, multiply by its inverse | Vitor Sessak |
2008-09-24 | Move constant multiplication out of the loop | Vitor Sessak |
2008-09-24 | Cosmetics: move convolve() together with the other DSP functions | Vitor Sessak |
2008-09-24 | Simplify: move division by constant off the loop | Vitor Sessak |
2008-09-23 | Merge the 2 lpc loops. | Michael Niedermayer |