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
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-11-29Add support for parsing and decoding DCA-HD streams.Kostya Shishkov
2008-11-15Proper channel output reordering for the dca decoder.Benjamin Larsson
2008-11-11Comment typoBenjamin Larsson
2008-11-11Remove channel layout table that only should be used by encoders.Benjamin Larsson
2008-11-03Change the dca channel layout, S -> SIDE not BACK.Benjamin Larsson
2008-11-03Change multichannel API define prefix from "CHANNEL_" to "CH_".Andreas Öman
2008-11-01Guess channel layout based on the number of channels if a custom layout is sp...Benjamin Larsson
2008-11-01Add channel layouts for dca.Benjamin Larsson
2008-10-28Fix compilation, remove stray ;Benjamin Larsson
2008-10-28Fix selection of quant step tableBenjamin Larsson
2008-10-26Disable codec downmix when not using simd instead of silently produce silenceBenjamin Larsson
2008-10-26Fix dca decoder with non simd float2int16 conversionBenjamin Larsson
2008-10-26Fix compilation with TRACEBenjamin Larsson
2008-08-30Remove the cos_mod table that has become unused after replacing the imdctMichael Niedermayer
2008-08-30Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().Michael Niedermayer
2008-08-30Get rid of the 512 sample memmove().Michael Niedermayer
2008-08-29Half the size of subband_fir_noidea and get rid of memmove & memset of it.Michael Niedermayer
2008-08-29Move t1 and t2 declaration from the QMF code closer to where they are used.Michael Niedermayer
2008-08-29Simplify (drop useless intermediate sum and diff arrays).Michael Niedermayer
2008-08-295,1l: samples_chanptr[] should be (const float *)Andreas Öman
2008-08-29dca: Set data_size outside block loop.Andreas Öman
2008-08-29dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_inte...Andreas Öman
2008-08-24Correct scaling factor in DCA decoder synthesis.Alexander E. Patrakov
2008-08-23Remove redundant FFMIN().Michael Niedermayer
2008-08-23Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmailAlexander E. Patrakov
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-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-04-10Only set channels in the stream if previously unset, fixes resampling crash o...Benjamin Larsson
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-06Don't use unchecked data from the bitstream.Benjamin Larsson
2008-02-13typo fix: inited --> initializedDiego Biurrun
2008-02-01Fix const qualifer issues found by -Wcast-qual.Michael Niedermayer
2008-01-06check for request_channels in dca init functionJustin Ruggles
2008-01-04Enable proper output from the LFE channel, based on patch from Mathias Rauen ...Benjamin Larsson
2007-12-15Make DCA decoder honor avctx->request_channels in a more advisory way.Andreas Öman
2007-12-03Use the correct "const float *" type for variable instead of casting const away.Reimar Döffinger
2007-09-06Set data_size to zero when DCA header parse failedLimin Wang
2007-08-24Add request_channels member to AVCodecContext so we now have a properReimar Döffinger
2007-05-24fix dca_bitalloc_index decoder initSergey Vlasov
2007-05-24Fix dca.c compilation with #define TRACESergey Vlasov
2007-05-18Better error reporting.Benjamin Larsson
2007-05-05Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun
2007-05-04Move dca parser to its own file.Diego Biurrun
2007-05-03cosmetics: indention after last commitJustin Ruggles
2007-05-03use downmixing coefficients in dca decoder.Justin Ruggles
2007-05-03enable multichannel output in dca decoder.Justin Ruggles
2007-04-27fix exploitable buffer overflowMichael Niedermayer