.. |
libmpcodecs
|
7491816010
libavfilter/libmpcodecs: add vf_stereo3d support
|
13 years ago |
x86
|
5d4fd1d1ad
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Makefile
|
7491816010
libavfilter/libmpcodecs: add vf_stereo3d support
|
13 years ago |
af_aconvert.c
|
37cc443c83
lavfi: add audio convert filter
|
13 years ago |
af_aconvert_rematrix.c
|
37cc443c83
lavfi: add audio convert filter
|
13 years ago |
af_aformat.c
|
9899037dc6
lavfi: rename avfilter_all_* function names to avfilter_make_all_*
|
13 years ago |
af_anull.c
|
99046339fc
Add null audio filter.
|
14 years ago |
af_aresample.c
|
db79d04173
af_aresample: do not request a buffer with AV_PERM_REUSE2 permissions in filter_samples()
|
13 years ago |
af_ashowinfo.c
|
e30a0b1b3b
lavfi: add ashowinfo filter
|
13 years ago |
all_channel_layouts.h
|
ea8de109af
lavfi: add avfilter_all_channel_layouts public symbol
|
13 years ago |
allfilters.c
|
37cc443c83
lavfi: add audio convert filter
|
13 years ago |
asink_anullsink.c
|
f0a5543898
Add asink_anullsink - null audio sink.
|
14 years ago |
asrc_abuffer.c
|
4381bddc9f
lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBufferRefAudioProps
|
13 years ago |
asrc_abuffer.h
|
587c8ab912
lavfi: add asrc_abuffer - audio buffer source
|
13 years ago |
asrc_anullsrc.c
|
9535929897
asrc_anullsrc: amend description to reflect the recent changes
|
13 years ago |
avcodec.c
|
3fe6bbd5dc
libavfilter: implement avfilter_fill_frame_from_video_buffer_ref()
|
13 years ago |
avcodec.h
|
3fe6bbd5dc
libavfilter: implement avfilter_fill_frame_from_video_buffer_ref()
|
13 years ago |
avfilter.c
|
dd91499b66
lavfi: add debug trace when processing events
|
13 years ago |
avfilter.h
|
f9a2d0c3fe
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
avfiltergraph.c
|
3ee0bedcc0
lavfi: refactor query_formats and auto-insert audio conversion filters
|
13 years ago |
avfiltergraph.h
|
f9a2d0c3fe
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
buffersink.h
|
4f7dfe12ea
lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersink.h
|
13 years ago |
defaults.c
|
9899037dc6
lavfi: rename avfilter_all_* function names to avfilter_make_all_*
|
13 years ago |
drawutils.c
|
bcfd9e821b
lavfi: add drawutils
|
14 years ago |
drawutils.h
|
bcfd9e821b
lavfi: add drawutils
|
14 years ago |
formats.c
|
41215fdeb3
libavfilter/formats.c: fix compile of test
|
13 years ago |
gradfun.h
|
e6e7ba0ce3
Add some forgotten const to function arguments in libavfilter & libavformat.
|
14 years ago |
graphparser.c
|
cc2b4e889d
libavfilter/graphparser: Avoid spaces in filter instance names.
|
13 years ago |
internal.h
|
e64de2ad1a
lavfi: document AVFilterCommand fields
|
13 years ago |
libavfilter.v
|
a482e61bd6
Add symbol versioning for shared libraries
|
15 years ago |
sink_buffer.c
|
514c44c4fa
sink_buffer: fix typo
|
13 years ago |
src_movie.c
|
2c0317419b
lavfi: simplify signature for avfilter_get_audio_buffer() and friends
|
13 years ago |
vf_aspect.c
|
976a8b2179
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
vf_blackframe.c
|
c76974524a
vf_blackframe: port missing features from libmpcodecs blackframe
|
13 years ago |
vf_boxblur.c
|
fb35f7d7e1
vf_boxblur: remove useless code.
|
13 years ago |
vf_copy.c
|
b567020943
Add copy filter, useful for testing the avfilter_draw_slice() copy
|
14 years ago |
vf_crop.c
|
45f9e053d8
vf_crop: add support for a, dar, sar, hsub, and vsub variables
|
13 years ago |
vf_cropdetect.c
|
fd2c0a5db2
lavfi: add layout negotiation fields and helper functions.
|
13 years ago |
vf_delogo.c
|
91492bd1c4
lavfi: remove usage of deprecated av_opt_set_defaults2() function
|
13 years ago |
vf_drawbox.c
|
094a496818
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
vf_drawtext.c
|
9921613e82
vf_drawtext: apply misc style fixes
|
13 years ago |
vf_fade.c
|
fd2c0a5db2
lavfi: add layout negotiation fields and helper functions.
|
13 years ago |
vf_fieldorder.c
|
adba9c6352
Fix various unused variable warnings
|
13 years ago |
vf_fifo.c
|
3fa77bde1b
In libavfilter, use consistently "Copyright (c)" in the license
|
14 years ago |
vf_format.c
|
e26782a9b4
lavfi: add ff_parse_pixel_format() internal function, and use it
|
13 years ago |
vf_frei0r.c
|
aa61ca0c59
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
vf_gradfun.c
|
fd2c0a5db2
lavfi: add layout negotiation fields and helper functions.
|
13 years ago |
vf_hflip.c
|
fd2c0a5db2
lavfi: add layout negotiation fields and helper functions.
|
13 years ago |
vf_hqdn3d.c
|
fd2c0a5db2
lavfi: add layout negotiation fields and helper functions.
|
13 years ago |
vf_libopencv.c
|
fd2c0a5db2
lavfi: add layout negotiation fields and helper functions.
|
13 years ago |
vf_lut.c
|
91492bd1c4
lavfi: remove usage of deprecated av_opt_set_defaults2() function
|
13 years ago |
vf_mp.c
|
7491816010
libavfilter/libmpcodecs: add vf_stereo3d support
|
13 years ago |
vf_null.c
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
15 years ago |
vf_overlay.c
|
976a8b2179
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
vf_pad.c
|
61d55fda2b
lavfi: tweak display aspect ratio variables in pad and scale filters
|
13 years ago |
vf_pixdesctest.c
|
3fa77bde1b
In libavfilter, use consistently "Copyright (c)" in the license
|
14 years ago |
vf_scale.c
|
8447703c16
vf_scale.c: propagate error code
|
13 years ago |
vf_select.c
|
9a9ceb8776
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
vf_setpts.c
|
976a8b2179
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
vf_settb.c
|
976a8b2179
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
vf_showinfo.c
|
9765caec1b
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
vf_slicify.c
|
3fa77bde1b
In libavfilter, use consistently "Copyright (c)" in the license
|
14 years ago |
vf_split.c
|
6f5a145be1
vf_split: give more meaningful names to the output pads
|
14 years ago |
vf_transpose.c
|
d9c23a0d5a
vf_transpose: avoid multiple calls to avfilter_draw_slice()
|
13 years ago |
vf_unsharp.c
|
b854c2a709
vf_unsharp: set default chroma size value to 5x5
|
13 years ago |
vf_vflip.c
|
0ccabeeaef
Support filters and decoders that dont support negative linesizes.
|
14 years ago |
vf_yadif.c
|
22ee131e85
vf_yadif: add support to yuva420p
|
13 years ago |
vsink_nullsink.c
|
a6881c6a38
Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.
|
14 years ago |
vsrc_buffer.c
|
e26782a9b4
lavfi: add ff_parse_pixel_format() internal function, and use it
|
13 years ago |
vsrc_buffer.h
|
27bcf55f45
vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_ref
|
13 years ago |
vsrc_color.c
|
976a8b2179
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
vsrc_mptestsrc.c
|
91492bd1c4
lavfi: remove usage of deprecated av_opt_set_defaults2() function
|
13 years ago |
vsrc_nullsrc.c
|
976a8b2179
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
vsrc_testsrc.c
|
91492bd1c4
lavfi: remove usage of deprecated av_opt_set_defaults2() function
|
13 years ago |
yadif.h
|
bad82d3d7d
Change yadif to not use out of picture lines.
|
14 years ago |