.. |
libmpcodecs
|
3379531c40
Port recent changes to MPlayer libmpcodecs.
|
13 years ago |
x86
|
e6e7ba0ce3
Add some forgotten const to function arguments in libavfilter & libavformat.
|
14 years ago |
Makefile
|
07586b68a8
lavfi: add select filter
|
14 years ago |
af_anull.c
|
99046339fc
Add null audio filter.
|
14 years ago |
allfilters.c
|
07586b68a8
lavfi: add select filter
|
14 years ago |
asink_anullsink.c
|
f0a5543898
Add asink_anullsink - null audio sink.
|
14 years ago |
asrc_anullsrc.c
|
7ffe76e540
Merge libavcore into libavutil
|
14 years ago |
avcodec.c
|
9fdf77217b
lavfi: add avfilter_get_video_buffer_ref_from_frame to avcodec.h
|
14 years ago |
avcodec.h
|
c000a9f783
vsrc_buffer: add av_vsrc_buffer_add_frame()
|
14 years ago |
avfilter.c
|
c34cb130b6
avfilter: dont use AVFilterLink as priv for pictures as its freed too early.
|
14 years ago |
avfilter.h
|
07586b68a8
lavfi: add select filter
|
14 years ago |
avfiltergraph.c
|
ab543afe47
Make avfilter_graph_free() free the graph.
|
14 years ago |
avfiltergraph.h
|
bf8bb94322
Merge remote-tracking branch 'qatar/master'
|
14 years ago |
defaults.c
|
c34cb130b6
avfilter: dont use AVFilterLink as priv for pictures as its freed too early.
|
14 years ago |
drawutils.c
|
bcfd9e821b
lavfi: add drawutils
|
14 years ago |
drawutils.h
|
bcfd9e821b
lavfi: add drawutils
|
14 years ago |
formats.c
|
3fa77bde1b
In libavfilter, use consistently "Copyright (c)" in the license
|
14 years ago |
gradfun.h
|
e6e7ba0ce3
Add some forgotten const to function arguments in libavfilter & libavformat.
|
14 years ago |
graphparser.c
|
2f86e7bd12
graphparser: add a NULL check on the argument passed to strstr
|
14 years ago |
internal.h
|
bf8bb94322
Merge remote-tracking branch 'qatar/master'
|
14 years ago |
libavfilter.v
|
a482e61bd6
Add symbol versioning for shared libraries
|
15 years ago |
vf_aspect.c
|
35fe66abbc
lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio
|
14 years ago |
vf_blackframe.c
|
3fa77bde1b
In libavfilter, use consistently "Copyright (c)" in the license
|
14 years ago |
vf_copy.c
|
b567020943
Add copy filter, useful for testing the avfilter_draw_slice() copy
|
14 years ago |
vf_crop.c
|
5a35cef4b1
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
vf_cropdetect.c
|
7ffe76e540
Merge libavcore into libavutil
|
14 years ago |
vf_drawbox.c
|
7ffe76e540
Merge libavcore into libavutil
|
14 years ago |
vf_drawtext.c
|
d8c7a21602
drawtext: specify union type for setting default options
|
14 years ago |
vf_fade.c
|
2d2b5a1421
10l, commit that should have been stashed into the merge.
|
14 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
|
3fa77bde1b
In libavfilter, use consistently "Copyright (c)" in the license
|
14 years ago |
vf_frei0r.c
|
35fe66abbc
lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio
|
14 years ago |
vf_gradfun.c
|
e6e7ba0ce3
Add some forgotten const to function arguments in libavfilter & libavformat.
|
14 years ago |
vf_hflip.c
|
f5607c8361
Make the hflip filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats
|
14 years ago |
vf_hqdn3d.c
|
a4dc7aa5b5
Port libmpcodecs hqdn3d filter.
|
14 years ago |
vf_libopencv.c
|
f1b3f33d48
vf_libopencv: prefer opencv/cxcore.h over cxtypes.h
|
14 years ago |
vf_mp.c
|
034fc7bf12
Merge remote-tracking branch 'qatar/master'
|
14 years ago |
vf_null.c
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
15 years ago |
vf_overlay.c
|
7ffe76e540
Merge libavcore into libavutil
|
14 years ago |
vf_pad.c
|
484a330890
pad: make the filter parametric
|
14 years ago |
vf_pixdesctest.c
|
3fa77bde1b
In libavfilter, use consistently "Copyright (c)" in the license
|
14 years ago |
vf_scale.c
|
bf19c87101
Fix type of out[] variable, it should not be const.
|
13 years ago |
vf_select.c
|
07586b68a8
lavfi: add select filter
|
14 years ago |
vf_setpts.c
|
8bc6568595
In the start_frame() debug log, print the reference pos value rather than the evaluated value converted to int.
|
14 years ago |
vf_settb.c
|
3fa77bde1b
In libavfilter, use consistently "Copyright (c)" in the license
|
14 years ago |
vf_showinfo.c
|
a05d02079e
showinfo: replace "CRC" by "checksum"
|
14 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
|
35fe66abbc
lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio
|
14 years ago |
vf_unsharp.c
|
e6e7ba0ce3
Add some forgotten const to function arguments in libavfilter & libavformat.
|
14 years ago |
vf_vflip.c
|
0ccabeeaef
Support filters and decoders that dont support negative linesizes.
|
14 years ago |
vf_yadif.c
|
d7e5aebae7
Merge remote branch 'qatar/master'
|
14 years ago |
vsink_nullsink.c
|
a6881c6a38
Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.
|
14 years ago |
vsrc_buffer.c
|
cf06e3e4dd
vsrc_buffer: return an error code if no frames are available
|
14 years ago |
vsrc_buffer.h
|
ecf72542fa
vsrc_buffer: remove duplicated file description
|
14 years ago |
vsrc_color.c
|
35fe66abbc
lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio
|
14 years ago |
vsrc_movie.c
|
cd8cb54990
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
vsrc_nullsrc.c
|
7ffe76e540
Merge libavcore into libavutil
|
14 years ago |
yadif.h
|
bad82d3d7d
Change yadif to not use out of picture lines.
|
14 years ago |