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-12-09avcodec: Use av_reallocp where suitableAlexandra Khirnova
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-03-08libmp3lame: use the correct remaining buffer size when flushingJustin Ruggles
2013-01-14lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-17libmp3lame: resize the output buffer if neededJustin Ruggles
2012-10-06libmp3lame: use planar sample formatsJustin Ruggles
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-10libmp3lame: add missing layout terminatorMichael Niedermayer
2012-05-14libmp3lame: set supported channel layouts.Anton Khirnov
2012-03-21libmp3lame: use AVCodec.encode2()Justin Ruggles
2012-02-20libmp3lame: support float and s32 sample formatsJustin Ruggles
2012-02-20libmp3lame: renaming, rearrangement, alignment, and commentsJustin Ruggles
2012-02-20libmp3lame: use the LAME default bit rateJustin Ruggles
2012-02-20libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsingJustin Ruggles
2012-02-20libmp3lame: cosmetics: remove some pointless commentsJustin Ruggles
2012-02-20libmp3lame: convert some debugging code to av_dlog()Justin Ruggles
2012-02-20libmp3lame: remove outdated comment.Justin Ruggles
2012-02-20libmp3lame: do not set coded_frame->key_frame.Justin Ruggles
2012-02-20libmp3lame: improve error handling in MP3lame_encode_init()Justin Ruggles
2012-02-20libmp3lame: remove unneeded 'stereo' field from Mp3AudioContextJustin Ruggles
2012-01-27lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov
2011-12-30libmp3lame: K&R formatting cosmeticsAneesh Dogra
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-01libmp3lame: fix typoAnton Khirnov
2011-08-31libmp3lame: add 'reservoir' private option.Anton Khirnov
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-20mp3lame: add #include required for AV_RB32 macro.Ronald S. Bultje
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-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-11-02Allow mono encoding with LAME.Thierry Foucu
2010-09-16Remove useless comment.Carl Eugen Hoyos
2010-09-16Allow float values for libmp3lame quality.James Darnley
2010-04-22Set .supported_samplerates for mpeg audio encoders.Michael Niedermayer
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-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-27Fix filenames in Doxygen comments.Diego Biurrun
2009-01-11Increase BUFFER_SIZE.Michael Niedermayer
2009-01-11fix indentionMichael Niedermayer
2009-01-11All negative values are errors not just -1.Michael Niedermayer
2008-08-01Use compression level to set mp3lame quality option.Nicolas George
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini