mpv/libmpcodecs
reimar cc11fc77b3 Replace stupid "unsigned long" by the correct uint32_t.
Makes 2xsai work on 64 bit architectures (displayed video doubled horizontally
before).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25032 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-11-12 20:44:06 +00:00
..
native
Makefile Make vf_screenshot use the libavcodec PNG encoder 2007-10-09 12:46:10 +00:00
ad.c DTS decoding via libdca 2007-07-22 16:24:25 +00:00
ad.h
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
ad_dk3adpcm.c
ad_dmo.c Move extern int audio_output_channels; to ad_internal.h 2007-07-30 15:23:25 +00:00
ad_dshow.c
ad_dvdpcm.c
ad_faad.c Fix unused variable warning. 2007-08-24 11:18:07 +00:00
ad_ffmpeg.c Set sample_rate and bit_rate from sh_audio as fallback in case sh_audio->wf 2007-08-27 15:51:04 +00:00
ad_hwac3.c Copy AC-3 bsmod field into IEC data-type field as required by the specs 2007-09-15 16:39:39 +00:00
ad_hwmpa.c
ad_imaadpcm.c
ad_internal.h Move extern int audio_output_channels; to ad_internal.h 2007-07-30 15:23:25 +00:00
ad_liba52.c Move extern int audio_output_channels; to ad_internal.h 2007-07-30 15:23:25 +00:00
ad_libdca.c Fix output channle ordering 2007-10-07 15:06:53 +00:00
ad_libdv.c
ad_libmad.c
ad_libvorbis.c
ad_mp3lib.c
ad_mpc.c
ad_msadpcm.c
ad_msgsm.c
ad_pcm.c
ad_qtaudio.c
ad_realaud.c
ad_sample.c
ad_speex.c
ad_twin.c
ae.c
ae.h
ae_faac.c
ae_faac.h
ae_lame.c
ae_lame.h
ae_lavc.c warning fix: 2007-09-09 09:57:36 +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 Simplify decode_audio function a bit. 2007-11-08 18:14:49 +00:00
dec_audio.h Simplify init_audio_filters() arguments 2007-11-01 06:52:28 +00:00
dec_video.c Clean up the way get_path is handled: Compile get_path.c to an object to link 2007-08-28 11:20:24 +00:00
dec_video.h Remove redundant variable declaration. 2007-08-25 12:19:16 +00:00
img_format.c
img_format.h
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 Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c. 2007-08-04 22:12:49 +00:00
mpc_info.h
pullup.c Add a check for c->head being NULL in pullup_free_context(). 2007-09-08 14:43:10 +00:00
pullup.h
vd.c added .stream_aspect to st_video_t: if non-zero and if not specified otherwise 2007-09-01 15:54:45 +00:00
vd.h
vd_dmo.c
vd_dshow.c
vd_ffmpeg.c Change the frame format passed to lavc realvideo decoders to adapt for 2007-10-28 22:32:20 +00:00
vd_hmblck.c
vd_ijpg.c
vd_internal.h
vd_libdv.c
vd_libmpeg2.c Avoid void * arithmetic 2007-07-30 14:52:07 +00:00
vd_lzo.c
vd_mpegpes.c
vd_mpng.c
vd_mtga.c
vd_null.c
vd_nuv.c
vd_qtvideo.c
vd_raw.c
vd_realvid.c Runtime-patching for windows to fix crash with drv43260.dll 2007-08-20 16:17:13 +00:00
vd_sgi.c
vd_theora.c
vd_vfw.c Check ICDecompressGetFormatSize to avoid crashes. 2007-10-21 13:15:48 +00:00
vd_vfwex.c
vd_xanim.c
vd_xvid4.c
vd_zrmjpeg.c
ve.c
ve_lavc.c Support lowdelay flag 2007-09-06 08:57:50 +00:00
ve_libdv.c
ve_nuv.c
ve_qtvideo.c warning fix: 2007-08-28 16:59:24 +00:00
ve_raw.c
ve_vfw.c Add Coinitialize function to vfw encoder and win32 loader. 2007-10-17 05:14:21 +00:00
ve_x264.c
ve_xvid4.c Silence a gcc warning: "wrong type argument to increment". 2007-10-11 09:47:03 +00:00
vf.c stage 1 of applying const to vf structs 2007-11-09 06:57:24 +00:00
vf.h stage 1 of applying const to vf structs 2007-11-09 06:57:24 +00:00
vf_1bpp.c begin moving const filter data to .text/.rodata sections 2007-11-09 06:58:32 +00:00
vf_2xsai.c Replace stupid "unsigned long" by the correct uint32_t. 2007-11-12 20:44:06 +00:00
vf_ass.c begin moving const filter data to .text/.rodata sections 2007-11-09 06:58:32 +00:00
vf_blackframe.c begin moving const filter data to .text/.rodata sections 2007-11-09 06:58:32 +00:00
vf_bmovl.c begin moving const filter data to .text/.rodata sections 2007-11-09 06:58:32 +00:00
vf_boxblur.c begin moving const filter data to .text/.rodata sections 2007-11-09 06:58:32 +00:00
vf_crop.c begin moving const filter data to .text/.rodata sections 2007-11-09 06:58:32 +00:00
vf_cropdetect.c
vf_decimate.c
vf_delogo.c
vf_denoise3d.c
vf_detc.c Remove unused crappy hash_pic function, blessed by Rich. 2007-09-26 22:43:38 +00:00
vf_dint.c
vf_divtc.c warning fix: 2007-09-09 09:59:50 +00:00
vf_down3dright.c
vf_dsize.c
vf_dvbscale.c
vf_eq.c
vf_eq2.c
vf_expand.c Add code to clear left and right borders not only top and bottom. 2007-08-28 13:54:27 +00:00
vf_field.c
vf_fil.c
vf_filmdint.c Remove unused variable. 2007-08-24 11:16:32 +00:00
vf_flip.c
vf_format.c
vf_framestep.c
vf_fspp.c Add missing header file, fixes the warnings: 2007-11-09 17:17:48 +00:00
vf_geq.c Remove misleading comment and remove unnecessary #includes. 2007-11-09 16:28:37 +00:00
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
vf_lavcdeint.c
vf_mcdeint.c Add missing header files, fixes the warnings: 2007-11-09 17:20:27 +00:00
vf_mirror.c
vf_noformat.c
vf_noise.c
vf_ow.c Remove unused fmt_list array, fixes the warnings: 2007-10-30 15:24:09 +00:00
vf_palette.c Deobfuscate: use IMGFMT_RGB_DEPTH and IMGFMT_IS_BGR 2007-09-13 18:36:04 +00:00
vf_perspective.c
vf_phase.c
vf_pp.c
vf_pp7.c
vf_pullup.c const fix 2007-11-09 12:52:50 +00:00
vf_qp.c Rearrange headers to get rid of an #undef and remove unnecessary headers. 2007-11-09 15:44:47 +00:00
vf_rectangle.c
vf_remove_logo.c
vf_rgb2bgr.c
vf_rgbtest.c
vf_rotate.c
vf_sab.c
vf_scale.c warning fix: 2007-08-28 17:06:00 +00:00
vf_scale.h
vf_screenshot.c Make vf_screenshot use the libavcodec PNG encoder 2007-10-09 12:46:10 +00:00
vf_smartblur.c
vf_softpulldown.c
vf_softskip.c Disable unused query_format functions for now until they are 2007-09-26 23:00:43 +00:00
vf_spp.c Add missing header files, fixes the warnings: 2007-11-09 17:20:27 +00:00
vf_swapuv.c
vf_telecine.c Disable unused query_format functions for now until they are 2007-09-26 23:00:43 +00:00
vf_test.c
vf_tfields.c Disable unused query_format functions for now until they are 2007-09-26 23:00:43 +00:00
vf_tile.c
vf_tinterlace.c
vf_unsharp.c
vf_uspp.c Remove unnecessary dsputil.h #include, fixes the warnings: 2007-11-09 15:39:08 +00:00
vf_vo.c
vf_yadif.c
vf_yuvcsp.c Comment out uninit function, its use is commented out. Fixes warning: 2007-10-30 15:31:45 +00:00
vf_yuy2.c
vf_yvu9.c
vf_zrmjpeg.c
vfcap.h
vqf.h