summaryrefslogtreecommitdiff
path: root/libavcodec/libxvidff.c
Commit message (Expand)AuthorAge
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* libxvid: Add const qualifier to silence compiler warning.Diego Biurrun2011-07-09
* libxvid: add missing include of libavutil/mathematics.hChristian Schmidt2011-07-04
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove a few if (p) av_freep(&p) formsClément Bœsch2011-02-04
* Remove a few if (p) av_free(p) formsClément Bœsch2011-02-03
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Use forced key frames when encoding with libxvid.Nicolas George2010-10-22
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Remove reference to not anymore existing symbol has_altivec and useStefano Sabatini2010-09-08
* Fix doxy that refers to the wrong variable.Michael Niedermayer2010-07-27
* Current Cygwin has mkstemp().Víctor Paesa2010-07-09
* libxvid: add some const fixing a warningMåns Rullgård2010-07-09
* Allow using libxvid RC without enabling encoding wrapperMåns Rullgård2010-07-09
* Rename av_tempfile() to ff_tempfile()Måns Rullgård2010-07-06
* Move av_tempfile() to libxvidff.c as only the xvid wrapper needs itMåns Rullgård2010-07-06
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* libxvid: Clear extradata pointer when freeing it.Ramiro Polla2010-03-26
* libxvid is producing standard mpeg4 so it don't need its own codec idAurelien Jacobs2010-03-12
* Make the following functions static (and remove ff_), they are only usedCarl Eugen Hoyos2010-02-28
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26
* Fix compilation with --enable-libxvid.Carl Eugen Hoyos2009-01-17
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-27
* Do not invade _t POSIX namespace.Diego Biurrun2008-12-13
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer2008-09-08
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* uniformize trellis quant optionBaptiste Coudurier2008-06-09
* cosmetics: XviD is now called Xvid.Diego Biurrun2008-05-27
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-29
* Set pixel aspect ratio for libxvid wrapper.Thorsten Jordan2008-04-24
* Make Xvid wrapper use threads (with support for newest CVS Xvid only)Thorsten Jordan2008-04-22
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* Remove pointless code.Michael Niedermayer2008-02-09
* Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg.Diego Biurrun2008-02-09
* Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun2007-06-06
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-06