summaryrefslogtreecommitdiff
path: root/libavcodec/libvorbis.c
Commit message (Expand)AuthorAgeFilesLines
* libvorbis: split encoder from decoderPaul B Mahol2012-06-121-560/+0
* libvorbis: cosmetics: remove empty line at EOFPaul B Mahol2012-06-121-1/+0
* libvorbis: only store version string if bitexact is not set.Michael Niedermayer2012-05-221-1/+2
* Revert "Remove libvorbis Vorbis decoding support. Our native decoder is comp...Michael Niedermayer2012-05-101-0/+168
* cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* libvorbis: switch to ff_alloc_packet2().Michael Niedermayer2012-03-221-2/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-221-20/+49
|\
| * libvorbis: use AVCodec.encode2()Justin Ruggles2012-03-211-20/+49
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-011-138/+170
|\ \ | |/
| * libvorbis: add/update error messagesJustin Ruggles2012-02-291-9/+19
| * libvorbis: use AVFifoBuffer for output packet bufferJustin Ruggles2012-02-291-18/+17
| * libvorbis: remove unneeded e_o_s checkJustin Ruggles2012-02-291-4/+0
| * libvorbis: check return values for functions that can return errorsJustin Ruggles2012-02-291-7/+15
| * libvorbis: use float input instead of s16Justin Ruggles2012-02-291-3/+3
| * libvorbis: do not flush libvorbis analysis if dsp state was not initializedJustin Ruggles2012-02-291-1/+4
| * libvorbis: use VBR by default, with default quality of 3Justin Ruggles2012-02-291-2/+12
| * libvorbis: fix use of minrate/maxrate AVOptionsJustin Ruggles2012-02-291-3/+3
| * libvorbis: cosmetics: renaming/pretty-printing/comments/unused codeJustin Ruggles2012-02-291-109/+115
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-261-58/+73
|\ \ | |/
| * libvorbis: improve error checking in oggvorbis_encode_init()Justin Ruggles2012-02-251-37/+76
| * audio encoders: do not set coded_frame->key_frame.Justin Ruggles2012-02-251-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-211-2/+3
|\ \ | |/
| * avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles2012-02-201-2/+3
* | libvorbis: proper error logging and return.Nicolas George2011-12-311-15/+38
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-311-1/+1
|\ \ | |/
| * cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-301-73/+79
|\ \ | |/
| * libvorbis: K&R reformatting cosmeticsDiego Biurrun2011-12-291-73/+79
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-1/+1
|\ \ | |/
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-241-12/+12
|\ \ | |/
| * Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-241-12/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-051-0/+1
|\ \ | |/
| * vorbis: vpxenc: Add missing include for av_rescale*Robert Swain2011-07-041-0/+1
| * AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-101-1/+1
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-011-1/+1
|\ \
| * | AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-04-301-1/+1
| |/
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Warn if Vorbis does not support the provided channel layout.Carl Eugen Hoyos2011-04-151-0/+29
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Add audio flag to libvorbis AVOption.Justin Ruggles2010-12-301-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Fix crash when using iblock option (when a warning is logged).James Zern2010-10-141-1/+1
* Allow setting the impulse block bias for libvorbis through a private codec pa...Michael Niedermayer2010-09-291-0/+15
* remove an unneeded av_realloc()Pascal Massimino2010-07-201-6/+10
* add some buffer checksPascal Massimino2010-07-111-0/+9
* use avccontext->frame_size where appropriatePascal Massimino2010-07-111-1/+1
* Fix libvorbis encoding with more than 2 channelsJames Darnley2010-06-271-7/+6
* libvorbis: Only drop 1-byte packets at end of streamMartin Storsjö2010-06-221-1/+1