log

age author description
2006-12-09 reimar Typo in error message libavcodec
2006-12-08 bcoudurier fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architecture, patch by Martin Storsjö, martin at martin st libavcodec
2006-12-08 kostya Deobfuscate expression libavcodec
2006-12-08 kostya Now ZMBV encoder compiles libavcodec
2006-12-08 kostya 1e6l forgot to add zmbvenc.c libavcodec
2006-12-08 mru lavc is at major version 51, delete old stuff libavcodec
2006-12-08 mru rename always_inline to av_always_inline and move to common.h libavcodec
2006-12-07 michael better warning libavcodec
2006-12-07 michael ff_check_alignment to warn the user about a missaligned stack libavcodec
2006-12-07 michael fix compilation libavcodec
2006-12-07 takis Added entry for H.264 DCT to the DSP context. libavcodec
2006-12-07 takis Add codec ID for a native H.264 encoder. libavcodec
2006-12-07 takis Making rem6 and div6 globally visible and thus adding prefixes. libavcodec
2006-12-07 takis Removing unused code libavcodec
2006-12-07 kostya ZMBV encoder libavcodec
2006-12-06 mru use the standard INT64_C() macro for 64-bit constants libavcodec
2006-12-06 takis Add "mixed_refs" description suggested by Loren Merritt and update accompanying libavcodec
2006-12-06 takis Add more descriptions to the AVOption array taken from the avcodec.h AVCodec structure member comments. libavcodec
2006-12-06 takis Export symbols of several H.264 intra prediction functions libavcodec
2006-12-05 gpoirier fix crash when decoding a truncated H264 slice libavcodec
2006-12-05 takis Removing unused code libavcodec
2006-12-05 takis Add comment denoting group of H.264 functions libavcodec
2006-12-05 takis Change NAL unit type defines to an enum and move to a header file for usage libavcodec
2006-12-05 michael 10l umh search needs hex size 2 now after the last change libavcodec
2006-12-05 michael make hex and large 2 small diamond search half their size instead or -1 if the initial size was a power of 2 libavcodec
2006-12-04 diego Fix some obvious mistakes in the option descriptions. libavcodec
2006-12-03 reimar Move BE_*/LE_*/ST*/LD* macros to a common place. Some further libavcodec
2006-12-02 melanson Another hack to allow the Cinepak decoder to detect both types of deviant Cinepak libavcodec
2006-12-02 diego Fill in some missing AVOption descriptions. libavcodec
2006-12-02 gpoirier Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca Barbato libavcodec
2006-12-02 diego spelling cosmetics: cliped --> clipped libavcodec
2006-12-02 kostya 10e6l FastUVMC was done right but in the wrong place libavcodec
2006-12-02 michael fix indention libavcodec
2006-12-02 michael dia_size=-1 -> funny_diamond_search() libavcodec
2006-12-02 michael hexagon search libavcodec
2006-12-02 lu_zero Unused variable removed libavcodec
2006-12-01 michael remove pretty much useless skiping of some predictors libavcodec
2006-12-01 bcoudurier mjpeg a dump header bitstream filter, modifies bitstream to be decoded by quicktime libavcodec
2006-12-01 bcoudurier add bytestream big endian 16/32 writing functions libavcodec
2006-12-01 michael typo in umh libavcodec
2006-12-01 michael UMH support (dia_size=-1 activates it) libavcodec
2006-12-01 michael cosmetic (prevent name clashes of variables in a macro with surrounding code) libavcodec
2006-12-01 kostya 100l FastUVMC rounding was incorrect. libavcodec
2006-11-30 michael 1 step diamond search around the median MV predictor libavcodec
2006-11-29 kostya VQA v1 support libavcodec
2006-11-28 aurel cleanup the #ifdef mess in encoder/decoder/parser registration libavcodec
2006-11-28 kostya Correct information in header libavcodec
2006-11-27 aurel alphabetic reordering of codec registration libavcodec