log avcodec.h @ 8548:3586e03586a0 libavcodec

age author description
Wed, 07 Jan 2009 19:55:08 +0000 michael Document the need of buf=NULL buf_size=0 at the end to obtain all frames. libavcodec
Sun, 04 Jan 2009 23:55:27 +0000 cehoyos Add VDPAU hardware accelerated decoding for H264 which can be used by libavcodec
Sun, 04 Jan 2009 18:58:49 +0000 michael Move metadata API from avcodec to avformat. libavcodec
Sun, 04 Jan 2009 18:48:37 +0000 michael Generic metadata API. libavcodec
Sat, 03 Jan 2009 19:21:48 +0000 michael Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes. libavcodec
Sat, 03 Jan 2009 19:20:50 +0000 michael Add type, text and ass to AVSubtitleRect. libavcodec
Sat, 03 Jan 2009 19:17:18 +0000 michael Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. libavcodec
Sat, 03 Jan 2009 18:41:35 +0000 michael Replace some fixed width variable from AVSubtitle* by normal int. libavcodec
Sat, 03 Jan 2009 17:58:25 +0000 michael Future doxy for a few fields of AVSubtitleRect. libavcodec
Sat, 03 Jan 2009 17:54:48 +0000 michael Change AVSubtitle.rects to an array of pointers so ABI does not break libavcodec
Sat, 03 Jan 2009 15:15:03 +0000 michael Add enum AVSubtitleType libavcodec
Sat, 27 Dec 2008 09:22:21 +0000 reimar Bump minor number for many small improvements, tiff fax decoding, libavcodec
Wed, 24 Dec 2008 17:38:27 +0000 michael Allow decoders to set AVCodecContext.refs. libavcodec
Sat, 20 Dec 2008 18:06:01 +0000 kostya RV30 decoder libavcodec
Tue, 16 Dec 2008 21:35:35 +0000 stefano Implement av_set_string3(). libavcodec
Mon, 15 Dec 2008 22:12:37 +0000 mru ARM: NEON optimised simple_idct libavcodec
Sun, 14 Dec 2008 21:38:03 +0000 stefano Move documentation of avcodec_register_all() from allcodecs.c to libavcodec
Sun, 14 Dec 2008 21:34:12 +0000 stefano Remove set_all_opt() and its use in av_set_string2(). Make libavcodec
Sun, 14 Dec 2008 20:04:41 +0000 stefano Document register_avcodec(). 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
Wed, 03 Dec 2008 15:23:30 +0000 diego Delete unnecessary 'extern' keywords. libavcodec
Tue, 02 Dec 2008 16:48:05 +0000 vitor Commit last ok'ed parts of QCELP decoder and enable it. libavcodec
Mon, 01 Dec 2008 06:40:36 +0000 kostya enable RV40 decoder 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
Sat, 08 Nov 2008 00:29:22 +0000 pross Electronic Arts TGQ video decoder libavcodec
Mon, 03 Nov 2008 18:08:00 +0000 rathann Remove duplicated MM_* macros for CPU capabilities from dsputil.h. libavcodec
Sun, 02 Nov 2008 21:04:28 +0000 andoma Change multichannel API define prefix from "CHANNEL_" to "CH_". libavcodec
Sat, 01 Nov 2008 05:03:42 +0000 pross Add audio channel layout API to libavcodec. libavcodec
Fri, 24 Oct 2008 01:38:30 +0000 bcoudurier dnxhd parser libavcodec
Sun, 28 Sep 2008 19:11:26 +0000 stefano Document the directpred auto value. libavcodec
Fri, 26 Sep 2008 10:59:42 +0000 banan Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work libavcodec
Mon, 08 Sep 2008 18:31:48 +0000 michael Remove deprecated avcodec_decode_audio() this one was not under #ifdef. libavcodec
Mon, 08 Sep 2008 18:29:08 +0000 michael avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_fmts. 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
Wed, 03 Sep 2008 17:43:00 +0000 michael Clarify sample_aspect_ratio. libavcodec
Mon, 01 Sep 2008 14:33:54 +0000 jbr create a separate codec_id for E-AC-3 libavcodec
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavcodec
Sat, 30 Aug 2008 04:26:45 +0000 pross Remove 'currently unused' warning about SAMPLE_FMT_xxx. libavcodec
Fri, 29 Aug 2008 04:02:04 +0000 pross Bump libavcodec minor version number for r15017. 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
Thu, 21 Aug 2008 07:21:26 +0000 superdump Last hunk of the AAC decoder code to be OKed and build system and documentation 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 19:25:00 +0000 jai_menon Update changelog and general.texi to reflect 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
Mon, 18 Aug 2008 12:03:59 +0000 pross Mark SAMPLE_FMT_S24 as deprecated. libavcodec
Sun, 10 Aug 2008 22:18:46 +0000 superdump Bump minor version as av_log_missing_feature() was added to public API in libavcodec
Sun, 10 Aug 2008 20:29:43 +0000 superdump Add a generic function to lavc to log messages about missing features. libavcodec
Fri, 08 Aug 2008 18:34:27 +0000 stefano Doxygenate avcodec_version(). libavcodec
Wed, 06 Aug 2008 08:33:25 +0000 pross Electronic Arts TGV decoder libavcodec
Mon, 28 Jul 2008 10:48:03 +0000 pross increment minor version for commit r14412 (add sample_fmts infrastructure) libavcodec
Sat, 26 Jul 2008 08:48:26 +0000 pross add sample_fmts infrastructure: AVCodec->sample_fmts and SAMPLE_FMT_NB enum. libavcodec