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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-12-03ac3dec: skip decoding and use error concealment for remaining blocks inJustin Ruggles
2008-12-03mlp: initialize all CRC tables in a common function.Laurent Aimar
2008-12-02Trivial rephrasing, avoids too long lineReynaldo H. Verdejo Pinochet
2008-12-02Trivial, Cosmetics, mostly brace placement changesReynaldo H. Verdejo Pinochet
2008-12-02Fix reading out of buffer during RV30/40 deblock mask calculationKostya Shishkov
2008-12-0234l: forgot to change one case of chroma MC for RV40Kostya Shishkov
2008-12-02Check RV30/40 slice offsets to be inside buffer.Kostya Shishkov
2008-12-02Update ff_rv34_decode_frame() arguments definitionKostya Shishkov
2008-12-02Remove unused RV40 spatial intra prediction functionKostya Shishkov
2008-12-02Commit last ok'ed parts of QCELP decoder and enable it.Kenan Gillet
2008-12-02Fix regression test failure with pthreads on multiprocessor systems.Michael Niedermayer
2008-12-02More OKed parts of the QCELP decoderKenan Gillet
2008-12-01Remove hack added to make "make checkheaders" pass, it is unneeded nowVitor Sessak
2008-12-01More OKed parts of the QCELP decoderKenan Gillet
2008-12-01Get rid of now unneeded pps/sps correctness code as pps/sps will notMichael Niedermayer
2008-12-01Allocate parameter sets sanely instead of using alloc_parameter_set().Michael Niedermayer
2008-12-01enable RV40 decoderKostya Shishkov
2008-12-01RV40 MC functionsKostya Shishkov
2008-12-01Fix segfault due to deallocated entries in delayed_pic after size change.Michael Niedermayer
2008-11-30More OKed parts of the QCELP decoderKenan Gillet
2008-11-30Handle AltiVec objects in a more elegant fashion, similar to MMX.Diego Biurrun
2008-11-30Remove ineffectual hack that attempts to build ppc/check_altivec.o withoutDiego Biurrun
2008-11-29Implement the fields rc_max_available_vbv_use andBaptiste Coudurier
2008-11-29Add support for parsing and decoding DCA-HD streams.Kostya Shishkov
2008-11-29RV40 loop filterKostya Shishkov
2008-11-29Invoke future RV30/40 loop filter for already decoded rows instead ofKostya Shishkov
2008-11-28Do not duplicate AAN DCT tables in dct-test.c.Diego Biurrun
2008-11-28Add missing '-test' in name of imgresample test.Diego Biurrun
2008-11-27Fix RV40 chroma MCKostya Shishkov
2008-11-26Only build the imgresample test if the old scaler was enabled.Diego Biurrun
2008-11-26Automatically check the dependencies for the AAN DCT tables.Diego Biurrun
2008-11-26Move aanscales tables to their own file; fixes compilation without encoders.Diego Biurrun
2008-11-26cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible.Diego Biurrun
2008-11-26Move encoder-specific quantize_c and related tables to the H.264 encoder.Diego Biurrun
2008-11-25Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64),Reimar Döffinger
2008-11-25snow: move scratch buffer from stack to malloced buffer in contextMåns Rullgård
2008-11-25Disable unused code for now to allow 'make checkheaders' to pass.Diego Biurrun
2008-11-25Add missing headers to get 'make checkheaders' closer to passing.Diego Biurrun
2008-11-24svq1enc: move scratch buffer from stack to context to ensure alignmentMåns Rullgård
2008-11-24flashsv: use skip_bits_long() where requiredMåns Rullgård
2008-11-24move decoder initialization in separate function, earlier failure detectionBaptiste Coudurier
2008-11-24Make non-void replacement functions actually return a value.Diego Biurrun
2008-11-24Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.Diego Biurrun
2008-11-24Use golomb_to_pict_type instead of its duplicate, slice_type_map.Diego Biurrun
2008-11-24cosmetics: Align table for better readability.Diego Biurrun
2008-11-24Some BMP files have file size declared in the header equal to headers sizeKostya Shishkov
2008-11-24Give more meaningful message on BMP header parsing errorKostya Shishkov
2008-11-24Add known BMP header sizes.Kostya Shishkov
2008-11-24Add shift argument to MULL() macroMåns Rullgård