log libmpcodecs/vf_lavc.c @ 36838:7df9dd22f234

age author description
Tue, 28 Feb 2012 19:31:56 +0000 reimar Remove pointless check that used internals would fail always
Tue, 28 Feb 2012 19:30:48 +0000 reimar Remove pointless casts.
Mon, 06 Feb 2012 06:30:12 +0000 siretart Update deprecated avcodec_alloc_context()/avcodec_open() API calls
Thu, 12 Jan 2012 13:36:20 +0000 nicodvb propagate the pts to vf_next_put_image(); fixes playback with -correct-pts when reencoding is necessary
Tue, 09 Aug 2011 19:57:00 +0000 reimar Move code for setting up libav* logging callbacks from vd_ffmpeg to a
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.