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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-11Add 'reservoir' flag to lavc's flags2 controlling whether or not codes mayPaul Kelly
2007-07-24increase buffer size of LAME MP3 encoderAndreas Öman
2007-06-12misc spelling fixesDiego Biurrun
2007-06-06Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun
2007-06-06Give all wrappers for external libraries names starting with lib.Diego Biurrun