OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavcodec / mpc7.c
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-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 Rugglesmpc7/8: decode directly to the user-provided AVFrame
2013-02-08 Diego Biurrundsputil: Move LOCAL_ALIGNED macros to libavutil
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-10-01 Justin Rugglesmpc7/8: use planar sample format
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-10 Ronald S. Bultjempc: pad mpc_CC/SCF[] tables to allow for negative...
2012-02-17 Ronald S. Bultjempc7: assign an error level + context to av_log() msg.
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-02 Justin Rugglesmpc7: use av_fast_padded_malloc()
2012-02-02 Justin Rugglesmpc7: simplify handling of packet sizes that are not...
2012-01-31 Justin Rugglesmpc7: check for allocation failure
2012-01-31 Justin Rugglesmpc7: align local temp buffer
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-11 Justin Rugglesmpc7: only support stereo input.
2011-11-10 Alex Conversempc7: Fix memset call in mpc7_decode_frame function
2011-10-02 Justin Rugglesmpc7: return error if packet is too small.
2011-10-02 Justin Rugglesmpc7: check output buffer size before decoding
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-19 Mans RullgardMove some mpegaudio functions to new mpegaudiodsp subsystem
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-21 Kostya ShishkovMusepack SV8 supports "mono" files (though it still...
2010-11-15 Kostya Shishkov16l trocadero: Musepack SV7 decoder may skip more than...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
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-01-28 Reimar DöffingerMove variable declaration to block where it is used...
2010-01-28 Reimar DöffingerExtract duplicated code into a separate function.
2009-11-30 Attila KinaliFix an issue uncovered by commit 20623:
2009-05-14 David ConradUse skip_bits_long() for large skips
2009-04-20 Kostya ShishkovCompact and make constant two tables used by Musepack...
2009-04-17 Kostya ShishkovUse new static VLC scheme in Indeo2, Musepack and WNV1...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-08 Kostya ShishkovMake Musepack decoders use LFG pseudorandom generator
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-18 Stefano SabatiniReplace calls to the deprecated function av_init_random...
2009-01-14 Diego BiurrunUse CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRE...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-11-19 Kostya ShishkovAdd channel layout to several audio decoders I maintain
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-29 Stefano SabatiniTransform codec names into single words.
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-13 Diego Biurruntypo fix: inited --> initialized
2008-02-01 Michael NiedermayerCasts to silcence "incompatible pointer type" warnings.
2008-02-01 Michael Niedermayerconsts
2007-11-02 Kostya ShishkovSplit Musepack decoder into SV7 decoder and synth core