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-08-08rtmp: Factorize simultaneous URLProtocol / AVClass declarations with a macroSamuel Pitoiset
2012-08-08build: Fix some paths in uninstall-libsjamal
2012-08-08checkheaders: Fix directory creation in out-of-tree builds.jamal
2012-08-08ARM: use Q/R inline asm operand modifiers only if supportedMans Rullgard
2012-08-07Merge commit 'f5d2c597e99af218b0d4d1cf9737c7e68ee934e4'Michael Niedermayer
2012-08-07pnmdec: make ff_pnm_decode_header() more robustMichael Niedermayer
2012-08-07pnmdec: make pnm_get more robustMichael Niedermayer
2012-08-07configure: Add support for e500mc CPUDerek Buitenhuis
2012-08-07lavfi: add smptebars sourcePaul B Mahol
2012-08-07examples/muxing: set codec in the codec contextStefano Sabatini
2012-08-07avidec: fix AVStream.info memleak with dv.Michael Niedermayer
2012-08-07configure: Add support for e500mc CPUDerek Buitenhuis
2012-08-07mpeg12dec: move checks out of decode picture coding extension.Michael Niedermayer
2012-08-07x86: fix build with nasm 2.08Mans Rullgard
2012-08-07x86: use nop cpu directives only if supportedMans Rullgard
2012-08-07x86: fix rNmp macros with nasmMans Rullgard
2012-08-07build: add trailing / to yasm/nasm -I flagsMans Rullgard
2012-08-07x86: use 32-bit source registers with movd instructionMans Rullgard
2012-08-07x86: add colons after labelsMans Rullgard
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-07lavc: add AV prefix to codec ids.Anton Khirnov
2012-08-07build: fix library installation on cygwinYaakov Selkowitz
2012-08-07arm: fix compile with disable-optimizations on androidMichael Niedermayer
2012-08-07doc: fix misspelled "convergence".Clément Bœsch
2012-08-07avcodec: add bmp parserPaul B Mahol
2012-08-07mpegaudiodec: replace assert() by check under #ifdef DEBUGMichael Niedermayer
2012-08-07proresenc_kostya: do not attempt to free random thingsMichael Niedermayer
2012-08-07h264: disable assert on current_picture_ptr being null.Michael Niedermayer
2012-08-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-06avidec: parse INFO tags at the endMichael Niedermayer
2012-08-06mpc8: add a flush functionJustin Ruggles
2012-08-06mpc8: set packet duration and stream start time instead of tracking framesJustin Ruggles
2012-08-06msrle: fix extradata palette handlingMichael Niedermayer
2012-08-06nuv: K&R formatting cosmeticsDiego Biurrun
2012-08-06build: generalise rules and variable settings for av* programsMans Rullgard
2012-08-06ffprobe: refactor frames decoding.Nicolas George
2012-08-06mpegvideo: remove last_picture_ptr / h264 assert.Michael Niedermayer
2012-08-06mpegvideo.c: convert some asserts to av_assertMichael Niedermayer
2012-08-06svq1enc: set picture_structure correctlyMichael Niedermayer
2012-08-06mpegvideo_enc: switch some assert to av_assertMichael Niedermayer
2012-08-06mpegvideo_enc: remove assert that has become obsolete with the new APIMichael Niedermayer
2012-08-06nuv: check RTjpeg header for validityJanne Grunau
2012-08-06Revert "nuv: check per-frame header for validity."Janne Grunau
2012-08-06imc: remove unused field IMCContext.one_div_log2Mans Rullgard
2012-08-06imc: fix size of a memset()Mans Rullgard
2012-08-06imc: remove empty if() blockMans Rullgard
2012-08-06fate: simplify variable setting filter.makMans Rullgard
2012-08-06udp: do not call pthread_{mutex,cond}_destroy when not initialized.anonymous
2012-08-06shorten: fix cmd typeMichael Niedermayer
2012-08-06mpc7: remove duplicated definitionsPaul B Mahol