log

age author description
2008-09-30 michael Replace second (and wrong) call to avcodec_align_dimensions() by adjusting libavcodec
2008-09-30 michael Do not attempt to perform error concealment in lowres mode as this is libavcodec
2008-09-29 aurel atrac3: ensure input frame is not overwritten (it is const) libavcodec
2008-09-29 conrad Use skip_frame for keyframe-only decoding rather than #ifdef libavcodec
2008-09-29 cehoyos Fix a warning about an undefined function when compiling h264.c libavcodec
2008-09-29 diego Uniformly define _XOPEN_SOURCE to 600. libavcodec
2008-09-28 michael Guess picture type from picture coding extension when the main header is damaged. libavcodec
2008-09-28 stefano Document the directpred auto value. libavcodec
2008-09-28 superdump Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputils libavcodec
2008-09-27 michael Replace apparently always true condition by assert(). libavcodec
2008-09-27 michael Simplify pix_fmt_id instead of listing a subset of non-simplified ones. libavcodec
2008-09-27 michael Check the 4th plane too when selecting the pixfmt. libavcodec
2008-09-26 vitor Simplify: avoid duplication backward_filter() libavcodec
2008-09-26 diego Remove unused variable. libavcodec
2008-09-26 banan Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work libavcodec
2008-09-25 michael Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set. libavcodec