ffmpeg/libavfilter
Stefano Sabatini 83ee820a16 lavfi/sendcmd: improve error reporting and robustness in case of missing commands
In particular, fix crash with -vf sendcmd, when no arguments are provided.
2015-03-16 10:49:25 +01:00
..
x86 avfilter/x86/vf_fspp: Fix loop condition for column_fidct() 2015-01-28 17:23:27 +01:00
Makefile avfilter: Add FFT domain filter. 2015-03-07 13:07:10 +01:00
aeval.c avfilter/aeval: Fixed a memory leak in EvalContext::channel_values 2015-03-10 14:40:08 +01:00
af_adelay.c avfilter/af_adelay: use av_freep(), do not leave stale pointers in memory 2014-10-07 13:44:26 +02:00
af_aecho.c avfilter: remove superflous lines 2014-02-26 16:37:59 +00:00
af_afade.c lavfi/afade: fix cur_sample computation 2014-10-21 13:28:08 +02:00
af_aformat.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
af_amerge.c libavfilter/af_amerge: Do not depend on SWR_CH_MAX 2014-08-10 01:08:46 +02:00
af_amix.c lavfi: check av_strdup() return value 2015-01-06 10:02:11 +00:00
af_anull.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
af_apad.c lavfi/apad: fix logic when whole_len or pad_len options are specified 2014-08-21 16:59:07 +02:00
af_aphaser.c avfilter/af_aphaser: Change type to int as its accessed as int via AVOptions 2015-03-02 04:08:32 +01:00
af_aresample.c avfilter/af_aresample: remove unused variable 2014-11-06 15:58:28 +01:00
af_asetnsamples.c avfilter/af_asetnsamples: fix pts handling when timebase and 1/samplerate differ 2014-06-14 04:24:13 +02:00
af_asetrate.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
af_ashowinfo.c Merge commit '728685f37ab333ca35980bd01766c78d197f784a' 2015-01-27 18:03:43 +01:00
af_astats.c avfilter/af_astats: redo zero channel handling 2015-03-08 11:06:45 +00:00
af_astreamsync.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
af_asyncts.c Merge remote-tracking branch 'qatar/master' 2013-11-24 05:21:19 +01:00
af_atempo.c avfilter/atempo: Flush all buffered input samples 2014-08-19 12:53:09 +02:00
af_biquads.c avfilter/af_biquads: Change width_type to int as its accessed as int via AVOptions 2015-03-02 04:08:26 +01:00
af_bs2b.c avfilter/af_bs2b: Fix incompatible pointer type warnings 2014-05-06 01:01:02 +02:00
af_channelmap.c avfilter/af_channelmap: Move potential dereference after NULL check in get_channel_idx() 2015-02-18 13:40:39 +01:00
af_channelsplit.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
af_compand.c Merge commit 'd3cfd7aff86ee3d449ca68aba21d67b9b2136a9b' 2014-07-08 13:48:26 +02:00
af_dcshift.c avfilter: add dcshift filter 2015-02-11 14:58:35 +00:00
af_earwax.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
af_flanger.c avfilter: add flanger filter 2014-07-03 08:07:42 +00:00
af_join.c avfilter/af_join: swap av_mallocz_array() args for consistency with the prototype 2015-01-20 16:52:30 +00:00
af_ladspa.c lavfi/ladspa: cast return value of av_x_if_null to char*, fix warnings 2013-11-05 00:04:17 +01:00
af_pan.c avfilter/af_pan: Do not use SWR_CH_MAX 2014-08-10 01:08:45 +02:00
af_replaygain.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
af_resample.c Merge commit '0d989dbfc4bc5bc1d563e967449116a7a9865258' 2014-10-18 22:04:36 +02:00
af_silencedetect.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
af_silenceremove.c avfilter/af_silenceremove: remove dead code 2014-09-06 21:36:56 +02:00
af_volume.c avfilter/af_volume: fix precision=fixed and volume=0 case 2015-03-01 02:37:56 +01:00
af_volume.h avfilter/af_volume: Change enums to int, which are accessed via AVOption as int 2015-03-02 04:08:22 +01:00
af_volumedetect.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
all_channel_layouts.inc
allfilters.c avfilter: Add FFT domain filter. 2015-03-07 13:07:10 +01:00
asink_anullsink.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
asrc_abuffer.h
asrc_anullsrc.c lavfi: parsing helper for unknown channel layouts. 2013-11-03 10:30:25 +01:00
asrc_flite.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
asrc_sine.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
audio.c avfilter/audio: use av_mallocz_array() 2014-05-03 20:08:18 +02:00
audio.h
avcodec.c avfilter/avcodec: use NULL instead of 0 for pointer 2014-12-06 15:29:23 +01:00
avcodec.h avfilter: remove obsolete FF_API_FILL_FRAME cruft 2014-09-17 15:23:26 -03:00
avf_avectorscope.c avfilter/avf_avectorscope: Change enums to int, which are accessed via AVOption as int 2015-03-02 04:08:18 +01:00
avf_concat.c avfilter/avf_concat: Use av_freep(), avoid leaving stale pointers in memory 2014-11-22 18:47:26 +01:00
avf_showcqt.c avfilter/avf_showcqt: use av_malloc_array() 2015-01-22 13:56:30 +01:00
avf_showspectrum.c avfilter/avf_showspectrum: Change enums to int, which are accessed via AVOption as int 2015-03-02 04:08:14 +01:00
avf_showwaves.c avfilter/avf_showwaves: Change enums to int, which are accessed via AVOption as int 2015-03-07 02:44:04 +01:00
avfilter.c Merge commit '88b160a457e491cb9e014630ef5387ad3500258e' 2015-03-06 01:16:47 +01:00
avfilter.h lavfi: document assumptions about the input and output labels of a filter graph description 2015-01-29 10:12:34 +01:00
avfiltergraph.c avfilter/avfiltergraph: assert that the heap_bubble index is valid 2015-02-18 12:31:02 +01:00
avfiltergraph.h
avfilterres.rc Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
bbox.c
bbox.h
buffer.c avfilter/buffer: Check for qp_table allocation failure 2015-02-22 20:27:11 +01:00
bufferqueue.h avfilter/bufferqueue: Increase buffer queue size 2014-06-04 18:41:04 +02:00
buffersink.c lavfi/buffersink: use av_fifo_alloc_array 2014-05-20 00:00:44 +02:00
buffersink.h Merge remote-tracking branch 'qatar/master' 2014-02-15 04:05:04 +01:00
buffersrc.c avfilter/buffersrc: add context to av_log() call 2014-12-06 15:31:05 +01:00
buffersrc.h fix various typos 2014-06-03 10:58:19 -08:00
deshake.h vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusion 2014-09-18 00:48:15 +02:00
deshake_opencl.c lavu: rename ff_opencl_set_parameter() to avpriv_opencl_set_parameter() 2014-08-12 03:49:45 +02:00
deshake_opencl.h lavfi/deshake_opencl: optimze transform filter 2013-12-19 13:31:31 +01:00
deshake_opencl_kernel.h lavfi/deshake_opencl: optimze transform filter 2013-12-19 13:31:31 +01:00
drawutils.c avfilter/drawutils: Check for av_malloc* failures 2015-01-22 13:54:26 +01:00
drawutils.h
dualinput.c avfilter/dualinput: fix repeatlast to match docs and eof_action=pass 2014-02-04 14:54:14 +01:00
dualinput.h
f_ebur128.c avfilter/ebur128: rework channel weighting definition code 2014-09-06 13:47:59 +02:00
f_interleave.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
f_perms.c avfilter/f_perms: Change enums to int, which are accessed via AVOption as int 2015-03-07 02:45:49 +01:00
f_select.c avfilter/select: larger pixel sad computation 2014-08-14 19:11:13 +02:00
f_sendcmd.c lavfi/sendcmd: improve error reporting and robustness in case of missing commands 2015-03-16 10:49:25 +01:00
f_zmq.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
fifo.c Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' 2014-04-19 18:20:17 +02:00
filtfmts.c Merge commit '072916d903d3a925bcd0c864f12254157cab63c1' 2014-08-03 19:35:08 +02:00
formats.c Merge commit 'c3bd1d60af97e8d2568dac9fcce7bdabb4ff93c8' 2015-03-12 22:40:56 +01:00
formats.h
framesync.c
framesync.h
generate_wave_table.c avfilter/af_aphaser: move wave table generation code into separate file 2014-07-03 07:34:11 +00:00
generate_wave_table.h generate_wave_table: Add include for AVSampleFormat 2015-02-06 19:07:29 +01:00
gradfun.h
graphdump.c avfilter/graphdump: Fix pointer to local outside scope 2014-04-28 04:01:50 +02:00
graphparser.c Merge commit '9d3b752fceb0f2a42cac7c2a1109b0629823c99f' 2015-02-17 20:48:22 +01:00
interlace.h Merge commit '2e1704059ae8625beda2ffde847ad22c5ba416dc' 2014-11-15 02:39:49 +01:00
internal.h avfilter/internal: add fixme to ff_norm_qscale() to document obvious scaling issue 2015-01-10 02:27:49 +01:00
lavfutils.c avfilter/lavfutils: use av_frame_free for freeing an AVFrame 2015-03-02 21:27:21 +01:00
lavfutils.h
libavfilter.v lavfi: stop exporting internal functions 2014-08-10 04:51:19 +02:00
log2_tab.c lavfi: duplicate ff_log2_tab 2014-08-13 01:00:38 +02:00
lswsutils.c
lswsutils.h
opencl_allkernels.c
opencl_allkernels.h
pthread.c avfilter/pthread: Use av_mallocz_array() 2014-04-22 02:40:20 +02:00
setpts.c Merge commit '593aaee953f8b07c141ff115e67bae85ef0350c7' 2014-08-21 21:47:43 +02:00
settb.c Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' 2014-04-19 18:20:17 +02:00
split.c lavfi: check av_strdup() return value 2015-01-06 10:02:11 +00:00
src_movie.c lavfi: check av_strdup() return value 2015-01-06 10:02:11 +00:00
thread.h
tinterlace.h avfilter/vf_tinterlace: Favor using standard timebases for the output 2014-12-02 18:28:06 +01:00
transform.c Factorize avpriv_mirror() out 2015-01-05 01:45:49 +01:00
transform.h
trim.c avfilter/trim: remove duplicate assignment 2014-07-31 20:53:15 +02:00
unsharp.h avfilter/unsharp: OpenCL unsharpen filter optimization: substitute N^2 filter computation with 2N+C 2015-02-11 13:51:58 +01:00
unsharp_opencl.c avfilter/unsharp: OpenCL unsharpen filter optimization: substitute N^2 filter computation with 2N+C 2015-02-11 13:51:58 +01:00
unsharp_opencl.h
unsharp_opencl_kernel.h avfilter/unsharp: OpenCL unsharpen filter optimization: substitute N^2 filter computation with 2N+C 2015-02-11 13:51:58 +01:00
version.h avfilter: Add FFT domain filter. 2015-03-07 13:07:10 +01:00
vf_alphamerge.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
vf_aspect.c Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' 2014-04-19 18:20:17 +02:00
vf_bbox.c Use new av_dict_set_int helper function. 2014-08-16 14:31:41 +02:00
vf_blackdetect.c lavfi: add const/static const to pix_fmts arrays. 2014-08-31 10:25:36 +02:00
vf_blackframe.c Blackframe video filter now sets metadata accordingly. 2014-07-15 23:37:27 +02:00
vf_blend.c avfilter/vf_tblend: use av_frame_free for freeing an AVFrame 2015-03-02 21:27:21 +01:00
vf_boxblur.c lavfi/boxblur: Fix colourpsace list. 2015-03-10 22:55:30 +01:00
vf_codecview.c avfilter: add codecview filter 2014-08-24 14:35:11 +02:00
vf_colorbalance.c avfilter/vf_colorbalance: use the name 's' for the pointer to the private context 2015-01-28 14:11:30 +00:00
vf_colorchannelmixer.c avfilter/vf_colorchannelmixer: use the name 's' for the pointer to the private context 2015-01-28 14:39:15 +00:00
vf_colorlevels.c lavfi: add colorlevels filter 2014-12-16 10:10:04 +00:00
vf_colormatrix.c avfilter/colormatrix:add slice threading 2015-03-12 03:45:42 +01:00
vf_copy.c Merge remote-tracking branch 'qatar/master' 2014-02-24 10:47:47 +01:00
vf_crop.c avfilter/crop: Avoid using non public AV_PIX_FMT_NB 2014-05-27 17:43:32 +02:00
vf_cropdetect.c avfilter/vf_cropdetect: adjust Default threshold based on bit depth 2014-12-31 00:33:33 +01:00
vf_curves.c avfilter/vf_curves: Change enums to int, which are accessed via AVOption as int 2015-03-08 21:10:31 +01:00
vf_dctdnoiz.c avfilter/dctdnoiz: fix slice_h computation 2015-02-08 14:31:29 +01:00
vf_decimate.c avfilter/vf_decimate: Use av_malloc_array() 2014-07-11 15:32:27 +02:00
vf_dejudder.c avfilter/vf_dejudder: Use av_mallocz_array() 2014-06-13 23:14:38 +02:00
vf_delogo.c Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' 2014-04-19 18:20:17 +02:00
vf_deshake.c vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusion 2014-09-18 00:48:15 +02:00
vf_drawbox.c avfilter/vf_drawbox: Fix handling of max values 2015-03-02 02:32:55 +01:00
vf_drawtext.c avfilter/vf_drawtext: Change enums to int, which are accessed via AVOption as int 2015-03-08 21:10:31 +01:00
vf_edgedetect.c avfilter/vf_edgedetect: Change enums to int, which are accessed via AVOption as int 2015-03-08 21:10:31 +01:00
vf_elbg.c Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' 2014-04-19 18:20:17 +02:00
vf_eq.c lavfi/eq: clarify error message in case of expression parsing error 2015-03-15 14:55:13 +01:00
vf_eq.h avfilter/vf_eq: Add process_command to eq. 2015-02-20 00:06:37 +01:00
vf_extractplanes.c avfilter/vf_extractplanes: use the name 's' for the pointer to the private context 2015-01-28 14:26:13 +00:00
vf_fade.c lavfi/fade: Do not overread input buffer. 2015-02-25 15:07:18 +01:00
vf_fftfilt.c avfilter/vf_fftfilt: increase RDFT length by 10% 2015-03-10 03:32:38 +01:00
vf_field.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
vf_fieldmatch.c avfilter/vf_fieldmatch: Add () to protect the arguments of the HAS_FF_AROUND() macro 2015-02-17 00:49:32 +01:00
vf_fieldorder.c Merge commit 'a7d070acb55c3ebbdd5e93e3366f32865732b8a3' 2014-05-27 03:02:37 +02:00
vf_format.c Merge commit 'd1afd3e1d6e43f4d37ae147091f270124ac48e04' 2014-10-20 22:02:45 +02:00
vf_fps.c avfilter/vf_fps: update frame drop comment 2015-02-05 06:03:11 +01:00
vf_framepack.c avfilter/vf_framepack: Check and update frame_rate 2015-01-16 22:02:52 +01:00
vf_framestep.c Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' 2014-04-19 18:20:17 +02:00
vf_frei0r.c avfilter/vf_frei0r: fix build with DEBUG enabled 2015-01-17 15:41:23 +01:00
vf_fspp.c avfilter/vf_fspp: check count before calling row_idct() 2015-01-28 17:23:27 +01:00
vf_fspp.h x86/vf_fspp: port inline asm to yasm 2014-12-26 15:39:51 -03:00
vf_geq.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
vf_gradfun.c avfilter: Add missing emms_c when needed 2014-03-05 11:00:05 +01:00
vf_hflip.c avfilter/hflip: Avoid using non public AV_PIX_FMT_NB 2014-05-27 17:43:46 +02:00
vf_histeq.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
vf_histogram.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
vf_hqdn3d.c avfilter/hqdn3d: an invalid bit depth means a bug, not invalid read data 2015-02-08 17:16:51 +01:00
vf_hqdn3d.h Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' 2014-04-19 18:20:17 +02:00
vf_hqx.c avfilter/vf_hqx: optimize table init 2014-06-24 03:16:53 +02:00
vf_hue.c lavfi/hue: show first decimal value of saturation 2013-12-20 19:25:42 +01:00
vf_idet.c avfilter/vf_idet: factorize av_frame_free(&idet->prev) 2015-01-19 20:24:03 +01:00
vf_idet.h avfilter/vf_idet: Add analyze_interlaced_flag mode 2015-01-06 01:21:19 +01:00
vf_il.c avfitler/vf_il: use the name 's' for the pointer to the private context 2015-01-28 14:22:26 +00:00
vf_interlace.c Merge commit '4438c256387a5845e5cdc5c14c43f4047b68301b' 2015-01-07 00:03:10 +01:00
vf_kerndeint.c avfilter/vf_kerndeint: use av_freep(), avoid leaving stale pointers in memory 2014-12-13 14:18:30 +01:00
vf_lenscorrection.c avfilter/vf_lenscorrection: support 8bit planar RGB formats 2015-01-21 18:05:51 +00:00
vf_libopencv.c Merge commit 'a6653787a4b1e89170ff7962312dd110769c83a3' 2015-02-03 23:35:08 +01:00
vf_lut.c lavfi/lut: apply minor compute_gammaval709() doxy fix 2015-01-27 11:22:45 +01:00
vf_lut3d.c avfilter/haldclut: fix R/B swap in CLUT loading 2014-07-05 19:35:51 +02:00
vf_mcdeint.c avfilter/vf_mcdeint: avoid uninitilaized fields in AVPacket 2015-01-28 00:58:03 +01:00
vf_mergeplanes.c avfilter/vf_mergeplanes: Avoid using non public AV_PIX_FMT_NB 2014-05-27 17:44:15 +02:00
vf_mpdecimate.c avfilter/mp_decimate: remove avcodec dependency 2014-08-05 21:05:52 +02:00
vf_noise.c x86/vf_noise: move asm code to a separate file 2014-10-17 00:44:35 -03:00
vf_noise.h x86/vf_noise: move asm code to a separate file 2014-10-17 00:44:35 -03:00
vf_null.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
vf_overlay.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
vf_owdenoise.c Factorize avpriv_mirror() out 2015-01-05 01:45:49 +01:00
vf_pad.c lavfi: always check av_expr_parse_and_eval() return value 2014-12-18 23:27:14 +01:00
vf_palettegen.c avfilter/palettegen: make sure at least one frame was sent to the filter 2015-03-15 19:09:20 +01:00
vf_paletteuse.c avfilter/vf_paletteuse: indent fix after 7ccc5848 2015-03-05 16:04:20 +01:00
vf_perspective.c avfilter/vf_perspective: Use av_clip_uint8() 2015-02-21 14:51:07 +01:00
vf_phase.c avfilter/vf_phase: Add () to protect DIFF()s arguments 2015-02-17 00:47:47 +01:00
vf_pixdesctest.c Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' 2014-04-19 18:20:17 +02:00
vf_pp.c avfilter/vf_pp: add gbrp support 2014-10-14 17:15:56 +02:00
vf_pp7.c Fix frame-alignment in PP7 2015-01-29 04:38:48 +01:00
vf_pp7.h lavfi: port mp=pp7 to libavfilter 2015-01-09 17:26:31 +01:00
vf_psnr.c Fix a few heigth/height typo. 2014-02-07 09:33:56 +01:00
vf_pullup.c avfilter/vf_pullup: 2nd try to workaround gcc 4.4.3 bug on arm 2014-08-01 14:17:53 +02:00
vf_pullup.h avfilter/vf_pullup: use ptrdiff_t as stride argument for dsp functions 2014-06-25 18:22:31 +02:00
vf_qp.c avfilter/vf_qp: Fix leak of out_qp_table_buf 2015-02-18 13:12:06 +01:00
vf_removelogo.c avfilter/vf_removelogo: Add () to protect the argument of apply_mask_fudge_factor() 2015-02-18 01:56:19 +01:00
vf_repeatfields.c avfilter: Add repeatfields filter (Port of mp=softpulldown) 2015-02-10 19:07:20 +01:00
vf_rotate.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
vf_sab.c Factorize avpriv_mirror() out 2015-01-05 01:45:49 +01:00
vf_scale.c vf_scale: Use correct chroma positions for YUV420P 2014-12-25 02:53:29 +01:00
vf_separatefields.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
vf_setfield.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
vf_showinfo.c vf_showinfo: minimum widths for some early fields 2015-03-04 21:43:42 +01:00
vf_showpalette.c avfilter/showpalette: fix leak in case of error 2015-02-18 14:04:10 +01:00
vf_shuffleplanes.c avfilter/vf_shuffleplanes: Fix flags / add AV_OPT_FLAG_FILTERING_PARAM 2014-03-06 16:58:24 +01:00
vf_signalstats.c avfilter/vf_signalstats: fix avframe leak on error 2014-12-06 17:05:20 +01:00
vf_smartblur.c fix various typos 2014-06-03 10:58:19 -08:00
vf_spp.c lavfi: use ff_norm_qscale(), factorize 2015-01-13 13:12:58 +01:00
vf_spp.h avfilter/vf_spp: Fix overflow in 8bit store slice 2014-12-21 01:48:19 +01:00
vf_stereo3d.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
vf_subtitles.c avfilter/vf_subtitles: Add () to protect the argument of the AA() macro 2015-02-19 01:51:54 +01:00
vf_super2xsai.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
vf_swapuv.c avfilter/vf_swapuv: Avoid using non public AV_PIX_FMT_NB 2014-05-27 17:45:07 +02:00
vf_telecine.c avfilter/vf_telecine: use the name 's' for the pointer to the private context 2015-01-28 13:51:18 +00:00
vf_thumbnail.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
vf_tile.c lavfi/vf_tile: use av_make_q. 2014-01-19 17:13:02 +01:00
vf_tinterlace.c vfilter/vf_tinterlace: Fix issues with linesize and cols 2015-01-06 23:21:28 +01:00
vf_transpose.c avfilter/vf_transpose: Avoid using non public AV_PIX_FMT_NB 2014-05-27 17:45:21 +02:00
vf_unsharp.c avfilter/vf_unsharp: use av_freep() avoid leaving stale pointers in memory 2014-12-13 14:18:30 +01:00
vf_uspp.c avfilter/vf_uspp: fix gop_size 2015-01-25 15:58:28 +01:00
vf_vflip.c Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' 2014-04-19 18:20:17 +02:00
vf_vidstabdetect.c avfilter: Read errno before av_log() as the callback from av_log() might affect errno 2014-10-25 13:28:51 +02:00
vf_vidstabtransform.c avfilter: Read errno before av_log() as the callback from av_log() might affect errno 2014-10-25 13:28:51 +02:00
vf_vignette.c avfilter/vf_vignette: Use av_malloc_array() 2014-07-06 14:34:37 +02:00
vf_w3fdif.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
vf_xbr.c avfilter/xbr: reindent after previous commit 2014-12-25 23:50:25 +01:00
vf_yadif.c avfilter/vf_yadif: detect telecine content 2015-01-06 00:31:37 +01:00
vf_zoompan.c avfilter/vf_zoompan: fix mixing of declarations and statements 2014-06-09 17:27:34 +02:00
video.c Merge commit '67a7695c142561fe60f21adffe89c133385d37c9' 2014-08-20 00:23:15 +02:00
video.h
vidstabutils.c vidstab*: Remove accidentally exported av_2_vs_pixel_format() 2014-08-22 22:18:46 +02:00
vidstabutils.h vidstabutils: improve documentation 2014-08-22 22:19:20 +02:00
vsink_nullsink.c Merge remote-tracking branch 'qatar/master' 2013-10-29 11:58:11 +01:00
vsrc_cellauto.c avfilter/vsrc_cellauto: Use av_mallocz_array() 2014-07-06 14:35:13 +02:00
vsrc_life.c avfilter/vsrc_life: Use av_freep() avoid leaving stale pointers in memory 2014-12-19 15:04:56 +01:00
vsrc_mandelbrot.c avfilter/vsrc_mandelbrot: fix indention of mis-indented block 2015-02-15 01:53:21 +01:00
vsrc_mptestsrc.c avfilter/vsrc_mptestsrc: Use av_clip_uint8() 2015-02-21 14:50:23 +01:00
vsrc_testsrc.c Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' 2014-04-19 18:20:17 +02:00
yadif.h Change license of yadif from GPL to LGPL 2014-01-14 14:19:15 +01:00