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