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
2012-10-31lavfi/hue: add missing GPL dependency.Clément Bœsch
2012-10-31LICENSE: update GPL filter list.Clément Bœsch
2012-10-31lavfi: remove hqdn3d libmpcodecs wrapper.Clément Bœsch
2012-10-31av_image_copy: check for av_image_get_linesize() failure.Michael Niedermayer
2012-10-31utils: fix rounding of micro secondsMichael Niedermayer
2012-10-31file: typoMichael Niedermayer
2012-10-31av_tempfile: document umask() issueMichael Niedermayer
2012-10-31lavfi/scale: avoid to print a NULL value in log messageStefano Sabatini
2012-10-31Fix #1827, segfault with XXCH samples when downsampling.Nick Brereton
2012-10-31lavf/avienc: fix/extend error message, in case of too large number of skipped...Stefano Sabatini
2012-10-31lavf/avienc: enable debug logStefano Sabatini
2012-10-31lavfi/mp: drop the mp=rectangle filterStefano Sabatini
2012-10-31lavfi/drawbox: add "width" and "height" aliases for "w" and "h" optionsStefano Sabatini
2012-10-31lavfi/drawbox: add thickness optionStefano Sabatini
2012-10-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-31Merge commit 'be923ed659016350592acb9b3346f706f8170ac5'Michael Niedermayer
2012-10-31Merge commit 'a65bdceb060628881578afb29df4eb222421381f'Michael Niedermayer
2012-10-31Merge commit '652f5185945c8405fc57aed353286858df8d066f'Michael Niedermayer
2012-10-31Merge commit '04581c8c77ce779e4e70684ac45302972766be0f'Michael Niedermayer
2012-10-31x86: Fix assembly with NASMDave Yeo
2012-10-31Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer
2012-10-31probetest: fix possible use of uninitialized dataMichael Niedermayer
2012-10-31lavfi/drawbox: remove some unnecessary parenthesesStefano Sabatini
2012-10-31lavfi/drawbox: reindent after previous commitStefano Sabatini
2012-10-31lavfi/drawbox: implement color=invert modeStefano Sabatini
2012-10-31lavfi/mp: drop wrapped field filterStefano Sabatini
2012-10-31lavfi: add field filterStefano Sabatini
2012-10-31aacdec: Drop some unused function argumentsDiego Biurrun
2012-10-31x86: Fix assembly with NASMDave Yeo
2012-10-31av_get_audio_frame_duration: add IACPaul B Mahol
2012-10-31pix_fmt_info: add 9/10 bit YUVA formatsMichael Niedermayer
2012-10-31tree-test: fix printf() typesMichael Niedermayer
2012-10-31sws: fix handling of big endian alphaMichael Niedermayer
2012-10-31x86: fmtconvert: port to cpuflagsDiego Biurrun
2012-10-31x86: fmtconvert: Refactor cvtps2pi emulation through cpuflagsDiego Biurrun
2012-10-31x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in variable namesDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun
2012-10-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-10-31doc/filters: fix typo in drawbox sectionStefano Sabatini
2012-10-31doc/filters: itemize examples for drawbox, add an example, fix grammarStefano Sabatini
2012-10-31lavfi/drawbox: extend syntax, accept named optionsStefano Sabatini
2012-10-31lavfi/tinterlace: remove poll_frame() callbackStefano Sabatini
2012-10-31av_get_audio_frame_duration: add G723_1Paul B Mahol
2012-10-31lavfi: remove yuvcsp and yvu9 libmpcodecs wrappersPaul B Mahol
2012-10-31wavenc: fix curruption of metadataMichael Niedermayer
2012-10-30fate: remove typo, reenable AC3 testsMichael Niedermayer
2012-10-30av_get_audio_frame_duration: fix IMCMichael Niedermayer
2012-10-30lavc: const correctness for avpicture_fill()Paul B Mahol