summaryrefslogtreecommitdiff
path: root/libavcodec/libvorbis.c
Commit message (Expand)AuthorAge
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* lavc,lavf: switch to the new vorbis parse APIAnton Khirnov2014-11-06
* lavc: add a public API for parsing vorbis packets.Anton Khirnov2014-11-06
* vorbis_parser: add an AV prefix to VorbisParseContextAnton Khirnov2014-11-06
* lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-13
* libvorbis: Give consistent names to all functions, structs, and definesDiego Biurrun2014-02-21
* avcodec: Consistently name encoder init functions foo_encode_initDiego Biurrun2014-02-20
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer2013-01-14
* libvorbis: use planar sample formatJustin Ruggles2012-10-06
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* libvorbis: use AVCodec.encode2()Justin Ruggles2012-03-21
* libvorbis: add/update error messagesJustin Ruggles2012-02-29
* libvorbis: use AVFifoBuffer for output packet bufferJustin Ruggles2012-02-29
* libvorbis: remove unneeded e_o_s checkJustin Ruggles2012-02-29
* libvorbis: check return values for functions that can return errorsJustin Ruggles2012-02-29
* libvorbis: use float input instead of s16Justin Ruggles2012-02-29
* libvorbis: do not flush libvorbis analysis if dsp state was not initializedJustin Ruggles2012-02-29
* libvorbis: use VBR by default, with default quality of 3Justin Ruggles2012-02-29
* libvorbis: fix use of minrate/maxrate AVOptionsJustin Ruggles2012-02-29
* libvorbis: cosmetics: renaming/pretty-printing/comments/unused codeJustin Ruggles2012-02-29
* libvorbis: improve error checking in oggvorbis_encode_init()Justin Ruggles2012-02-25
* audio encoders: do not set coded_frame->key_frame.Justin Ruggles2012-02-25
* avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles2012-02-20
* cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-30
* libvorbis: K&R reformatting cosmeticsDiego Biurrun2011-12-29
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
* vorbis: vpxenc: Add missing include for av_rescale*Robert Swain2011-07-04
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Add audio flag to libvorbis AVOption.Justin Ruggles2010-12-30
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Fix crash when using iblock option (when a warning is logged).James Zern2010-10-14
* Allow setting the impulse block bias for libvorbis through a private codec pa...Michael Niedermayer2010-09-29
* remove an unneeded av_realloc()Pascal Massimino2010-07-20
* add some buffer checksPascal Massimino2010-07-11
* use avccontext->frame_size where appropriatePascal Massimino2010-07-11
* Fix libvorbis encoding with more than 2 channelsJames Darnley2010-06-27
* libvorbis: Only drop 1-byte packets at end of streamMartin Storsjö2010-06-22
* libvorbis: Use memmove instead of memcpy for shifting dataMartin Storsjö2010-06-16
* libvorbis: Disable strict bitrate management when not requestedDavid Conrad2010-06-04
* libvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in favor ofDavid Conrad2010-06-04
* libvorbis: Hook up min/max bitrateDavid Conrad2010-06-04
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30