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
2011-02-06Remove a few if (p) av_freep(&p) formsClément Bœsch
2011-02-04Remove a few if (p) av_free(p) formsClément Bœsch
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-10-22Use forced key frames when encoding with libxvid.Nicolas George
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-08Remove reference to not anymore existing symbol has_altivec and useStefano Sabatini
2010-07-27Fix doxy that refers to the wrong variable.Michael Niedermayer
2010-07-09Current Cygwin has mkstemp().Víctor Paesa
2010-07-09libxvid: add some const fixing a warningMåns Rullgård
2010-07-09Allow using libxvid RC without enabling encoding wrapperMåns Rullgård
2010-07-06Rename av_tempfile() to ff_tempfile()Måns Rullgård
2010-07-06Move av_tempfile() to libxvidff.c as only the xvid wrapper needs itMåns Rullgård
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-26libxvid: Clear extradata pointer when freeing it.Ramiro Polla
2010-03-13libxvid is producing standard mpeg4 so it don't need its own codec idAurelien Jacobs
2010-02-28Make the following functions static (and remove ff_), they are only usedCarl Eugen Hoyos
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-27Fix filenames in Doxygen comments.Diego Biurrun
2009-01-17Fix compilation with --enable-libxvid.Carl Eugen Hoyos
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
2009-01-17export gcd function as av_gcd()Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-27consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun
2008-12-13Do not invade _t POSIX namespace.Diego Biurrun
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-09-08Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-06-09uniformize trellis quant optionBaptiste Coudurier
2008-05-27cosmetics: XviD is now called Xvid.Diego Biurrun
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-04-29Add some long names to AVCodec declarations.Stefano Sabatini
2008-04-24Set pixel aspect ratio for libxvid wrapper.Thorsten Jordan
2008-04-23Make Xvid wrapper use threads (with support for newest CVS Xvid only)Thorsten Jordan
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-09Remove pointless code.Michael Niedermayer
2008-02-09Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg.Diego Biurrun
2007-06-06Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun
2007-06-06Give all wrappers for external libraries names starting with lib.Diego Biurrun