Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-13libvorbis: split encoder from decoderPaul B Mahol
2012-06-12libvorbis: cosmetics: remove empty line at EOFPaul B Mahol
2012-05-22libvorbis: only store version string if bitexact is not set.Michael Niedermayer
2012-05-10Revert "Remove libvorbis Vorbis decoding support. Our native decoder is comp...Michael Niedermayer
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22libvorbis: switch to ff_alloc_packet2().Michael Niedermayer
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-21libvorbis: use AVCodec.encode2()Justin Ruggles
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-29libvorbis: add/update error messagesJustin Ruggles
2012-02-29libvorbis: use AVFifoBuffer for output packet bufferJustin Ruggles
2012-02-29libvorbis: remove unneeded e_o_s checkJustin Ruggles
2012-02-29libvorbis: check return values for functions that can return errorsJustin Ruggles
2012-02-29libvorbis: use float input instead of s16Justin Ruggles
2012-02-29libvorbis: do not flush libvorbis analysis if dsp state was not initializedJustin Ruggles
2012-02-29libvorbis: use VBR by default, with default quality of 3Justin Ruggles
2012-02-29libvorbis: fix use of minrate/maxrate AVOptionsJustin Ruggles
2012-02-29libvorbis: cosmetics: renaming/pretty-printing/comments/unused codeJustin Ruggles
2012-02-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-25libvorbis: improve error checking in oggvorbis_encode_init()Justin Ruggles
2012-02-25audio encoders: do not set coded_frame->key_frame.Justin Ruggles
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles
2011-12-31libvorbis: proper error logging and return.Nicolas George
2011-12-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-31cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun
2011-12-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-30libvorbis: K&R reformatting cosmeticsDiego Biurrun
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-24Use explicit struct initializers for AVCodec declarations.Diego Biurrun
2011-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04vorbis: vpxenc: Add missing include for av_rescale*Robert Swain
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-05-01Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer
2011-04-30AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-04-15Warn if Vorbis does not support the provided channel layout.Carl Eugen Hoyos
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-12-30Add audio flag to libvorbis AVOption.Justin Ruggles
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-10-14Fix crash when using iblock option (when a warning is logged).James Zern
2010-09-29Allow setting the impulse block bias for libvorbis through a private codec pa...Michael Niedermayer
2010-07-21remove an unneeded av_realloc()Pascal Massimino
2010-07-11add some buffer checksPascal Massimino
2010-07-11use avccontext->frame_size where appropriatePascal Massimino
2010-06-27Fix libvorbis encoding with more than 2 channelsJames Darnley
2010-06-22libvorbis: Only drop 1-byte packets at end of streamMartin Storsjö