log utils.c @ 12475:9fef0a8ddd63 libavcodec

age author description
Tue, 07 Sep 2010 21:24:03 +0000 stefano Remove use of deprecated functions av_image_fill_pointers/linesizes in libavcodec
Tue, 07 Sep 2010 19:15:29 +0000 stefano Use new imgutils.h API names, fix deprecation warnings. libavcodec
Fri, 06 Aug 2010 09:37:04 +0000 stefano Remove use of the deprecated function avcodec_check_dimensions(), use libavcodec
Fri, 06 Aug 2010 09:36:45 +0000 stefano Deprecate avcodec_check_dimensions() in favor of the new function libavcodec
Sat, 31 Jul 2010 16:46:20 +0000 stefano Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize, libavcodec
Mon, 26 Jul 2010 23:12:28 +0000 stefano Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() libavcodec
Sun, 11 Jul 2010 07:53:39 +0000 reimar 100l, change avsubtitle_free to the actually tested and working version. libavcodec
Sun, 11 Jul 2010 07:35:00 +0000 reimar Add avsubtitle_free function. libavcodec
Wed, 07 Jul 2010 21:23:36 +0000 cehoyos Add new decoder property max_lowres and do not init decoder if requested value is higher. libavcodec
Tue, 06 Jul 2010 13:04:21 +0000 mru Move av_tempfile() to libxvidff.c as only the xvid wrapper needs it libavcodec
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation libavcodec
Wed, 02 Jun 2010 10:54:50 +0000 stefano Make avcodec_string() use av_get_codec_tag_string(). libavcodec
Wed, 02 Jun 2010 10:54:45 +0000 stefano Implement av_get_codec_tag_string() and use it in ffprobe. libavcodec
Thu, 27 May 2010 04:25:50 +0000 jai_menon Cosmetics : Fix typo. libavcodec
Wed, 26 May 2010 10:38:48 +0000 cehoyos Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it. libavcodec
Tue, 18 May 2010 19:16:40 +0000 cehoyos Factorize some code into the new function ff_toupper4(). libavcodec
Wed, 12 May 2010 17:05:56 +0000 reimar Set coded_frame to NULL when closing a codec, since it might libavcodec
Sun, 25 Apr 2010 15:05:16 +0000 stefano Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 13 Apr 2010 23:24:25 +0000 stefano Factorize code in get_bit_rate(). libavcodec
Tue, 06 Apr 2010 09:52:41 +0000 benoit Fix segfault when encoder initialization fails. libavcodec
Thu, 01 Apr 2010 06:41:16 +0000 koorogi Add function to export EDGE_WIDTH from libavcodec. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Sun, 28 Feb 2010 19:05:51 +0000 cehoyos Make av_get_bit_rate() static and remove av_, the function is only used libavcodec
Sun, 28 Feb 2010 19:03:38 +0000 cehoyos Include libxvid_internal.h: It contains the prototype for av_tempfile(). libavcodec
Sat, 27 Feb 2010 21:13:22 +0000 reimar Fix avcodec_align_dimensions to return values suitably aligned for FLV decoding libavcodec
Sat, 20 Feb 2010 18:28:11 +0000 vitor Free encoder extradata in avcodec_close(). Should fix several small memory libavcodec
Fri, 12 Feb 2010 22:01:42 +0000 conrad Special case VP5/6 chroma alignment on x86 as well libavcodec
Wed, 13 Jan 2010 02:16:00 +0000 zuxy More av_cold for infrequently called functions. libavcodec
Sat, 09 Jan 2010 18:33:21 +0000 michael Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1 libavcodec