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
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-01-14lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer
2012-10-06libvorbis: use planar sample formatJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-21libvorbis: use AVCodec.encode2()Justin Ruggles
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-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-21avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles
2011-12-31cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun
2011-12-30libvorbis: K&R reformatting cosmeticsDiego Biurrun
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-24Use explicit struct initializers for AVCodec declarations.Diego Biurrun
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-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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ö
2010-06-16libvorbis: Use memmove instead of memcpy for shifting dataMartin Storsjö
2010-06-05libvorbis: Disable strict bitrate management when not requestedDavid Conrad
2010-06-05libvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in favor ofDavid Conrad
2010-06-05libvorbis: Hook up min/max bitrateDavid Conrad
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger
2009-07-01add missing \n to error messageBaptiste Coudurier
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp
2009-02-10libvorbis: Use 0-10 range for audio quality.Nicolas George
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-27Fix filenames in Doxygen comments.Diego Biurrun
2008-10-15Cosmetics: fix indentation after previous commit.Benoit Fouet
2008-10-15Add a flag to avoid calling vorbis_analysis_wrote twice with an empty buffer.Nicolas George
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross