log avcodec.h @ 10318:6a21c6ca346f libavcodec

age author description
Tue, 29 Sep 2009 17:34:36 +0000 darkshikari Fix indentation in avcodec.h libavcodec
Tue, 22 Sep 2009 17:28:03 +0000 banan Hook up the MD studio demuxer and Atrac1 decoder. libavcodec
Wed, 16 Sep 2009 15:08:26 +0000 faust3 Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes libavcodec
Thu, 10 Sep 2009 18:49:25 +0000 banan Add ATRAC1 codec ID. libavcodec
Wed, 02 Sep 2009 16:41:49 +0000 faust3 add missing wmapro decoder parts libavcodec
Wed, 26 Aug 2009 22:10:35 +0000 cehoyos Decoder for LPCM as used in Bluray discs. libavcodec
Tue, 25 Aug 2009 08:47:39 +0000 cehoyos Add Bluray Subtitle Support libavcodec
Wed, 01 Jul 2009 10:36:18 +0000 mru Fix argument type mismatches for av_picture_crop and av_picture_fill libavcodec
Mon, 29 Jun 2009 19:17:03 +0000 rbultje Add doxy to av_log_missing_feature() etc. stating that the function is libavcodec
Mon, 29 Jun 2009 19:11:53 +0000 rbultje Move av_log_missing_feature() from the internal.h to the public avcodec.h libavcodec
Tue, 23 Jun 2009 18:17:15 +0000 vitor Make documentation better match the code. Now AVCodecContext.sample_fmt libavcodec
Fri, 19 Jun 2009 08:28:07 +0000 reimar Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoder libavcodec
Sat, 13 Jun 2009 02:19:41 +0000 pross Electronic Arts Madcow decoder libavcodec
Fri, 12 Jun 2009 05:29:29 +0000 diego DPX (Digital Picture Exchange) image decoder libavcodec
Sun, 07 Jun 2009 19:30:54 +0000 michael Clarify (re)get_buffer() and CODEC_CAP_DR1 relation. libavcodec
Sat, 06 Jun 2009 20:16:53 +0000 bcoudurier clarify avcodec_decode_audio3 and avcodec_decode_video2 doxygen libavcodec
Sat, 06 Jun 2009 09:35:15 +0000 stefano Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should libavcodec
Wed, 03 Jun 2009 11:20:35 +0000 reimar Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY. libavcodec
Wed, 03 Jun 2009 10:25:21 +0000 michael Clarify the input AVPacket for avcodec_decode*() libavcodec
Sun, 31 May 2009 06:51:18 +0000 andoma Add a lock manager API to libavcodec. libavcodec
Wed, 27 May 2009 21:40:10 +0000 bcoudurier remove apparently unused real_pict_num from AVCodecContext libavcodec
Tue, 12 May 2009 19:56:48 +0000 bcoudurier V210 Uncompressed 4:2:2 10-bit encoder and decoder libavcodec
Mon, 11 May 2009 04:34:23 +0000 conrad Add a chroma_sample_location field to define positioning of chroma samples libavcodec
Wed, 06 May 2009 21:57:20 +0000 stefano Add 8088flex TMV video decoder. libavcodec
Tue, 05 May 2009 18:25:20 +0000 michael Add colorspace fields to AVCodecContext. libavcodec
Thu, 30 Apr 2009 12:06:34 +0000 ramiro Export av_free_packet(). libavcodec
Mon, 27 Apr 2009 18:35:54 +0000 vitor Revert r18700, documentation of deprecated functions might be useful for libavcodec
Mon, 27 Apr 2009 12:41:41 +0000 michael Remove useless and outright wrong chatter from avcodec_encode_video(). libavcodec
Mon, 27 Apr 2009 12:39:30 +0000 michael Remove redundant chatter from avcodec_encode_audio() libavcodec
Mon, 27 Apr 2009 12:38:14 +0000 michael Negative is error not -1, corrected in the doxy for avcodec_decode_subtitle2(). libavcodec
Mon, 27 Apr 2009 12:36:23 +0000 michael Add multiframe note to avcodec_decode_video() too. libavcodec
Mon, 27 Apr 2009 12:34:25 +0000 michael Cleanup first paragraph of doxy of avcodec_decode_audio3(). libavcodec
Mon, 27 Apr 2009 12:28:56 +0000 michael Remove documentation from deprecated fields, they should not be used, libavcodec
Mon, 27 Apr 2009 12:25:36 +0000 michael Remove confusing and redundant engrish chatter from avcodec_decode_video2(). libavcodec
Wed, 22 Apr 2009 01:50:15 +0000 michael Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT) libavcodec
Sat, 18 Apr 2009 18:51:01 +0000 jbr Add 3 channel layout convenience macros. libavcodec
Fri, 17 Apr 2009 19:17:14 +0000 jai_menon Introduce codec id for MPEG-4 ALS and associate it with corresponding 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
Sat, 11 Apr 2009 21:14:29 +0000 stefano Fix documentation for avcodec_encode_audio(), in the case of PCM audio libavcodec
Sat, 11 Apr 2009 12:42:29 +0000 reimar Get rid of av_destruct_packet_nofree and use NULL instead. libavcodec
Wed, 08 Apr 2009 20:19:12 +0000 reimar Add av_shrink_packet function for use in av_get_packet that reduces pkt->size libavcodec
Wed, 08 Apr 2009 01:45:44 +0000 superdump Clarify which time_base the relevant members of AVPacket use libavcodec
Tue, 07 Apr 2009 18:31:14 +0000 rbultje Move av_packet_*() functions from libavformat/ to libavcodec/, where the libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Tue, 07 Apr 2009 15:37:26 +0000 rbultje Move AVPacket up a bit, so that structs/functions that include AVPacket can libavcodec
Mon, 06 Apr 2009 01:07:09 +0000 jbr Add convenience macros for 5.0/5.1 back speaker configurations. libavcodec
Sat, 04 Apr 2009 13:20:53 +0000 stefano Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency libavcodec
Thu, 02 Apr 2009 19:53:53 +0000 stefano Move AVPacket declaration from avformat.h to avcodec.h. libavcodec
Wed, 01 Apr 2009 09:11:32 +0000 conrad Add SSE4 detection support libavcodec
Sun, 22 Mar 2009 22:50:19 +0000 stefano Make the pixel formats which were defined as macros: libavcodec
Sun, 22 Mar 2009 07:40:22 +0000 kostya Add AURA 1 and 2 codec IDs and register their FOURCCs libavcodec
Sat, 21 Mar 2009 22:43:46 +0000 stefano Extend the behavior of avcodec_get_pix_fmt(), if it cannot find a libavcodec
Sat, 21 Mar 2009 22:24:44 +0000 stefano Globally prefer enum PixelFormat over int when it makes sense. libavcodec
Sat, 21 Mar 2009 13:51:29 +0000 diego Remove deprecated functions and structures on next version bump. libavcodec
Sat, 21 Mar 2009 10:25:20 +0000 reimar Fix avpicture_get_size for non-paletted formats with a helper palette libavcodec
Fri, 20 Mar 2009 12:04:58 +0000 gb Rename hwaccel_data_private to hwaccel_picture_private. libavcodec
Thu, 19 Mar 2009 21:23:39 +0000 ramiro Split TrueHD decoder from MLP libavcodec
Tue, 17 Mar 2009 12:43:09 +0000 gb Amend AVCodecContext with hwaccel_context (HW accelerator context). libavcodec
Wed, 11 Mar 2009 08:25:00 +0000 gb Use av_mallocz() to initialize hwaccel_data_private. libavcodec
Mon, 09 Mar 2009 08:04:41 +0000 gb Add private HW accel data infrastructure. libavcodec