log avcodec.h @ 573:b0f52172f4c5 libavcodec

age author description
Sat, 20 Jul 2002 20:05:50 +0000 michaelni beos/mov/adpcm patch by Franois Revol <revol at free dot fr> libavcodec
Mon, 15 Jul 2002 14:15:10 +0000 michaelni uvlinesize libavcodec
Sun, 14 Jul 2002 18:37:35 +0000 michaelni direct rendering method 1 support libavcodec
Tue, 09 Jul 2002 16:08:43 +0000 nickols_k new codec: Sorenson v1 libavcodec
Tue, 18 Jun 2002 00:50:20 +0000 michaelni wmv1 support libavcodec
Tue, 11 Jun 2002 13:42:18 +0000 bellard memory functions are exported libavcodec
Sun, 09 Jun 2002 13:35:56 +0000 michaelni grayscale only decoding libavcodec
Mon, 03 Jun 2002 07:58:35 +0000 nickols_k use qstride instead of fixed constants libavcodec
Mon, 03 Jun 2002 07:01:42 +0000 nickols_k new field for communicating with external postprocessing libavcodec
Sun, 02 Jun 2002 12:25:54 +0000 michaelni single coefficient elimination libavcodec
Tue, 21 May 2002 23:13:57 +0000 michaelni workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=1 for this) libavcodec
Mon, 20 May 2002 16:22:51 +0000 glantau added avcodec_set_bit_exact() for testing libavcodec
Tue, 14 May 2002 19:56:42 +0000 pulento - repeat_pict meaning changed, now it signals the extra delay for the libavcodec
Tue, 14 May 2002 14:17:11 +0000 kabi * first shot for the new avcodec API libavcodec
Sun, 12 May 2002 16:06:45 +0000 nickols_k build num ++ libavcodec
Sun, 12 May 2002 15:53:25 +0000 nickols_k build info for ABI libavcodec
Sun, 12 May 2002 15:30:10 +0000 nickols_k I was too lazy to be a hero ;) libavcodec
Sun, 12 May 2002 02:55:48 +0000 pulento - repeat_pict added to AVCodecContext to signal if the decoder must repeat libavcodec
Sat, 11 May 2002 23:42:16 +0000 pulento - pict_type exported to AVCodecContext libavcodec
Thu, 09 May 2002 01:22:30 +0000 philipjsg * Start using enumerated types (makes debugging much easier) libavcodec
Mon, 06 May 2002 19:32:55 +0000 pulento - MPEG-4 B frames coding option for ffmpeg.c libavcodec
Sun, 05 May 2002 09:56:13 +0000 nickols_k version info libavcodec
Wed, 01 May 2002 18:12:04 +0000 arpi_esp Support for external huffman table and various fixes by Alex Beregszaszi <alex@naxine.org> libavcodec
Sat, 27 Apr 2002 13:12:57 +0000 michaelni export mbskip_table for direct rendering libavcodec
Wed, 24 Apr 2002 01:24:06 +0000 michaelni avcodec_flush_buffers() libavcodec
Mon, 22 Apr 2002 19:04:28 +0000 michaelni export delay info libavcodec
Sun, 21 Apr 2002 21:18:17 +0000 michaelni fixed ratecontrol & b-frames libavcodec
Sat, 20 Apr 2002 21:17:26 +0000 arpi_esp postprocess array increased to handle images up to 2048x1536 libavcodec
Wed, 17 Apr 2002 04:32:12 +0000 michaelni fixed mpeg4 time stuff on encoding libavcodec
Mon, 15 Apr 2002 02:28:05 +0000 pulento - Versions defined for libav/libavcodec. libavcodec
Sun, 14 Apr 2002 22:17:40 +0000 pulento - ME method compatibility with legacy apps. libavcodec
Sun, 14 Apr 2002 18:57:51 +0000 pulento - ME setting moved to AVCodecContext/MpegEncContext, no longer a global. libavcodec
Tue, 09 Apr 2002 00:37:06 +0000 pulento - PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it. libavcodec
Tue, 09 Apr 2002 00:08:39 +0000 pulento - Commented out PIX_FMT_ANY by now. It seems that not all codecs are setting libavcodec
Mon, 08 Apr 2002 21:03:35 +0000 kabi * using pixtype as enum - by Philip Gladstone libavcodec
Sat, 06 Apr 2002 22:29:37 +0000 michaelni wmv1 header parser (unfinished) libavcodec
Fri, 05 Apr 2002 04:09:04 +0000 michaelni msmpeg4v2 decoding (no encoding yet) libavcodec
Thu, 28 Mar 2002 23:07:54 +0000 arpi_esp using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE defines aren't exported in the public interface, and the flagged method matches the way as qscale forcing work libavcodec
Thu, 28 Mar 2002 22:50:22 +0000 michaelni force frame type for 2-pass encoding libavcodec
Wed, 27 Mar 2002 21:25:22 +0000 michaelni 4MV motion estimation (not finished yet) libavcodec
Sat, 23 Mar 2002 17:43:30 +0000 michaelni statistics for 2-pass encoding libavcodec
Fri, 22 Mar 2002 23:28:11 +0000 michaelni more aspect stuff libavcodec
Fri, 22 Mar 2002 23:22:08 +0000 michaelni mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) libavcodec
Fri, 22 Mar 2002 02:21:17 +0000 michaelni new motion estimation (epzs) not complete yet but allready pretty good :) libavcodec
Sun, 17 Mar 2002 16:31:38 +0000 michaelni hopefully better bitrate controll libavcodec
Sun, 10 Mar 2002 14:58:53 +0000 pulento - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. libavcodec
Tue, 26 Feb 2002 22:14:27 +0000 pulento - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm libavcodec
Sat, 09 Feb 2002 16:59:56 +0000 pulento - Fixes on RTP and GOB headers for H.263. libavcodec
Sun, 23 Dec 2001 22:25:18 +0000 arpi_esp avcodec_find_encoder_by_name() patch by Alex libavcodec
Mon, 19 Nov 2001 02:13:14 +0000 pulento - Preliminary RTP friendly mode for H.263. libavcodec
Mon, 05 Nov 2001 18:23:31 +0000 arpi_esp postprocessing array increased to handle HDTV resolutions (1920x1152) libavcodec
Tue, 16 Oct 2001 23:10:38 +0000 arpi_esp exporting qscale data for postprocessing (for MPlayer) libavcodec
Sun, 23 Sep 2001 17:16:51 +0000 glantau added pcm codecs libavcodec
Wed, 15 Aug 2001 13:09:47 +0000 glantau added draw_horiz_band test libavcodec
Sat, 11 Aug 2001 19:00:05 +0000 glantau new img_convert API - added deinterlacing filter libavcodec
Mon, 06 Aug 2001 01:53:21 +0000 glantau added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program) libavcodec
Mon, 06 Aug 2001 00:47:03 +0000 glantau added MJPEG decoder + comments libavcodec
Mon, 23 Jul 2001 20:58:31 +0000 glantau added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer) libavcodec
Sun, 22 Jul 2001 14:18:56 +0000 glantau Initial revision libavcodec