log

age author description
Thu, 14 Sep 2006 11:23:41 +0000 takis Allow parameter values (AVOptions) to use the 'k', 'M', 'G' libavcodec
Thu, 14 Sep 2006 00:38:03 +0000 diego Remove the LGPL exception clause as discussed on ffmpeg-devel libavcodec
Wed, 13 Sep 2006 21:39:41 +0000 diego Proper armv5te instructions support detection. libavcodec
Wed, 13 Sep 2006 20:16:33 +0000 aurel replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231) libavcodec
Wed, 13 Sep 2006 09:28:48 +0000 gpoirier corrects the type of the AVOption parameter "bugs", patch by Takis libavcodec
Wed, 13 Sep 2006 09:03:13 +0000 gpoirier adds descriptions to the libavcodec AVOptions array, taken from the libavcodec
Tue, 12 Sep 2006 20:58:17 +0000 aurel Enables back the mmx/sse optimized version of the vp3 idct. libavcodec
Tue, 12 Sep 2006 04:35:11 +0000 kostya Swap back and forward motion vectors to achieve correct picture libavcodec
Tue, 12 Sep 2006 04:29:37 +0000 kostya Set motion vectors used in B-frames to zero by default libavcodec
Tue, 12 Sep 2006 04:19:07 +0000 kostya Use h264_chroma funcs in B-frames MC too libavcodec
Tue, 12 Sep 2006 04:16:28 +0000 kostya Fix edge emulation for bicubic MC in B frames libavcodec
Tue, 12 Sep 2006 04:13:00 +0000 kostya 2989l: Set avctx->has_b_frames value in header and don't change it libavcodec
Mon, 11 Sep 2006 23:29:24 +0000 aurel don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec) libavcodec
Sun, 10 Sep 2006 22:29:02 +0000 diego armv5 optimizations libavcodec
Sun, 10 Sep 2006 21:51:08 +0000 gpoirier Use and set sane AVOption defaults libavcodec
Sun, 10 Sep 2006 20:46:20 +0000 gpoirier adds doxygen docs to av_opt_set_defaults. Patch by Takis libavcodec
Sun, 10 Sep 2006 20:21:40 +0000 gpoirier make AVOptions default value field work. libavcodec
Sun, 10 Sep 2006 18:16:19 +0000 diego Remove unused variable. libavcodec
Sun, 10 Sep 2006 15:36:53 +0000 lu_zero Cleanup, from Emanuele Giaquinta <exg@gentoo.org> libavcodec
Sun, 10 Sep 2006 14:02:42 +0000 diego Add official LGPL license headers to the files that were missing them. libavcodec
Sun, 10 Sep 2006 04:24:53 +0000 kostya Disable B-frames decoding until they produce correct picture libavcodec
Sat, 09 Sep 2006 22:53:44 +0000 aurel rename vector to vect to avoid clash with Apple gcc libavcodec
Sat, 09 Sep 2006 22:04:43 +0000 diego Add proper GPL headers. libavcodec
Sat, 09 Sep 2006 17:19:37 +0000 aurel VP5 and VP6 video decoder libavcodec
Sat, 09 Sep 2006 11:40:41 +0000 kostya Drop unneeded checks before av_free() and change to av_freep() where it's more suitable. libavcodec
Sat, 09 Sep 2006 11:32:36 +0000 kostya Support for BI-frames in Advanced Profile libavcodec
Sat, 09 Sep 2006 11:29:17 +0000 kostya Don't print header bits by default libavcodec
Sat, 09 Sep 2006 11:28:02 +0000 kostya [Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header() libavcodec
Sat, 09 Sep 2006 11:23:44 +0000 kostya [Cosmetics] Remove some done TODOs/FIXMEs from comments libavcodec
Sat, 09 Sep 2006 11:21:56 +0000 kostya Proper support for B/BI frames libavcodec
Sat, 09 Sep 2006 08:49:28 +0000 gpoirier undefines a few temporary defines which were not undefined after their usage. libavcodec
Fri, 08 Sep 2006 08:27:51 +0000 michael print more correct error messges libavcodec
Thu, 07 Sep 2006 04:08:34 +0000 kostya Handle the rest of known blocks (by skipping them) libavcodec
Thu, 07 Sep 2006 04:05:04 +0000 kostya Tests for overreading input data libavcodec
Thu, 07 Sep 2006 04:01:42 +0000 kostya Cursor drawing support libavcodec
Wed, 06 Sep 2006 10:17:28 +0000 diego Switch license from GPL to LGPL. The original author agreed to this as libavcodec
Tue, 05 Sep 2006 21:17:30 +0000 rtogni Fix buffer handling for stereo mace files, fixes some random sig11 libavcodec
Tue, 05 Sep 2006 15:46:06 +0000 corey second pass encoding changes: libavcodec
Tue, 05 Sep 2006 13:50:36 +0000 diego Mark this file properly as LGPL as allowed by its author Leon van Stuivenberg. libavcodec
Tue, 05 Sep 2006 07:31:53 +0000 kostya Try to handle all chunks, previous scheme was not correct. libavcodec
Tue, 05 Sep 2006 07:29:26 +0000 kostya Handle raw blocks correctly (both updating pointer and storing to memory) libavcodec
Tue, 05 Sep 2006 04:37:14 +0000 kostya VMware Video decoder (fourcc: VMnc) libavcodec
Mon, 04 Sep 2006 21:11:54 +0000 michael seems the output of that code is never used libavcodec
Mon, 04 Sep 2006 17:25:38 +0000 mru inline align_get_bits() libavcodec
Mon, 04 Sep 2006 17:08:20 +0000 corey error message spelling typo libavcodec
Mon, 04 Sep 2006 09:37:28 +0000 diego Exchange informal GPL notice by official license header. libavcodec
Mon, 04 Sep 2006 04:24:49 +0000 kostya VC-1 Advanced Profile support (progressive only, tested on WVC1 samples) libavcodec
Mon, 04 Sep 2006 03:33:11 +0000 romansh * Restructuring the division of labor between DV codec and DV format libavcodec
Sun, 03 Sep 2006 22:16:54 +0000 diego The license of this file is LGPL, as clarified by Fabrice. libavcodec
Sun, 03 Sep 2006 16:15:29 +0000 diego Add copyright notice from the Independent JPEG Group instead of referring libavcodec
Sun, 03 Sep 2006 15:59:08 +0000 jbr Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. The other fixes an issue with floorcod=7. libavcodec
Sun, 03 Sep 2006 04:44:50 +0000 kostya AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed version of put_h264_chroma_pixels_tab[0]) libavcodec
Sat, 02 Sep 2006 23:10:28 +0000 mru remove redundant declarations libavcodec
Sat, 02 Sep 2006 04:58:51 +0000 kostya Drop put_vc1_qpel_pixels_tab as they won't be needed anymore. libavcodec
Sat, 02 Sep 2006 04:53:49 +0000 kostya Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tab libavcodec
Sat, 02 Sep 2006 04:52:00 +0000 kostya New function for chroma MC (will be used in VC-1) libavcodec
Fri, 01 Sep 2006 22:02:38 +0000 lorenm snow cosmetics: merge the sliced and non-sliced versions of add_yblock libavcodec
Fri, 01 Sep 2006 21:51:35 +0000 lorenm fix snow 1pass rc: the qlog used and the one written to the bitstream weren't always the same. libavcodec
Thu, 31 Aug 2006 19:14:00 +0000 lu_zero Align the input buffer in ffplay, introduce a public macro for aligned declarations libavcodec
Thu, 31 Aug 2006 15:44:37 +0000 lu_zero Proper fix for the corner case that would have been corrected before, praise&blame to me and exg in equal shares libavcodec