]> git.sesse.net Git - ffmpeg/history - libavcodec/libgsm.c
g726dec: set channel layout at initialization instead of validating it
[ffmpeg] / libavcodec / libgsm.c
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-03-20 Justin Ruggleslibgsmenc: use AVCodec.encode2()
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.
2012-01-11 Justin Rugglesavcodec: add GSM parser
2011-12-15 Martin Storsjölibgsm: Reset the MS mode of GSM in the flush function
2011-12-15 Martin Storsjölibgsm: Set options on the right object
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-02 Justin Ruggleslibgsm: add flush function to reset the decoder state...
2011-11-02 Justin Ruggleslibgsm: simplify decoding by using a loop
2011-11-02 Justin Rugglesgsm: log error message when packet is too small
2011-11-02 Justin Ruggleslibgsmdec: do not needlessly set *data_size to 0
2011-11-02 Justin Ruggleslibgsmdec: check output buffer size before decoding
2011-09-25 Justin Rugglescosmetics: reindent and pretty-print
2011-09-25 Justin Ruggleslibgsm: split init and close fuctions for encoder and...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-07 Diego Biurrunlibgsm: Drop const qualifier to silence compiler warning.
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-03 Rodney BakerChange all occurences of "inofficial" to "unofficial...
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-02-13 Ramiro PollaFix compilation with --enable-libgsm on Gentoo and...
2009-09-06 Reimar DöffingerMake sample_fmts and channel_layouts compound literals...
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-10 Martin StorsjöFix memory leak in libgsm wrapper.
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-29 Michael Niedermayerindent
2008-04-29 Michael NiedermayerFix decoding of:
2008-04-29 Stefano SabatiniAdd some long names to AVCodec declarations.
2008-04-25 Michel BardiauxMake sure some value is always returned via data_size
2008-04-25 Michel BardiauxAllow bitrates zero and 13200 (needed for decoding...
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-07-28 Diego Biurruncosmetics: misc typo fixes
2007-06-06 Diego BiurrunGive names of external library decoders/encoders a...
2007-02-20 Michel BardiauxAdd support for MS-GSM codec
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-05-22 Michael Niedermayerlibgsm warper by (Alban Bedel: albeu, free fr)