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
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-01dsicin: remove dead assignmentMans Rullgard
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-11dsicinvideo: validate buffer offset before copying pixels.Ronald S. Bultje
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-30cin audio: use sign_extend() instead of casting to int16_tJustin Ruggles
2011-10-30cin audio: restructure decoding loop to avoid a separate counter variableJustin Ruggles
2011-10-30cin audio: use local variable for delta valueJustin Ruggles
2011-10-30cin audio: remove unneeded cast from void*Justin Ruggles
2011-10-30cin audio: validate the channel countJustin Ruggles
2011-10-30cin audio: remove unneeded AVCodecContext pointer from CinAudioContextJustin Ruggles
2011-10-07dsicinav: Check for out of bounds writesLaurent Aimar
2011-10-07dsicinav: Check for out of bounds readsLaurent Aimar
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-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.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-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constsMichael Niedermayer
2007-09-22Do not decode more data than output buffer may holdKostya Shishkov
2007-08-12use av_clip_int16() where it makes senseAurelien Jacobs
2007-06-02Use AV_xx throughout libavcodecRamiro Polla
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
2007-04-07Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-11-02Rename SWAP macro to FFSWAP.Diego Biurrun
2006-10-11support for Delphine Software .cin files demuxing / audio and video decoding,...Baptiste Coudurier