log libmpcodecs/vd_ffmpeg.c @ 10774:3a6ed2ad244d

age author description
Mon, 01 Sep 2003 08:29:54 +0000 michael FFASV2
Wed, 13 Aug 2003 16:29:32 +0000 alex Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
Sat, 26 Jul 2003 00:55:36 +0000 iive xvmc updates
Mon, 21 Jul 2003 21:02:34 +0000 iive sync to ffmpeg, updates, cleanups
Sun, 20 Jul 2003 15:01:00 +0000 michael width -> frame / field type
Thu, 17 Jul 2003 12:51:44 +0000 michael new ff_draw_horiz_band()
Sun, 13 Jul 2003 22:50:16 +0000 arpi quant_store is obsolete
Tue, 01 Jul 2003 22:05:46 +0000 iive xvmc support
Fri, 23 May 2003 13:11:49 +0000 alex oops, forgot that
Fri, 23 May 2003 13:10:20 +0000 alex removed obsolete (and currently non-working) scaling functions, after that it works correctly with YV12,422P and 444P mjpegs
Mon, 19 May 2003 13:40:50 +0000 michael FFASV1
Sat, 10 May 2003 00:53:14 +0000 michael passing ImageDesc (stsd) to ffsvq3
Tue, 06 May 2003 15:28:01 +0000 mosu Made the decoder honor the aspect ratio set by the container (if it was set at all).
Sat, 26 Apr 2003 10:32:45 +0000 michael segfault fix
Fri, 25 Apr 2003 00:57:04 +0000 michael fallback to non-dr1 if the codec wants more than 1+2 buffers
Fri, 18 Apr 2003 22:12:36 +0000 michael support old libavcodec
Fri, 18 Apr 2003 13:18:59 +0000 michael passing qscale_type around so the pp code can fix the mpeg2 <<1 thing
Sun, 06 Apr 2003 23:37:56 +0000 rguyom Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".
Sat, 08 Mar 2003 02:05:14 +0000 michael merging fourcc with codec_tag
Tue, 11 Feb 2003 20:21:52 +0000 arpi 10l to kabi (compile fix, uint8->uint8_t)
Sat, 11 Jan 2003 05:06:48 +0000 rfelker I hope this works as expected with old lavc versions. At least it compiles now.
Sat, 28 Dec 2002 12:14:57 +0000 arpi i hate asserts
Sat, 28 Dec 2002 00:01:28 +0000 arpi 5l - fixed asserts... mpi->width is allocated width, not the effective one
Sat, 21 Dec 2002 20:39:40 +0000 arpi 1l (%d->%f), cosmetics
Mon, 09 Dec 2002 12:36:04 +0000 michael AVVideoFrame -> AVFrame
Mon, 09 Dec 2002 09:12:23 +0000 michael ffmpeg cleanup/messup support
Wed, 04 Dec 2002 21:46:53 +0000 michael PSNR
Wed, 04 Dec 2002 12:41:57 +0000 michael specific debug output support
Wed, 04 Dec 2002 11:53:47 +0000 michael cleanup
Wed, 04 Dec 2002 10:49:03 +0000 michael support for lavc build 4641
Sun, 24 Nov 2002 11:28:25 +0000 michael 10l (broken ffmpeg12)
Wed, 20 Nov 2002 13:16:09 +0000 michael aspect ratio clenaup
Fri, 15 Nov 2002 00:12:38 +0000 michael disable dr1 for huffyuv (422P & stride hack & dr1 -> bad )
Thu, 14 Nov 2002 19:27:51 +0000 michael ffhuffyuv
Fri, 08 Nov 2002 18:40:39 +0000 michael fixing vd_ffmpeg to handle cleaned-up ffmpeg
Sun, 03 Nov 2002 00:15:55 +0000 michael fixing vstats so B frames are shown as B and not P
Wed, 30 Oct 2002 20:50:33 +0000 michael change qscale type to int8 and fix qscale ordering
Tue, 29 Oct 2002 11:26:26 +0000 michael passing picture_type (might be usefull for postprocessing)
Sun, 27 Oct 2002 02:54:46 +0000 arpi 1l :)
Sun, 27 Oct 2002 00:37:51 +0000 michael handle direct rendering buffer allocation failure
Thu, 24 Oct 2002 19:40:08 +0000 arpi 10l... #ifdef doesn't work for enums :(
Sat, 19 Oct 2002 00:23:50 +0000 arpi #ifdef PIX_FMT_YUV411P...
Mon, 14 Oct 2002 12:51:55 +0000 michael put M4S2 & MP4S headers in avctx->extradata (in the unlikely case that they arent missing completly)
Sun, 13 Oct 2002 13:49:24 +0000 michael new error resilience support
Mon, 07 Oct 2002 21:57:43 +0000 arpi 411P added (DV ntsc)
Tue, 01 Oct 2002 23:47:22 +0000 arpi 1l - update len too in sliced mode
Tue, 01 Oct 2002 21:30:10 +0000 arpi fixing RV10 streamcopy - detect packet format (simple single frame vs. slices
Tue, 01 Oct 2002 20:01:04 +0000 michael rv10 cleanup
Sun, 29 Sep 2002 23:21:57 +0000 michael idct algo selection support
Thu, 26 Sep 2002 23:53:50 +0000 michael pass fourcc to lavc
Thu, 19 Sep 2002 09:47:37 +0000 michael use avcodec_alloc_context()
Fri, 13 Sep 2002 20:45:58 +0000 alex extended par support
Fri, 06 Sep 2002 22:53:26 +0000 michael fixing mpeg in avi
Sun, 01 Sep 2002 14:30:55 +0000 arpi warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
Fri, 30 Aug 2002 21:44:20 +0000 arpi -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
Wed, 28 Aug 2002 22:45:48 +0000 arpi mostly compiler warning fixes, some small bugfix
Wed, 28 Aug 2002 22:02:38 +0000 michael passing extra stuff from real stuff to lavc
Wed, 21 Aug 2002 19:08:24 +0000 michael asserts to check buffer size and non overlapingness
Wed, 14 Aug 2002 21:43:49 +0000 arpi dynamic libavcodec.so support updated by
Sun, 04 Aug 2002 16:27:52 +0000 michael ver=-1 as default
Fri, 02 Aug 2002 22:55:54 +0000 arpi - some reorder/cleanup of mp_image flags
Fri, 02 Aug 2002 19:38:59 +0000 arpi colorspace part cleanup and support for IMGFMT_422P, _444P
Fri, 02 Aug 2002 12:19:21 +0000 michael compatibility with _OLD_ lavc & uv_stride check
Sun, 28 Jul 2002 22:29:04 +0000 atmos4 10l to dunno
Sun, 28 Jul 2002 22:09:03 +0000 atmos4 Fix overall frametime overflow, hopefully long long int is portable. (untested, will test tomorrow)
Sun, 28 Jul 2002 21:56:18 +0000 atmos4 Add type= and fix a minor typing difference from ffmpeg
Sun, 28 Jul 2002 15:54:26 +0000 atmos4 Generate ffmpeg compatible vstats_<time>.log, when -lavdopts vstats is specified.
Tue, 23 Jul 2002 19:37:11 +0000 atmos4 Hopefully correct 10l fix for duuno who.
Tue, 16 Jul 2002 23:42:44 +0000 michael fallback to slices, if dr1 fails (bug found by kabi)
Tue, 16 Jul 2002 12:04:30 +0000 michael 10l y422p -> y420p
Tue, 16 Jul 2002 00:56:12 +0000 michael 10l (init flags after init ...)
Mon, 15 Jul 2002 21:33:46 +0000 michael svq1 direct rendering
Mon, 15 Jul 2002 14:30:12 +0000 michael imgtype IP support
Mon, 15 Jul 2002 00:30:50 +0000 michael 10l
Sun, 14 Jul 2002 21:57:03 +0000 michael dont depend upon vo_directrendering
Sun, 14 Jul 2002 21:30:54 +0000 michael fixing fixmes
Sun, 14 Jul 2002 19:44:40 +0000 michael direct rendering method 1 (disabled currently as its not bugfree / finished yet, just set dr1=1 if u want to try it)
Thu, 11 Jul 2002 20:19:00 +0000 albeu Don't call libvo draw slice directly
Tue, 09 Jul 2002 18:53:07 +0000 atmos4 Support for yuv410p as needed by ffsvq1.
Sun, 07 Jul 2002 16:12:30 +0000 alex support avcontext based quant_store export
Sun, 09 Jun 2002 13:52:13 +0000 michael grayscale only decoding support
Sun, 02 Jun 2002 12:48:55 +0000 michael workaround bugs & error resilience ffmpeg decoder options
Thu, 02 May 2002 16:09:54 +0000 alex 10l
Thu, 02 May 2002 12:24:53 +0000 alex avid mjpeg support (external huffman table)
Sat, 27 Apr 2002 23:45:00 +0000 arpi support hurryup flag (-(hard)framedrop)
Wed, 24 Apr 2002 00:38:04 +0000 atmos4 Hopefully fix ffmpeg12 aspect.
Fri, 19 Apr 2002 23:11:30 +0000 arpi accept I420/IYUV in query_format
Sun, 14 Apr 2002 01:21:13 +0000 arpi draw_slices with framedrop fixed
Sat, 13 Apr 2002 13:40:26 +0000 arpi yuy2 support, fixed bug of dropping frame after config_vo calls
Sun, 07 Apr 2002 16:40:54 +0000 arpi export qscale for postproc
Sun, 07 Apr 2002 02:11:10 +0000 arpi don't config twice
Fri, 05 Apr 2002 15:40:31 +0000 pl Bugreports start appearing - no reaction :/
Fri, 05 Apr 2002 04:48:15 +0000 michael i just fixed b-frames & slices in libavcodec :) ... iam too tired for benchmarks now ...
Wed, 03 Apr 2002 23:59:54 +0000 arpi libavcodec slices support
Mon, 01 Apr 2002 17:12:10 +0000 alex config vo only if aspect really changed and width&&height isn't changed (if w||h changes, we set it later)
Mon, 25 Mar 2002 09:52:15 +0000 atmos4 Fix aspect info for square pixel.
Sat, 23 Mar 2002 17:29:35 +0000 alex added aspect ratio support and local ctx
Wed, 20 Mar 2002 14:56:26 +0000 alex 10l ;)
Tue, 19 Mar 2002 22:12:18 +0000 alex config vo if resolution changed (after decoded image read the dimensions out of lavc context)
Sat, 16 Mar 2002 01:10:31 +0000 arpi handle error from mpcodecs_config_vo()
Thu, 07 Mar 2002 20:43:17 +0000 arpi common includes moved to private vd_internal.h
Wed, 06 Mar 2002 20:54:43 +0000 arpi vd_ffmpeg added