]> git.sesse.net Git - ffmpeg/history - libavcodec/libxvidff.c
WMAL: Shift output samples by the specified number of padding zeroes.
[ffmpeg] / libavcodec / libxvidff.c
2012-04-14 Diego Biurrunlibxvid: Reorder functions to avoid forward declaration...
2012-04-10 Diego BiurrunDrop some pointless #ifdefs.
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-02-23 Anton Khirnovlibxvid: switch to encode2().
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2011-11-02 Diego BiurrunReplace outdated references to ffmpeg tool with avconv.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-09 Diego Biurrunlibxvid: Add const qualifier to silence compiler warning.
2011-07-04 Christian Schmidtlibxvid: add missing include of libavutil/mathematics.h
2011-05-12 Diego Biurrunconfigure: Do not unconditionally add -D_POSIX_C_SOURCE...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-04 Clément BœschRemove a few if (p) av_freep(&p) forms
2011-02-03 Clément BœschRemove a few if (p) av_free(p) forms
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-10-22 Nicolas GeorgeUse forced key frames when encoding with libxvid.
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-08 Stefano SabatiniRemove reference to not anymore existing symbol has_alt...
2010-07-27 Michael NiedermayerFix doxy that refers to the wrong variable.
2010-07-09 Víctor PaesaCurrent Cygwin has mkstemp().
2010-07-09 Måns Rullgårdlibxvid: add some const fixing a warning
2010-07-09 Måns RullgårdAllow using libxvid RC without enabling encoding wrapper
2010-07-06 Måns RullgårdRename av_tempfile() to ff_tempfile()
2010-07-06 Måns RullgårdMove av_tempfile() to libxvidff.c as only the xvid...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-26 Ramiro Pollalibxvid: Clear extradata pointer when freeing it.
2010-03-12 Aurelien Jacobslibxvid is producing standard mpeg4 so it don't need...
2010-02-28 Carl Eugen HoyosMake the following functions static (and remove ff_...
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-26 Diego BiurrunFix filenames in Doxygen comments.
2009-01-17 Carl Eugen HoyosFix compilation with --enable-libxvid.
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-27 Diego Biurrunconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-13 Diego BiurrunDo not invade _t POSIX namespace.
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-09-08 Michael NiedermayerRemove stuff under #if LIBAVCODEC_VERSION_INT.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-09 Baptiste Coudurieruniformize trellis quant option
2008-05-27 Diego Biurruncosmetics: XviD is now called Xvid.
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-29 Stefano SabatiniAdd some long names to AVCodec declarations.
2008-04-24 Thorsten JordanSet pixel aspect ratio for libxvid wrapper.
2008-04-22 Thorsten JordanMake Xvid wrapper use threads (with support for newest...
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-09 Michael NiedermayerRemove pointless code.
2008-02-09 Diego BiurrunUse HAVE_ALTIVEC preprocessor conditionals like in...
2007-06-06 Diego BiurrunConsistent naming and lib prefixes for x264, xvid and...
2007-06-06 Diego BiurrunGive all wrappers for external libraries names starting...