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
2012-04-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-14libxvid: Reorder functions to avoid forward declarations; make functions static.Diego Biurrun
2012-04-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-10Drop some pointless #ifdefs.Diego Biurrun
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22libxvidff: switch to ff_alloc_packet2().Michael Niedermayer
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-23libxvid: switch to encode2().Anton Khirnov
2012-01-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2011-11-02Replace outdated references to ffmpeg tool with avconv.Diego Biurrun
2011-10-16av_tempfile: Pass int log_offset, void *log_ctxMichael Niedermayer
2011-10-16Move av_tempfile() into libavutil, it is a generically usefull thing and its ...Michael Niedermayer
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-09libxvid: Add const qualifier to silence compiler warning.Diego Biurrun
2011-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04libxvid: add missing include of libavutil/mathematics.hChristian Schmidt
2011-07-01Fix possible double free when encoding using xvid.Carl Eugen Hoyos
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-27make xvid less picky about unkown aspectMichael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-06Remove a few if (p) av_freep(&p) formsClément Bœsch
2011-02-04Remove 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-02-03Remove 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ò
2011-01-26Add 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