1
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 06:03:45 +01:00
mpv/libmpcodecs
Uoti Urpala 31db39d8ec Make video decoder description structs const
This makes the per-decoder struct vd_functions and its ->info
struct constants. Same for the mpcodecs_vd_drivers[] table of
pointers to those structs.
2008-04-25 07:16:32 +03:00
..
native Rename RTJPEG files so that filenames consist of lowercase name only. 2008-04-06 18:17:59 +00:00
ad_acm.c Use goto instead of useless recursion that might fill up the stack 2007-07-30 13:48:08 +00:00
ad_alaw.c Use explicit header location, don't use CFLAGS for simple subdirectories. 2007-03-15 12:08:11 +00:00
ad_dk3adpcm.c Do not #include libavutil/common.h. It is not used directly and mpbswap.h 2008-04-01 14:19:45 +00:00
ad_dmo.c Fix all current known multi-channel wrong order problems by adding 2007-12-10 16:53:30 +00:00
ad_dshow.c Include loader/ prefix in #include path everywhere. 2007-03-15 08:29:24 +00:00
ad_dvdpcm.c removing AFMT_ dependancy 2004-12-27 17:30:15 +00:00
ad_faad.c Use malloc for codecdata. Fixes segfault in free_sh_sub. 2008-01-10 19:47:18 +00:00
ad_ffmpeg.c Fix ffvorbis decoder's output channel order with channel reordering function. 2008-03-05 02:46:50 +00:00
ad_hwac3.c Fix warnings: 2007-11-27 00:33:59 +00:00
ad_hwmpa.c Get rid of min/max macros from aviheader.h, they do not belong here. 2006-12-09 12:24:11 +00:00
ad_imaadpcm.c Hack around libavutil/bswap.h compilation problems due to always_inline undefined. 2006-12-07 11:58:07 +00:00
ad_internal.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
ad_liba52.c Remove duplicate #include of mpbswap.h. 2008-03-14 16:59:08 +00:00
ad_libdca.c Prevent from outputing mass of 'skip' log messages in verbose level. 2007-12-05 18:24:40 +00:00
ad_libdv.c "()" to "(void)" function param list fixes 2007-04-01 21:59:54 +00:00
ad_libmad.c Move #ifdefs around complete files into the build system. 2006-06-21 14:49:09 +00:00
ad_libvorbis.c Move variable declaration into conditional to avoid an unused variable warning. 2007-05-28 08:18:23 +00:00
ad_mp3lib.c Move #ifdefs around complete files into the build system. 2006-06-21 14:49:09 +00:00
ad_mpc.c ISO8859-1 --> UTF-8 2007-07-09 19:50:36 +00:00
ad_msadpcm.c Do not #include libavutil/common.h. It is not used directly and mpbswap.h 2008-04-01 14:19:45 +00:00
ad_msgsm.c Use explicit header location, don't use CFLAGS for simple subdirectories. 2007-03-15 12:08:11 +00:00
ad_pcm.c Fix all current known multi-channel wrong order problems by adding 2007-12-10 16:53:30 +00:00
ad_qtaudio.c Introduce HAVE_QUICKTIME definition and use it where appropriate. 2008-03-15 11:31:28 +00:00
ad_realaud.c Move variable into the block where it actually used 2007-06-24 14:04:48 +00:00
ad_sample.c removing AFMT_ dependancy 2004-12-27 17:30:15 +00:00
ad_speex.c Put files fully owned by my under GPL v2 "or later" 2006-11-17 10:03:33 +00:00
ad_twin.c Include loader/ prefix in #include path everywhere. 2007-03-15 08:29:24 +00:00
ad.c Simplify preprocessor condition for QT codecs, configure already does the 2008-03-15 08:07:24 +00:00
ad.h Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
ae_faac.c Fix all current known multi-channel wrong order problems by adding 2007-12-10 16:53:30 +00:00
ae_faac.h Add necessary header #includes to fix 'make checkheaders'. 2008-03-06 08:34:50 +00:00
ae_lame.c Remove unused static variable pass, fixes the warning: 2007-12-27 11:19:54 +00:00
ae_lame.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
ae_lavc.c #include config.h before all other headers. 2008-03-14 16:46:13 +00:00
ae_lavc.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
ae_pcm.c Fix all current known multi-channel wrong order problems by adding 2007-12-10 16:53:30 +00:00
ae_pcm.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
ae_toolame.c Add explicit location for headers from the libmpdemux/ directory. 2007-03-15 17:51:32 +00:00
ae_toolame.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
ae_twolame.c Add explicit location for headers from the libmpdemux/ directory. 2007-03-15 17:51:32 +00:00
ae_twolame.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
ae.c config.h must be included before other headers 2007-06-24 17:39:54 +00:00
ae.h Add necessary header #includes to fix 'make checkheaders'. 2008-03-06 08:34:50 +00:00
cmmx.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
dec_audio.c typo fix: inited --> initialized 2008-02-14 14:23:55 +00:00
dec_audio.h Add necessary header #includes to fix 'make checkheaders'. 2008-03-06 08:34:50 +00:00
dec_video.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
dec_video.h Add necessary header #includes to fix 'make checkheaders'. 2008-03-06 08:34:50 +00:00
img_format.c Print the number of the Unknow color format, 2007-07-11 21:30:16 +00:00
img_format.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
Makefile 1000l fix linking after r26378 2008-04-09 21:49:27 +00:00
mp_image.c Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c. 2007-08-04 22:12:49 +00:00
mp_image.h Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
mpc_info.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
pullup.c #include config.h before all other headers. 2008-03-14 16:46:13 +00:00
pullup.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
vd_dmo.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_dshow.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_ffmpeg.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_hmblck.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_ijpg.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_internal.h Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_libdv.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_libmpeg2.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_lzo.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_mpegpes.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_mpng.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_mtga.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_null.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_nuv.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_qtvideo.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_raw.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_realvid.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_sgi.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_theora.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_vfw.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_vfwex.c - vfwex redundancy removed 2002-09-03 21:13:48 +00:00
vd_xanim.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_xvid4.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd_zrmjpeg.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd.c Make video decoder description structs const 2008-04-25 07:16:32 +03:00
vd.h Make video decoder description structs const 2008-04-25 07:16:32 +03:00
ve_lavc.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
ve_libdv.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
ve_nuv.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
ve_qtvideo.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
ve_raw.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
ve_vfw.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
ve_x264.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
ve_xvid4.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
ve.c Add option pointer to vf struct 2008-04-23 13:41:05 +03:00
vf_1bpp.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_2xsai.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_ass.c Move opt_screen_size_[x|y] to options struct 2008-04-25 03:34:27 +03:00
vf_blackframe.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_bmovl.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_boxblur.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_crop.c Move opt_screen_size_[x|y] to options struct 2008-04-25 03:34:27 +03:00
vf_cropdetect.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_decimate.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_delogo.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_denoise3d.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_detc.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_dint.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_divtc.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_down3dright.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_dsize.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_dvbscale.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_eq2.c Make all vf_info_t structs const 2007-12-02 14:57:15 +00:00
vf_eq.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_expand.c Move opt_screen_size_[x|y] to options struct 2008-04-25 03:34:27 +03:00
vf_field.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_fil.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_filmdint.c Move opt_screen_size_[x|y] to options struct 2008-04-25 03:34:27 +03:00
vf_flip.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_format.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_framestep.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_fspp.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_geq.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_halfpack.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_harddup.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_hqdn3d.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_hue.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_il.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_ilpack.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_ivtc.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_kerndeint.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_lavc.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_lavcdeint.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_mcdeint.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_mirror.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_noformat.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_noise.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_ow.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_palette.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_perspective.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_phase.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_pp7.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_pp.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_pullup.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_qp.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_rectangle.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_remove_logo.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_rgb2bgr.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_rgbtest.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_rotate.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_sab.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_scale.c Move screen_size_xy to options struct 2008-04-25 03:34:28 +03:00
vf_scale.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
vf_screenshot.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_smartblur.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_softpulldown.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_softskip.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_spp.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_swapuv.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_telecine.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_test.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_tfields.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_tile.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_tinterlace.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_unsharp.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_uspp.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_vo.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_yadif.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_yuvcsp.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_yuy2.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_yvu9.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf_zrmjpeg.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf.c Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vf.h Remove _s/_st suffix from some struct names 2008-04-25 03:34:22 +03:00
vfcap.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
vqf.h Add necessary header #includes to fix 'make checkheaders'. 2008-03-06 08:34:50 +00:00