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
2011-10-22libspeexdec: cosmetics: reindentJustin Ruggles
2011-10-22libspeexdec: decode one frame at a time.Justin Ruggles
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-16libspeexdec: Drop const qualifier to silence compiler warning.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-09-04libspeex: Do not set AVCodecContext.frame_size in decoder init if there is noJustin Ruggles
2009-08-30Store the frame size in the LibSpeexContext in case the header does not exist.Justin Ruggles
2009-08-28Use the output data type to determine the maximum number of samples that can beJustin Ruggles
2009-08-28Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treatJustin Ruggles
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-09cosmetics: Fix a few typos and use a consistent codec long name.Diego Biurrun
2008-10-24Speex decoding via libspeexDavid Conrad