log

age author description
2008-11-30 vitor More OKed parts of the QCELP decoder libavcodec
2008-11-30 diego Handle AltiVec objects in a more elegant fashion, similar to MMX. libavcodec
2008-11-30 diego Remove ineffectual hack that attempts to build ppc/check_altivec.o without libavcodec
2008-11-29 stefano Implement the fields rc_max_available_vbv_use and libavcodec
2008-11-29 kostya Add support for parsing and decoding DCA-HD streams. libavcodec
2008-11-29 kostya RV40 loop filter libavcodec
2008-11-29 kostya Invoke future RV30/40 loop filter for already decoded rows instead of libavcodec
2008-11-28 diego Do not duplicate AAN DCT tables in dct-test.c. libavcodec
2008-11-28 diego Add missing '-test' in name of imgresample test. libavcodec
2008-11-27 kostya Fix RV40 chroma MC libavcodec
2008-11-26 diego Only build the imgresample test if the old scaler was enabled. libavcodec
2008-11-26 diego Automatically check the dependencies for the AAN DCT tables. libavcodec
2008-11-26 diego Move aanscales tables to their own file; fixes compilation without encoders. libavcodec
2008-11-26 diego cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible. libavcodec
2008-11-26 diego Move encoder-specific quantize_c and related tables to the H.264 encoder. libavcodec
2008-11-25 reimar Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64), libavcodec
2008-11-25 mru snow: move scratch buffer from stack to malloced buffer in context libavcodec
2008-11-24 diego Disable unused code for now to allow 'make checkheaders' to pass. libavcodec
2008-11-24 diego Add missing headers to get 'make checkheaders' closer to passing. libavcodec
2008-11-24 mru svq1enc: move scratch buffer from stack to context to ensure alignment libavcodec
2008-11-24 mru flashsv: use skip_bits_long() where required libavcodec
2008-11-24 bcoudurier move decoder initialization in separate function, earlier failure detection libavcodec
2008-11-24 diego Make non-void replacement functions actually return a value. libavcodec
2008-11-24 diego Move #defines that are mostly used in h264.c out of h264data.h and into h264.h. libavcodec
2008-11-24 diego Use golomb_to_pict_type instead of its duplicate, slice_type_map. libavcodec
2008-11-24 diego cosmetics: Align table for better readability. libavcodec
2008-11-24 kostya Some BMP files have file size declared in the header equal to headers size libavcodec
2008-11-24 kostya Give more meaningful message on BMP header parsing error libavcodec