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-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
2008-11-24AAC: Cosmetics after last commitRobert Swain
2008-11-24AAC: Frequency domain prediction and hence Main profile supportAlex Converse
2008-11-23Strong filtering function for future RV40 loop filterKostya Shishkov
2008-11-23ARM: move dct_unquantize_h263_*_armv5te asm to separate fileMåns Rullgård
2008-11-22cosmetics: indentation, prettyprintingDiego Biurrun
2008-11-22cosmetics: consistent function declarationsDiego Biurrun
2008-11-22cosmetics: Put statements after 'if' on their own line.Diego Biurrun
2008-11-22Trivial, CosmeticsReynaldo H. Verdejo Pinochet
2008-11-22Trivial, CosmeticsReynaldo H. Verdejo Pinochet
2008-11-21More OKed parts of the QCELP decoderKenan Gillet
2008-11-21Cosmetic: Fix typoVitor Sessak
2008-11-21Move H.264 tables that are only useful for encoding to h264enc.c.Diego Biurrun
2008-11-21Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gatheredDiego Biurrun
2008-11-21SH4: fix IDCTMåns Rullgård
2008-11-21cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun
2008-11-21Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block.Diego Biurrun
2008-11-21cosmetics: indentationDiego Biurrun
2008-11-21Use standard OBJS-$(HAVE_MMX) trick for MMX objects insteadDiego Biurrun
2008-11-20Fix typo in table value.Kenan Gillet
2008-11-2033l Fix applying residue condition in RV30/40 decoderKostya Shishkov
2008-11-20Eliminate direct use of s->current_picture in RV30/40 decoderKostya Shishkov
2008-11-20Use wider margins for edge emulation in RV30/40Kostya Shishkov
2008-11-20SH4: fix memzero_align8()Måns Rullgård
2008-11-20SH4: add macros for setting and restoring FPSCR.PR bitMåns Rullgård
2008-11-20SH4: remove some commented out blocks of codeMåns Rullgård
2008-11-20Making idct factor tables dynamically allocatedRoman Shaposhnik
2008-11-19Add channel layout to several audio decoders I maintainKostya Shishkov
2008-11-19Change of indentationRoman Shaposhnik
2008-11-19SH4: fix IDCTMåns Rullgård
2008-11-19SH4: do not mix code and declarationsMåns Rullgård
2008-11-19SH4: fix compilation of memzero_align8()Måns Rullgård
2008-11-19SH4: remove unused functionsMåns Rullgård