mpv/libmpcodecs
corey 5414825bac Support and document lavc b_sensitivity option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18573 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-05 06:37:29 +00:00
..
native 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_decompress 2006-04-09 18:25:35 +00:00
Makefile
ad.c
ad.h
ad_acm.c Convert printfs in aviprint.c to mp_msg and give the information printing 2006-03-27 17:25:41 +00:00
ad_alaw.c
ad_dk3adpcm.c
ad_dmo.c
ad_dshow.c
ad_dvdpcm.c
ad_faad.c 4 - Implement a better way to calculate current audio pts and use it for 2006-04-24 10:58:40 +00:00
ad_ffmpeg.c 4 - Implement a better way to calculate current audio pts and use it for 2006-04-24 10:58:40 +00:00
ad_hwac3.c Fix: 2006-05-14 22:03:24 +00:00
ad_hwmpa.c
ad_imaadpcm.c
ad_internal.h
ad_liba52.c
ad_libdv.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
ad_libmad.c
ad_libvorbis.c 4 - Implement a better way to calculate current audio pts and use it for 2006-04-24 10:58:40 +00:00
ad_mp3lib.c
ad_mpc.c better set audio_out_minsize to MAX_FRAMESIZE 2006-04-20 09:23:13 +00:00
ad_msadpcm.c
ad_msgsm.c
ad_pcm.c
ad_qtaudio.c
ad_realaud.c
ad_sample.c
ad_speex.c bug fixes: left-over mode variable used uninitialized, 2006-04-19 22:30:31 +00:00
ad_twin.c Convert printfs in aviprint.c to mp_msg and give the information printing 2006-03-27 17:25:41 +00:00
ae.c
ae.h
ae_faac.c
ae_faac.h
ae_lame.c Convert all if(verbose>X) to mp_msg_test calls. 2006-03-24 08:12:03 +00:00
ae_lame.h
ae_lavc.c
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 Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three 2006-04-24 07:20:34 +00:00
dec_audio.h
dec_video.c Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three 2006-04-24 07:20:34 +00:00
dec_video.h feed something (hopefully correct timestamps) into the video filter chain 2006-03-21 23:09:52 +00:00
img_format.c
img_format.h
mp_image.h Change some printf calls to fprintf. 2006-03-27 07:49:14 +00:00
mpc_info.h
pullup.c Get rid of unneeded align 2006-04-24 23:05:43 +00:00
pullup.h
vd.c Convert all if(verbose>X) to mp_msg_test calls. 2006-03-24 08:12:03 +00:00
vd.h
vd_divx4.c
vd_dmo.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vd_dshow.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vd_ffmpeg.c simplify extradata handling and make passing extradata on the default. 2006-04-02 18:35:00 +00:00
vd_hmblck.c
vd_ijpg.c Fix BGR32 big-endian output 2006-04-20 22:44:33 +00:00
vd_internal.h
vd_libdv.c
vd_libmpeg2.c moved code to set aspect ratio for mpeg12 away from video.c and into decoder files; A/R changes work correctly with -vc mpeg12 2006-05-10 22:03:18 +00:00
vd_lzo.c 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_decompress 2006-04-09 18:25:35 +00:00
vd_mpegpes.c
vd_mpng.c
vd_mtga.c
vd_null.c
vd_nuv.c
vd_odivx.c
vd_qtvideo.c
vd_raw.c
vd_realvid.c
vd_sgi.c
vd_theora.c
vd_vfw.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vd_vfwex.c
vd_xanim.c
vd_xvid.c
vd_xvid4.c
vd_zrmjpeg.c
ve.c
ve_divx4.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
ve_lavc.c Support and document lavc b_sensitivity option. 2006-06-05 06:37:29 +00:00
ve_libdv.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
ve_nuv.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
ve_qtvideo.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
ve_raw.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
ve_vfw.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
ve_x264.c sync to x264 r503 (dct_decimate) 2006-04-22 19:30:57 +00:00
ve_xvid.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
ve_xvid4.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf.c Fix memory corruption in vd_libmpeg2 2006-04-27 02:46:33 +00:00
vf.h passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_1bpp.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_2xsai.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_bmovl.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_boxblur.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_crop.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_cropdetect.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_decimate.c add support for intel mac. mp3lib is not fixed yet. 2006-04-15 20:46:54 +00:00
vf_delogo.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_denoise3d.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_detc.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_dint.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_divtc.c add support for intel mac. mp3lib is not fixed yet. 2006-04-15 20:46:54 +00:00
vf_down3dright.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_dsize.c fix float rounding error 2006-05-05 18:52:14 +00:00
vf_dvbscale.c
vf_eq.c add support for intel mac. mp3lib is not fixed yet. 2006-04-15 20:46:54 +00:00
vf_eq2.c add support for intel mac. mp3lib is not fixed yet. 2006-04-15 20:46:54 +00:00
vf_expand.c fixes a bug when copying the image into a destination buffer smaller than the source. 2006-04-27 19:42:36 +00:00
vf_fame.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_field.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_fil.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_filmdint.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_flip.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_format.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_framestep.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_fspp.c removed unreachable code: this filter can't compile with external libavcodec (the Makefile rules prevent it) 2006-04-17 20:20:28 +00:00
vf_halfpack.c add support for intel mac. mp3lib is not fixed yet. 2006-04-15 20:46:54 +00:00
vf_harddup.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_hqdn3d.c use shifts instead of division. 15% faster hqdn3d 2006-03-26 21:32:52 +00:00
vf_hue.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_il.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_ilpack.c add support for intel mac. mp3lib is not fixed yet. 2006-04-15 20:46:54 +00:00
vf_ivtc.c add support for intel mac. mp3lib is not fixed yet. 2006-04-15 20:46:54 +00:00
vf_kerndeint.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_lavc.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_lavcdeint.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_mirror.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_noformat.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_noise.c add support for intel mac. mp3lib is not fixed yet. 2006-04-15 20:46:54 +00:00
vf_palette.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_perspective.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_phase.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_pp.c libpostproc is not a subdirectory of libavcodec anymore. 2006-06-02 11:31:42 +00:00
vf_pp7.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_pullup.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_qp.c removed unreachable code: this filter can't compile with external libavcodec (the Makefile rules prevent it) 2006-04-17 20:20:28 +00:00
vf_rectangle.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_remove_logo.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_rgb2bgr.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_rgbtest.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_rotate.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_sab.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_scale.c Convert all if(verbose>X) to mp_msg_test calls. 2006-03-24 08:12:03 +00:00
vf_scale.h
vf_screenshot.c Make return type consistent with usage. Patch by Pierre Lombard. 2006-05-13 18:20:41 +00:00
vf_smartblur.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_softpulldown.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_softskip.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_spp.c removed unreachable code: this filter can't compile with external libavcodec (the Makefile rules prevent it) 2006-04-17 20:20:28 +00:00
vf_swapuv.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_telecine.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_test.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_tfields.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_tile.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_tinterlace.c New mode for tinterlace filter 2006-04-08 15:30:09 +00:00
vf_unsharp.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_uspp.c removed unreachable code: this filter can't compile with external libavcodec (the Makefile rules prevent it) 2006-04-17 20:20:28 +00:00
vf_vo.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_yuvcsp.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_yuy2.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_yvu9.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_zrmjpeg.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vfcap.h
vqf.h