summaryrefslogtreecommitdiff
path: root/libavcodec/libxvidff.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-08
|\
| * cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
| * Replace outdated references to ffmpeg tool with avconv.Diego Biurrun2011-11-02
* | av_tempfile: Pass int log_offset, void *log_ctxMichael Niedermayer2011-10-16
* | Move av_tempfile() into libavutil, it is a generically usefull thing and its ...Michael Niedermayer2011-10-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-10
|\|
| * libxvid: Add const qualifier to silence compiler warning.Diego Biurrun2011-07-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-05
|\|
| * libxvid: add missing include of libavutil/mathematics.hChristian Schmidt2011-07-04
* | Fix possible double free when encoding using xvid.Carl Eugen Hoyos2011-07-01
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-13
|\|
| * 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
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | make xvid less picky about unkown aspectMichael Niedermayer2011-03-27
* | Remove a few if (p) av_freep(&p) formsClément Bœsch2011-02-06
* | Remove a few if (p) av_free(p) formsClément Bœsch2011-02-04
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* 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