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
2010-07-04PPC: gas-preprocessor handles m[ft]spr shorthandsMåns Rullgård
2010-07-04PPC: add some asm support macrosMåns Rullgård
2010-07-03Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).Ronald S. Bultje
2010-07-03PPC: add _interleave versions of fft{4,6,16}_altivecMåns Rullgård
2010-07-03Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker
2010-07-03Give context to av_logBaptiste Coudurier
2010-07-03SSSE3 versions of vp8 width4 bilinear MC functionsJason Garrett-Glaser
2010-07-03VP8: Move calculation of outer filter limit out of dsp functions for normalDavid Conrad
2010-07-02fix comment grammarAurelien Jacobs
2010-07-02Fix use of unintialized variable introduced in r20411.Reimar Döffinger
2010-07-02saner default value for convergence_durationAurelien Jacobs
2010-07-02clarify convergence_duration documentationAurelien Jacobs
2010-07-02Fix memory leak introduced in r23933Måns Rullgård
2010-07-02Remove stray Doxygen grouping command; fixes one Doxygen warning.Diego Biurrun
2010-07-02Disambiguate bitstream groups for AAC and RV30/RV40.Diego Biurrun
2010-07-02Replace '\0 bytes' by 'NULL bytes' in Doxygen comments.Diego Biurrun
2010-07-02Move DECODE_BYTES_PAD* macros before Doxygen comments.Diego Biurrun
2010-07-02Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun
2010-07-02@begingroup --> @defgroup, only the latter is correct Doxygen syntax.Diego Biurrun
2010-07-02Fix doxy of gb parameter in decode_gain_info().Diego Biurrun
2010-07-02Move #ifdef before zlib_decomp() up so it covers the Doxygen comments.Diego Biurrun
2010-07-02Fix doxy of fixed_mean_energy parameter in ff_amr_set_fixed_gain().Diego Biurrun
2010-07-02Fix the signature of ff_set_min_dist_lsf() to match the implementationDiego Biurrun
2010-07-02Fix Doxygen documentation of gb parameter in ff_wma_get_large_val().Diego Biurrun
2010-07-02Fix typo in Doxygen function parameter name.Diego Biurrun
2010-07-02Avoid one more instance of angular brackets in Doxygen comments.Diego Biurrun
2010-07-02Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun
2010-07-02Remove two more non-existing stray Doxygen function arguments.Diego Biurrun
2010-07-02Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun
2010-07-02Fix two more instances of wrong @ usage in Doxygen comments.Diego Biurrun
2010-07-02Fix printing of '@' symbols in Doxygen comments; the correct syntax is '@@'.Diego Biurrun
2010-07-02Remove redundant and harmful explicit filename after @file Doxygen command.Diego Biurrun
2010-07-02Fix misspelled parameter names in Doxygen documentation.Diego Biurrun
2010-07-02Remove misplaced Doxygen comment.Diego Biurrun
2010-07-02SSSE3 versions of width4 VP8 6-tap MC functionsJason Garrett-Glaser
2010-07-02tablegen: the executable depends on tablegen headers as wellDiego Pettenò
2010-07-02PPC: fix build on OSX without gas-preprocessorMåns Rullgård
2010-07-02Grammar fixesMåns Rullgård
2010-07-02vorbisdec: remove variable-length arraysMåns Rullgård
2010-07-02PPC: Altivec IMDCTLoren Merritt
2010-07-02IndentMåns Rullgård
2010-07-02Remove vestiges of radix-2 FFTMåns Rullgård
2010-07-02PPC: Altivec split-radix FFTMåns Rullgård
2010-07-02Check whether IBM or Apple PPC assembler syntax is usedMåns Rullgård
2010-07-02mpegaudio: move compute_antialias_float() to mpegaudiodec_float.cMåns Rullgård
2010-07-02mpegaudio: call ff_mpegaudiodec_init_mmx() only from float decoderMåns Rullgård
2010-07-02Fix 100L in vp8dsp asm initJason Garrett-Glaser
2010-07-02adu and mp3on4 functions are also needed by their respective float decodersAurelien Jacobs
2010-07-02Altivec-optimized mp{1,2,3} windowingVitor Sessak
2010-07-01Move colorspace.h from libavcodec to libavutil.Stefano Sabatini