summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Remove underscores before fcntl flagsRamiro Polla2007-07-11
| | | | Originally committed as revision 9599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for termios before conioRamiro Polla2007-07-11
| | | | Originally committed as revision 9598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper check for interactive support (termios and conio).Ramiro Polla2007-07-11
| | | | Originally committed as revision 9597 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
* Remove unnecessary MINGW ifdef.Ramiro Polla2007-07-11
| | | | | | These were added for MSVC++, which is no longer supported. Originally committed as revision 9595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove MinGW lrint hack.Ramiro Polla2007-07-11
| | | | | | It has been in mingw-runtime at least since version 2.4 Originally committed as revision 9594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for ASS like subtitles in MatroskaAurelien Jacobs2007-07-11
| | | | Originally committed as revision 9593 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
* Move public API functions av_codec_get_tag() and av_codec_get_id()Aurelien Jacobs2007-07-11
| | | | | | into a file which is compiled un-conditionally (utils.c). Originally committed as revision 9590 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
* remove OS/2 supportMåns Rullgård2007-07-10
| | | | Originally committed as revision 9587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove OS/2 supportRamiro Polla2007-07-10
| | | | Originally committed as revision 9586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: fix av_str[i]start()Måns Rullgård2007-07-10
| | | | Originally committed as revision 9585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set locale to C in seek testMåns Rullgård2007-07-10
| | | | Originally committed as revision 9584 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
* Resurrect yuv2rgb_init.c, to add a proper license (and some comments aboutLuca Abeni2007-07-10
| | | | | | its origin) in it. Originally committed as revision 23759 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Clarify public domain statement similar to qt-faststart.c.Diego Biurrun2007-07-10
| | | | Originally committed as revision 9574 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 AVFrac from avformat.hMåns Rullgård2007-07-09
| | | | Originally committed as revision 9569 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
* prettify conditional targetsMåns Rullgård2007-07-09
| | | | Originally committed as revision 9566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsMåns Rullgård2007-07-09
| | | | Originally committed as revision 9565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up vhook variablesMåns Rullgård2007-07-09
| | | | Originally committed as revision 9564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add fork to HAVE_LISTMåns Rullgård2007-07-09
| | | | Originally committed as revision 9563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: The ppm video hook depends on fork().Diego Biurrun2007-07-09
| | | | | | | This dependency was apparently accidentally lost while making the vhook build process non-recursive. Originally committed as revision 9562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ISO8859-1 --> UTF-8Diego Biurrun2007-07-09
| | | | Originally committed as revision 23752 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* ISO8859-1 --> UTF-8Diego Biurrun2007-07-09
| | | | Originally committed as revision 9561 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
* duration must not be scaledAurelien Jacobs2007-07-09
| | | | Originally committed as revision 9558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly set AVStream.language according to Matroska track headerAurelien Jacobs2007-07-09
| | | | Originally committed as revision 9557 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