summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* * int64_t is now the right nameZdenek Kabelac2003-02-12
| | | | | | - also it would be nice to preserve ffmpeg coding rules Originally committed as revision 1582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid #include "../Michael Niedermayer2003-02-11
| | | | Originally committed as revision 9403 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* #ifdef c++Michael Niedermayer2003-02-11
| | | | Originally committed as revision 9402 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* * prototypes at one placeZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -fPIC compileableMichael Niedermayer2003-02-11
| | | | Originally committed as revision 9395 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yv12 -> yuy2 converter in alpha asm (from mplayerxp)Michael Niedermayer2003-02-11
| | | | Originally committed as revision 9394 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanup (unsigned stride -> int stride)Michael Niedermayer2003-02-11
| | | | Originally committed as revision 9393 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Initial checkin for a cheaper text drawing function than imlib2.c.Philip Gladstone2003-02-11
| | | | Originally committed as revision 1577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Makefile entry for the drawtext filterPhilip Gladstone2003-02-11
| | | | Originally committed as revision 1576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add checking for the existience of freetype2Philip Gladstone2003-02-11
| | | | Originally committed as revision 1575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for qscale==0 (fixes 1/0 on one corrupted stream)Michael Niedermayer2003-02-10
| | | | Originally committed as revision 1574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * check for potentialy problematic field lenZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * opts compilationZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * still unfinished code for OptionsZdenek Kabelac2003-02-10
| | | | | | * demo code - awating more comments Originally committed as revision 1569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * still unfinished code for OptionsZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw ac3 auto detects parametersFabrice Bellard2003-02-09
| | | | Originally committed as revision 1566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* variable UDP packet size patch by Max KrasnyanskyMax Krasnyansky2003-02-09
| | | | Originally committed as revision 1565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hook this up to the CYUV decoderMike Melanson2003-02-09
| | | | Originally committed as revision 1564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* register cyuv with allcodecs.cMike Melanson2003-02-09
| | | | Originally committed as revision 1563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added 8 bit palette support for non animated GIFFabrice Bellard2003-02-09
| | | | Originally committed as revision 1562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added 8 bit palette supportFabrice Bellard2003-02-09
| | | | Originally committed as revision 1561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added paletted 8 bit format supportFabrice Bellard2003-02-09
| | | | Originally committed as revision 1560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>)Michael Niedermayer2003-02-09
| | | | Originally committed as revision 1559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent segfault when passed no argumentsPhilip Gladstone2003-02-09
| | | | Originally committed as revision 1558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* direct blocksize in bframes fix (might fix qpel+bframe bug)Michael Niedermayer2003-02-08
| | | | Originally committed as revision 1557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage imagesPhilip Gladstone2003-02-08
| | | | | | | | | when this conversion was used. I suspect that the same bug may be lurking in other conversions. [The assumption was that the linesize was equal to the width for both the source and destination images. This turns out not to be true in some cases.] Originally committed as revision 1556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix for using ffplay without specifying the audio deviceFrançois Revol2003-02-08
| | | | Originally committed as revision 1555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 b frame regression testMichael Niedermayer2003-02-08
| | | | Originally committed as revision 1554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updateMichael Niedermayer2003-02-08
| | | | Originally committed as revision 1553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changes to f_code calculation for b frames -> changed checksumMichael Niedermayer2003-02-08
| | | | Originally committed as revision 1552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by meMichael Niedermayer2003-02-08
| | | | Originally committed as revision 1551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checksum changed cuz of b frame segfault fix?Michael Niedermayer2003-02-07
| | | | Originally committed as revision 1550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* b frame segfault fix (+-1 bug)Michael Niedermayer2003-02-07
| | | | Originally committed as revision 1549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DV packet copy fix by Roman ShaposhnickFabrice Bellard2003-02-06
| | | | Originally committed as revision 1548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix against C integrists breaks :P (hope I didn't break anything else)François Revol2003-02-06
| | | | Originally committed as revision 1547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the 'hard cpu loop' problem when capturing audio from /dev/dsp. ThisPhilip Gladstone2003-02-05
| | | | | | code now waits for up to 30ms before reporting that no packet is available. Originally committed as revision 1546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yes, PNG can be simpler :-)Fabrice Bellard2003-02-04
| | | | Originally committed as revision 1545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing unused stuffFabrice Bellard2003-02-04
| | | | Originally committed as revision 1544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cliping MVs, i dunno if its correct but it looks better then without itMichael Niedermayer2003-02-04
| | | | Originally committed as revision 1543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* zero copy packet handling for DV1394 by Max KrasnyanskyFabrice Bellard2003-02-03
| | | | Originally committed as revision 1542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added GIF image format (both read and write)Fabrice Bellard2003-02-03
| | | | Originally committed as revision 1541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added primitive image GIF encoder based on animated gif encoderFabrice Bellard2003-02-03
| | | | Originally committed as revision 1540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added automatic GIF/animated GIF probing - added GIF as an image format too ↵Fabrice Bellard2003-02-03
| | | | | | - added interlaced gif support Originally committed as revision 1539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yuv9 -> yv12 bugfixesMichael Niedermayer2003-02-03
| | | | Originally committed as revision 9257 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* divx503 decoding fixMichael Niedermayer2003-02-02
| | | | Originally committed as revision 1538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid too many false detectionsFabrice Bellard2003-02-02
| | | | Originally committed as revision 1537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle odd image sizes when using subsampled chroma (useful for JPEG images)Fabrice Bellard2003-02-02
| | | | Originally committed as revision 1536 to svn://svn.ffmpeg.org/ffmpeg/trunk