Mercurial > mplayer.hg
log libmpcodecs/vf_sab.c @ 37195:ac6c37d85d65 default tip
age | author | description |
---|---|---|
Mon, 21 Jan 2013 18:21:51 +0000 | diego | Add a number of missing libavutil header #includes. |
Wed, 25 May 2011 13:46:32 +0000 | iive | Fix build after removal of SWS_CPU_CAPS_* from libswscale in FFmpeg. |
Sat, 07 May 2011 20:07:05 +0000 | reimar | Avoid "'sh' may be used uninitialized in this function" warning. |
Sun, 30 Jan 2011 22:57:16 +0000 | michael | Replace memalign() by av_malloc() in libmpcodecs. as it is not available in all platforms |
Fri, 14 Jan 2011 22:10:21 +0000 | cehoyos | Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg. |
Sun, 14 Nov 2010 09:12:34 +0000 | cboesch | Remove most of the NULL pointer check before free all over the code |
Mon, 13 Sep 2010 12:14:43 +0000 | diego | Mark srcArray as const pointer to const data, fixes the warnings: |