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-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-04-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-31libspeexdec: set frame size in libspeex_decode_init()Justin Ruggles
2012-03-22Fix libspeex decoding.Carl Eugen Hoyos
2012-03-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-05libspeexdec: do not set AVCodecContext.frame_sizeJustin Ruggles
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-22libspeexdec: include system headers before local headersJustin Ruggles
2011-10-22libspeexdec: return meaningful error codesJustin Ruggles
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