log

age author description
Tue, 30 Sep 2008 04:18:22 +0000 conrad Downgrade severity of leftover bits in header packets, and don't check for the comment header 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
Tue, 30 Sep 2008 00:28:13 +0000 michael Do not attempt to perform error concealment in lowres mode as this is libavcodec
Mon, 29 Sep 2008 22:22:46 +0000 aurel atrac3: ensure input frame is not overwritten (it is const) libavcodec
Mon, 29 Sep 2008 22:04:35 +0000 conrad Use skip_frame for keyframe-only decoding rather than #ifdef libavcodec
Mon, 29 Sep 2008 15:41:55 +0000 cehoyos Fix a warning about an undefined function when compiling h264.c libavcodec
Mon, 29 Sep 2008 06:22:12 +0000 diego Uniformly define _XOPEN_SOURCE to 600. libavcodec
Sun, 28 Sep 2008 23:19:12 +0000 michael Guess picture type from picture coding extension when the main header is damaged. libavcodec
Sun, 28 Sep 2008 19:11:26 +0000 stefano Document the directpred auto value. libavcodec
Sun, 28 Sep 2008 16:16:05 +0000 superdump Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputils libavcodec
Sat, 27 Sep 2008 02:39:24 +0000 michael Replace apparently always true condition by assert(). libavcodec
Sat, 27 Sep 2008 01:59:50 +0000 michael Simplify pix_fmt_id instead of listing a subset of non-simplified ones. libavcodec
Sat, 27 Sep 2008 01:50:57 +0000 michael Check the 4th plane too when selecting the pixfmt. libavcodec
Fri, 26 Sep 2008 18:42:06 +0000 vitor Simplify: avoid duplication backward_filter() libavcodec
Fri, 26 Sep 2008 18:11:41 +0000 diego Remove unused variable. 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
Thu, 25 Sep 2008 21:44:07 +0000 michael Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set. libavcodec
Thu, 25 Sep 2008 20:03:57 +0000 vitor Do instead of divising a float by a constant, multiply by its inverse libavcodec
Thu, 25 Sep 2008 19:25:28 +0000 michael Ensure that no non-existing frame is used. libavcodec
Thu, 25 Sep 2008 19:01:39 +0000 michael Do not free sps & pps on width/height changes. libavcodec
Thu, 25 Sep 2008 14:34:14 +0000 michael Do not use the generic "alloc missing references" code for h.264 as it does libavcodec
Thu, 25 Sep 2008 14:29:35 +0000 michael Initialize next/last_picture* as the generic code does not always libavcodec
Thu, 25 Sep 2008 12:04:25 +0000 michael Print which slices are IDR not just the slice type. libavcodec
Thu, 25 Sep 2008 00:41:49 +0000 michael Fix CAVLC+8x8+MBAFF loop filter. libavcodec
Wed, 24 Sep 2008 23:24:24 +0000 michael Field -> MBAFF direct mode can use data from fields that are not libavcodec
Wed, 24 Sep 2008 20:31:24 +0000 vitor Move constant multiplication out of the loop libavcodec
Wed, 24 Sep 2008 20:05:22 +0000 vitor Cosmetics: move convolve() together with the other DSP functions libavcodec
Wed, 24 Sep 2008 20:03:58 +0000 vitor Simplify: move division by constant off the loop libavcodec
Wed, 24 Sep 2008 12:45:28 +0000 kostya Correct wrong lower limit and condition used in APE decoder libavcodec