log libmpcodecs/vf_uspp.c @ 37195:ac6c37d85d65 default tip

age author description
Sat, 10 May 2014 23:48:24 +0000 michael libmpcodecs/vf_uspp: check avcodec_open() return code
Sun, 09 Feb 2014 22:19:07 +0000 reimar Use DECLARE_ALIGNED helper macros.
Mon, 21 Jan 2013 19:44:53 +0000 diego Replace CODEC_IDs their modern AV_-prefixed counterparts.
Mon, 21 Jan 2013 18:21:51 +0000 diego Add a number of missing libavutil header #includes.
Sat, 10 Mar 2012 19:19:02 +0000 reimar uspp filter: set no_bitstream option, since we do not care about the
Sat, 10 Mar 2012 10:23:42 +0000 reimar Fix possible crash when using -vf uspp,format=y8
Mon, 06 Feb 2012 06:30:12 +0000 siretart Update deprecated avcodec_alloc_context()/avcodec_open() API calls
Tue, 09 Aug 2011 19:57:00 +0000 reimar Move code for setting up libav* logging callbacks from vd_ffmpeg to a
Sat, 07 May 2011 20:51:59 +0000 reimar Remove unused variable for FFmpeg encode result.
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
Sat, 04 Sep 2010 08:11:31 +0000 diego Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
Sun, 21 Feb 2010 15:48:03 +0000 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
Sun, 21 Feb 2010 13:40:49 +0000 diego Rename open() vf initialization function to vf_open().
Fri, 29 Jan 2010 19:13:07 +0000 reimar Support more qscale types in most post-processing filters.