summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* Integrate reference mpeg IDCT into dsputil.Ivan Kalvachev2007-07-11
| | | | Originally committed as revision 9603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ff_h263_round_chroma()Michael Niedermayer2007-07-11
| | | | Originally committed as revision 9602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Inport the original intiger IDCT from MPEG2 reference decoder.Ivan Kalvachev2007-07-11
| | | | | | It passes IEEE1180 requirements. Originally committed as revision 9601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_h263_round_chroma() to mpegvideo.h as static inlineMåns Rullgård2007-07-11
| | | | Originally committed as revision 9600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove underscores before fcntl flagsRamiro Polla2007-07-11
| | | | Originally committed as revision 9599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper check for mkstemp().Ramiro Polla2007-07-11
| | | | Originally committed as revision 9596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment explaining that text subtitle need to be UTF-8 for nowAurelien Jacobs2007-07-11
| | | | Originally committed as revision 9592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for Matroska subtitle tracksAurelien Jacobs2007-07-11
| | | | Originally committed as revision 9591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* conditional compilation of ratecontrol.cAurelien Jacobs2007-07-11
| | | | Originally committed as revision 9589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* conditional compilation of motion_est.cAurelien Jacobs2007-07-11
| | | | Originally committed as revision 9588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* makes compilation of h263.o and mpegvideo_enc.o conditionalAurelien Jacobs2007-07-10
| | | | Originally committed as revision 9583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-07-10
| | | | Originally committed as revision 9582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid linking with h263.c functions when the relevant codecsAurelien Jacobs2007-07-10
| | | | | | are not compiled in. Originally committed as revision 9581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use proper bytestream functionsVitor Sessak2007-07-10
| | | | Originally committed as revision 9580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better place to disable some mpeg4 code and ensure thatAurelien Jacobs2007-07-10
| | | | | | ff_write_quant_matrix() won't be used when mpeg4 encoder is disabled. Originally committed as revision 9579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move init_vlc_rl from h263.c to mpegvideo.cAurelien Jacobs2007-07-10
| | | | Originally committed as revision 9578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split ff_set_mpeg4_time() and move the non mpeg4 specific partAurelien Jacobs2007-07-10
| | | | | | into mpegvideo_enc.c. Originally committed as revision 9577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prepare to remove more duplicated codeVitor Sessak2007-07-10
| | | | | | Based on a patch by Matthieu Castet Originally committed as revision 9576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some duplicated codeVitor Sessak2007-07-10
| | | | Originally committed as revision 9575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add standard licensing header to files that lack it.Diego Biurrun2007-07-10
| | | | Originally committed as revision 9573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: typoDiego Biurrun2007-07-10
| | | | Originally committed as revision 9572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't compile some mpeg4 encoder code when encoders are disabledAurelien Jacobs2007-07-10
| | | | Originally committed as revision 9571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Port some useful comments from newest version of David Hammerton's decoder ↵Vitor Sessak2007-07-10
| | | | | | (from which alac.c is based) Originally committed as revision 9570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid deprecation warnings for ImgReSampleContext from avcodec.hMåns Rullgård2007-07-09
| | | | Originally committed as revision 9568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_set_qscale from h263.c to mpegvideo.cAurelien Jacobs2007-07-09
| | | | Originally committed as revision 9567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split rawvideo encoder and decoder in their own filesAurelien Jacobs2007-07-09
| | | | Originally committed as revision 9560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compile rangecoder.o only when neededAurelien Jacobs2007-07-09
| | | | Originally committed as revision 9559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bring back h264 buildBenoit Fouet2007-07-09
| | | | Originally committed as revision 9555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct type for paletteMåns Rullgård2007-07-09
| | | | Originally committed as revision 9554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMåns Rullgård2007-07-08
| | | | Originally committed as revision 9553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set sample rate in more logical place, kill warningMåns Rullgård2007-07-08
| | | | Originally committed as revision 9552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trivial warning fixesMåns Rullgård2007-07-08
| | | | Originally committed as revision 9551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warningsMåns Rullgård2007-07-08
| | | | Originally committed as revision 9550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix warningMåns Rullgård2007-07-08
| | | | Originally committed as revision 9549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make arguments to ssd_int8_vs_int16() constMåns Rullgård2007-07-08
| | | | Originally committed as revision 9548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trivial warning fixesMåns Rullgård2007-07-08
| | | | Originally committed as revision 9547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass modes as parameters instead of calculating them inplace.Christophe Gisquet2007-07-08
| | | | | | | Patch by by Christophe GISQUET ( echo $name| awk '//{sub(" ",".");print tolower($0) "@free.fr";}') Thread: [PATCH] Clean up in C VC-1 DSP functions Originally committed as revision 9537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace function declarations with macroChristophe Gisquet2007-07-08
| | | | | | | Patch by by Christophe GISQUET ( echo $name| tr "[A-Z ]" "[a-z.]"|sed s/.*/&@free.fr/ ) Thread: [PATCH] Clean up in C VC-1 DSP functions Originally committed as revision 9536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop ff_ prefix for static functionsChristophe Gisquet2007-07-08
| | | | | | | Patch by by Christophe GISQUET ( echo $name| tr "[A-Z ]" "[a-z.]"|sed s/$/@free.fr/ ) Thread: [PATCH] Clean up in C VC-1 DSP functions Originally committed as revision 9535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split decoder-specific parts into their own fileStefan Gehrer2007-07-08
| | | | Originally committed as revision 9533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-08
| | | | | | make commonly used tables global Originally committed as revision 9532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Getting rid of the use of GCC language extensionsRoman Shaposhnik2007-07-08
| | | | Originally committed as revision 9531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ff_copy_bits() when compiled with config-smallAurelien Jacobs2007-07-07
| | | | Originally committed as revision 9526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsMåns Rullgård2007-07-07
| | | | Originally committed as revision 9524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 64-bit bytestream read/write functionsMåns Rullgård2007-07-07
| | | | Originally committed as revision 9523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-07
| | | | | | make commonly used functions global Originally committed as revision 9519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dequantization into its own inline functionStefan Gehrer2007-07-07
| | | | Originally committed as revision 9518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: rename VLC tables to make clear theyStefan Gehrer2007-07-07
| | | | | | are for decoding Originally committed as revision 9517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* setting special motion vectors in intra macroblocksStefan Gehrer2007-07-07
| | | | | | is now in its own inline function Originally committed as revision 9516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* setting intra prediction modes to default valuesStefan Gehrer2007-07-07
| | | | | | | in inter macroblocks is now in its own inline function Originally committed as revision 9515 to svn://svn.ffmpeg.org/ffmpeg/trunk