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-02-12adxenc: alloc/free coded_frame instead of keeping it in the ADXContextJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-21adxenc: use AVCodec.encode2()Justin Ruggles
2012-03-21adxenc: Use the AVFrame in ADXContext for coded_frameJustin Ruggles
2012-01-04adxenc: check output buffer size before writingJustin Ruggles
2012-01-04adxenc: use bytestream functions for header writing.Justin Ruggles
2012-01-04adxenc: use BLOCK_SIZE and BLOCK_SAMPLES macrosJustin Ruggles
2012-01-04adxenc: use a loop to encode each channelJustin Ruggles
2012-01-04adxenc: remove unneeded loopsJustin Ruggles
2012-01-04adxenc: avoid stereo deinterleavingJustin Ruggles
2012-01-04adxenc: remove unnecessary setting of coded_frame->key_frame.Justin Ruggles
2012-01-04adxenc: log an error message and return AVERROR(EINVAL) for invalid channelsJustin Ruggles
2012-01-04adxenc: cosmetics: pretty-printingJustin Ruggles
2012-01-04adxenc: change some data typesJustin Ruggles
2012-01-04adxenc: remove unneeded log messageJustin Ruggles
2012-01-04adxenc: remove unneeded commentsJustin Ruggles
2011-11-27adx: simplify encoding by using put_sbits()Justin Ruggles
2011-11-27adx: calculate correct LPC coeffsJustin Ruggles
2011-11-27adx: use 12-bit coefficients instead of 14-bit to avoid integer overflowJustin Ruggles
2011-11-27adx: rename struct PREV to ADXChannelStateJustin Ruggles
2011-11-02Replace outdated references to ffmpeg tool with avconv.Diego Biurrun
2011-07-29lavc: use designated initialisers for all codecs.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-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
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-03-02Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-27Fix filenames in Doxygen comments.Diego Biurrun
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
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-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2007-11-01split adx encoder in its own fileAurelien Jacobs