]> git.sesse.net Git - ffmpeg/history - libavcodec/roqaudioenc.c
g726dec: set channel layout at initialization instead of validating it
[ffmpeg] / libavcodec / roqaudioenc.c
2012-10-11 Diego BiurrunMove avutil tables only used in libavcodec to libavcodec.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-21 Justin Rugglesroqaudioenc: use AVCodec.encode2()
2012-02-25 Justin Rugglesroqaudioenc: return AVERROR codes instead of -1
2012-02-25 Justin Rugglesroqaudioenc: set correct bit rate
2012-02-25 Justin Rugglesroqaudioenc: use AVCodecContext.frame_size correctly.
2012-02-25 Justin Rugglesroqaudioenc: remove unneeded sample_fmt check
2012-02-25 Justin Rugglescheck for coded_frame allocation failure in several...
2012-02-25 Justin Rugglesaudio encoders: do not set coded_frame->key_frame.
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-07-24 Reimar DöffingerUse "const" qualifier for pointers that point to input...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-08 Måns RullgårdMove ff_sqrt() to libavutil/intmath.h
2009-10-18 Vitor SessakReplace big square-root table by a call to ff_sqrt...
2009-09-06 Reimar DöffingerMake sample_fmts and channel_layouts compound literals...
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2008-12-11 Vitor SessakRename ROQDPCMContext_t to ROQDPCMContext to avoid...
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-16 Diego Biurrunconsistent codec name by Stefano Sabatini, stefano...
2008-05-15 Stefano Sabatinicosmetics: s/Id/id/ in libavcodec where Id refers to...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-05-07 Vitor SessakRoQ audio encoder