log utils.c @ 12514:e6d711ba5760 libavcodec

age author description
Wed, 15 Sep 2010 04:46:55 +0000 reimar Check avctx width/height more thoroughly (e.g. all values 0 except width would libavcodec
Mon, 13 Sep 2010 22:03:29 +0000 cehoyos Test lowres before codec init. libavcodec
Fri, 10 Sep 2010 06:19:31 +0000 mstorsjo Allow the lowres option to affect audio codecs, too libavcodec
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
Wed, 06 Jan 2010 23:15:33 +0000 cehoyos 100l: Fix compilation after r21037. libavcodec
Wed, 06 Jan 2010 21:51:20 +0000 daniel Handle more ADPCM codecs in av_get_bits_per_sample(). libavcodec
Sun, 03 Jan 2010 14:31:25 +0000 stefano Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and libavcodec
Mon, 14 Dec 2009 11:42:17 +0000 michael Set reordered_opaque in default_reget_buffer() with internal buffers. libavcodec
Sat, 21 Nov 2009 09:58:15 +0000 cehoyos Factorize av_get_bit_rate (for future use outside of libavcodec). libavcodec
Fri, 20 Nov 2009 22:14:37 +0000 michael Allocate pictures with enough padding for jpeg. libavcodec
Wed, 18 Nov 2009 17:15:17 +0000 diego Add functions to return library license and library configuration. libavcodec
Tue, 10 Nov 2009 02:51:47 +0000 michael Add a NULL pointer check to avcodec_close() this should prevent a segfault libavcodec
Mon, 09 Nov 2009 09:11:35 +0000 cehoyos Move ff_reverse in libavcodec to av_reverse in libavutil. libavcodec
Tue, 13 Oct 2009 20:48:51 +0000 reimar Print a warning message when avcodec_default_free_buffers finds unreleased libavcodec
Mon, 12 Oct 2009 11:35:35 +0000 reimar Add an execute2 function that is more flexible and allows to use parallel libavcodec
Thu, 01 Oct 2009 15:54:55 +0000 reimar Make avcodec_open set codec_id and codec_type if they haven't been set. libavcodec
Wed, 23 Sep 2009 15:16:36 +0000 michael Make sure priv_data is freed and codec is set to NULL in case of failure of avcodec_open(). libavcodec
Tue, 22 Sep 2009 22:44:56 +0000 michael Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_mismatch.patch from chrome libavcodec
Sun, 20 Sep 2009 18:29:48 +0000 diego Add parentheses to logical expression to avoid the warning: libavcodec
Wed, 16 Sep 2009 11:29:47 +0000 pross perform sanity check on number of audio channels in avcodec_open() libavcodec
Mon, 29 Jun 2009 19:07:04 +0000 rbultje Rename ff_log_missing_feature() to av_log_missing_feature(). libavcodec
Wed, 03 Jun 2009 11:23:16 +0000 reimar Set AV_PKT_FLAG_KEY in avcodec_decode_video. libavcodec
Sun, 31 May 2009 06:51:18 +0000 andoma Add a lock manager API to libavcodec. libavcodec
Fri, 22 May 2009 21:32:13 +0000 conrad Move ALIGN macro to libavutil/common.h and use it in various places libavcodec
Thu, 23 Apr 2009 23:14:26 +0000 stefano Make avcodec_thread_init() set the thread count, even in the case when libavcodec
Wed, 22 Apr 2009 01:54:05 +0000 michael Update safety check as the maximum pixel size is no longer 4. libavcodec
Sun, 12 Apr 2009 13:17:37 +0000 reimar Add a av_fast_malloc function and replace several uses of av_fast_realloc, libavcodec
Fri, 10 Apr 2009 00:09:07 +0000 michael Make sure mpeg2 has its height rounded up to 32 as that is needed libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Wed, 01 Apr 2009 08:55:31 +0000 gb Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152. libavcodec
Thu, 19 Mar 2009 21:36:59 +0000 reimar Fix indentation after r18047. libavcodec
Thu, 19 Mar 2009 21:34:55 +0000 reimar Change linesize alignment method to ensure that linesize[0] == 2*linesize[1] libavcodec
Tue, 24 Feb 2009 18:51:16 +0000 michael ff_find_hwaccel() libavcodec
Tue, 24 Feb 2009 18:47:36 +0000 michael av_hwaccel_next() by Gwenole Beauchesne. libavcodec
Tue, 24 Feb 2009 18:46:00 +0000 michael av_register_hwaccel() from Gwenole Beauchesne. libavcodec
Mon, 23 Feb 2009 15:18:28 +0000 reimar Check return value of ff_fill_pointer in avcodec_default_get_buffer, libavcodec
Mon, 23 Feb 2009 13:35:52 +0000 michael Approved hunks for VAAPI / our new shiny hwaccel API libavcodec
Mon, 09 Feb 2009 01:58:01 +0000 superdump Check that there are subtitle rects to encode in avcodec_encode_subtitle() libavcodec
Mon, 09 Feb 2009 01:51:36 +0000 superdump Check that start_display_time is 0 in avcodec_encode_subtitle() libavcodec
Sun, 08 Feb 2009 06:11:50 +0000 bcoudurier Remove 'const' qualifier from variable in av_parse_video_frame_size(). libavcodec
Sun, 08 Feb 2009 06:03:10 +0000 bcoudurier remove useless cast, it does not remove warning, encode prototype must be changed libavcodec
Fri, 06 Feb 2009 23:54:50 +0000 stefano Drop the deprecated function register_avcodec() at the next major libavcodec
Fri, 06 Feb 2009 23:46:15 +0000 stefano Rename register_avcodec() as avcodec_register() and deprecate the old libavcodec
Fri, 06 Feb 2009 12:59:50 +0000 michael Ensure that the palette is set in data[1] for all 8bit formats. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Sat, 17 Jan 2009 11:13:33 +0000 aurel export gcd function as av_gcd() libavcodec
Fri, 16 Jan 2009 16:20:42 +0000 benoit Split ff_log_missing_feature into ff_log_missing_feature libavcodec
Wed, 14 Jan 2009 17:19:17 +0000 aurel replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Tue, 13 Jan 2009 19:38:54 +0000 michael Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3. libavcodec
Sat, 10 Jan 2009 09:53:21 +0000 stefano Move the AVCodecContext options definition to a dedicated file, reduce libavcodec
Fri, 26 Dec 2008 08:03:26 +0000 benoit s/FFmpeg-devel/ffmpeg-devel/ libavcodec
Thu, 25 Dec 2008 15:49:50 +0000 diego Change mplayerhq.hu references to ffmpeg.org where appropriate. libavcodec
Mon, 15 Dec 2008 22:12:37 +0000 mru ARM: NEON optimised simple_idct libavcodec
Sun, 14 Dec 2008 20:04:00 +0000 stefano Make register_avcodec() call avcodec_init(). libavcodec
Sun, 14 Dec 2008 19:36:38 +0000 stefano Use a more explicit "codec" rather than "format" as the parameter of libavcodec
Mon, 08 Dec 2008 21:21:38 +0000 stefano Make av_log_missing_feature an internal function, and change its name libavcodec
Sat, 29 Nov 2008 14:08:48 +0000 stefano Implement the fields rc_max_available_vbv_use and libavcodec
Wed, 12 Nov 2008 17:47:23 +0000 romansh Making it easier to send arbitrary structures as work orders to MT workers libavcodec
Wed, 05 Nov 2008 23:28:41 +0000 diego Add missing #include "libavutil/avstring.h", fixes libavcodec
Sat, 01 Nov 2008 05:03:42 +0000 pross Add audio channel layout API to libavcodec. libavcodec
Tue, 21 Oct 2008 21:40:24 +0000 aurel uses FF_ARRAY_ELEMS() where appropriate libavcodec
Wed, 08 Oct 2008 17:19:26 +0000 aurel allows calling avcodec_find_(en|de)coder_by_name with NULL parameter libavcodec
Sat, 04 Oct 2008 09:29:31 +0000 lu_zero Mark list heads static. Patch by Diego Petten libavcodec
Thu, 02 Oct 2008 19:05:35 +0000 gpoirier x264 has removed the b-rdo and bime options, and instead integrated libavcodec
Tue, 30 Sep 2008 01:45:53 +0000 michael Allocate 1 line more in the chroma plane for H.264, this avoids some libavcodec
Tue, 30 Sep 2008 01:07:25 +0000 michael Replace second (and wrong) call to avcodec_align_dimensions() by adjusting libavcodec
Mon, 29 Sep 2008 06:22:12 +0000 diego Uniformly define _XOPEN_SOURCE to 600. libavcodec
Sun, 28 Sep 2008 19:11:26 +0000 stefano Document the directpred auto value. libavcodec
Mon, 08 Sep 2008 18:18:49 +0000 michael Rename error_resilience to error_recognition. libavcodec
Mon, 08 Sep 2008 15:28:07 +0000 michael Remove DEFAULT_FRAME_RATE_BASE. libavcodec
Mon, 08 Sep 2008 15:24:16 +0000 michael Drop deprecated SAMPLE_FMT_S24. libavcodec
Mon, 08 Sep 2008 15:03:17 +0000 michael Remove stuff under #if LIBAVCODEC_VERSION_INT. libavcodec
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavcodec
Fri, 29 Aug 2008 03:59:48 +0000 pross Add AVCodecContext.bits_per_raw_sample field. libavcodec
Fri, 29 Aug 2008 03:52:10 +0000 pross Change AVCodecContext.bits_per_sample to bits_per_coded_sample. libavcodec
Wed, 20 Aug 2008 23:11:26 +0000 michael Provide a simpler way for the user to reorder her timestamps. libavcodec
Tue, 19 Aug 2008 10:43:47 +0000 pross Add F64BE, F64LE and F64BE PCM codecs. libavcodec
Tue, 19 Aug 2008 10:36:30 +0000 pross Add SAMPLE_FMT_DBL. libavcodec
Sat, 16 Aug 2008 14:46:31 +0000 michael Fix rc_eq mem leak. libavcodec
Sat, 16 Aug 2008 14:13:49 +0000 michael Revert r14260 libavcodec
Thu, 14 Aug 2008 22:01:59 +0000 aurel ensure we get explicit definition of various _XOPEN_SOURCE functions we use libavcodec
Sun, 10 Aug 2008 20:29:43 +0000 superdump Add a generic function to lavc to log messages about missing features. libavcodec
Mon, 04 Aug 2008 07:40:07 +0000 pross Make avcodec_string() and av_get_bits_per_sample() report the sample size for CODEC_ID_PCM_ZORK libavcodec
Thu, 31 Jul 2008 12:56:56 +0000 pross Write sample format description within avcodec_string() libavcodec
Sat, 26 Jul 2008 07:08:15 +0000 pross add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder) libavcodec
Sat, 26 Jul 2008 01:57:10 +0000 astrange Add a new -debug option for tracing calls to the default get/release_buffer functions. libavcodec
Sun, 20 Jul 2008 16:02:49 +0000 michael Add skip* AVOptions, which seem to have been missed. libavcodec
Sat, 19 Jul 2008 15:57:06 +0000 michael Make strict_std_compliance available to decoders. libavcodec
Sat, 19 Jul 2008 00:32:15 +0000 michael Make the ugly hack which uses an unused entry in the internal buffer libavcodec
Thu, 17 Jul 2008 17:42:44 +0000 michael 100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in the libavcodec
Wed, 16 Jul 2008 22:10:34 +0000 stefano Free in avcodec_close() avctx->rc_eq. Fix a memory leak. libavcodec
Sun, 13 Jul 2008 21:44:00 +0000 stefano strdup() the default value for rc_eq in AVCodec when setting it in libavcodec
Fri, 11 Jul 2008 15:25:12 +0000 andoma Deprecate avcodec_build(), it returns the same value as libavcodec
Sun, 29 Jun 2008 08:32:27 +0000 diego Add command line support for '-idct simplearmv6'. libavcodec
Tue, 24 Jun 2008 20:01:31 +0000 stefang mark read-only data as const libavcodec
Mon, 09 Jun 2008 01:21:57 +0000 bcoudurier enable global_header flag for audio and video encoding, was wrongly part of commit r13722 libavcodec
Mon, 09 Jun 2008 01:20:14 +0000 bcoudurier revert wrong part of r13722 commit libavcodec
Mon, 09 Jun 2008 00:43:07 +0000 bcoudurier uniformize trellis quant option libavcodec
Thu, 05 Jun 2008 01:57:35 +0000 bcoudurier add esa/dia compat me options and new tesa for libx264 libavcodec
Fri, 30 May 2008 21:12:33 +0000 michael Move *_static to bitstream.c which is the only file left which needs libavcodec
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavcodec
Sat, 29 Mar 2008 22:27:25 +0000 michael Fix closed gop flag disapearence. libavcodec
Tue, 25 Mar 2008 10:15:17 +0000 michael Fix possible heap overflow caused by av_fast_realloc() libavcodec
Wed, 12 Mar 2008 23:58:46 +0000 diego typo fixes libavcodec
Thu, 06 Mar 2008 23:10:47 +0000 bcoudurier indentation libavcodec
Thu, 06 Mar 2008 23:09:16 +0000 bcoudurier do not display par and dar if not available libavcodec
Thu, 06 Mar 2008 17:41:31 +0000 takis Make av_class a pointer to a const AVClass. Addresses one warning in libavcodec
Wed, 05 Mar 2008 15:19:26 +0000 aurel define BI frame type along with other frame types libavcodec
Wed, 05 Mar 2008 15:15:07 +0000 aurel cosmetic: align libavcodec
Wed, 05 Mar 2008 00:43:11 +0000 aurel remove more useless mpegvideo.h includes libavcodec
Tue, 26 Feb 2008 14:59:11 +0000 michael floating point AAN IDCT libavcodec
Sun, 24 Feb 2008 07:47:02 +0000 vitor Fix bug I introduced in r11962. libavcodec
Fri, 22 Feb 2008 19:27:22 +0000 michael Remove apparently unneeded and buggy align. libavcodec
Fri, 15 Feb 2008 20:23:49 +0000 vitor Simplify avcodec_default_get_buffer() libavcodec
Wed, 13 Feb 2008 09:26:10 +0000 diego typo fix: inited --> initialized libavcodec
Mon, 11 Feb 2008 08:01:07 +0000 andoma Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may libavcodec
Sat, 02 Feb 2008 22:54:50 +0000 michael Make avcodec_decode_* functions take const input buffers. libavcodec
Fri, 01 Feb 2008 03:29:43 +0000 michael one "cast discards qualifiers from pointer target type" less libavcodec
Sun, 27 Jan 2008 15:43:17 +0000 aurel Add support for Matroska attachments. libavcodec
Fri, 04 Jan 2008 23:09:58 +0000 aurel improve CRC API libavcodec
Tue, 25 Dec 2007 15:36:12 +0000 reimar Check for avcodec_open codec parameter == NULL and return error in that case libavcodec
Thu, 20 Dec 2007 00:55:08 +0000 jbr Add option for user to scale the amount of dynamic range compression which is libavcodec
Wed, 12 Dec 2007 21:48:50 +0000 mru use av_log_get/set_level() libavcodec
Wed, 12 Dec 2007 18:40:11 +0000 michael av_*_next() API for libavcodec libavcodec
Mon, 03 Dec 2007 10:02:26 +0000 michael make rc_buffer_size apply to audio as well libavcodec
Sun, 25 Nov 2007 16:32:47 +0000 aurel add pcm_s16le_planar support for electronicarts files libavcodec
Thu, 18 Oct 2007 14:01:20 +0000 mbardiaux Print pixel and display aspect ratios libavcodec
Thu, 27 Sep 2007 03:16:25 +0000 lorenm oops, revert unrelated change libavcodec
Thu, 27 Sep 2007 02:42:00 +0000 lorenm unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order. libavcodec
Mon, 24 Sep 2007 16:50:32 +0000 kostya Remove check for input buffer size as it does not guarantee that libavcodec
Mon, 24 Sep 2007 13:21:41 +0000 aurel add support for yuva420p colorspace (yuv420p + alpha) libavcodec
Thu, 23 Aug 2007 20:28:28 +0000 reimar Add request_channels member to AVCodecContext so we now have a proper libavcodec
Sun, 19 Aug 2007 12:36:15 +0000 reimar Use defines instead of raw hex numbers to specify CRC polynomials libavcodec
Mon, 13 Aug 2007 15:28:29 +0000 ramiro Add attribute that forces alignment of stack to functions that need it. libavcodec
Mon, 13 Aug 2007 05:23:38 +0000 conrad Add av_get_bits_per_sample_format() libavcodec
Fri, 10 Aug 2007 19:28:28 +0000 michael ensure that default_get_buffer() doesnt reuse images if the dimension or libavcodec
Fri, 20 Jul 2007 15:09:10 +0000 takis Return AVERROR(EINVAL) when invalid width and/or height are specified to libavcodec
Fri, 20 Jul 2007 15:08:10 +0000 takis Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open. libavcodec
Tue, 17 Jul 2007 13:35:16 +0000 alex set codec_type on init libavcodec
Wed, 11 Jul 2007 15:21:24 +0000 ramiro Remove underscores before fcntl flags libavcodec
Wed, 11 Jul 2007 13:57:22 +0000 ramiro Proper check for mkstemp(). libavcodec
Fri, 06 Jul 2007 15:24:08 +0000 benoit free thread context libavcodec
Fri, 06 Jul 2007 11:47:02 +0000 benoit me option implemented as an AVOption libavcodec
Thu, 21 Jun 2007 07:46:48 +0000 benoit split frame rate and frame size abbreviation into two structures libavcodec
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavcodec
Tue, 12 Jun 2007 08:06:54 +0000 benoit Move the video size and rate abbreviations system from libavformat to libavcodec libavcodec
Sat, 12 May 2007 00:31:48 +0000 lorenm fix a crash with svq1 + sse2. libavcodec
Wed, 02 May 2007 13:49:08 +0000 benoit add the possibility to choose aac profile libavcodec
Sat, 07 Apr 2007 14:10:02 +0000 diego typos libavcodec
Tue, 03 Apr 2007 13:53:25 +0000 michael typo libavcodec
Tue, 03 Apr 2007 13:52:00 +0000 michael FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil Nowosad libavcodec
Sun, 01 Apr 2007 16:14:19 +0000 michael indention libavcodec
Sun, 01 Apr 2007 16:13:24 +0000 michael make AVCodec.init() optional libavcodec
Sat, 24 Mar 2007 12:07:07 +0000 mru Fix H.264 8x8 transform selection libavcodec
Wed, 14 Mar 2007 01:59:53 +0000 michael kill 3 more av_mallocz_static() libavcodec
Wed, 07 Mar 2007 09:51:45 +0000 michael add a -ab with default of 64k libavcodec
Wed, 07 Mar 2007 09:29:44 +0000 michael add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter libavcodec
Mon, 05 Mar 2007 10:04:53 +0000 gpoirier change management of "ab" option in ffmpeg.c, so that it works as "b" option. libavcodec
Sun, 04 Mar 2007 11:53:11 +0000 takis Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" libavcodec
Sun, 04 Mar 2007 02:26:20 +0000 bcoudurier dummy support for mpeg2 non linear quant libavcodec
Thu, 01 Mar 2007 16:36:38 +0000 bcoudurier remove ps option and rename rtp_payload_size AVOption to ps libavcodec
Wed, 28 Feb 2007 17:56:45 +0000 bcoudurier get rid of rtp_mode field after next major bump libavcodec
Wed, 28 Feb 2007 17:40:31 +0000 bcoudurier enable rtp payload size AVOption for video encoding libavcodec
Fri, 23 Feb 2007 00:47:21 +0000 michael dont check buffer size if the decode function wont be called at all libavcodec
Fri, 23 Feb 2007 00:20:39 +0000 takis av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_. libavcodec
Thu, 22 Feb 2007 19:05:44 +0000 takis Move the Doxygen function documentation unaltered from libavcodec/utils.c to libavcodec
Thu, 22 Feb 2007 18:59:05 +0000 takis Add more Doxygen documentation. libavcodec
Thu, 22 Feb 2007 00:46:36 +0000 takis Fix typo. libavcodec
Wed, 21 Feb 2007 23:46:25 +0000 aurel simplify release_buffer using FFSWAP libavcodec
Tue, 20 Feb 2007 12:45:16 +0000 takis Add some more Doxygen documentation to libavcodec/utils.c. libavcodec
Thu, 15 Feb 2007 12:57:51 +0000 mbardiaux Spelling fix libavcodec
Wed, 14 Feb 2007 10:50:01 +0000 michael doxy for avcodec_encode_video() libavcodec
Thu, 08 Feb 2007 18:55:36 +0000 lucabe Directly access av_log_level instead of calling av_log_{set, get}_level() libavcodec
Wed, 07 Feb 2007 01:48:09 +0000 diego Replace deprecated PIX_FMT names by the newer variants. libavcodec
Thu, 01 Feb 2007 09:45:05 +0000 takis Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux, libavcodec
Sun, 14 Jan 2007 23:50:06 +0000 michael avcodec_decode_audio2() libavcodec
Sun, 14 Jan 2007 23:19:22 +0000 michael er and strict also apply to audio theoretically libavcodec
Tue, 26 Dec 2006 17:08:03 +0000 michael skiprd doxygen comment from avcodec.h -> AVOption comment libavcodec
Sat, 23 Dec 2006 03:05:36 +0000 michael skiprd libavcodec
Fri, 22 Dec 2006 10:10:13 +0000 bcoudurier bt 0 is invalid, setting min to 1 libavcodec
Wed, 13 Dec 2006 11:10:41 +0000 diego vqmin/vqmax --> qmin/qmax in the option description libavcodec
Mon, 11 Dec 2006 10:51:42 +0000 diego Improve option description. libavcodec
Wed, 06 Dec 2006 17:04:23 +0000 takis Add "mixed_refs" description suggested by Loren Merritt and update accompanying libavcodec
Wed, 06 Dec 2006 08:24:29 +0000 takis Add more descriptions to the AVOption array taken from the avcodec.h AVCodec structure member comments. libavcodec
Mon, 04 Dec 2006 12:04:53 +0000 diego Fix some obvious mistakes in the option descriptions. libavcodec
Sat, 02 Dec 2006 18:58:20 +0000 diego Fill in some missing AVOption descriptions. libavcodec
Tue, 14 Nov 2006 03:18:09 +0000 mru revert bad checkin libavcodec
Tue, 14 Nov 2006 03:12:29 +0000 mru move some CFLAGS settings away from config.* writing section libavcodec
Mon, 13 Nov 2006 11:30:26 +0000 bcoudurier add low delay forcing option for mpeg1/2 encoding libavcodec
Tue, 07 Nov 2006 13:45:08 +0000 bcoudurier add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag libavcodec
Thu, 02 Nov 2006 23:08:09 +0000 corey Correct description of mblmin and mblmax. libavcodec
Tue, 24 Oct 2006 04:57:43 +0000 kostya 16-bit grayscale support libavcodec
Mon, 16 Oct 2006 17:44:29 +0000 lu_zero Make ffmpeg work with x264 r592 libavcodec
Mon, 09 Oct 2006 11:36:42 +0000 gpoirier fix AC3 5.1 being decoded as mono libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Mon, 02 Oct 2006 10:23:59 +0000 diego Fix quantiSer --> quantiZer typo. 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
Thu, 28 Sep 2006 17:46:25 +0000 takis Remove the "mblmax" OptionDef. The equally named AVOption takes over its libavcodec
Thu, 28 Sep 2006 17:45:51 +0000 takis Remove the "mblmin" OptionDef. The equally named AVOption takes over its libavcodec
Tue, 26 Sep 2006 20:26:22 +0000 mru ARMv5TE optimized IDCT libavcodec
Tue, 26 Sep 2006 08:49:24 +0000 michael mpeg1 b_strategy=2 segfault fix libavcodec
Mon, 25 Sep 2006 15:23:40 +0000 lu_zero move memory functions from avcodec to avutil libavcodec
Fri, 22 Sep 2006 15:05:27 +0000 takis Remove the "error" OptionDef. The equally named AVOption takes over its libavcodec
Fri, 22 Sep 2006 15:04:56 +0000 takis Remove the "mepc" OptionDef. The equally named AVOption takes over its function. libavcodec
Fri, 22 Sep 2006 13:55:56 +0000 takis Remove the "mb_threshold" OptionDef. The equally named AVOption takes over its libavcodec
Wed, 20 Sep 2006 08:39:56 +0000 takis Remove the "qsquish" OptionDef. The AVOption min/max value is changed to match libavcodec
Wed, 20 Sep 2006 08:36:33 +0000 takis Remove the "qmax" OptionDef. libavcodec
Wed, 20 Sep 2006 08:34:58 +0000 takis Remove the "qmin" OptionDef. libavcodec
Wed, 20 Sep 2006 08:34:13 +0000 takis Remove the "bf" OptionDef parameter so the equally named AVOption will take libavcodec