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
2011-12-02Cleaned up alacenc.cNathan Adil Maxson
2011-12-02h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1.Ronald S. Bultje
2011-12-01ARM: fix indentation in ff_dsputil_init_neon()Mans Rullgard
2011-12-01ARM: NEON put/avg_pixels8/16 cosmeticsMans Rullgard
2011-12-01ARM: add remaining NEON avg_pixels8/16 functionsMans Rullgard
2011-12-01ARM: clean up NEON put/avg_pixels macrosMans Rullgard
2011-12-01rv34: align temporary block of "dct" coefsMans Rullgard
2011-12-01vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to b...Michael Niedermayer
2011-12-01vble: remove flags copy, its not used in any speed relevant code.Michael Niedermayer
2011-12-01vble: merge len and val arraysDerek Buitenhuis
2011-12-01vble: remove unused variable len.Michael Niedermayer
2011-12-01rv40: move loop filter to rv34dsp contextJanne Grunau
2011-11-29indeo3: check per-plane data buffer against input buffer bounds.Aneesh Dogra
2011-11-29pthread: don't increment index on zero-sized packets.Aaron Colwell
2011-11-28txd: Fix order of operations.Alex Converse
2011-11-28Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun
2011-11-28indeo3: cosmeticsKostya Shishkov
2011-11-28dca: Replace oversized unused get_bits() with skip_bits_long().Alex Converse
2011-11-28vc1: use an enum for Frame Coding ModeLuca Barbato
2011-11-28indeo3: error out if no motion vector is set.Aneesh Dogra
2011-11-27mpegaudio: do not use init_static_data() for initializing tables.Justin Ruggles
2011-11-27wmavoice: Make format string match variable type.Alex Converse
2011-11-27vc1: select interlaced scan table by FCM elementKostya Shishkov
2011-11-27pthread: track thread existence in a separate variable.Cheng Sun
2011-11-27snow: fix integer overflowsMans Rullgard
2011-11-27svq1enc: remove stale altivec-related hackMans Rullgard
2011-11-27snow: fix signed overflow in byte to 32-bit replicationMans Rullgard
2011-11-27adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()Justin Ruggles
2011-11-27avformat: add CRI ADX format demuxerJustin Ruggles
2011-11-27adx: add an ADX parser.Justin Ruggles
2011-11-27adx: move header decoding to ADX common codeJustin Ruggles
2011-11-27adx: calculate the number of blocks in a packetJustin Ruggles
2011-11-27adx: define and use 2 new macro constants BLOCK_SIZE and BLOCK_SAMPLESJustin Ruggles
2011-11-27adx: check for unsupported ADX formatsJustin Ruggles
2011-11-27adx: simplify encoding by using put_sbits()Justin Ruggles
2011-11-27adx: calculate correct LPC coeffsJustin Ruggles
2011-11-27adx: use 12-bit coefficients instead of 14-bit to avoid integer overflowJustin Ruggles
2011-11-27adx: simplify adx_decode() by using get_sbits() to read residual samplesJustin Ruggles
2011-11-27adx: fix the data offset parsing in adx_decode_header()Justin Ruggles
2011-11-27adx: remove unneeded post-decode channel interleavingJustin Ruggles
2011-11-27adx: validate header valuesJustin Ruggles
2011-11-27adx: cosmetics: general pretty-printing and comment clean-upJustin Ruggles
2011-11-27adx: remove useless commentsJustin Ruggles
2011-11-27adx: change short to int16_tJustin Ruggles
2011-11-27adx: rename struct PREV to ADXChannelStateJustin Ruggles
2011-11-27dnxhdenc: fix signed overflowsMans Rullgard
2011-11-27dv: simplify bitstream splicing in dv_decode_ac()Mans Rullgard
2011-11-26s3tc: fix shift overflow by using unsigned constantMans Rullgard
2011-11-26svq1enc: fix signed multiplication overflowMans Rullgard
2011-11-26svq1dec: use sign_extend()Mans Rullgard