.. |
native
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
Makefile
|
Add general variables for either static or shared FFmpeg libraries.
|
2007-04-26 11:22:22 +00:00 |
ad.c
|
Add explicit location for headers from the libmpdemux/ directory.
|
2007-03-15 17:51:32 +00:00 |
ad.h
|
…
|
|
ad_acm.c
|
Include loader/ prefix in #include path everywhere.
|
2007-03-15 08:29:24 +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
|
…
|
|
ad_dmo.c
|
Include loader/ prefix in #include path everywhere.
|
2007-03-15 08:29:24 +00:00 |
ad_dshow.c
|
Include loader/ prefix in #include path everywhere.
|
2007-03-15 08:29:24 +00:00 |
ad_dvdpcm.c
|
…
|
|
ad_faad.c
|
…
|
|
ad_ffmpeg.c
|
Use avcodec_decode_audio2 in ad_ffmpeg.c
|
2007-06-05 14:12:37 +00:00 |
ad_hwac3.c
|
…
|
|
ad_hwmpa.c
|
…
|
|
ad_imaadpcm.c
|
…
|
|
ad_internal.h
|
Add explicit location for headers from the libmpdemux/ directory.
|
2007-03-15 17:51:32 +00:00 |
ad_liba52.c
|
…
|
|
ad_libdv.c
|
"()" to "(void)" function param list fixes
|
2007-04-01 21:59:54 +00:00 |
ad_libmad.c
|
…
|
|
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
|
…
|
|
ad_mpc.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
ad_msadpcm.c
|
…
|
|
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
|
…
|
|
ad_qtaudio.c
|
Include loader/ prefix in #include path everywhere.
|
2007-03-15 08:29:24 +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
|
…
|
|
ad_speex.c
|
…
|
|
ad_twin.c
|
Include loader/ prefix in #include path everywhere.
|
2007-03-15 08:29:24 +00:00 |
ae.c
|
Add explicit location for headers from the libmpdemux/ directory.
|
2007-03-15 17:51:32 +00:00 |
ae.h
|
…
|
|
ae_faac.c
|
Add explicit location for headers from the libmpdemux/ directory.
|
2007-03-15 17:51:32 +00:00 |
ae_faac.h
|
…
|
|
ae_lame.c
|
Remove unused (static) function prototype.
|
2007-06-24 14:09:53 +00:00 |
ae_lame.h
|
…
|
|
ae_lavc.c
|
Simplify preprocessor directives: There is a general variable for
|
2007-04-26 15:10:07 +00:00 |
ae_lavc.h
|
…
|
|
ae_pcm.c
|
Add explicit location for headers from the libmpdemux/ directory.
|
2007-03-15 17:51:32 +00:00 |
ae_pcm.h
|
…
|
|
ae_toolame.c
|
Add explicit location for headers from the libmpdemux/ directory.
|
2007-03-15 17:51:32 +00:00 |
ae_toolame.h
|
…
|
|
ae_twolame.c
|
Add explicit location for headers from the libmpdemux/ directory.
|
2007-03-15 17:51:32 +00:00 |
ae_twolame.h
|
…
|
|
cmmx.h
|
…
|
|
dec_audio.c
|
Add explicit location for headers from the libmpdemux/ directory.
|
2007-03-15 17:51:32 +00:00 |
dec_audio.h
|
…
|
|
dec_video.c
|
Add explicit location for headers from the libmpdemux/ directory.
|
2007-03-15 17:51:32 +00:00 |
dec_video.h
|
…
|
|
img_format.c
|
…
|
|
img_format.h
|
mjpeg support for v4l2 tv:// driver
|
2007-06-01 17:29:35 +00:00 |
mp_image.h
|
…
|
|
mpc_info.h
|
…
|
|
pullup.c
|
…
|
|
pullup.h
|
…
|
|
vd.c
|
Gui --> gui
|
2007-04-23 07:42:42 +00:00 |
vd.h
|
…
|
|
vd_dmo.c
|
…
|
|
vd_dshow.c
|
…
|
|
vd_ffmpeg.c
|
Remove some unused variables, patch by timwoj ieee org.
|
2007-05-28 08:42:35 +00:00 |
vd_hmblck.c
|
Avoid more void * arithmetic
|
2007-06-24 12:32:33 +00:00 |
vd_ijpg.c
|
Removed useless fastmemcpy.h includes in video decoders
|
2007-05-27 20:45:34 +00:00 |
vd_internal.h
|
Add explicit location for headers from the libmpdemux/ directory.
|
2007-03-15 17:51:32 +00:00 |
vd_libdv.c
|
"()" to "(void)" function param list fixes
|
2007-04-01 21:59:54 +00:00 |
vd_libmpeg2.c
|
…
|
|
vd_lzo.c
|
…
|
|
vd_mpegpes.c
|
…
|
|
vd_mpng.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vd_mtga.c
|
Do not use fast_memcpy when data is read again immediately afterwards.
|
2007-06-05 15:09:51 +00:00 |
vd_null.c
|
…
|
|
vd_nuv.c
|
…
|
|
vd_qtvideo.c
|
Include loader/ prefix in #include path everywhere.
|
2007-03-15 08:29:24 +00:00 |
vd_raw.c
|
Make vd_raw VDCTRL_QUERY_FORMAT simpler to understand
|
2007-05-14 18:21:39 +00:00 |
vd_realvid.c
|
Include loader/ prefix in #include path everywhere.
|
2007-03-15 08:29:24 +00:00 |
vd_sgi.c
|
…
|
|
vd_theora.c
|
…
|
|
vd_vfw.c
|
Include loader/ prefix in #include path everywhere.
|
2007-03-15 08:29:24 +00:00 |
vd_vfwex.c
|
…
|
|
vd_xanim.c
|
Removed useless fastmemcpy.h includes in video decoders
|
2007-05-27 20:45:34 +00:00 |
vd_xvid4.c
|
…
|
|
vd_zrmjpeg.c
|
…
|
|
ve.c
|
Make liblzo conditional to the appropriate #defines.
|
2007-02-18 19:28:47 +00:00 |
ve_lavc.c
|
Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).
|
2007-05-17 00:16:51 +00:00 |
ve_libdv.c
|
Add explicit location for headers from the libmpdemux/ directory.
|
2007-03-15 17:51:32 +00:00 |
ve_nuv.c
|
Add explicit location for headers from the libmpdemux/ directory.
|
2007-03-15 17:51:32 +00:00 |
ve_qtvideo.c
|
Add explicit location for headers from the libmpdemux/ directory.
|
2007-03-15 17:51:32 +00:00 |
ve_raw.c
|
support format=y8 with -ovc raw
|
2007-04-11 20:28:44 +00:00 |
ve_vfw.c
|
Fix double close() in ve_vfw.c
|
2007-03-24 22:01:20 +00:00 |
ve_x264.c
|
Add explicit location for headers from the libmpdemux/ directory.
|
2007-03-15 17:51:32 +00:00 |
ve_xvid4.c
|
Add explicit location for headers from the libmpdemux/ directory.
|
2007-03-15 17:51:32 +00:00 |
vf.c
|
Simplify preprocessor directives: There is a general variable for
|
2007-04-26 15:10:07 +00:00 |
vf.h
|
…
|
|
vf_1bpp.c
|
…
|
|
vf_2xsai.c
|
…
|
|
vf_ass.c
|
Add -ass-hinting option for setting font hinting method.
|
2007-04-27 14:25:36 +00:00 |
vf_blackframe.c
|
…
|
|
vf_bmovl.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vf_boxblur.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_crop.c
|
…
|
|
vf_cropdetect.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_decimate.c
|
…
|
|
vf_delogo.c
|
…
|
|
vf_denoise3d.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_detc.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vf_dint.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_divtc.c
|
…
|
|
vf_down3dright.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vf_dsize.c
|
…
|
|
vf_dvbscale.c
|
…
|
|
vf_eq.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_eq2.c
|
…
|
|
vf_expand.c
|
…
|
|
vf_field.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_fil.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_filmdint.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vf_flip.c
|
…
|
|
vf_format.c
|
…
|
|
vf_framestep.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_fspp.c
|
Do not use fast_memcpy for small size copy, esp. when the size is constant
|
2007-06-05 15:09:49 +00:00 |
vf_geq.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_halfpack.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_harddup.c
|
Remove unused query_format function in vf_harddup.
|
2007-06-24 13:01:22 +00:00 |
vf_hqdn3d.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_hue.c
|
…
|
|
vf_il.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vf_ilpack.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_ivtc.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vf_kerndeint.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vf_lavc.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_lavcdeint.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_mcdeint.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_mirror.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_noformat.c
|
…
|
|
vf_noise.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vf_palette.c
|
…
|
|
vf_perspective.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_phase.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vf_pp.c
|
…
|
|
vf_pp7.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vf_pullup.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vf_qp.c
|
…
|
|
vf_rectangle.c
|
…
|
|
vf_remove_logo.c
|
cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.
|
2007-02-21 10:05:46 +00:00 |
vf_rgb2bgr.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_rgbtest.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_rotate.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_sab.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_scale.c
|
100l, fix compile error in r23498 due to bad copy in paste
|
2007-06-07 20:01:05 +00:00 |
vf_scale.h
|
…
|
|
vf_screenshot.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_smartblur.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_softpulldown.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vf_softskip.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_spp.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vf_swapuv.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_telecine.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vf_test.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_tfields.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vf_tile.c
|
…
|
|
vf_tinterlace.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vf_unsharp.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vf_uspp.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vf_vo.c
|
Add -ass-hinting option for setting font hinting method.
|
2007-04-27 14:25:36 +00:00 |
vf_yadif.c
|
Do not use fast_memcpy for small size copy, esp. when the size is constant
|
2007-06-05 15:09:49 +00:00 |
vf_yuvcsp.c
|
…
|
|
vf_yuy2.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vf_yvu9.c
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
vf_zrmjpeg.c
|
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
|
2007-05-27 20:36:04 +00:00 |
vfcap.h
|
Add -ass-hinting option for setting font hinting method.
|
2007-04-27 14:25:36 +00:00 |
vqf.h
|
…
|
|