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-21lavc: always align height by 32 pixelRafaël Carré
2011-12-21raw: add 10bit YUV definitionsLuca Barbato
2011-12-21mpegvideo_enc: separate declarations and statementsDiego Biurrun
2011-12-21vp3: Reorder some functions to fix VP3 build with Theora disabled.Diego Biurrun
2011-12-21build: fix standalone compilation of ADX encoderDiego Biurrun
2011-12-21build: fix standalone compilation of ADPCM decodersDiego Biurrun
2011-12-204xm: Use bytestream2 functions to prevent overreadsAneesh Dogra
2011-12-20bytestream: add a new set of bytestream functions with overread checkingAneesh Dogra
2011-12-20vc1dec: Use the right pointer type for the tmp pointerMartin Storsjö
2011-12-20h264: clear trailing bits in partially parsed NAL unitsJanne Grunau
2011-12-20vc1: Handle WVC1 interlaced streamAneesh Dogra
2011-12-19xl: Fix overreadsAneesh Dogra
2011-12-19qcelpdec: K&R formatting cosmeticsAsen Lekov
2011-12-19qcelpdec: cosmetics: drop some pointless parenthesesDiego Biurrun
2011-12-19x86: conditionally compile dnxhd encoder optimizationsDiego Biurrun
2011-12-19Revert "h264: skip start code search if the size of the nal unit is known"Janne Grunau
2011-12-19h264: skip start code search if the size of the nal unit is knownJanne Grunau
2011-12-19cljr: fix buf_size sanity checkPaul B. Mahol
2011-12-19cljr: Check if width and height are positive integersShitiz Garg
2011-12-19avcodec: deprecate AVFrame.ageMans Rullgard
2011-12-184xm: remove unneeded check for remaining unused data.Justin Ruggles
2011-12-18tmv decoder: set correct pix_fmtUoti Urpala
2011-12-18dct-test: remove unused variable cropTblMans Rullgard
2011-12-18get_bits: remove LAST_SKIP_CACHE macroMans Rullgard
2011-12-17get_bits: remove strange/obsolete commentsMans Rullgard
2011-12-17get_bits: whitespace (mostly) cosmeticsMans Rullgard
2011-12-17get_bits: remove unnecessary #includesMans Rullgard
2011-12-17mp3dec: hack: fix decoding with safe bitstream readerMans Rullgard
2011-12-17adpcm: Check for channels to be a non-zero integerShitiz Garg
2011-12-17get_bits: introduce safe bitreading to prevent overreads.Ronald S. Bultje
2011-12-17get_bits: remove A32 variantMans Rullgard
2011-12-16wavpack: Fix 32-bit clippingDerek Buitenhuis
2011-12-16wavpack: Clip samples after shiftingDerek Buitenhuis
2011-12-16h264: don't drop B-frames after next keyframe on POC reset.Ronald S. Bultje
2011-12-16get_bits: remove useless pointer castsMans Rullgard
2011-12-16rv40: NEON optimised weak loop filterMans Rullgard
2011-12-15v410enc: fix output buffer size checkMans Rullgard
2011-12-15v410enc: include correct headersMans Rullgard
2011-12-15ARM: fix external symbol refs in rv40 asmMans Rullgard
2011-12-15libgsm: Reset the MS mode of GSM in the flush functionMartin Storsjö
2011-12-15libgsm: Set options on the right objectMartin Storsjö
2011-12-15ARM: dca: disable optimised decode_blockcodes() for old gccMans Rullgard
2011-12-14mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin
2011-12-14rv40: NEON optimised loop filter strength selectionMans Rullgard
2011-12-14rv40: rearrange loop filter functionsMans Rullgard
2011-12-14build: conditionally compile x86 H.264 chroma optimizationsDiego Biurrun
2011-12-14v410 encoder and decoderDerek Buitenhuis
2011-12-13ulti: Fix invalid readsGaurav Narula
2011-12-13vc1: mark with ER_MB_ERROR bits overconsumptionLuca Barbato
2011-12-13lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato