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 (Collapse)Author
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-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 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-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-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-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-31lavfi/drawbox: extend syntax, accept named optionsStefano Sabatini
2012-10-31lavfi/tinterlace: remove poll_frame() callbackStefano Sabatini
That interface is deprecated, and apparently useless.
2012-10-31lavfi: remove yuvcsp and yvu9 libmpcodecs wrappersPaul B Mahol
Same functionality is provided by libswscale. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-30lavfi/smartblur: add missing draw slice call.Clément Bœsch
This fixes output with filtergraphs such as 'split[a][b]; [a]pad=iw*2[src]; [b]smartblur=1:1:1[filt]; [src][filt]overlay=w'
2012-10-30af_ashowinfo: integrate config_input() in filter_samples.Michael Niedermayer
This is simpler and also should allow the code to function when the channel number changes. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-30lavfi: remove palette libmpcodecs wrapperPaul B Mahol
The filter is useless, swscale should be used instead. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-10-30Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8'Michael Niedermayer
* commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8': dv: use AVStream.index instead of abusing AVStream.id lavfi: add ashowinfo filter avcodec: Add a RFC 3389 comfort noise codec lpc: Add a function for calculating reflection coefficients from samples lpc: Add a function for calculating reflection coefficients from autocorrelation coefficients lavr: document upper bound on number of output samples. lavr: add general API usage doxy indeo3: remove duplicate capabilities line. fate: ac3: Add dependencies Conflicts: Changelog doc/filters.texi libavcodec/Makefile libavcodec/allcodecs.c libavcodec/avcodec.h libavcodec/codec_desc.c libavcodec/version.h libavfilter/Makefile libavfilter/af_ashowinfo.c libavfilter/allfilters.c libavfilter/version.h libavutil/avutil.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-30lavfi: add ashowinfo filterAnton Khirnov
It can be useful for debugging. Based on a patch by Stefano Sabatini <stefano.sabatini-lala@poste.it>
2012-10-29lavfi/frei0r: allow for Windows style pathsrogerdpack
Update path handling against the latest Frei0r specification changes. Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2012-10-29lavfi/frei0r: update link to specStefano Sabatini
Fri0r project moved from piksel.org to frei0r.dyne.org.
2012-10-29lavfi/scale: implement clever/insane parsing heuristic, and add a size optionStefano Sabatini
If the first argument can be read as a video size, set that output size in the scale. This allows to specify in a filtergraph scale=qcif or scale=320x240. This is not completely safe, for example in case of a typo in the video size string the first argument will be read as the input width expression, giving rise to a confusing comment.
2012-10-29lavfi/scale: return error code in case of failed reconfiguration in ↵Stefano Sabatini
start_frame() Avoid an assert, since now the function supports error code return.
2012-10-29lavfi/scale: accept named options, make parsing more robustStefano Sabatini
Also update documentation accordingly.
2012-10-28Synchronize libmpcodecs: Support 16bit yuv in telecine filter.Carl Eugen Hoyos
Fixes ticket 1782.
2012-10-28Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26'Michael Niedermayer
* commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26': avio: fix pointer type mismatches in avio_enum_protocols() avserver: use socklen_t where appropriate udp: use socklen_t where appropriate network: use HAVE_THREADS instead of local hack af_channelmap: remove stray enum declaration buffersink: remove stray semicolon after function definition Conflicts: libavformat/avio.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-28lavfi/concat: implement unsafe mode.Nicolas George
2012-10-28vf_showinfo: check return code of av_image_get_linesize()Michael Niedermayer
Fixes CID703716 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-28lavf/showspectrum: fix unaligned rdft data.Clément Bœsch
2012-10-27Port MPlayer fixes for coverity issues in libmpcodecs.Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2012-10-27af_channelmap: remove stray enum declarationMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-10-27buffersink: remove stray semicolon after function definitionMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-10-26Merge commit '1b891d17c531e8a63c2974aab4bf997ce70746f3'Michael Niedermayer
* commit '1b891d17c531e8a63c2974aab4bf997ce70746f3': avconv: fix bitrate report when writing to /dev/null avfilter: fix graphparser memleaks on error paths rawdec: remove ff_raw_read_header pcmdec: remove dependency from rawdec g722: refactor out of rawdec.c rawvideo: use a specific read_header Conflicts: ffmpeg.c libavformat/Makefile libavformat/rawdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-26lavfi/showspectrum: add sliding mode.Clément Bœsch
2012-10-25lavfi/af_volumedetect: print stats in uninit().Nicolas George
If the stats are printed when request_frame on the input returns EOF, then they are never printed if the filter is not flushed, in particular when using the -t ffmpeg option. Fix trac ticket #1727.
2012-10-25lavfi/vf_fps: allow to set the rounding method.Nicolas George
By default, fps selects frames near PTS 0, 0.5, 1.5, 2.5, etc. With round=down, it selects the frames near PTS 0, 1, 2, 3, etc.
2012-10-25avfilter: fix graphparser memleaks on error pathsJanne Grunau
Fixes CID700635, CID700636 and CID732274.
2012-10-25libavfilter: include needed header for AVDictionaryMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-24lavd/lavfi: add graph_file optionStefano Sabatini
Allow to specify a filename where to put the filtergraph description. This is useful to override limitations or glitches of particular shell environments, and allows a level of indirection for specifying filtergraphs.
2012-10-24lavfi/sendcmd: move buf init() variable to internal scope where it is usedStefano Sabatini
2012-10-24lavfi/sendcmd: release file in case of failed allocationStefano Sabatini
Avoid hanging file.
2012-10-22vf_aspect: unbreak avoption systemMichael Niedermayer
This fixes ff* -h infinite looping Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-22lavfi/aspect: add max optionStefano Sabatini
2012-10-22lavfi/aspect: extend syntax for the setdar and setsar filtersStefano Sabatini
Add support for named options, and deprecate old "num:den" ambiguous syntax.
2012-10-22avfilter_graph_parse: add support for parsing sws_flagsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-21lavfi/avfiltergraph: avoid to print "(null)" in the scale argsStefano Sabatini
Fix parsing.
2012-10-21lavfi/graphparser: fix parsing error in case of NULL sws_opts additionStefano Sabatini
If sws_opts was NULL it was resulting in the args being set to "W:H:(null)", which with the new parsing code was generating a syntax failure.
2012-10-21lavfi/silencedetect: export silence info to metadata.Clément Bœsch