log

age author description
2008-05-13 mru acelp_filters.h needs stdint.h libavcodec
2008-05-13 cehoyos Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT. libavcodec
2008-05-13 benoit Fix a typo. libavcodec
2008-05-12 cehoyos Correct type for pcx_rle_decode(). libavcodec
2008-05-12 cehoyos Replace one more occurrence of -1 with PIX_FMT_NONE. libavcodec
2008-05-12 gpoirier armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since libavcodec
2008-05-12 cehoyos Do not use variable frame_info before its value is set. libavcodec
2008-05-11 astrange Previous commit missed an initialization - this fixes FATE's test sample. libavcodec
2008-05-11 cehoyos Replace some occurrences of -1 with PIX_FMT_NONE. libavcodec
2008-05-11 astrange Set and use h->mb_xy in SVQ3 too. libavcodec
2008-05-11 gpoirier Add some initial optimizations for ARM VFP (floating libavcodec
2008-05-11 astrange Remove newly unused variables. libavcodec
2008-05-11 astrange Use h->mb_xy directly in decode_cabac_residual(). libavcodec
2008-05-11 astrange Store mb_xy in H264Context and only calculate it once per MB. libavcodec
2008-05-11 astrange Simplify do_voice(). libavcodec
2008-05-11 astrange Replace some hardcoded swapping with FFSWAP. libavcodec
2008-05-11 astrange Remove unused defines from ra144. libavcodec
2008-05-11 jbr cosmetics: indent after last commit. patch by matthieu castet <castet matthieu free fr>. libavcodec
2008-05-11 jbr simplify decoding of uncompressed samples. patch by matthieu castet <castet matthieu free fr>. libavcodec
2008-05-11 voroshil Implement bidirectional (positive offset - left, negative - right) libavcodec
2008-05-11 diego Document AVCodecContext channels field. libavcodec
2008-05-11 voroshil Update comment to version, negotiated with Diego, and libavcodec
2008-05-11 voroshil Fix compilation error. libavcodec
2008-05-11 jbr fix reading of samples-per-frame libavcodec
2008-05-11 voroshil various filters for ACELP-based codecs libavcodec
2008-05-11 diego Simplify a list of array allocations with a loop. libavcodec
2008-05-11 voroshil Replace hardcoded LP filter order with parameter. libavcodec
2008-05-10 diego Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com. libavcodec
2008-05-10 diego Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com. libavcodec
2008-05-10 diego cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com, libavcodec
2008-05-09 diego Add missing required header directly. libavcodec
2008-05-09 diego Add missing path to #include. libavcodec
2008-05-09 diego Add missing path to #include statement. libavcodec
2008-05-09 diego Use full path for #includes from another directory. libavcodec
2008-05-09 michael Little fix for block sizes <16 libavcodec
2008-05-09 diego Revert previous mistaken commit. libavcodec
2008-05-09 diego ipp.h is a system header, use <> when #including it. libavcodec
2008-05-09 diego dsputil.h is not a system header, use "" when #including it. libavcodec
2008-05-09 kostya Improve motion estimation metric. libavcodec
2008-05-08 aurel remove useless comment libavcodec
2008-05-08 aurel ensure vp56_decode_frame always return unchanged buf_size libavcodec
2008-05-08 ramiro Do not misuse long as the size of a register in x86. libavcodec
2008-05-08 cehoyos Do not return -1 from void functions. libavcodec
2008-05-08 cehoyos One const per declaration is enough. libavcodec
2008-05-06 bcoudurier export dnxhd encoded picture quality libavcodec
2008-05-06 diego Remove one more set of useless parentheses from a return call. libavcodec
2008-05-06 diego Remove unnecessary parentheses from return calls. libavcodec
2008-05-04 astrange Use a state machine to reduce branching logic in decode_cabac_residual. libavcodec