log

age author description
Mon, 02 Oct 2006 05:55:24 +0000 ods15 Original Commit: r8 | ods15 | 2006-09-17 09:43:38 +0300 (Sun, 17 Sep 2006) | 2 lines libavcodec
Mon, 02 Oct 2006 05:55:22 +0000 ods15 Original Commit: r7 | ods15 | 2006-09-17 08:50:47 +0300 (Sun, 17 Sep 2006) | 2 lines libavcodec
Mon, 02 Oct 2006 05:55:20 +0000 ods15 Original Commit: r6 | ods15 | 2006-09-16 20:36:31 +0300 (Sat, 16 Sep 2006) | 2 lines libavcodec
Mon, 02 Oct 2006 05:55:18 +0000 ods15 Original Commit: r5 | ods15 | 2006-09-16 17:29:04 +0300 (Sat, 16 Sep 2006) | 4 lines libavcodec
Mon, 02 Oct 2006 05:55:16 +0000 ods15 Original Commit: r4 | ods15 | 2006-09-16 15:36:03 +0300 (Sat, 16 Sep 2006) | 3 lines libavcodec
Mon, 02 Oct 2006 05:55:14 +0000 ods15 Original Commit: r3 | ods15 | 2006-09-16 11:49:07 +0300 (Sat, 16 Sep 2006) | 2 lines libavcodec
Mon, 02 Oct 2006 05:54:55 +0000 ods15 skeleton for vorbis_enc.c libavcodec
Sun, 01 Oct 2006 21:25:17 +0000 lorenm approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. libavcodec
Sun, 01 Oct 2006 18:19:49 +0000 diego Fix compilation with --disable-encoders. libavcodec
Sun, 01 Oct 2006 17:38:07 +0000 ods15 remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead libavcodec
Sun, 01 Oct 2006 13:53:08 +0000 ods15 prevent warning in vorbis_data.c libavcodec
Sun, 01 Oct 2006 13:45:17 +0000 ods15 100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_data.c libavcodec
Sun, 01 Oct 2006 11:59:33 +0000 ods15 make some more functions global so they can be shared with vorbis_enc.c libavcodec
Sun, 01 Oct 2006 11:11:30 +0000 ods15 make ready_floor1_list() shared for vorbis_enc.c libavcodec
Sun, 01 Oct 2006 05:09:20 +0000 kostya 1l: correct argument order in avcodec_check_dimensions libavcodec
Sat, 30 Sep 2006 23:49:09 +0000 michael palette (if we memcpy it into AVFrame) must be uint32_t libavcodec
Sat, 30 Sep 2006 18:47:15 +0000 ods15 vorbis.h -> vorbis_data.c libavcodec
Sat, 30 Sep 2006 18:16:38 +0000 michael marking AVPaletteControl as deprecated due to thread saftey amongth other issues (it doesnt work if theres any delay between demuxer and decoder) libavcodec
Sat, 30 Sep 2006 16:00:27 +0000 michael seems only 3 bits are used for the number of resolutions, some rv30 files have this set to 10 even though there are just 2 resolutions in the extradata libavcodec
Sat, 30 Sep 2006 11:45:09 +0000 michael ignore sub_id libavcodec
Sat, 30 Sep 2006 11:35:14 +0000 michael big endian fix libavcodec
Sat, 30 Sep 2006 11:31:15 +0000 michael support resolution switching, fixes rv20errors.rm libavcodec
Fri, 29 Sep 2006 23:57:03 +0000 michael simplify libavcodec
Fri, 29 Sep 2006 23:34:42 +0000 michael fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv) libavcodec
Fri, 29 Sep 2006 19:48:27 +0000 takis Add forgotten eval.h... libavcodec
Fri, 29 Sep 2006 19:39:19 +0000 takis Move the ratecontrol related code from mpegvideo.h to a separate header file. libavcodec
Fri, 29 Sep 2006 19:36:12 +0000 takis Reformat the output of the list of available AVOptions, by indenting the libavcodec
Fri, 29 Sep 2006 19:34:53 +0000 takis Remove the override of lmin and lmax, so the actual option value provided will libavcodec
Fri, 29 Sep 2006 19:33:04 +0000 takis Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and libavcodec
Thu, 28 Sep 2006 22:03:52 +0000 mru remove extraneous #ifdef CONFIG_ENCODERS/DECODERS libavcodec