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 (Collapse)Author
2012-11-01cmdutils: allow specifying the file for -reportMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-01Fix typo in platform documentation.Carl Eugen Hoyos
2012-11-01flicvideo: return more meaningful error codesPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-11-01sws: bump micro for range bugfixMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-01eval-test: add some otherwise untested functions.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-31lavfi: fix references to avfilter_* functions that don't exist anymore.Clément Bœsch
2012-10-31ffv1: assert that there is at least one slicePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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
The native filter was ported from the MPlayer project when the mp wrapper didn't even exist, and when mp=hqdn3d was added, it was already obsolete.
2012-10-31av_image_copy: check for av_image_get_linesize() failure.Michael Niedermayer
Fixes CID703722 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-31utils: fix rounding of micro secondsMichael Niedermayer
Found-by: Johan Wessfeldt <johan.wessfeldt@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-31file: typoMichael Niedermayer
Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-31av_tempfile: document umask() issueMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-31lavfi/scale: avoid to print a NULL value in log messageStefano Sabatini
Fix possible crash occurring when libc does not support NULL printing.
2012-10-31Fix #1827, segfault with XXCH samples when downsampling.Nick Brereton
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-31lavf/avienc: fix/extend error message, in case of too large number of ↵Stefano Sabatini
skipped frames
2012-10-31lavf/avienc: enable debug logStefano Sabatini
2012-10-31lavfi/mp: drop the mp=rectangle filterStefano Sabatini
All the rectangle features have been ported to the native drawbox filter, which has an equivalent syntax.
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
* qatar/master: aacdec: Drop some unused function arguments x86: Fix assembly with NASM x86: fmtconvert: Refactor cvtps2pi emulation through cpuflags Conflicts: libavcodec/aacdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-31Merge commit 'be923ed659016350592acb9b3346f706f8170ac5'Michael Niedermayer
* commit 'be923ed659016350592acb9b3346f706f8170ac5': x86: fmtconvert: port to cpuflags x86: MMX2 ---> MMXEXT in macro names Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-31Merge commit 'a65bdceb060628881578afb29df4eb222421381f'Michael Niedermayer
* commit 'a65bdceb060628881578afb29df4eb222421381f': x86: mmx2 ---> mmxext in variable names Conflicts: libswscale/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-31Merge commit '652f5185945c8405fc57aed353286858df8d066f'Michael Niedermayer
* commit '652f5185945c8405fc57aed353286858df8d066f': x86: mmx2 ---> mmxext in comments and messages Conflicts: libswscale/x86/swscale_template.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-31Merge commit '04581c8c77ce779e4e70684ac45302972766be0f'Michael Niedermayer
* commit '04581c8c77ce779e4e70684ac45302972766be0f': x86: yasm: Use complete source path for macro helper %includes Conflicts: Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-31x86: Fix assembly with NASMDave Yeo
Unlike YASM, NASM only looks for include files in the current directory, not in the directory that included files reside in. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2012-10-31Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer
* commit '6860b4081d046558c44b1b42f22022ea341a2a73': x86: include x86inc.asm in x86util.asm cng: Reindent some incorrectly indented lines cngdec: Allow flushing the decoder cngdec: Make the dbov variable have the right unit cngdec: Fix the memset size to cover the full array cngdec: Update the LPC coefficients after averaging the reflection coefficients configure: fix print_config() with broke awks Conflicts: libavcodec/x86/ac3dsp.asm libavcodec/x86/dct32.asm libavcodec/x86/deinterlace.asm libavcodec/x86/dsputil.asm libavcodec/x86/dsputilenc.asm libavcodec/x86/fft.asm libavcodec/x86/fmtconvert.asm libavcodec/x86/h264_chromamc.asm libavcodec/x86/h264_deblock.asm libavcodec/x86/h264_deblock_10bit.asm libavcodec/x86/h264_idct.asm libavcodec/x86/h264_idct_10bit.asm libavcodec/x86/h264_intrapred.asm libavcodec/x86/h264_intrapred_10bit.asm libavcodec/x86/h264_weight.asm libavcodec/x86/vc1dsp.asm libavcodec/x86/vp3dsp.asm libavcodec/x86/vp56dsp.asm libavcodec/x86/vp8dsp.asm Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-31probetest: fix possible use of uninitialized dataMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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
Based on a libmpcodecs/vf_rectangle.c feature.
2012-10-31lavfi/mp: drop wrapped field filterStefano Sabatini
The filter has been ported to a native libavfilter filter.
2012-10-31lavfi: add field filterStefano Sabatini
The filter is a port of libmpcodecs/vf_field.c, since there is no common code I relicensed it as LGPL, while keeping the original author copyright.
2012-10-31aacdec: Drop some unused function argumentsDiego Biurrun
2012-10-31x86: Fix assembly with NASMDave Yeo
Unlike YASM, NASM only looks for include files in the current directory, not in the directory that included files reside in. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2012-10-31av_get_audio_frame_duration: add IACPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-31pix_fmt_info: add 9/10 bit YUVA formatsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-31tree-test: fix printf() typesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-31sws: fix handling of big endian alphaMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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
This is more consistent with the way we handle C #includes and it simplifies the build system.
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
This is necessary to allow refactoring some x86util macros with cpuflags.
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