log libmpcodecs/vd_ffmpeg.c @ 21242:8d671a2c1b00

age author description
Sun, 26 Nov 2006 12:08:40 +0000 henry Check the log level before processing the message
Tue, 14 Nov 2006 22:40:35 +0000 rtogni Fix extradata passing to lavc RV20 decoder
Tue, 07 Nov 2006 19:52:47 +0000 michael feed av_log() through mp_msg()
Mon, 31 Jul 2006 22:26:25 +0000 pacman Fix SVQ3 extradata handling so it works correctly with demux_lavf
Mon, 31 Jul 2006 22:19:48 +0000 pacman Fix bogus pointer addition in the extraction of extradata from
Thu, 13 Jul 2006 23:02:03 +0000 diego Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.
Thu, 06 Jul 2006 06:58:17 +0000 uau Add a new video pts tracking mode, enabled by option -correct-pts.
Sun, 02 Jul 2006 08:17:07 +0000 reynaldo rm unnecesary casts from void* - part 3
Sun, 02 Apr 2006 18:35:00 +0000 reimar simplify extradata handling and make passing extradata on the default.
Fri, 31 Mar 2006 00:15:47 +0000 reynaldo Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
Mon, 27 Mar 2006 10:32:52 +0000 reimar reinit vo when pix_fmt changes.
Fri, 24 Mar 2006 08:12:03 +0000 diego Convert all if(verbose>X) to mp_msg_test calls.
Wed, 08 Feb 2006 23:22:29 +0000 rtognimp Add support for grayscale [m]jpeg
Tue, 31 Jan 2006 23:36:12 +0000 diego Move conditional compilation out of the code and into the build system.
Sun, 22 Jan 2006 18:11:35 +0000 diego proper support for shared libpostproc
Mon, 19 Dec 2005 19:38:28 +0000 henry malloc padding to avoid access beyond allocated memory
Sun, 18 Dec 2005 01:22:11 +0000 michael bitexact flag
Fri, 02 Dec 2005 22:00:50 +0000 michael multithreaded decoding
Fri, 02 Dec 2005 10:00:35 +0000 gpoirier make -lavdopts debug work again, patch by Jason Tackaberry ( tack AH sault POIS org )
Thu, 10 Nov 2005 20:36:37 +0000 reimar do not set ctx->vo_inited when init fails. This caused a crash when a
Fri, 16 Sep 2005 11:30:33 +0000 reimar print the first 16 bytes of frame data with -v -v, helps detect when
Sun, 17 Jul 2005 00:18:42 +0000 reimar Support for skip options
Sun, 26 Jun 2005 20:28:12 +0000 rtognimp FFmpeg theora decoder support
Wed, 08 Jun 2005 07:05:49 +0000 henry 10l for me
Tue, 07 Jun 2005 10:04:22 +0000 henry correcting the previous draw_slice fix
Tue, 07 Jun 2005 06:33:51 +0000 henry check for display height when drawing slices
Wed, 25 May 2005 16:29:53 +0000 henry quicktime fix update
Wed, 25 May 2005 09:20:50 +0000 henry prefer width&height from bitmapinfoheader for h263 streams
Thu, 07 Apr 2005 22:04:08 +0000 rtognimp LOCO support via lavc
Wed, 26 Jan 2005 19:06:56 +0000 reimar "support" YUVJ colorspaces added to libavcodec, makes mjpeg decoding work again