.. |
native
|
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-06-05 14:27:54 +00:00 |
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
|
Use explicit header location, don't use CFLAGS for simple subdirectories.
|
2007-03-15 12:08:11 +00:00 |
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
|
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
|
…
|
|
ad_faad.c
|
Fix all current known multi-channel wrong order problems by adding
|
2007-12-10 16:53:30 +00:00 |
ad_ffmpeg.c
|
Fix all current known multi-channel wrong order problems by adding
|
2007-12-10 16:53:30 +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
|
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
|
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
|
Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
|
2006-12-07 11:58:07 +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
|
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
|
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 |
ae.c
|
config.h must be included before other headers
|
2007-06-24 17:39:54 +00:00 |
ae.h
|
Do not use leading underscores in multiple inclusion guards, they are reserved.
|
2007-07-02 22:34:45 +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
|
…
|
|
ae_lame.c
|
Remove unused static variable pass, fixes the warning:
|
2007-12-27 11:19:54 +00:00 |
ae_lame.h
|
Do not use leading underscores in multiple inclusion guards, they are reserved.
|
2007-07-02 22:34:45 +00:00 |
ae_lavc.c
|
Fix all current known multi-channel wrong order problems by adding
|
2007-12-10 16:53:30 +00:00 |
ae_lavc.h
|
Do not use leading underscores in multiple inclusion guards, they are reserved.
|
2007-07-02 22:34:45 +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
|
Do not use leading underscores in multiple inclusion guards, they are reserved.
|
2007-07-02 22:34:45 +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
|
…
|
|
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
|
Do not use leading underscores in multiple inclusion guards, they are reserved.
|
2007-07-02 22:34:45 +00:00 |
dec_audio.c
|
10l, len may change after initialization time
|
2007-12-03 09:57:21 +00:00 |
dec_audio.h
|
Simplify init_audio_filters() arguments
|
2007-11-01 06:52:28 +00:00 |
dec_video.c
|
Make init_video function in dec_video static, it is not used outside that file.
|
2007-12-11 19:56:40 +00:00 |
dec_video.h
|
Make init_video function in dec_video static, it is not used outside that file.
|
2007-12-11 19:56:40 +00:00 |
img_format.c
|
Print the number of the Unknow color format,
|
2007-07-11 21:30:16 +00:00 |
img_format.h
|
Do not use leading underscores in multiple inclusion guards, they are reserved.
|
2007-07-02 22:34:45 +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
|
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
|
Remove completely outdated commented-out code
|
2007-12-02 14:17:45 +00:00 |
vd.h
|
Add a new video pts tracking mode, enabled by option -correct-pts.
|
2006-07-06 06:58:17 +00:00 |
vd_dmo.c
|
Remove separation between Win32 DLL and DirectShow support in the build system.
|
2006-06-21 09:45:17 +00:00 |
vd_dshow.c
|
Remove separation between Win32 DLL and DirectShow support in the build system.
|
2006-06-21 09:45:17 +00:00 |
vd_ffmpeg.c
|
Make m_option_t arrays referenced by cfg-common.h const
|
2007-12-02 21:26:23 +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
|
Avoid void * arithmetic
|
2007-07-30 14:52:07 +00:00 |
vd_lzo.c
|
use ffmpeg's LZO
|
2007-01-31 23:04:20 +00:00 |
vd_mpegpes.c
|
reinit codec chain when aspect ratio and/or resolution change
|
2006-10-08 22:36:24 +00:00 |
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
|
Add support for Apple's yuv2 raw format
|
2007-11-30 11:31:31 +00:00 |
vd_realvid.c
|
Runtime-patching for windows to fix crash with drv43260.dll
|
2007-08-20 16:17:13 +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
|
Check ICDecompressGetFormatSize to avoid crashes.
|
2007-10-21 13:15:48 +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
|
Make m_option_t arrays referenced by cfg-common.h const
|
2007-12-02 21:26:23 +00:00 |
vd_zrmjpeg.c
|
change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do that since I wrote the files (based on other stuff from MPlayer (and some external things under GPL v2 or later))
|
2007-12-18 21:43:12 +00:00 |
ve.c
|
Make liblzo conditional to the appropriate #defines.
|
2007-02-18 19:28:47 +00:00 |
ve_lavc.c
|
Support lowdelay flag
|
2007-09-06 08:57:50 +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
|
warning fix:
|
2007-08-28 16:59:24 +00:00 |
ve_raw.c
|
support format=y8 with -ovc raw
|
2007-04-11 20:28:44 +00:00 |
ve_vfw.c
|
Use correct printf length modifiers, fixes the following warnings:
|
2007-12-03 23:38:51 +00:00 |
ve_x264.c
|
Add appropriate const specifiers to some custom parse functions.
|
2007-12-02 16:40:20 +00:00 |
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
|
vf_equalizer_t string is constant
|
2007-12-02 15:22:06 +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
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +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
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_decimate.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_delogo.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_denoise3d.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_detc.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_dint.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_divtc.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_down3dright.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_dsize.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_dvbscale.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_eq.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_eq2.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_expand.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_field.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_fil.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_filmdint.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_flip.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_format.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_framestep.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_fspp.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_geq.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_halfpack.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_harddup.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_hqdn3d.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_hue.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_il.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_ilpack.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_ivtc.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_kerndeint.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_lavc.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_lavcdeint.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_mcdeint.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_mirror.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_noformat.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_noise.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_ow.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_palette.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_perspective.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_phase.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_pp.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_pp7.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_pullup.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_qp.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_rectangle.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_remove_logo.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_rgb2bgr.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_rgbtest.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_rotate.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_sab.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_scale.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_scale.h
|
…
|
|
vf_screenshot.c
|
Add a missing free of the avctx
|
2007-12-25 12:22:50 +00:00 |
vf_smartblur.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_softpulldown.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_softskip.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_spp.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_swapuv.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_telecine.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_test.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_tfields.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_tile.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_tinterlace.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_unsharp.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_uspp.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_vo.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_yadif.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_yuvcsp.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_yuy2.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_yvu9.c
|
Make all vf_info_t structs const
|
2007-12-02 14:57:15 +00:00 |
vf_zrmjpeg.c
|
change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do that since I wrote the files (based on other stuff from MPlayer (and some external things under GPL v2 or later))
|
2007-12-18 21:43:12 +00:00 |
vfcap.h
|
Add -ass-hinting option for setting font hinting method.
|
2007-04-27 14:25:36 +00:00 |
vqf.h
|
…
|
|