mpv/libmpcodecs
reimar 18004d2d98 Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21523 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-07 11:58:07 +00:00
..
native Hack around libavutil/bswap.h compilation problems due to always_inline undefined. 2006-12-07 11:58:07 +00:00
Makefile Add libav include paths to CFLAGS without indirection. 2006-12-01 01:11:42 +00:00
ad.c
ad.h
ad_acm.c
ad_alaw.c
ad_dk3adpcm.c Hack around libavutil/bswap.h compilation problems due to always_inline undefined. 2006-12-07 11:58:07 +00:00
ad_dmo.c
ad_dshow.c
ad_dvdpcm.c
ad_faad.c in case of errors after decoding quit the main decoding 2006-09-27 21:45:15 +00:00
ad_ffmpeg.c Hack around libavutil/bswap.h compilation problems due to always_inline undefined. 2006-12-07 11:58:07 +00:00
ad_hwac3.c
ad_hwmpa.c fix a/v sync issues when using ad_hwmpa 2006-08-01 18:44:31 +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
ad_liba52.c Hack around libavutil/bswap.h compilation problems due to always_inline undefined. 2006-12-07 11:58:07 +00:00
ad_libdv.c
ad_libmad.c
ad_libvorbis.c
ad_mp3lib.c
ad_mpc.c
ad_msadpcm.c Hack around libavutil/bswap.h compilation problems due to always_inline undefined. 2006-12-07 11:58:07 +00:00
ad_msgsm.c
ad_pcm.c Fix comment, it's 'sowt', not 'swot' ('twos' reversed) 2006-11-05 18:40:16 +00:00
ad_qtaudio.c Shouldn't move "#ifdef MACOSX" before #include config.h of course... 2006-11-26 18:27:42 +00:00
ad_realaud.c Remove unused function pointers, they probably had incorrect prototypes 2006-12-03 21:43:57 +00:00
ad_sample.c
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
ae.c
ae.h
ae_faac.c workaround redefinition of object_type as prev(object_type)+1 2006-10-05 23:12:27 +00:00
ae_faac.h
ae_lame.c Set encoder's input format to "native endiannes", instead of little endian. 2006-08-15 14:32:50 +00:00
ae_lame.h
ae_lavc.c pass average bitrate from encoder to (lavf) muxer 2006-08-10 21:48:41 +00:00
ae_lavc.h
ae_pcm.c
ae_pcm.h
ae_toolame.c
ae_toolame.h
ae_twolame.c
ae_twolame.h
cmmx.h
dec_audio.c Fix code that cuts audio data if the filters produce too much. 2006-11-07 23:16:55 +00:00
dec_audio.h
dec_video.c Update OSD contents only after the correct values for the frame are known. 2006-11-14 12:29:20 +00:00
dec_video.h Update OSD contents only after the correct values for the frame are known. 2006-11-14 12:29:20 +00:00
img_format.c marks several read-only string parameters and function return-values which can only be used read-only as const. Patch by Stefan Huehner, stefan _AT huener-org 2006-07-16 01:20:30 +00:00
img_format.h marks several read-only string parameters and function return-values which can only be used read-only as const. Patch by Stefan Huehner, stefan _AT huener-org 2006-07-16 01:20:30 +00:00
mp_image.h
mpc_info.h
pullup.c Fix AMD64 support, patch by Reimar Doffinger 2006-11-17 08:36:10 +00:00
pullup.h
vd.c MSGTR for libmpcodecs/vd.c 2006-11-22 09:26:58 +00:00
vd.h
vd_dmo.c
vd_dshow.c
vd_ffmpeg.c Hack around libavutil/bswap.h compilation problems due to always_inline undefined. 2006-12-07 11:58:07 +00:00
vd_hmblck.c
vd_ijpg.c Hack around libavutil/bswap.h compilation problems due to always_inline undefined. 2006-12-07 11:58:07 +00:00
vd_internal.h
vd_libdv.c
vd_libmpeg2.c pass the interlacing info to the filter chain 2006-11-04 07:08:54 +00:00
vd_lzo.c
vd_mpegpes.c reinit codec chain when aspect ratio and/or resolution change 2006-10-08 22:36:24 +00:00
vd_mpng.c Hack around libavutil/bswap.h compilation problems due to always_inline undefined. 2006-12-07 11:58:07 +00:00
vd_mtga.c Hack around libavutil/bswap.h compilation problems due to always_inline undefined. 2006-12-07 11:58:07 +00:00
vd_null.c
vd_nuv.c
vd_qtvideo.c Fix previous broken vd_qtvideo.c commit which failed on MACOSX 2006-11-26 19:35:56 +00:00
vd_raw.c
vd_realvid.c Remove unused function pointers, they probably had incorrect prototypes 2006-12-03 21:43:57 +00:00
vd_sgi.c Hack around libavutil/bswap.h compilation problems due to always_inline undefined. 2006-12-07 11:58:07 +00:00
vd_theora.c Fix memleak in theora decoder due to missing theora_comment_/theora_info_clear on uninit 2006-12-06 10:42:30 +00:00
vd_vfw.c
vd_vfwex.c
vd_xanim.c
vd_xvid4.c The FSF changed postal address. 2006-09-01 12:11:11 +00:00
vd_zrmjpeg.c
ve.c Remove obsolete Xvid 3 support. 2006-11-18 02:40:19 +00:00
ve_lavc.c support lavc mblmin and mblmax 2006-11-08 03:22:03 +00:00
ve_libdv.c
ve_nuv.c
ve_qtvideo.c Hack around libavutil/bswap.h compilation problems due to always_inline undefined. 2006-12-07 11:58:07 +00:00
ve_raw.c
ve_vfw.c
ve_x264.c x264: don't enable turbo in the middle pass of a 3pass encode. (broke in r20060) 2006-10-21 21:57:15 +00:00
ve_xvid4.c Use American spelling of "gray" instead for British's "grey" for XviD option, while keeping backward compatibility 2006-10-16 11:57:11 +00:00
vf.c Remove long-deprecated -vop option. 2006-12-02 17:32:53 +00:00
vf.h Remove long-deprecated -vop option. 2006-12-02 17:32:53 +00:00
vf_1bpp.c
vf_2xsai.c
vf_ass.c Speed up ASS subtitles display by detecting changes between two consecutive 2006-12-06 18:44:26 +00:00
vf_blackframe.c
vf_bmovl.c in some cases, vf_bmovl produces junk due to source and 2006-07-23 14:35:04 +00:00
vf_boxblur.c
vf_crop.c
vf_cropdetect.c
vf_decimate.c Replace asmalign.h hack by ASMALIGN cpp macros from config.h. 2006-08-13 00:21:14 +00:00
vf_delogo.c changed email address 2006-11-04 10:21:52 +00:00
vf_denoise3d.c
vf_detc.c
vf_dint.c
vf_divtc.c Hack around libavutil/bswap.h compilation problems due to always_inline undefined. 2006-12-07 11:58:07 +00:00
vf_down3dright.c
vf_dsize.c
vf_dvbscale.c
vf_eq.c Replace asmalign.h hack by ASMALIGN cpp macros from config.h. 2006-08-13 00:21:14 +00:00
vf_eq2.c Replace asmalign.h hack by ASMALIGN cpp macros from config.h. 2006-08-13 00:21:14 +00:00
vf_expand.c Do not modify parsed command-line values on config, 2006-11-01 10:52:23 +00:00
vf_field.c
vf_fil.c
vf_filmdint.c
vf_flip.c
vf_format.c
vf_framestep.c
vf_fspp.c qp height should be in macroblocks, not pixels 2006-11-01 19:52:42 +00:00
vf_geq.c make vf_geq read whitespace in equation param 2006-10-28 09:50:22 +00:00
vf_halfpack.c Replace asmalign.h hack by ASMALIGN cpp macros from config.h. 2006-08-13 00:21:14 +00:00
vf_harddup.c
vf_hqdn3d.c
vf_hue.c
vf_il.c
vf_ilpack.c Replace asmalign.h hack by ASMALIGN cpp macros from config.h. 2006-08-13 00:21:14 +00:00
vf_ivtc.c Replace asmalign.h hack by ASMALIGN cpp macros from config.h. 2006-08-13 00:21:14 +00:00
vf_kerndeint.c
vf_lavc.c
vf_lavcdeint.c
vf_mcdeint.c
vf_mirror.c
vf_noformat.c
vf_noise.c Replace asmalign.h hack by ASMALIGN cpp macros from config.h. 2006-08-13 00:21:14 +00:00
vf_palette.c
vf_perspective.c
vf_phase.c
vf_pp.c
vf_pp7.c -vf pp7 overblurs still parts of the image, which 2006-07-23 13:38:20 +00:00
vf_pullup.c
vf_qp.c
vf_rectangle.c Cleanup and fix rectangle size calculation, caused crashes with e.g. 2006-12-01 17:51:44 +00:00
vf_remove_logo.c The FSF changed postal address. 2006-09-01 12:11:11 +00:00
vf_rgb2bgr.c
vf_rgbtest.c
vf_rotate.c
vf_sab.c Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext() 2006-09-17 15:02:13 +00:00
vf_scale.c Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext() 2006-09-17 15:02:13 +00:00
vf_scale.h
vf_screenshot.c Fix segfault with videos with unusual resolution, patch by Stanislav Maslovski % stanislav P maslovski A gmail P com % 2006-11-15 21:52:34 +00:00
vf_smartblur.c Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext() 2006-09-17 15:02:13 +00:00
vf_softpulldown.c Remove useless libvo/sub.h include. 2006-11-25 18:20:09 +00:00
vf_softskip.c
vf_spp.c qp height should be in macroblocks, not pixels 2006-11-01 19:52:42 +00:00
vf_swapuv.c
vf_telecine.c
vf_test.c
vf_tfields.c
vf_tile.c
vf_tinterlace.c
vf_unsharp.c
vf_uspp.c segfault fix 2006-08-28 18:09:58 +00:00
vf_vo.c Speed up ASS subtitles display by detecting changes between two consecutive 2006-12-06 18:44:26 +00:00
vf_yadif.c allows to de- and reactivate yadif on the fly 2006-11-19 19:17:51 +00:00
vf_yuvcsp.c
vf_yuy2.c
vf_yvu9.c
vf_zrmjpeg.c Cosmetics and comments. 2006-09-23 16:28:57 +00:00
vfcap.h
vqf.h