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-21postproc: altivec: fix remaining mixed declarations and codeMans Rullgard
2011-12-21postproc: altivec: untemplate some variable namesMans Rullgard
2011-12-21postproc: altivec: fix trivial cases of mixed declarations and codeMans Rullgard
2011-12-21lavc: always align height by 32 pixelRafaël Carré
2011-12-21raw: add 10bit YUV definitionsLuca Barbato
2011-12-21nut: support 10bit YUVLuca Barbato
2011-12-21mpegvideo_enc: separate declarations and statementsDiego Biurrun
2011-12-21oma: make header compile standaloneDiego 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-21build: fix standalone compilation of mpc7/mpc8 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-20mpegts: Suppress invalid timebase warnings on DMB streams.Alex Converse
2011-12-20mpegts: Fix typo in handling sections in the PMT.Alex Converse
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-19mpegts: rename payload_index to payload_sizeLuca Barbato
2011-12-19segment: introduce segmented chain muxerLuca Barbato
2011-12-19lavu: add AVERROR_BUG error valueLuca Barbato
2011-12-19avplay: clear pkt_temp when pkt is freed.Michael Niedermayer
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-19swscale: fix formatting and indentation of unscaled conversion routines.Nathan Adil Maxson
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-19APIchanges: fill in revision for AVFrame.age deprecationMans Rullgard
2011-12-19avcodec: deprecate AVFrame.ageMans Rullgard
2011-12-184xm: remove unneeded check for remaining unused data.Justin Ruggles
2011-12-18lavf: force threads to 1 in avformat_find_stream_info()Anton Khirnov
2011-12-18swscale: fix overflows in vertical scaling at top/bottom edges.Ronald S. Bultje
2011-12-18lavf: add OpenMG audio muxer.Michael Karcher
2011-12-18omadec: split data that will be used in the muxer to a separate file.Anton Khirnov
2011-12-18lavf: rename oma.c -> omadec.cAnton Khirnov
2011-12-18tmv decoder: set correct pix_fmtUoti Urpala
2011-12-18build: link test programs with static librariesMans Rullgard
2011-12-18dct-test: remove unused variable cropTblMans Rullgard
2011-12-18swscale: fix overflow in gray16 vertical scaling.Ronald S. Bultje
2011-12-18get_bits: remove LAST_SKIP_CACHE macroMans Rullgard
2011-12-17swscale: fix integer overflows in RGB pixel writing.Mans Rullgard
2011-12-17swscale: add endian conversion for RGB555 and RGB444 pixel formatsJanne Grunau
2011-12-17swscale: fix overflows in output of RGB48 pixels.Ronald S. Bultje
2011-12-17get_bits: remove strange/obsolete commentsMans Rullgard
2011-12-17get_bits: whitespace (mostly) cosmeticsMans Rullgard