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-04-23Remove libdirac decoder.Diego Biurrun
2012-04-22ARM: allow runtime masking of CPU featuresMans Rullgard
2012-04-21dsputil: remove unused functionsMans Rullgard
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-21avcodec: remove AVCodecContext.dsp_maskMans Rullgard
2012-04-21utvideo: general cosmeticsJan Ekström
2012-04-21aac: Handle HE-AACv2 when sniffing a channel order.Alex Converse
2012-04-20xxan: Remove write-only variable in xan_decode_frame_type0().Diego Biurrun
2012-04-20ivi_common: Initialize a variable at declaration in ff_ivi_decode_blocks().Diego Biurrun
2012-04-20avcodec: add a cook parser to get subpacket durationJustin Ruggles
2012-04-19dv: Initialize encoder tables during encoder init.Diego Biurrun
2012-04-19dv: Replace some magic numbers by the appropriate #define.Diego Biurrun
2012-04-18ppc: drop unused function dct_quantize_altivec()Diego Biurrun
2012-04-18mpegaudiodec: Do not discard mp_decode_frame() return value.Diego Biurrun
2012-04-18avcodec_string: Favor AVCodecContext.codec over the default codec.Alex Converse
2012-04-18cook: Make constants passed to AV_BE2NE32C() unsigned to avoid signed overflow.Alex Converse
2012-04-17aacenc: Fix issues with huge values of bit_rate.Reimar Döffinger
2012-04-17dv_tablegen: Drop unnecessary av_unused attribute from dv_vlc_map_tableinit().Diego Biurrun
2012-04-17proresenc: multithreaded quantiser searchKostya Shishkov
2012-04-17aacdec: More robust output configuration.Alex Converse
2012-04-17faac: Fix multi-channel orderingCarl Eugen Hoyos
2012-04-17faac: Add .channel_layoutsAlex Converse
2012-04-16indeo3: add parens around some macro argumentsMans Rullgard
2012-04-16h264: use proper PROLOGUE statement for a function using 8 registers.Ronald S. Bultje
2012-04-16dv: Merge dvquant.h into dvdata.c where all other DV tables reside.Diego Biurrun
2012-04-16dv: Move static tables only used in one place to where they are used.Diego Biurrun
2012-04-15utvideo: Remove unused variable 'src_size'Derek Buitenhuis
2012-04-14libxvid: Reorder functions to avoid forward declarations; make functions static.Diego Biurrun
2012-04-14libxvid: drop some pointless dead codeDiego Biurrun
2012-04-14wmal: vertical alignment cosmeticsMashiat Sarker Shakkhar
2012-04-14wmal: Warn about missing bitstream splicing feature and ask for sample.Mashiat Sarker Shakkhar
2012-04-14wmal: Skip seekable_frame_in_packet.Mashiat Sarker Shakkhar
2012-04-14wmal: Drop unused variable num_possible_block_size.Mashiat Sarker Shakkhar
2012-04-14qdm2: fix a dubious pointer castMans Rullgard
2012-04-14WMAL: Do not try to read rawpcm coefficients if bits is invalidMichael Niedermayer
2012-04-13tiffdec: K&R cosmeticsAlex Converse
2012-04-13dsputil: fix optimized emu_edge function on Win64.Ronald S. Bultje
2012-04-13tiffdec: Add a malloc check and refactor another.Alex Converse
2012-04-13faxcompr: Check malloc results and unify return pathAlex Converse
2012-04-13ac3dsp: call femms/emms at the end of float_to_fixed24() for 3DNow and SSEJustin Ruggles
2012-04-13pthread: Fix crash due to fctx->delaying not being cleared.Dale Curtis
2012-04-13vp3: Assert on invalid filter_limit values.Dale Curtis
2012-04-13h264: fix 10bit biweight functions after recent x86inc.asm fixes.Ronald S. Bultje
2012-04-13ffv1: Fix size mismatch in encode_line.Alex Converse
2012-04-12libxvid: remove disabled codeDiego Biurrun
2012-04-12qdm2: make a table static constMans Rullgard
2012-04-12qdm2: simplify bitstream reader setup for some subpacket typesMans Rullgard
2012-04-12qdm2: use get_bits_left()Mans Rullgard
2012-04-12build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun
2012-04-12avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmeticsDiego Biurrun