summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-08
* * Getting rid of the use of GCC language extensionsRoman Shaposhnik2007-07-08
* simplify ff_copy_bits() when compiled with config-smallAurelien Jacobs2007-07-07
* whitespace cosmeticsMåns Rullgård2007-07-07
* add 64-bit bytestream read/write functionsMåns Rullgård2007-07-07
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-07
* move dequantization into its own inline functionStefan Gehrer2007-07-07
* cosmetic: rename VLC tables to make clear theyStefan Gehrer2007-07-07
* setting special motion vectors in intra macroblocksStefan Gehrer2007-07-07
* setting intra prediction modes to default valuesStefan Gehrer2007-07-07
* move modification of intra prediction modes intoStefan Gehrer2007-07-07
* move preparation of chroma intra prediction into itsStefan Gehrer2007-07-07
* move existing inline functions from cavs.c to cavs.hStefan Gehrer2007-07-07
* move context structure definition from cavs.c to cavs.hStefan Gehrer2007-07-07
* make vector constants globalStefan Gehrer2007-07-07
* free thread contextJanne Grunau2007-07-06