]> git.sesse.net Git - ffmpeg/history - libavcodec/mace.c
dashenc: Simplify code by using a local variable
[ffmpeg] / libavcodec / mace.c
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-17 Martin Storsjömace: Make sure that the channel count is set to a...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-12 Justin Rugglesmace: decode directly to the user-provided AVFrame
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-09 Justin Rugglesmace: use planar sample format
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-08 Justin Rugglesmace: only calculate output buffer size once
2011-11-02 Diego BiurrunReplace ffmpeg references with more accurate libav...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
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-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-10-05 Vitor SessakCosmetics: rename mace3_decode_frame() to mace_decode_f...
2008-10-05 Vitor SessakAvoid code duplication between mace3_decode_frame(...
2008-10-05 Vitor SessakUse a for() instead of triplicating code.
2008-10-05 Vitor SessakFactorize duplicate table reading code.
2008-09-09 Vitor SessakConvert two tables to signed decimal
2008-09-09 Vitor SessakCosmetics: remove useless parentheses
2008-09-09 Vitor SessakRemove ChannelData.lev var and use ChannelData.level...
2008-09-07 Vitor SessakCheck output buffer size before decoding.
2008-09-07 Vitor SessakCosmetics: rename vars s/ctx/chd/
2008-09-07 Vitor SessakExploit symmetry to reduce size of tables by half.
2008-09-07 Vitor SessakCosmetics: s/short/int16_t/
2008-09-07 Vitor SessakRemove cast, now tables are signed.
2008-09-07 Vitor SessakConvert tables to signed and decimal.
2008-09-07 Vitor SessakRemove unused table entries.
2008-09-07 Vitor SessakRemove commented out code.
2008-09-07 Vitor SessakUse FFMIN() instead of rewriting it.
2008-09-07 Vitor SessakFactorize broken clipping in its own function and docum...
2008-09-07 Vitor SessakCosmetics: whitespace/linebreaks
2008-09-07 Vitor SessakUse the same 8 bit -> 16 bit conversion as QuickTime.
2008-09-07 Vitor SessakDo not share context variables between channels and...
2008-09-07 Vitor SessakRemove output pointer from context
2008-09-05 Vitor SessakCosmetics: indent after last commit and remove useless...
2008-09-05 Vitor SessakSimplify: use a for instead of unrolling by hand
2008-09-04 Vitor SessakFunctions mace{3,6}_decode_frame() are just wrappers...
2008-09-04 Vitor SessakSimplify: use two distinct functions to decode MACE3...
2008-09-04 Vitor SessakSimplify mace_decode_frame()
2008-09-04 Vitor SessakRemove useless comments
2008-09-04 Vitor SessakReindent mace.c, its indentation was completly inconsis...
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-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconsts
2008-01-17 Diego BiurrunReplace puts() by dprintf where appropriate.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-05 Alan CurryFix buffer handling for stereo mace files, fixes some...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-02-01 François RevolStereo MACE fix by Burkhard Plaum <plaum AT ipf DOT...
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2003-03-26 François Revoldebug stuff only for DEBUG :)
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-11-26 François RevolAvoid "unused variable 'c'" warning.
2002-11-02 François Revoladded MACE (Macintosh Audio Compression/Expansion)...