mpv/video/filter
wm4 a9538e17ad video: synchronize mpv rgb pixel format names with ffmpeg names
This affects packed RGB formats up to 16 bits per pixel. The old mplayer
names used LSB-to-MSB order, while FFmpeg (and some other libraries) use
MSB-to-LSB.

Nothing should change with this commit, i.e. no bit order or endian bugs
should be added or fixed. In some cases, the name stays the same, even
though the byte order changes, e.g. RGB8->BGR8 and BGR8->RGB8, and this
affects the user-visible names too; this might cause confusion.
2014-06-14 10:03:04 +02:00
..
pullup.c vf_pullup: remove inline asm 2014-04-19 17:10:20 +02:00
pullup.h vf_pullup: remove inline asm 2014-04-19 17:10:20 +02:00
vf.c options: remove global variables for swscale options; rename them 2014-06-11 00:39:13 +02:00
vf.h options: remove global variables for swscale options; rename them 2014-06-11 00:39:13 +02:00
vf_crop.c Kill all tabs 2014-04-13 18:03:01 +02:00
vf_delogo.c vf_delogo: remove internal implementation 2014-03-16 13:19:29 +01:00
vf_divtc.c vf_divtc: remove a global variable 2014-06-11 00:39:14 +02:00
vf_dlopen.c video: automatically strip "le" and "be" suffix from pixle format names 2014-06-14 09:58:48 +02:00
vf_dlopen.h vf_dlopen: remove buggy private name -> imgfmt conversion 2014-05-15 10:32:16 -07:00
vf_dsize.c
vf_eq.c vf_eq: remove slow inline asm 2014-04-19 15:38:04 +02:00
vf_expand.c Kill all tabs 2014-04-13 18:03:01 +02:00
vf_flip.c
vf_format.c Kill all tabs 2014-04-13 18:03:01 +02:00
vf_gradfun.c vf_gradfun: remove internal implementation 2014-03-16 13:19:29 +01:00
vf_hqdn3d.c vf_hqdn3d: remove internal implementation 2014-03-16 13:19:29 +01:00
vf_ilpack.c vf_ilpack: remove inline asm 2014-04-19 15:48:30 +02:00
vf_lavfi.c vf_lavfi: reinit after libavfilter EOF 2014-05-02 01:08:05 +02:00
vf_lavfi.h build: simplify libavfilter configure checks 2014-03-16 13:19:29 +01:00
vf_mirror.c
vf_noformat.c Kill all tabs 2014-04-13 18:03:01 +02:00
vf_noise.c vf_noise: remove global variables 2014-06-11 00:39:14 +02:00
vf_phase.c Kill all tabs 2014-04-13 18:03:01 +02:00
vf_pp.c vf_pp: PP_PICT_TYPE_QP2 is always defined 2014-04-25 19:21:17 +02:00
vf_pullup.c vf_pullup: remove inline asm 2014-04-19 17:10:20 +02:00
vf_rotate.c Add more const 2014-06-11 00:39:14 +02:00
vf_scale.c video: synchronize mpv rgb pixel format names with ffmpeg names 2014-06-14 10:03:04 +02:00
vf_screenshot.c
vf_softpulldown.c video: don't drop last frame when deinterlacing with yadif 2014-04-28 22:23:31 +02:00
vf_stereo3d.c Fix some libav* include statements 2014-04-19 17:18:10 +02:00
vf_sub.c Kill all tabs 2014-04-13 18:03:01 +02:00
vf_swapuv.c
vf_unsharp.c vf_unsharp: remove internal implementation 2014-03-16 13:19:29 +01:00
vf_vapoursynth.c vf_vapoursynth: fix debug output 2014-05-15 16:59:26 +02:00
vf_vavpp.c video: don't drop last frame when deinterlacing with yadif 2014-04-28 22:23:31 +02:00
vf_vdpaupp.c vf_vdpaupp: cosmetics: rename function 2014-05-25 16:01:33 +02:00
vf_yadif.c vf_yadif: remove internal implementation 2014-03-16 13:19:29 +01:00