Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-13Fix a typo.Stefano Sabatini
2008-05-12Correct type for pcx_rle_decode().Carl Eugen Hoyos
2008-05-12Replace one more occurrence of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-05-12armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list sinceGuillaume Poirier
2008-05-12Do not use variable frame_info before its value is set.Carl Eugen Hoyos
2008-05-12Previous commit missed an initialization - this fixes FATE's test sample.Alexander Strange
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-05-12Set and use h->mb_xy in SVQ3 too.Alexander Strange
2008-05-12Add some initial optimizations for ARM VFP (floatingSiarhei Siamashka
2008-05-11Remove newly unused variables.Alexander Strange
2008-05-11Use h->mb_xy directly in decode_cabac_residual().Alexander Strange
2008-05-11Store mb_xy in H264Context and only calculate it once per MB.Alexander Strange
2008-05-11Simplify do_voice().Vitor Sessak
2008-05-11Replace some hardcoded swapping with FFSWAP.Vitor Sessak
2008-05-11Remove unused defines from ra144.Vitor Sessak
2008-05-11cosmetics: indent after last commit. patch by matthieu castet <castet matthie...Matthieu Castet
2008-05-11simplify decoding of uncompressed samples. patch by matthieu castet <castet m...Matthieu Castet
2008-05-11Implement bidirectional (positive offset - left, negative - right)Vladimir Voroshilov
2008-05-11Document AVCodecContext channels field.Stefano Sabatini
2008-05-11Update comment to version, negotiated with Diego, andVladimir Voroshilov
2008-05-11Fix compilation error.Vladimir Voroshilov
2008-05-11fix reading of samples-per-frameJustin Ruggles
2008-05-11various filters for ACELP-based codecsVladimir Voroshilov
2008-05-11Simplify a list of array allocations with a loop.Vitor Sessak
2008-05-11Replace hardcoded LP filter order with parameter.Vladimir Voroshilov
2008-05-10Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak
2008-05-10Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak
2008-05-10cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,Vitor Sessak
2008-05-09Add missing required header directly.Diego Biurrun
2008-05-09Add missing path to #include.Diego Biurrun
2008-05-09Add missing path to #include statement.Diego Biurrun
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-09Little fix for block sizes <16Michael Niedermayer
2008-05-09Revert previous mistaken commit.Diego Biurrun
2008-05-09ipp.h is a system header, use <> when #including it.Diego Biurrun
2008-05-09dsputil.h is not a system header, use "" when #including it.Diego Biurrun
2008-05-09Improve motion estimation metric.Michael Niedermayer
2008-05-09remove useless commentAurelien Jacobs
2008-05-09ensure vp56_decode_frame always return unchanged buf_sizeAurelien Jacobs
2008-05-09Do not misuse long as the size of a register in x86.Ramiro Polla
2008-05-08Do not return -1 from void functions.Carl Eugen Hoyos
2008-05-08One const per declaration is enough.Carl Eugen Hoyos
2008-05-06export dnxhd encoded picture qualityBaptiste Coudurier
2008-05-06Remove one more set of useless parentheses from a return call.Diego Biurrun
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-05-05Use a state machine to reduce branching logic in decode_cabac_residual.Jason Garrett-Glaser
2008-05-05Prevent targaenc.c from outputting trash byte.Ramiro Polla
2008-05-04Add complete multimedia Wiki URL, patch by Sisir Koppaka.Sisir Koppaka
2008-05-04Indent.Ramiro Polla
2008-05-04Do not read out of array bounds.Ramiro Polla