OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavcodec / binkaudio.c
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2014-09-04 Diego Biurrunbuild: Split WMA frequencies into a separate object...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-08-15 Diego Biurrunavcodec: Replace local extern declarations for tables...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-12 Justin Rugglesbinkaudio: decode directly to the user-provided AVFrame
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-12 Justin Rugglesbinkaudio: set channel layout
2012-09-18 Justin Rugglesbinkaudio: remove unneeded GET_BITS_SAFE macro
2012-09-18 Justin Rugglesbinkaudio: use float sample format
2012-09-18 Justin Rugglesbinkaudio: use a different value for the coefficient...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-12-11 Mans Rullgardlavu: replace int/float punning functions
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-04 Justin Rugglesbinkaudio: expand quant_table to accommodate all possib...
2011-10-29 Justin Rugglesbinkaudio: change short to int16_t
2011-10-29 Justin Rugglesbinkaudio: only decode one block at a time.
2011-10-29 Justin Rugglesbinkaudio: store interleaved overlap samples in BinkAud...
2011-10-29 Justin Rugglesbinkaudio: pre-calculate quantization factors
2011-10-29 Justin Rugglesbinkaudio: add some buffer overread checks.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-06 Kostyabink: pass Bink version to audio decoder through extrad...
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-03-20 Mans RullgardMove dct and rdft definitions to separate files
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-25 Peter RossBink version 'b' audio decoder
2011-02-25 Peter Rossbinkaudio: simplify frame_len_bits and frame_len calcul...
2011-02-25 Peter Rossbinkaudio: remove unnecessary loop
2011-02-25 Peter Rossbinkaudio: perform band table scaling in decode_init
2011-02-15 Peter Rossbinkaudio: remove unused copy of AVCodecContext*
2011-02-15 Peter Rossbinkaudio: fix channel count check
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.
2011-01-28 Justin RugglesRemove the add bias hack for the C version of DSPContex...
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-03 Vitor SessakMake code using 1d-DCT consistent with the API change
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-11 Peter RossMake binkaudio work with ff_float_to_int16_interleave_c...
2010-03-07 Måns RullgårdGive RDFT types more meaningful names
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-03-03 Peter RossPerform coefficient transformations in Bink Audio DCT...
2010-02-23 Peter RossUse reported_size to truncate final Bink Audio frame
2010-02-19 Daniel VerkampFix compilation of binkaudio_rdft when dct is disabled
2010-01-31 Daniel VerkampUpdate binkaudio to new DECLARE_ALIGNED syntax
2010-01-31 Peter RossBink Audio decoder