1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-07 15:41:55 +00:00
mpv/libmpcodecs
iive cb3c29effe Revert part of commit r22170.
FFmpeg lavcodecs version is still 
(or according to ffmpeg commit r7868, it's back to)
49.3.0, so global variables are not yet directly accessable (if ever).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22171 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-07 12:31:37 +00:00
..
native Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo. 2007-01-31 23:20:03 +00:00
ad_acm.c Move #ifdefs around complete files into the build system. 2006-06-21 14:49:09 +00:00
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 Remove separation between Win32 DLL and DirectShow support in the build system. 2006-06-21 09:45:17 +00:00
ad_dshow.c Remove separation between Win32 DLL and DirectShow support in the build system. 2006-06-21 09:45:17 +00:00
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 Fix: 2006-05-14 22:03:24 +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 Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
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 Move #ifdefs around complete files into the build system. 2006-06-21 14:49:09 +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 marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org 2006-07-15 16:03:12 +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 rm unnecesary casts from void* - part 3 2006-07-02 08:17:07 +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
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 Move #ifdefs around complete files into the build system. 2006-06-21 14:49:09 +00:00
ad.c Remove separation between Win32 DLL and DirectShow support in the build system. 2006-06-21 09:45:17 +00:00
ad.h
ae_faac.c muxers now write to output muxer->stream rather than to muxer->file 2006-12-18 21:03:59 +00:00
ae_faac.h
ae_lame.c muxers now write to output muxer->stream rather than to muxer->file 2006-12-18 21:03:59 +00:00
ae_lame.h
ae_lavc.c Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c 2007-01-21 15:44:58 +00:00
ae_lavc.h
ae_pcm.c muxers now write to output muxer->stream rather than to muxer->file 2006-12-18 21:03:59 +00:00
ae_pcm.h
ae_toolame.c muxers now write to output muxer->stream rather than to muxer->file 2006-12-18 21:03:59 +00:00
ae_toolame.h
ae_twolame.c muxers now write to output muxer->stream rather than to muxer->file 2006-12-18 21:03:59 +00:00
ae_twolame.h
ae.c muxers now write to output muxer->stream rather than to muxer->file 2006-12-18 21:03:59 +00:00
ae.h more warning fixes 2005-12-07 10:07:27 +00:00
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 Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
dec_video.c Add global field dominance flag instead of duplicating this "everywhere" 2007-02-02 18:32:07 +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
Makefile Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed 2006-12-12 20:29:30 +00:00
mp_image.h Change some printf calls to fprintf. 2006-03-27 07:49:14 +00:00
mpc_info.h
pullup.c Fix AMD64 support, patch by Reimar Doffinger 2006-11-17 08:36:10 +00:00
pullup.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +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 Revert part of commit r22170. 2007-02-07 12:31:37 +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 Move #ifdefs around complete files into the build system. 2006-06-21 14:49:09 +00:00
vd_libmpeg2.c pass the interlacing info to the filter chain 2006-11-04 07:08:54 +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 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 Only increase buffer size to avoid crashes when seeking in 2006-12-10 18:59:28 +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 Move #ifdefs around complete files into the build system. 2006-06-21 14:49:09 +00:00
vd_vfwex.c
vd_xanim.c Move #ifdefs around complete files into the build system. 2006-06-21 14:49:09 +00:00
vd_xvid4.c The FSF changed postal address. 2006-09-01 12:11:11 +00:00
vd_zrmjpeg.c
vd.c MSGTR for libmpcodecs/vd.c 2006-11-22 09:26:58 +00:00
vd.h Add a new video pts tracking mode, enabled by option -correct-pts. 2006-07-06 06:58:17 +00:00
ve_lavc.c Fix compilation after deprecation of some lav log level and 2007-02-07 09:58:23 +00:00
ve_libdv.c muxers now write to output muxer->stream rather than to muxer->file 2006-12-18 21:03:59 +00:00
ve_nuv.c muxers now write to output muxer->stream rather than to muxer->file 2006-12-18 21:03:59 +00:00
ve_qtvideo.c muxers now write to output muxer->stream rather than to muxer->file 2006-12-18 21:03:59 +00:00
ve_raw.c muxers now write to output muxer->stream rather than to muxer->file 2006-12-18 21:03:59 +00:00
ve_vfw.c muxers now write to output muxer->stream rather than to muxer->file 2006-12-18 21:03:59 +00:00
ve_x264.c fix a segfault if -x264encopts is the last commandline option (with no argument) 2007-01-28 20:22:21 +00:00
ve_xvid4.c muxers now write to output muxer->stream rather than to muxer->file 2006-12-18 21:03:59 +00:00
ve.c Remove obsolete Xvid 3 support. 2006-11-18 02:40:19 +00:00
vf_1bpp.c Software Scaler headers usage cleanup 2006-06-18 10:59:23 +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_ass.c Mark m_struct_t defaults as const 2007-01-28 16:48:01 +00:00
vf_blackframe.c print frame type and keep track of last encountered keyframe 2006-07-15 10:35:22 +00:00
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 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 Mark m_struct_t defaults as const 2007-01-28 16:48:01 +00:00
vf_cropdetect.c Software Scaler headers usage cleanup 2006-06-18 10:59:23 +00:00
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 Mark m_struct_t defaults as const 2007-01-28 16:48:01 +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 Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org. 2006-07-09 16:01:36 +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 Hack around libavutil/bswap.h compilation problems due to always_inline undefined. 2006-12-07 11:58:07 +00:00
vf_down3dright.c Software Scaler headers usage cleanup 2006-06-18 10:59:23 +00:00
vf_dsize.c fix float rounding error 2006-05-05 18:52:14 +00:00
vf_dvbscale.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +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_eq.c Mark m_struct_t defaults as const 2007-01-28 16:48:01 +00:00
vf_expand.c Mark m_struct_t defaults as const 2007-01-28 16:48:01 +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 Mark m_struct_t defaults as const 2007-01-28 16:48:01 +00:00
vf_framestep.c Revert Michael's VFCTRL_FLIP_PAGE changes ("svn merge -r 18781:18779 .") 2006-06-21 23:50:23 +00:00
vf_fspp.c count needs to be even 2006-12-11 18:50:52 +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 Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org. 2006-07-09 16:01:36 +00:00
vf_hqdn3d.c use shifts instead of division. 15% faster hqdn3d 2006-03-26 21:32:52 +00:00
vf_hue.c Mark m_struct_t defaults as const 2007-01-28 16:48:01 +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 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 Fix FSF address and otherwise broken license headers. 2007-01-22 08:02:06 +00:00
vf_lavc.c Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle. 2006-07-13 23:02:03 +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_mcdeint.c Avoid crash in uninit-without-config case 2006-06-26 17:01:07 +00:00
vf_mirror.c Software Scaler headers usage cleanup 2006-06-18 10:59:23 +00:00
vf_noformat.c Mark m_struct_t defaults as const 2007-01-28 16:48:01 +00:00
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 Move postproc ---> libswscale 2006-06-30 12:00:31 +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_pp7.c -vf pp7 overblurs still parts of the image, which 2006-07-23 13:38:20 +00:00
vf_pp.c libpostproc is not a subdirectory of libavcodec anymore. 2006-06-02 11:31: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 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 Move postproc ---> libswscale 2006-06-30 12:00:31 +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 Software Scaler headers usage cleanup 2006-06-18 10:59:23 +00:00
vf_sab.c Fix build with shared libavutil. Approved by Diego. 2006-12-31 02:44:54 +00:00
vf_scale.c Mark m_struct_t defaults as const 2007-01-28 16:48:01 +00:00
vf_scale.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
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 Fix build with shared libavutil. Approved by Diego. 2006-12-31 02:44:54 +00:00
vf_softpulldown.c Remove useless libvo/sub.h include. 2006-11-25 18:20:09 +00:00
vf_softskip.c Pass quant tables to next filters 2006-12-21 14:59:39 +00:00
vf_spp.c qp height should be in macroblocks, not pixels 2006-11-01 19:52:42 +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 c++ decls, 100000000000l to whoever broke my code like this.. 2006-07-10 02:54:43 +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 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 10l 2007-02-05 03:05:46 +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 Move postproc ---> libswscale 2006-06-30 12:00:31 +00:00
vf_yvu9.c Software Scaler headers usage cleanup 2006-06-18 10:59:23 +00:00
vf_zrmjpeg.c Properly fix compilation without code duplication. 2006-12-23 22:35:46 +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
vfcap.h Initial libass release (without mencoder support). 2006-07-07 18:26:51 +00:00
vqf.h Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00