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-07-31wmaprodec: tighter check for num_vec_coeffsn0.10.8Michael Niedermayer
2013-07-29Merge remote-tracking branch 'qatar/release/0.8' into release/0.10Michael Niedermayer
2013-07-29Merge commit '4ff5167ee7fdee6d35c1bb2558172329ae6ec770' into release/0.10Michael Niedermayer
2013-07-06wmapro: error out on impossible scale factor offsetsLuca Barbato
2013-07-06wmapro: check the min_samples_per_subframeLuca Barbato
2013-07-06wmapro: make sure there is room to store the current packetLuca Barbato
2013-07-06wmapro: return early on unsupported conditionLuca Barbato
2013-07-06wmapro: check num_vec_coeffs against the actual available bufferLuca Barbato
2013-04-07Merge commit '327ff82bac3081d918dceb4931c77e25d0a1480d' into release/0.10Michael Niedermayer
2013-04-07Merge commit '9b79a05289d91d1184455d12e6c4df457f0657c4' into release/0.10Michael Niedermayer
2013-03-16wmaprodec: require block_align to be set.Anton Khirnov
2013-03-09wmaprodec: return an error, not 0, when the input is too small.Anton Khirnov
2012-10-25Merge commit 'be209bdabb11c59de17220bdbf0bf9c9f7cc16f5' into release/0.10Michael Niedermayer
2012-10-25Merge commit '15c2e8027f4827018608badb1bff1294af1810e4' into release/0.10Michael Niedermayer
2012-10-18wmapro: prevent division by zero when sample rate is unspecifiedSean McGovern
2012-10-15wmaprodec: check num_vec_coeffs for validityMichael Niedermayer
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11wmapro: use av_float2int()Mans Rullgard
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-28wmapro: fix strict-aliasing violations by using av_alias32Justin Ruggles
2011-10-28wmapro: use FmtConvertContext.float_interleave() to interleave output samplesJustin Ruggles
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov
2011-10-07wmapro: Validate the number of audio channels before using itLaurent Aimar
2011-09-27Validate the number of audio channels before using it in wmapro decoder.Laurent Aimar
2011-09-24Fix segfault in save_bits:Sascha Sommer
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Mark some variables with av_unusedMans Rullgard
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-20Move sine windows to a separate fileMans Rullgard
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-02Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-31Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-30Replace dprintf with av_dlogLuca Barbato
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ò
2011-01-16support decoding of files that contain the numberSascha Sommer
2011-01-15do not read over the end of the packetSascha Sommer
2011-01-15also support decoding of AVPackets with multiple wma packetsSascha Sommer
2011-01-14add support for blocksize 64Sascha Sommer
2011-01-08skip unsupported postproc informationSascha Sommer