mpv/libmpcodecs
diego f3185d2ca4 Simplify preprocessor condition for QT codecs, configure already does the
necessary checks, no need to duplicate them.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26238 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-15 08:07:24 +00:00
..
native Add necessary header #includes to fix 'make checkheaders'. 2008-03-06 08:34:50 +00:00
Makefile Remove ugly workaround for conflicting dca.h headers, it is no longer 2008-03-03 19:40:39 +00:00
ad.c Simplify preprocessor condition for QT codecs, configure already does the 2008-03-15 08:07:24 +00:00
ad.h Add necessary header #includes to fix 'make checkheaders'. 2008-03-06 08:34:50 +00:00
ad_acm.c
ad_alaw.c
ad_dk3adpcm.c
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
ad_dvdpcm.c
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
ad_hwmpa.c
ad_imaadpcm.c
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
ad_libdv.c
ad_libmad.c
ad_libvorbis.c
ad_mp3lib.c
ad_mpc.c
ad_msadpcm.c
ad_msgsm.c
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
ad_realaud.c
ad_sample.c
ad_speex.c
ad_twin.c
ae.c
ae.h Add necessary header #includes to fix 'make checkheaders'. 2008-03-06 08:34:50 +00: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
ae_toolame.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
ae_twolame.c
ae_twolame.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +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 typo fix: inited --> initialized 2008-02-14 14:23:55 +00:00
dec_video.h Add necessary header #includes to fix 'make checkheaders'. 2008-03-06 08:34:50 +00:00
img_format.c
img_format.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
mp_image.c
mp_image.h Add necessary header #includes to fix 'make checkheaders'. 2008-03-06 08:34:50 +00: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.c Simplify preprocessor condition for QT codecs, configure already does the 2008-03-15 08:07:24 +00:00
vd.h Add necessary header #includes to fix 'make checkheaders'. 2008-03-06 08:34:50 +00:00
vd_dmo.c
vd_dshow.c
vd_ffmpeg.c Grayscale encoding/decoding with FFmpeg is no longer enabled, remove references 2008-03-07 21:30:01 +00:00
vd_hmblck.c
vd_ijpg.c Colourspace conversions do _not_ belong into a decoder! 2008-01-12 15:26:24 +00:00
vd_internal.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
vd_libdv.c
vd_libmpeg2.c Avoid reinit of vo with the exactly same parameters over and over. 2008-02-16 14:31:34 +00:00
vd_lzo.c FFmpeg now uses different (unified) #include paths. 2008-02-25 15:46:36 +00:00
vd_mpegpes.c
vd_mpng.c
vd_mtga.c
vd_null.c
vd_nuv.c
vd_qtvideo.c typo fix: inited --> initialized 2008-02-14 14:23:55 +00:00
vd_raw.c
vd_realvid.c typo fix: inited --> initialized 2008-02-14 14:23:55 +00:00
vd_sgi.c
vd_theora.c
vd_vfw.c
vd_vfwex.c
vd_xanim.c
vd_xvid4.c
vd_zrmjpeg.c typo fix: inited --> initialized 2008-02-14 14:23:55 +00:00
ve.c clarify comments/docs about lav* being the preferred place to implement new 2008-01-28 22:09:21 +00:00
ve_lavc.c Grayscale encoding/decoding with FFmpeg is no longer enabled, remove references 2008-03-07 21:30:01 +00:00
ve_libdv.c
ve_nuv.c
ve_qtvideo.c typo fix: inited --> initialized 2008-02-14 14:23:55 +00:00
ve_raw.c
ve_vfw.c Fix printf format string mismatch, eliminates the warning: 2008-03-06 08:43:20 +00:00
ve_x264.c Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved 2008-01-06 23:20:15 +00:00
ve_xvid4.c FFmpeg now uses different (unified) #include paths. 2008-02-25 15:46:36 +00:00
vf.c
vf.h Add necessary header #includes to fix 'make checkheaders'. 2008-03-06 08:34:50 +00:00
vf_1bpp.c
vf_2xsai.c Remove unused variable 2008-01-12 15:45:47 +00:00
vf_ass.c Add global ass_force_reload flag. 2008-01-23 21:18:30 +00:00
vf_blackframe.c
vf_bmovl.c
vf_boxblur.c
vf_crop.c
vf_cropdetect.c
vf_decimate.c
vf_delogo.c
vf_denoise3d.c
vf_detc.c Avoid warning: 2008-01-19 11:44:49 +00:00
vf_dint.c
vf_divtc.c
vf_down3dright.c
vf_dsize.c
vf_dvbscale.c
vf_eq.c
vf_eq2.c
vf_expand.c
vf_field.c
vf_fil.c
vf_filmdint.c Remove unnecessary <signal.h> includes 2008-01-09 01:17:49 +00:00
vf_flip.c
vf_format.c
vf_framestep.c
vf_fspp.c Do not use a global temps variable, this is ugly and does not compile with ICC. 2008-02-24 11:39:35 +00:00
vf_geq.c
vf_halfpack.c
vf_harddup.c
vf_hqdn3d.c
vf_hue.c
vf_il.c
vf_ilpack.c
vf_ivtc.c
vf_kerndeint.c
vf_lavc.c FFmpeg now uses different (unified) #include paths. 2008-02-25 15:46:36 +00:00
vf_lavcdeint.c FFmpeg now uses different (unified) #include paths. 2008-02-25 15:46:36 +00:00
vf_mcdeint.c
vf_mirror.c
vf_noformat.c
vf_noise.c
vf_ow.c
vf_palette.c
vf_perspective.c
vf_phase.c
vf_pp.c FFmpeg now uses different (unified) #include paths. 2008-02-25 15:46:36 +00:00
vf_pp7.c
vf_pullup.c Fix typo. 2008-02-13 19:21:39 +00:00
vf_qp.c
vf_rectangle.c
vf_remove_logo.c
vf_rgb2bgr.c
vf_rgbtest.c Allow specifying a size for -vf rgbtest 2008-02-17 19:49:46 +00:00
vf_rotate.c
vf_sab.c FFmpeg now uses different (unified) #include paths. 2008-02-25 15:46:36 +00:00
vf_scale.c
vf_scale.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
vf_screenshot.c FFmpeg now uses different (unified) #include paths. 2008-02-25 15:46:36 +00:00
vf_smartblur.c FFmpeg now uses different (unified) #include paths. 2008-02-25 15:46:36 +00:00
vf_softpulldown.c
vf_softskip.c
vf_spp.c
vf_swapuv.c
vf_telecine.c
vf_test.c
vf_tfields.c
vf_tile.c
vf_tinterlace.c
vf_unsharp.c
vf_uspp.c
vf_vo.c Add global ass_force_reload flag. 2008-01-23 21:18:30 +00:00
vf_yadif.c
vf_yuvcsp.c
vf_yuy2.c
vf_yvu9.c
vf_zrmjpeg.c typo fix: inited --> initialized 2008-02-14 14:23:55 +00: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