summaryrefslogtreecommitdiff
path: root/libavcodec/libvorbis.c
Commit message (Expand)AuthorAge
* libvorbis: split encoder from decoderPaul B Mahol2012-06-12
* libvorbis: cosmetics: remove empty line at EOFPaul B Mahol2012-06-12
* libvorbis: only store version string if bitexact is not set.Michael Niedermayer2012-05-22
* Revert "Remove libvorbis Vorbis decoding support. Our native decoder is comp...Michael Niedermayer2012-05-10
* cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* libvorbis: switch to ff_alloc_packet2().Michael Niedermayer2012-03-22
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-22
|\
| * libvorbis: use AVCodec.encode2()Justin Ruggles2012-03-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-01
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-26
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-21
|\|
| * avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles2012-02-20
* | libvorbis: proper error logging and return.Nicolas George2011-12-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-31
|\|
| * cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-30
|\|
| * libvorbis: K&R reformatting cosmeticsDiego Biurrun2011-12-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\|
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-24
|\|
| * Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-05
|\|
| * 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
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-01
|\ \
| * | AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-04-30
| |/
| * 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
* | Warn if Vorbis does not support the provided channel layout.Carl Eugen Hoyos2011-04-15
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* 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