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-03-18Remove useless variable since r8456.Ramiro Polla
2008-03-18Mimic decoder.Ramiro Polla
2008-03-18get register names from x86_cpu.hMåns Rullgård
2008-03-18use HAVE_FAST_64BITMåns Rullgård
2008-03-18cosmetics: remove useless \-newline escapesMåns Rullgård
2008-03-17indentationMåns Rullgård
2008-03-17clean up FFT SIMD selectionMåns Rullgård
2008-03-17mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJSMåns Rullgård
2008-03-17typo: add missing \ in multi-line macroMåns Rullgård
2008-03-17fix typo ARCH_PPC -> ARCH_POWERPCMåns Rullgård
2008-03-16Move functions that are only used when libswscale is not compiled in belowDiego Biurrun
2008-03-16improve precision in mdct.c using double for some temporariesMåns Rullgård
2008-03-15typo fixesDiego Biurrun
2008-03-15Add attribute_align_arg to os2thread.c.Dave Yeo
2008-03-15TypoRamiro Polla
2008-03-14Use correct t printf modifier for pointer differences.Diego Biurrun
2008-03-14log aspect ratio forbidden value, and fail if error resilience is highBaptiste Coudurier
2008-03-13do not fail badly if aspect ratio is 0/forbidden, fix issue 369Baptiste Coudurier
2008-03-13This file does not use size_t, so no need to #include <sys/types.h>.Diego Biurrun
2008-03-13If consumed does not match nalsize, favor nalsize.Michael Niedermayer
2008-03-13Add missing stdint.h #include to headers that use it.Diego Biurrun
2008-03-13typo fixesDiego Biurrun
2008-03-11make input buffer const, as it should be. fixes a warning.Justin Ruggles
2008-03-10misc spelling fixesDiego Biurrun
2008-03-10Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun
2008-03-10These video decoders do not need to include and initialize the DSPMike Melanson
2008-03-10There is no reason to assign a variable to itselfMike Melanson
2008-03-10smaller tablesMichael Niedermayer
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-03-09downmix before imdct unless different size transforms are used. about 20%Justin Ruggles
2008-03-09indentationKostya Shishkov
2008-03-09Correctly handle empty framesKostya Shishkov
2008-03-09Fraps v5 decoding supportKostya Shishkov
2008-03-09Add step variable (for future v5 decoding)Kostya Shishkov
2008-03-08cosmetics: Fix indentation in a few more places.Diego Biurrun
2008-03-08cosmetics: Normalize {} placement after for, while, if.Diego Biurrun
2008-03-08huffman: add a zero_count flag and use it in frapsAurelien Jacobs
2008-03-08huffman: pass hnode_first as a flag instead of as an argument on its ownAurelien Jacobs
2008-03-08Fix unused variable warnings.Mark Cox
2008-03-08cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun
2008-03-07__stdcall -> WINAPIRamiro Polla
2008-03-07simplify library version handlingMåns Rullgård
2008-03-07indentationBaptiste Coudurier
2008-03-07do not display par and dar if not availableBaptiste Coudurier
2008-03-06consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård
2008-03-06Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris
2008-03-06Don't use unchecked data from the bitstream.Benjamin Larsson
2008-03-06fix interlaced decoding, original patch from reimarBaptiste Coudurier
2008-03-06IMA ADPCM encoder - QT variantKostya Shishkov
2008-03-06make compilation of mpeg12* and mpegvideo conditionalAurelien Jacobs