log

age author description
2006-12-18 bcoudurier always print message when error, AV_LOG_DEBUG -> AV_LOG_ERROR libavcodec
2006-12-17 aurel Add support for VP60 and VP61. libavcodec
2006-12-17 michael 10l libavcodec
2006-12-17 aurel small optimization libavcodec
2006-12-17 michael warn user if the selected diamond size is larger then the motion estimation score cache size libavcodec
2006-12-17 michael limit x/ymin/max to me_range libavcodec
2006-12-17 reimar Check mb_pos is big enough before trying to access data left or above. libavcodec
2006-12-14 banan av_log(NULL,... -> av_log(avctx,.. where appropriate. libavcodec
2006-12-14 banan Bug fix for crashes when SSE is used on unaligned arrays. libavcodec
2006-12-13 diego vqmin/vqmax --> qmin/qmax in the option description libavcodec
2006-12-12 gpoirier Doxygen comments about variables described by Michael here: libavcodec
2006-12-12 michael mv overflow in map fix (untested except regression tests) libavcodec
2006-12-11 reimar Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data. libavcodec
2006-12-11 takis Adding H.264 DCT. libavcodec
2006-12-11 michael fix playback of mp3_bits_left.avi libavcodec
2006-12-11 gpoirier GCC 3.3 compile fix libavcodec
2006-12-11 diego Improve option description. libavcodec
2006-12-11 mru improved stack misalignment warning libavcodec
2006-12-11 takis Adding function which enables writing H.264 NAL units. libavcodec
2006-12-09 reimar Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the original libavcodec
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