..
x86
lavfi/gradfun: remove rounding to match C and SSE code.
2013-03-28 07:59:29 +01:00
af_aformat.c
af_aformat: switch to an AVOptions-based system.
2013-04-09 18:55:45 +02:00
af_amix.c
af_amix: switch to an AVOptions-based system.
2013-04-09 19:09:26 +02:00
af_anull.c
lavfi: convert input/ouput list compound literals to named objects
2012-10-10 22:26:12 +01:00
af_ashowinfo.c
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
af_asyncts.c
af_asyncts: switch to an AVOptions-based system.
2013-04-09 19:09:33 +02:00
af_channelmap.c
af_channelmap: switch to an AVOptions-based system.
2013-04-09 19:09:40 +02:00
af_channelsplit.c
af_channelsplit: switch to an AVOptions-based system.
2013-04-09 19:10:00 +02:00
af_join.c
af_join: switch to an AVOptions-based system.
2013-04-09 19:10:12 +02:00
af_resample.c
af_resample: switch to an AVOptions-based system.
2013-04-09 18:45:50 +02:00
af_volume.c
Replace remaining includes of audioconvert.h with channel_layout.h
2013-03-08 07:42:13 +01:00
af_volume.h
x86: af_volume: add SSE2-optimized s16 volume scaling
2012-12-05 11:23:37 -05:00
allfilters.c
cosmetics: Prettyprint codec/format/filter registration files
2012-12-28 19:18:13 +01:00
asink_anullsink.c
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
asrc_anullsrc.c
asrc_anullsrc: return EOF, not -1
2013-03-16 05:36:46 +01:00
audio.c
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
audio.h
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
avfilter.c
vf_libopencv: switch to an AVOptions-based system.
2013-04-09 19:05:22 +02:00
avfilter.h
af_resample: switch to an AVOptions-based system.
2013-04-09 18:45:50 +02:00
avfiltergraph.c
avfiltergraph: set deprecated filter_count.
2013-04-04 07:52:32 +02:00
avfiltergraph.h
avfiltergraph: replace AVFilterGraph.filter_count with nb_filters
2013-03-16 05:33:23 +01:00
buffer.c
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
2012-11-11 13:35:12 -05:00
buffersink.c
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
buffersink.h
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
buffersrc.c
buffersrc: switch to an AVOptions-based system.
2013-04-09 18:48:16 +02:00
buffersrc.h
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
drawutils.c
lavfi: do not use av_pix_fmt_descriptors directly.
2012-10-12 12:45:39 +02:00
drawutils.h
fifo.c
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
filtfmts.c
Remove pointless #undefs of previously forbidden functions.
2012-12-04 21:40:22 +01:00
formats.c
lavfi: do not use av_pix_fmt_descriptors directly.
2012-10-12 12:45:39 +02:00
formats.h
gradfun.h
vf_gradfun: switch to an AVOptions-based system.
2013-04-09 19:04:57 +02:00
graphparser.c
avfiltergraph: check for sws opts being non-NULL before using them.
2013-04-03 09:29:55 +02:00
internal.h
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
libavfilter.v
Makefile
avfilter: Compile FIFO filters unconditionally
2012-12-23 18:57:01 +01:00
split.c
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
version.h
lavfi: switch to an AVOptions-based system.
2013-04-09 18:45:37 +02:00
vf_aspect.c
vf_aspect: switch to an AVOptions-based system.
2013-04-09 18:58:30 +02:00
vf_blackframe.c
vf_blackframe: switch to an AVOptions-based system.
2013-04-09 19:00:26 +02:00
vf_boxblur.c
vf_boxblur: switch to an AVOptions-based system.
2013-04-09 19:00:39 +02:00
vf_copy.c
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
vf_crop.c
vf_crop: switch to an AVOptions-based system.
2013-04-09 19:00:54 +02:00
vf_cropdetect.c
vf_cropdetect: switch to an AVOptions-based system.
2013-04-09 19:02:32 +02:00
vf_delogo.c
vf_delogo: switch to an AVOptions-based system.
2013-04-09 19:02:43 +02:00
vf_drawbox.c
vf_drawbox: switch to an AVOptions-based system.
2013-04-09 19:03:08 +02:00
vf_drawtext.c
vf_drawtext: switch to an AVOptions-based system.
2013-04-09 19:03:23 +02:00
vf_fade.c
vf_fade: switch to an AVOptions-based system.
2013-04-09 19:03:43 +02:00
vf_fieldorder.c
vf_fieldorder: switch to an AVOptions-based system.
2013-04-09 19:03:56 +02:00
vf_format.c
vf_(no)format: switch to an AVOptions-based system.
2013-04-09 18:56:39 +02:00
vf_fps.c
vf_fps: switch to an AVOptions-based system.
2013-04-09 19:04:15 +02:00
vf_frei0r.c
vf_frei0r: switch to an AVOptions-based system.
2013-04-09 19:04:28 +02:00
vf_gradfun.c
vf_gradfun: switch to an AVOptions-based system.
2013-04-09 19:04:57 +02:00
vf_hflip.c
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
vf_hqdn3d.c
vf_hqdn3d: switch to an AVOptions-based system.
2013-04-09 19:05:12 +02:00
vf_hqdn3d.h
vf_hqdn3d: switch to an AVOptions-based system.
2013-04-09 19:05:12 +02:00
vf_libopencv.c
vf_libopencv: switch to an AVOptions-based system.
2013-04-09 19:05:22 +02:00
vf_lut.c
vf_lut: switch to an AVOptions-based system.
2013-04-09 19:05:32 +02:00
vf_null.c
lavfi: merge start_frame/draw_slice/end_frame
2012-11-28 08:50:19 +01:00
vf_overlay.c
vf_overlay: switch to an AVOptions-based system.
2013-04-09 19:06:13 +02:00
vf_pad.c
vf_pad: switch to an AVOptions-based system.
2013-04-09 19:06:29 +02:00
vf_pixdesctest.c
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
vf_scale.c
vf_scale: switch to an AVOptions-based system.
2013-04-09 19:04:45 +02:00
vf_select.c
vf_select: switch to an AVOptions-based system.
2013-04-09 19:06:51 +02:00
vf_setpts.c
vf_setpts: switch to an AVOptions-based system.
2013-04-09 19:07:28 +02:00
vf_settb.c
vf_settb: switch to an AVOptions-based system.
2013-04-09 19:07:44 +02:00
vf_showinfo.c
vf_showinfo: remove its useless init function
2013-03-16 05:36:14 +01:00
vf_transpose.c
vf_transpose: switch to an AVOptions-based system.
2013-04-09 19:08:04 +02:00
vf_unsharp.c
vf_unsharp: switch to an AVOptions-based system.
2013-04-09 19:08:42 +02:00
vf_vflip.c
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
vf_yadif.c
vf_yadif: switch to an AVOptions-based system.
2013-04-09 19:09:03 +02:00
video.c
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
video.h
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
vsink_nullsink.c
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
vsrc_color.c
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
vsrc_movie.c
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
vsrc_nullsrc.c
lavfi: convert input/ouput list compound literals to named objects
2012-10-10 22:26:12 +01:00
vsrc_testsrc.c
lavfi: switch to AVFrame.
2013-03-08 07:37:18 +01:00
yadif.h
vf_yadif: switch to an AVOptions-based system.
2013-04-09 19:09:03 +02:00