OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavcodec / imc.c
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2014-10-15 Vittorio Giovaraimc: fix order of operations in coefficients read
2014-06-23 Diego Biurrundsputil: Split bswap*_buf() off into a separate context
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-08-26 Kostya Shishkovimc: support mode 1
2013-07-09 Luca Barbatoimc: Catch a division by zero
2013-03-13 Diego Biurrunavcodec: av_log_ask_for_sample() ---> avpriv_request_sa...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-12 Justin Rugglesimc/iac: decode directly to the user-provided AVFrame
2013-02-08 Diego Biurrundsputil: Move LOCAL_ALIGNED macros to libavutil
2013-01-22 Ronald S. Bultjefloatdsp: move butterflies_float from dsputil to avfloa...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-11-01 Justin Rugglesimc: set channels to 1 instead of validating it
2012-10-01 Justin Rugglesiac/imc: use planar sample format
2012-10-01 Diego Biurrunavcodec: Convert some commented-out printf/av_log insta...
2012-10-01 Diego Biurrunavcodec: Drop some silly commented-out av_log() invocations
2012-08-13 Mans RullgardUse log2(x) instead of log(x) / log(2)
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-08-06 Mans Rullgardimc: remove unused field IMCContext.one_div_log2
2012-08-06 Mans Rullgardimc: fix size of a memset()
2012-08-06 Mans Rullgardimc: remove empty if() block
2012-06-09 Kostya Shishkoviac: generate codec tables as they are supposed to be
2012-06-05 Kostya ShishkovIndeo Audio decoder
2012-06-05 Kostya Shishkovimc: make IMDCT support stereo output
2012-06-05 Kostya Shishkovimc: move channel-specific data into separate context
2012-05-25 Kostya Shishkovimc: some cosmetics
2012-05-20 Kostya Shishkovfix typo in comment
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-16 Mans Rullgardget_bits: remove A32 variant
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-02 Justin Rugglesimc: return error codes instead of 0 for error conditions.
2011-11-02 Justin Rugglesimc: return meaningful error codes instead of -1
2011-11-02 Justin Rugglesimc: do not set channel layout for stereo
2011-11-02 Justin Rugglesimc: validate channel count
2011-11-02 Justin Rugglesimc: check for ff_fft_init() failure
2011-11-02 Justin Rugglesimc: check output buffer size before decoding
2011-11-02 Justin Rugglesimc: use DSPContext.bswap16_buf() to byte-swap packet...
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-03-20 Mans RullgardMove sine windows to a separate file
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-06 Anton KhirnovReplace remaining occurrences of deprecated CH_* with...
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-08-19 Måns Rullgårdimc: fix undefined float to int conversion
2010-07-16 Vitor SessakMake Intel Music Coder output SAMPLE_FMT_FLT
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
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-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-11-16 Benjamin LarssonSilence warning in imc decoder
2008-11-16 Benjamin LarssonSet channel_layout
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-12 Reimar DöffingerUse new style static VLC tables for IMC decoder.
2008-06-22 Robert SwainAdd generic ff_sine_window_init function and implement...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-02 Benjamin LarssonLong name spelling fixes
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-05 Reimar DöffingerCheck that we have enough input data in IMC decoder.
2008-02-02 Kostya ShishkovDo not modify input data
2008-02-02 Kostya ShishkovIMC decoder always operates on 64-byte blocks
2008-02-01 Michael Niedermayerconsts
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2006-11-17 Benjamin LarssonMissed one log2().
2006-11-14 Benjamin LarssonRemove log2() usage.
2006-11-11 Måns Rullgårdmake some symbols static
2006-10-30 Kostya ShishkovInit vlc tables as static
2006-10-30 Kostya ShishkovIMC decoder