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-05-25imc: some cosmeticsKostya Shishkov
2012-05-23tqi: Pass errors from the MB decoderMichael Niedermayer
2012-05-22x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code.Justin Ruggles
2012-05-22dwt: return errors from ff_slice_buffer_init()Diego Biurrun
2012-05-22dwt: check malloc callsJordi Ortiz
2012-05-22ppc: Drop unused header regs.hDiego Biurrun
2012-05-22Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya
2012-05-21dwt: K&R prettyprinting cosmeticsJordi Ortiz
2012-05-20indeo: Make ivi_calc_band_checksum() static, it is only used in one file.Diego Biurrun
2012-05-20indeo: Drop unused debug function ivi_check_band().Diego Biurrun
2012-05-20avcodec/utils: cast a function argument to shut up a compiler warningDiego Biurrun
2012-05-20truemotion1: remove disabled codeDiego Biurrun
2012-05-20fix typo in commentKostya Shishkov
2012-05-20indeo: check for invalid motion vectorsKostya Shishkov
2012-05-20indeo: check that band output buffer existsKostya Shishkov
2012-05-20indeo: clear allocated band buffersKostya Shishkov
2012-05-20indeo: track tile macroblock sizeKostya Shishkov
2012-05-20indeo: check custom Huffman tables for errorsKostya Shishkov
2012-05-20factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov
2012-05-20mp3: fix start band index for block type 2 in 8kHz audioKostya Shishkov
2012-05-17pcmenc: set correct bitrate valueMans Rullgard
2012-05-16x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions.Michael Kostylev
2012-05-15ac3dsp: simplify x86 versions of ac3_max_msb_abs_int16Justin Ruggles
2012-05-15tta: Fix comment about channel number; TTA supports >2 channels.Aneesh Dogra
2012-05-15indeo3: validate new frame size before resetting decoderKostya Shishkov
2012-05-15indeo3: when freeing buffers, set pointers referencing them to NULL as wellKostya Shishkov
2012-05-15indeo3: initialise pixel planes on allocationKostya Shishkov
2012-05-15indeo3: ensure that decoded cell data is in 7-bit range as presumed by decoderKostya Shishkov
2012-05-14libmp3lame: set supported channel layouts.Anton Khirnov
2012-05-14vcr1: Add vcr1_ prefixes to all static functions with generic names.Diego Biurrun
2012-05-14vcr1: Fix return type of common_init to match the function pointer signature.Diego Biurrun
2012-05-14vcr1enc: Replace obsolete get_bit_count by put_bits_count/flush_put_bits.Diego Biurrun
2012-05-14motion-test: remove disabled codeDiego Biurrun
2012-05-14x86: use more standard construct for setting ASM functions in FFT codeVitor Sessak
2012-05-12x86: vc1: drop MMX loop filter implementation, which uses MMX2 instructions.Michael Kostylev
2012-05-11arm/neon: dsputil: use correct size specifiers on vld1/vst1Mans Rullgard
2012-05-11arm: dsputil: prettify some conditional instructions in put_pixels macrosMans Rullgard
2012-05-11vqavideo: change x/y loop counters to the usual patternMans Rullgard
2012-05-10rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MCChristophe Gisquet
2012-05-10ape: Use unsigned integer mathsChristophe Gisquet
2012-05-10arm: dsputil: fix overreads in put/avg_pixels functionsMans Rullgard
2012-05-10h264: K&R formatting cosmetics for header files (part II/II)Diego Biurrun
2012-05-10h264: K&R formatting cosmetics for header files (part I/II)Diego Biurrun
2012-05-10vcr1enc: drop pointless empty encode_init() wrapper functionDiego Biurrun
2012-05-10vcr1: drop pointless write-only AVCodecContext member from VCR1ContextDiego Biurrun
2012-05-10vcr1: group encoder code together to save #ifdefsDiego Biurrun
2012-05-10vcr1: cosmetics: K&R prettyprinting, typos, parentheses, dead code, commentsDiego Biurrun
2012-05-09libxvid: Give more suitable names to libxvid-related files.Diego Biurrun
2012-05-09libxvid: Separate libxvid encoder from libxvid rate control code.Diego Biurrun
2012-05-09jpeglsdec: Remove write-only variable in ff_jpegls_decode_lse().Diego Biurrun