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-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-208svx: move pcm_s8_planar decoder to pcm.cPaul B Mahol
2012-10-088svx: remove unused variableMichael Niedermayer
2012-10-038svx: Fixing header size, move decoding to per call instead of the first call.Justin Ruggles
2012-10-038svx: avoid custom clip, avoid +128 for compressed data.Michael Niedermayer
2012-10-038svx: fix delta_decode cliping limitsMichael Niedermayer
2012-10-038svx: copy start value in output samples.Nicolas George
2012-10-038svx: remove malloc and memcpy that have become unneededMichael Niedermayer
2012-10-02Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'Michael Niedermayer
2012-10-018svx: use planar sample formatJustin Ruggles
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-018svx: ensure that packet size is multiple of channels.Nicolas George
2012-07-318svx: unify mono and stereo code paths.Nicolas George
2012-07-318svx: remove useless rounding code.Nicolas George
2012-07-318svx: use a more direct condition.Nicolas George
2012-06-17lavc: build some codecs only if they are actually enabledPaul B Mahol
2012-06-018svx: fix crashMichael Niedermayer
2012-01-138svx: fix memleak in iff-fibonacci fate test.Clément Bœsch
2011-12-318svx: remove unused variable in eightsvx_decode_frameJean First
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-10avcodec: add support for planar signed 8-bit PCM.Justin Ruggles
2011-09-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-228svx/iff: fix decoding of compressed stereo 8svx files.Justin Ruggles
2011-09-228svx: log an error message if output buffer is too smallJustin Ruggles
2011-09-228svx: check packet size before reading the initial sample value.Justin Ruggles
2011-09-228svx: output 8-bit samples instead of 16-bit.Justin Ruggles
2011-09-228svx: split delta decoding into a separate function.Justin Ruggles
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-14doxygen: place empty line between brief description and detailed descriptionDiego Biurrun
2011-05-17iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples cor...Stefano Sabatini
2011-05-118svx: remove pointless commentsStefano Sabatini
2011-05-118svx: add links to documentation resourcesStefano Sabatini
2011-05-118svx: remove duplicated author/file informationStefano Sabatini
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-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-10-02Make 8svx codec context table pointer const to match the type of theReimar Döffinger
2008-10-02Use "static const" instead of "const static"Reimar Döffinger
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross