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
2014-05-06avfilter/af_bs2b: Fix incompatible pointer type warningsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-05avfilter/f_select: fix incompatible pointer type warningMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04avfilter/lut3d: support 3DLUTSIZE directive for Davinci files.Clément Bœsch
Fixes Ticket #2847.
2014-05-04avfilter/vf_deshake: dont pass the wrong context into the SAD functionsMichael Niedermayer
This fixes pointer type warnings The context should have been unused so this should not fix any real bug Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-03avfilter/audio: use av_mallocz_array()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-03avfilter/edgedetect: update copyright.Clément Bœsch
2014-05-03avfilter/edgedetect: reindent after previous commit.Clément Bœsch
2014-05-03avfilter/edgedetect: add a colormix mode.Clément Bœsch
2014-05-03avfilter/edgedetect: make processing functions context free.Clément Bœsch
2014-05-03Remove two duplicated named asm constraints.Carl Eugen Hoyos
This fixes compilation of libmpcodecs/vf_fspp.c with gcc and INLINE_ASM_DIRECT_SYMBOL_REFS disabled.
2014-05-03vfilter/vf_yadif: fix request_frame after 0f9f24c9Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-03avfilter/vf_showinfo: also calculate and show mean and standard deviationMichael Niedermayer
Fixes Ticket3013 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-03libavfilter/libmpcodecs: sync existing filters with mplayer HEAD ↵mplayer developers
(ebcacb8b3ca91ef90acb93785b62fd8c5e5dae41) Authors from svn: cehoyos (2): Support playback of JPEG 2000 digital cinema files. Add name for image format IMGFMT_440P. ib (1): Get rid of VOCTRL_GUI_NOWINDOW. Matt Oliver (4): Fix libmpcodecs inline asm on ICL. Use DECLARE_ALIGNED helper macros. Remove some superfluous commas from inline asm for better compatibility. Use numeric labels in inline asm for consistency and better compatibility. reimar (10): Fix bpp calculation for XYZ format. Avoid duplicating the mouse autohide code. Add NV12/NV21 support to some helper functions. Add support for rotating the video via OpenGL. Add options to determine where borders will be added when adjusting for aspect. Apply forgotten move of apply_border_pos function. Extract window creation code to common file. Make VDPAU support work again with latest FFmpeg. img_format: document why mp_get_chroma_shift does not work for NV12/NV21 Minor spelling/grammar fixes. For detailed line by line authorship please see svn log of mplayer svn://svn.mplayerhq.hu/mplayer/trunk Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-02avfilter/vf_yadif: fix filtering a single imageMichael Niedermayer
Found-by: wm4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-01Merge commit '1c0210c7981b6a61043d9171f506b435ff5a1f5e'Michael Niedermayer
* commit '1c0210c7981b6a61043d9171f506b435ff5a1f5e': lavfi: add Bauer stereo-to-binaural audio filter Conflicts: Changelog configure doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-01lavfi/subtitles: introduce stream_indexValdikSS
Signed-off-by: ValdikSS <iam@valdikss.org.ru>
2014-05-01lavfi: add Bauer stereo-to-binaural audio filterAlessandro Ghedini
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-05-01Move av_find_best_pix_fmt_of_2() from avcodec to avutilMichael Niedermayer
This avoids a dependancy of libavfilter on libavcodec See Ticket 3592 Fixes Ticket2784 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-29lavfi/drawtext: allow to format pts as HH:MM:SS.mmm.Nicolas George
2014-04-28avfilter/graphdump: Fix pointer to local outside scopeMichael Niedermayer
Fixes CID1194435 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-27avfilter/curves: fix resource leaks.Clément Bœsch
Fixes CID1206650
2014-04-27avfilter/vf_drawtext: fix resource leaksMichael Niedermayer
Fixes CID1206649 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-26lavfi/avfilter: clarify avfilter_graph_get_filter() doxygenLukasz Marek
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-26lavfi/avfilter: fix typos in doxgensLukasz Marek
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-24Fix vf_eq.c and vf_eq2.c compilation with !HAVE_6REGS.Carl Eugen Hoyos
2014-04-23avfilter/avcodec: Use av_mallocz_array()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-22avfilter/pthread: Use av_mallocz_array()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-21avfilter/filtfmts: Support dynamically allocated in/outputsMichael Niedermayer
Fixes crash Fixes Ticket3468 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-19Merge commit 'd23fc8846d255e31896453136b4c77bc6d5e873f'Michael Niedermayer
* commit 'd23fc8846d255e31896453136b4c77bc6d5e873f': filtfmts: remove unused lavf include A include for channel_layout.h, is added otherwise compile would break Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
* commit '58400ac133bcfb6bf8196b4e5208bc178307739b': lavfi: name anonymous structs Conflicts: libavfilter/buffersink.c libavfilter/f_select.c libavfilter/src_movie.c libavfilter/vf_drawbox.c libavfilter/vf_drawtext.c libavfilter/vf_overlay.c libavfilter/vf_showinfo.c libavfilter/vf_unsharp.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-19filtfmts: remove unused lavf includeVittorio Giovara
2014-04-19lavfi: name anonymous structsVittorio Giovara
2014-04-19Fix compilation with !HAVE_6REGS.Carl Eugen Hoyos
Can be tested with: $ ./configure --cc='cc -m32' --disable-optimizations --enable-pic
2014-04-19avfilter/vf_rotate: make int*90° rotates suck less speedwiseMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-19avfilter/vf_rotate: fix several of by 1 errorsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-19avfilter/vf_rotate: fix location of update operationMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-19avfilter/vf_rotate: increase fixed point precisionMichael Niedermayer
This ensures int_sins output doesnt have "random" lsbs Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-17Merge commit 'f1b239ec8b38474d31f3bfea1f0b1693774fa432'Michael Niedermayer
* commit 'f1b239ec8b38474d31f3bfea1f0b1693774fa432': drawtext: Add fontconfig support Conflicts: configure doc/filters.texi libavfilter/vf_drawtext.c See: 40b7a27bad8b8b35cb215bf4f4cba02a00d6f9e2 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-17drawtext: Add fontconfig supportLuca Barbato
Introduce the `font` option and make it optional to pass a fontfile. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2014-04-16avfilter/vf_pixdesctest: use av_malloc_array()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-16avfilter/vf_deshake: fix loss of precission with odd resolutionsMichael Niedermayer
Fixes part of Ticket3466 Found-by: Andrey_Karpov / PVS-Studio Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-16avfilter/f_select: fix loss of precission in SAD calculationMichael Niedermayer
Fixes part of Ticket3466 Found-by: Andrey_Karpov / PVS-Studio Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-13Merge commit 'aaab192df24a90f4450285cfb73b395cf495b462'Michael Niedermayer
* commit 'aaab192df24a90f4450285cfb73b395cf495b462': af_volume: implement replaygain clipping prevention Conflicts: doc/filters.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-13lavfi/subtitles: load attached fonts to libass.Facundo Gaich
Videos with complex typesetting usually have font files embedded as attachment streams. vf_subtitles now finds all attachment streams with a MIME type associated with fonts and loads them to libass so it can use them for rendering. The code was basically ported from mpv's loadfile.c@929793be7 Signed-off-by: Facundo Gaich <facugaich@gmail.com>
2014-04-13af_volume: implement replaygain clipping preventionAlessandro Ghedini
This adds a new "replaygain_noclip" option to the filter, and, if enabled, limits the gain applied for tracks where clipping would occur. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-04-10avfilter/settb: remove duplicate #includeMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: libavfilter: Add asettb filter for setting timebase for audio Conflicts: Changelog doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c libavfilter/settb.c libavfilter/version.h See: ba856c0be5599f21f241162e1f5f3f2506f3132c and others Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-10libavfilter: Add asettb filter for setting timebase for audioNicolas George
Ported asettb (including the sr option for audio sample rate) from FFmpeg, and copied/modified the existing settb documentation for asettb. Signed-off-by: Katerina Barone-Adesi <katerinab+libav@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-04-08avfilter/vf_colormatrix: fix memleak on errorMichael Niedermayer
Fixes CID1197065 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-05Merge commit '01c5779f56cf708e6cb88b11cfdc248cae7e2ee8'Michael Niedermayer
* commit '01c5779f56cf708e6cb88b11cfdc248cae7e2ee8': x86: Drop some unnecessary YASM ifdefs Conflicts: libavfilter/x86/vf_yadif_init.c Merged-by: Michael Niedermayer <michaelni@gmx.at>