OSDN Git Service

vorbisdec: Replace some sizeof(type) by sizeof(*variable).
[coroid/libav_saccubus.git] / libavcodec / libxvidff.c
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...