Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-05-09lavc: check that extended_data is properly set in avcodec_encode_audio2().Anton Khirnov
2012-05-09lavc: pad last audio frame with silence when needed.Anton Khirnov
2012-05-09libschroedingerdec: Change AVPicture to AVFrame and use SchroTag to store ptsJordi Ortiz
2012-05-08options_table: Add some missing #includes to fix "make checkheaders".Alex Converse
2012-05-08lagarith: add YUY2 decoding supportKostya Shishkov
2012-05-08Support decoding unaligned rgb24 lagarith.Carl Eugen Hoyos
2012-05-08dv: Split profile handling code into a separate file.Diego Biurrun
2012-05-07qdm2: clip array indices returned by qdm2_get_vlc().Ronald S. Bultje
2012-05-07avcodec: do not needlessly set packet size to 0 in avcodec_encode_audio2()Justin Ruggles
2012-05-07avcodec: for audio encoding, reset output packet when it is not validJustin Ruggles
2012-05-07avcodec: refactor avcodec_encode_audio2() to merge common branchesJustin Ruggles
2012-05-07avcodec: remove fallbacks for AVCodec.encode() in avcodec_encode_audio2()Justin Ruggles
2012-05-07libschroedinger: Switch to function names more in line with Libav style.Diego Biurrun
2012-05-07Move code shared between libdirac and libschroedinger to libschroedinger.Diego Biurrun
2012-05-07h264: Remove a commented-out function pointer typedef.Diego Biurrun
2012-05-07txd: Remove write-only variable in txd_decode_frame().Diego Biurrun
2012-05-07mmvideo.c: Remove unused variable in mm_decode_pal().Diego Biurrun
2012-05-07build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun
2012-05-07build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun
2012-05-07libschroedinger: Move a function to avoid a forward declaration.Diego Biurrun