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-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12g726: decode directly to the user-provided AVFrameJustin Ruggles
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-01g726dec: do not validate sample rateJustin Ruggles
2012-11-01g726dec: set channel layout at initialization instead of validating itJustin Ruggles
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-21g726enc: use AVCodec.encode2()Justin Ruggles
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-02g726dec: add flush() function to reset state when seekingJustin Ruggles
2011-11-02g726: don't pass index to g726_reset()Justin Ruggles
2011-11-02g726enc: add private option for setting code size directly.Justin Ruggles
2011-11-02g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DECODER checkJustin Ruggles
2011-11-02g726: group the g726_encoder AVCodec with the other encoding functionsJustin Ruggles
2011-11-02g726: return AVERROR(EINVAL) instead of -1 for invalid channel countJustin Ruggles
2011-11-02g726enc: use av_assert0() for sample_rate validationJustin Ruggles
2011-11-02g726: treat sample rates other than 8kHz as unofficial.Justin Ruggles
2011-11-02g726dec: remove the sample_rate validationJustin Ruggles
2011-11-02g726: use bits_per_coded_sample instead of bitrate to determine modeJustin Ruggles
2011-11-02g726: split the init function for the encoder and decoderJustin Ruggles
2011-11-02g726: pre-calculate the number of output samples.Justin Ruggles
2011-11-02g726: use int16_t instead of shortJustin Ruggles
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-09-11Set a constant frame size for encoding G.726 audio.Justin Ruggles
2010-07-24Use "const" qualifier for pointers that point to input data ofReimar Döffinger
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-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-09-03Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun
2008-09-03Prevent a division by 0 in the g726 decoder when the configured samplerate is 0.Laurent Aimar
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-19Do not shift F[I] twice, it is also clearer and smaller now.Michael Niedermayer
2008-06-19Factorize c->ap += (-c->ap) >> 4 outMichael Niedermayer
2008-06-19Get rid of G726Tables.bits.Michael Niedermayer
2008-06-19Copy 4 pointers to avid dozends of ptr dereferences.Michael Niedermayer
2008-06-19Does not need to be int16.Michael Niedermayer
2008-06-19Factorize I >> (c->tbls->bits - 1) out.Michael Niedermayer
2008-06-191 abs() lessMichael Niedermayer