]> git.sesse.net Git - ffmpeg/history - libavcodec/libvorbis.c
ppc: Centralize compiler-specific altivec.h #include handling in one place
[ffmpeg] / libavcodec / libvorbis.c
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2014-11-06 Anton Khirnovlavc,lavf: switch to the new vorbis parse API
2014-11-06 Anton Khirnovlavc: add a public API for parsing vorbis packets.
2014-11-06 Anton Khirnovvorbis_parser: add an AV prefix to VorbisParseContext
2014-10-13 Anton Khirnovlavc: use a separate field for exporting audio encoder...
2014-02-21 Diego Biurrunlibvorbis: Give consistent names to all functions,...
2014-02-20 Diego Biurrunavcodec: Consistently name encoder init functions foo_e...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
2013-01-14 Michael Niedermayerlavc: Fix assignments in if() when calling ff_af_queue_add
2012-10-06 Justin Ruggleslibvorbis: use planar sample format
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-03-21 Justin Ruggleslibvorbis: use AVCodec.encode2()
2012-02-29 Justin Ruggleslibvorbis: add/update error messages
2012-02-29 Justin Ruggleslibvorbis: use AVFifoBuffer for output packet buffer
2012-02-29 Justin Ruggleslibvorbis: remove unneeded e_o_s check
2012-02-29 Justin Ruggleslibvorbis: check return values for functions that can...
2012-02-29 Justin Ruggleslibvorbis: use float input instead of s16
2012-02-29 Justin Ruggleslibvorbis: do not flush libvorbis analysis if dsp state...
2012-02-29 Justin Ruggleslibvorbis: use VBR by default, with default quality...
2012-02-29 Justin Ruggleslibvorbis: fix use of minrate/maxrate AVOptions
2012-02-29 Justin Ruggleslibvorbis: cosmetics: renaming/pretty-printing/comments...
2012-02-25 Justin Ruggleslibvorbis: improve error checking in oggvorbis_encode_i...
2012-02-25 Justin Rugglesaudio encoders: do not set coded_frame->key_frame.
2012-02-20 Justin Rugglesavcodec: add ff_samples_to_time_base() convenience...
2011-12-30 Diego Biurruncosmetics: Drop unnecessary parentheses around return...
2011-12-29 Diego Biurrunlibvorbis: K&R reformatting cosmetics
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-09-24 Diego BiurrunUse explicit struct initializers for AVCodec declarations.
2011-07-04 Robert Swainvorbis: vpxenc: Add missing include for av_rescale*
2011-05-10 Anton KhirnovAVOptions: make default_val a union, as proposed in...
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-12-30 Justin RugglesAdd audio flag to libvorbis AVOption.
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-10-14 James ZernFix crash when using iblock option (when a warning...
2010-09-29 Michael NiedermayerAllow setting the impulse block bias for libvorbis...
2010-07-20 Pascal Massiminoremove an unneeded av_realloc()
2010-07-11 Pascal Massiminoadd some buffer checks
2010-07-11 Pascal Massiminouse avccontext->frame_size where appropriate
2010-06-27 James DarnleyFix libvorbis encoding with more than 2 channels
2010-06-22 Martin Storsjölibvorbis: Only drop 1-byte packets at end of stream
2010-06-16 Martin Storsjölibvorbis: Use memmove instead of memcpy for shifting...
2010-06-04 David Conradlibvorbis: Disable strict bitrate management when not...
2010-06-04 David Conradlibvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in...
2010-06-04 David Conradlibvorbis: Hook up min/max bitrate
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-09-06 Reimar DöffingerMake sample_fmts and channel_layouts compound literals...
2009-07-01 Baptiste Coudurieradd missing \n to error message
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-09 Nicolas Georgelibvorbis: Use 0-10 range for audio quality.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-26 Diego BiurrunFix filenames in Doxygen comments.
2008-10-15 Benoit FouetCosmetics: fix indentation after previous commit.
2008-10-15 Nicolas GeorgeAdd a flag to avoid calling vorbis_analysis_wrote twice...
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 AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-11-04 Diego BiurrunRemove libvorbis Vorbis decoding support. Our native...
2007-08-11 Aurelien Jacobsvarious simplifications around recent av_clip_int16...
2007-08-11 Aurelien Jacobsuse av_clip_int16() where it makes sense
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-06 Diego BiurrunGive all wrappers for external libraries names starting...