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
2008-08-31Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating itDavid Conrad
2008-08-31Declare ff_vp3_idct_data to be uint16_tDavid Conrad
2008-08-31Don't declare SSE vp3 idct data static, so it can be used in the mmx versionDavid Conrad
2008-08-31turn on E-AC-3 decoding support and update the ChangelogJustin Ruggles
2008-08-31simplify code and comment regarding determination whether or not AHT is used.Justin Ruggles
2008-08-31use correct table nameJustin Ruggles
2008-08-31Misc cosmetics in compute_lpc_coefs(): braces removal and empty linesVitor Sessak
2008-08-31skip converter exponent strategy for all channels at onceJustin Ruggles
2008-08-31Remove useless var in compute_lpc_coefs()Vitor Sessak
2008-08-31merge declaration and init. variable is not used outside the loop.Justin Ruggles
2008-08-31cosmetics: indentationJustin Ruggles
2008-08-31Merge declaration and initialization of a few vars in compute_lpc_coefs()Vitor Sessak
2008-08-31commit more OKed parts of the E-AC-3 decoderJustin Ruggles
2008-08-31commit more OKed parts of the E-AC-3 decoderJustin Ruggles
2008-08-31commit more OKed parts of the E-AC-3 decoderJustin Ruggles
2008-08-31Fix lossless jpeg encoder to comply to spec and store full redundantMichael Niedermayer
2008-08-30Remove unused dequantization code from SSE VP3 IDCTDavid Conrad
2008-08-30Use ff_pw_8 in MMX/SSE VP3 IDCTDavid Conrad
2008-08-30Let ff_pw_8 be used as an SSE constantDavid Conrad
2008-08-30cosmetics: update comment about ditheringJustin Ruggles
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-30Remove 'currently unused' warning about SAMPLE_FMT_xxx.Peter Ross
2008-08-30Okayed parts of nellymoserenc.cBartlomiej Wolowiec
2008-08-30Remove useless zeroing of a bufferVitor Sessak
2008-08-30Fix typo in element typeRobert Swain
2008-08-30Remove unnecessary portion of a condition. This fixes issue607 and avoidsRobert Swain
2008-08-29Fix typo.Stefano Sabatini
2008-08-29Half the size of subband_fir_noidea and get rid of memmove & memset of it.Michael Niedermayer
2008-08-29Make X264_init() no longer assign avctx->rc_eq to libx264's context.Stefano Sabatini
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-29While APE changed container format in 3.98, frequency tables for range codingKostya Shishkov
2008-08-29Bump libavcodec minor version number for r15017.Peter Ross
2008-08-29Add AVCodecContext.bits_per_raw_sample field.Peter Ross
2008-08-29Change AVCodecContext.bits_per_sample to bits_per_coded_sample.Peter Ross
2008-08-29cosmetics: change another "get" to "decode"Justin Ruggles
2008-08-29cosmetics: change "get" to "decode"Justin Ruggles
2008-08-29cosmetics: indentationJustin Ruggles
2008-08-29remove unneeded variable, dither_allJustin Ruggles
2008-08-29Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik
2008-08-28Introducing video_stype for holding the value of VAUX source packRoman Shaposhnik
2008-08-28Add generic IIR filter interface with Butterworth lowpass filter implementationKostya Shishkov
2008-08-28Fix mid/side stereo buggy output zeroing, fixes issue264 part 2.Michael Niedermayer
2008-08-28cosmetics: rename a tableJustin Ruggles
2008-08-28cosmetics: indent after last commitJustin Ruggles