log

age author description
2010-08-23 bindhammer enabling codec and muxer by registering it in allcodec.c and allformat.c and adding files to the build-system libavcodec
2010-08-23 bindhammer added codec-ids for the a64 codec libavcodec
2010-08-23 bindhammer Initial version of the a64 (multicolor charset) codec libavcodec
2010-08-23 rbultje Fix segfaults in VP8 SIMD code on Win64 (and FATE/win64 failures). libavcodec
2010-08-22 alexc Convert ff_imdct_half_sse() to yasm. libavcodec
2010-08-21 reimar The 24-bit ydt also should not depend on endianness, libavcodec
2010-08-21 reimar Since the 24 bit format is decoded to endian-dependant libavcodec
2010-08-21 reimar Do not swap red and blue when decoding truemotion libavcodec
2010-08-21 stefano Cosmetics: remove useless (). libavcodec
2010-08-21 reimar Export the presentation video dimensions as avctx->width/avctx->height. libavcodec
2010-08-20 mru dv: fix alignment of scratch buffer libavcodec
2010-08-20 fenrir Fixed mpeg12 top field first flag value with field picture encoding. libavcodec
2010-08-19 mru imc: fix undefined float to int conversion libavcodec
2010-08-18 diego Ignore generated dependency files and header objects. libavcodec
2010-08-16 mru fft-test: format error output more readably libavcodec
2010-08-13 darkshikari Remove some stray +s in VP8 libavcodec
2010-08-12 stefano Deprecate ff_get_plane_bytewidth() in favor of libavcodec
2010-08-12 stefano Implement av_get_image_linesize() and use it in libavcodec
2010-08-12 darkshikari VP5/6/8: ~7% faster arithmetic decoding libavcodec
2010-08-11 stefano Add av_picture_data_copy() and reimplement av_picture_copy() as a libavcodec
2010-08-11 skal remove b4_stride/mb_stride. libavcodec
2010-08-11 skal fix over-allocation. confused b4_stride with mb_width. libavcodec
2010-08-09 rbultje Fix buffer overrun if idx is negative (it can be down to -23>>4), by prepending libavcodec
2010-08-09 vitor Fix handling of truncated files. Should fix random FATE breakages. libavcodec