1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-21 22:30:22 +00:00
mpv/video/filter
wm4 597b8a3550 Take care of some libavutil deprecations, drop support for FFmpeg 1.0
PIX_FMT_* -> AV_PIX_FMT_* (except some pixdesc constants)
enum PixelFormat -> enum AVPixelFormat
Losen some version checks in certain newer pixel formats.
av_pix_fmt_descriptors -> av_pix_fmt_desc_get

This removes support for FFmpeg 1.0.x, which is even older than
Libav 9.x. Support for it probably was already broken, and its
libswresample was rejected by our build system anyway because it's
broken.

Mostly untested; it does compile with Libav 9.9.
2013-11-29 17:39:57 +01:00
..
pullup.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
pullup.h
vf_crop.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_delogo.c Fix some more -Wshadow warnings 2013-11-01 17:35:38 +01:00
vf_divtc.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_dlopen.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_dlopen.h
vf_down3dright.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_dsize.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_eq.c video/filter: fix PIC compile on x86 2013-11-26 23:43:56 +01:00
vf_expand.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_flip.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_format.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_gradfun.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_hqdn3d.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_ilpack.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_lavfi.c options: print lavfi filter list with --vf=lavfi=help 2013-11-23 21:35:52 +01:00
vf_mirror.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_noformat.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_noise.c video/filter: fix PIC compile on x86 2013-11-26 23:43:56 +01:00
vf_phase.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_pp.c options: implement --pphelp differently 2013-11-23 21:34:24 +01:00
vf_pullup.c vf_pullup: properly reset on seek 2013-11-29 15:08:05 +01:00
vf_rotate.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_scale.c Take care of some libavutil deprecations, drop support for FFmpeg 1.0 2013-11-29 17:39:57 +01:00
vf_screenshot.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_softpulldown.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_stereo3d.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_sub.c osd: remove mp_osd_res.video_par field 2013-11-24 14:44:58 +01:00
vf_swapuv.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_unsharp.c video/filter: remove useless vf_info fields 2013-10-23 19:30:01 +02:00
vf_vavpp.c vaapi: remove unused hw image formats, simplify 2013-11-29 14:19:29 +01:00
vf_vo.c Rename sub.c/.h to osd.c/.h 2013-11-24 14:44:58 +01:00
vf_yadif.c Enable -Wshadow 2013-11-01 13:00:15 +01:00
vf.c options: implement --pphelp differently 2013-11-23 21:34:24 +01:00
vf.h options: implement --pphelp differently 2013-11-23 21:34:24 +01:00