]> git.sesse.net Git - ffmpeg/history - libavcodec/libvorbis.c
libopenjpeg: support YUV and deep RGB pixel formats
[ffmpeg] / libavcodec / libvorbis.c
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...