aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2007-07-14The mpegaudio parser depends on mpegaudiodata.o.Aurelien Jacobs
2007-07-14Allow selecting only the vp6f decoder.Aurelien Jacobs
2007-07-14The svq3 decoder depends on h264idct.o and also requires h264_parser.Aurelien Jacobs
2007-07-13Replace non-existing @fixme doxygen tags with @todo.İsmail Dönmez
2007-07-13Make "channels" variable mean the number of channels, not the number ofVitor Sessak
2007-07-12indentMåns Rullgård
2007-07-12remove useless LclDecContext.avctx fieldMåns Rullgård
2007-07-12forgot to rm lcl.cMåns Rullgård
2007-07-12split lcl.c into lcldec.c, lclenc.c, lcl.hMåns Rullgård
2007-07-12map warning levels between libx264 and libavutilBenoit Fouet
2007-07-12license header consistency: Remove redundant "all rights reserved" statementDiego Biurrun
2007-07-11revert commit 9603Ivan Kalvachev
2007-07-11remove file because of lincense issuesIvan Kalvachev
2007-07-11Integrate reference mpeg IDCT into dsputil.Ivan Kalvachev
2007-07-11simplify ff_h263_round_chroma()Michael Niedermayer
2007-07-11Inport the original intiger IDCT from MPEG2 reference decoder.Ivan Kalvachev
2007-07-11move ff_h263_round_chroma() to mpegvideo.h as static inlineMåns Rullgård
2007-07-11Remove underscores before fcntl flagsRamiro Polla
2007-07-11Proper check for mkstemp().Ramiro Polla
2007-07-11comment explaining that text subtitle need to be UTF-8 for nowAurelien Jacobs
2007-07-11add support for Matroska subtitle tracksAurelien Jacobs
2007-07-11conditional compilation of ratecontrol.cAurelien Jacobs
2007-07-11conditional compilation of motion_est.cAurelien Jacobs
2007-07-10makes compilation of h263.o and mpegvideo_enc.o conditionalAurelien Jacobs
2007-07-10cosmetics: indentationAurelien Jacobs
2007-07-10Avoid linking with h263.c functions when the relevant codecsAurelien Jacobs
2007-07-10Use proper bytestream functionsVitor Sessak
2007-07-10Better place to disable some mpeg4 code and ensure thatAurelien Jacobs
2007-07-10move init_vlc_rl from h263.c to mpegvideo.cAurelien Jacobs
2007-07-10Split ff_set_mpeg4_time() and move the non mpeg4 specific partAurelien Jacobs
2007-07-10Prepare to remove more duplicated codeVitor Sessak
2007-07-10Remove some duplicated codeVitor Sessak
2007-07-10Add standard licensing header to files that lack it.Diego Biurrun
2007-07-10cosmetics: typoDiego Biurrun
2007-07-10don't compile some mpeg4 encoder code when encoders are disabledAurelien Jacobs
2007-07-10Port some useful comments from newest version of David Hammerton's decoder (f...Vitor Sessak
2007-07-09avoid deprecation warnings for ImgReSampleContext from avcodec.hMåns Rullgård
2007-07-09move ff_set_qscale from h263.c to mpegvideo.cAurelien Jacobs
2007-07-09split rawvideo encoder and decoder in their own filesAurelien Jacobs
2007-07-09compile rangecoder.o only when neededAurelien Jacobs
2007-07-09bring back h264 buildBenoit Fouet
2007-07-09use correct type for paletteMåns Rullgård
2007-07-08indentMåns Rullgård
2007-07-08set sample rate in more logical place, kill warningMåns Rullgård
2007-07-08trivial warning fixesMåns Rullgård
2007-07-08kill warningsMåns Rullgård
2007-07-08fix warningMåns Rullgård
2007-07-08make arguments to ssd_int8_vs_int16() constMåns Rullgård
2007-07-08trivial warning fixesMåns Rullgård
2007-07-08Pass modes as parameters instead of calculating them inplace.Christophe Gisquet