summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 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
* 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
* 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
* 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
* avoid too many false detectionsFabrice Bellard2003-02-02
| | | | Originally committed as revision 1537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed copyFabrice Bellard2003-02-02
| | | | Originally committed as revision 1535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added jpeg image encoder and decoder (new YUV handling routines and mjpeg ↵Fabrice Bellard2003-02-02
| | | | | | codec fixes are necessary to go further) Originally committed as revision 1534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added animated GIF decoder (pts and various disposal handling are missing)Fabrice Bellard2003-02-02
| | | | Originally committed as revision 1533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try this fixFabrice Bellard2003-02-02
| | | | Originally committed as revision 1532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added basic png handlingFabrice Bellard2003-02-01
| | | | Originally committed as revision 1529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added basic png handling - do not remake dependencies automaticallyFabrice Bellard2003-02-01
| | | | Originally committed as revision 1528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added stripped down libpngFabrice Bellard2003-02-01
| | | | Originally committed as revision 1527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added DVD LPCM decoding supportFabrice Bellard2003-01-31
| | | | Originally committed as revision 1525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --disable-risky supportMichael Niedermayer2003-01-29
| | | | Originally committed as revision 1522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * headers valid for C++ compilersZdenek Kabelac2003-01-28
| | | | Originally committed as revision 1521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Audio support for DV1394 by Max KrasnyanskyFabrice Bellard2003-01-27
| | | | Originally committed as revision 1516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DV audio decoder by Roman ShaposhnickFabrice Bellard2003-01-27
| | | | Originally committed as revision 1514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio only avi patch by (Andriy Rysin <arysin at bcsii dot net>)Andriy Rysin2003-01-27
| | | | Originally committed as revision 1513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unneeded mallocsFabrice Bellard2003-01-25
| | | | Originally committed as revision 1508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_strdup()Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_malloc()Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* zero sized malloc patch by Roman ShaposhnickRoman Shaposhnik2003-01-23
| | | | Originally committed as revision 1501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv1394 channel selection by Max Krasnyansky - modified channel number to be ↵Fabrice Bellard2003-01-23
| | | | | | in base 10 by default Originally committed as revision 1500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grab device is in AVFormatParameter (at least better than global variable)Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* video_device fixesFabrice Bellard2003-01-23
| | | | Originally committed as revision 1497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed warningsFabrice Bellard2003-01-23
| | | | Originally committed as revision 1496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv patch by Max Krasnyansky (maxk at qualcomm dot com)Max Krasnyansky2003-01-22
| | | | Originally committed as revision 1493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dependency handling is consistant with libavcodecFabrice Bellard2003-01-22
| | | | Originally committed as revision 1490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed redundant 4CCFrançois Revol2003-01-17
| | | | Originally committed as revision 1467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix probing for some files (ew.mov, april.mov)François Revol2003-01-17
| | | | Originally committed as revision 1466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AUtomatic dependency generation. Runs on Linux (at least). Probably shouldPhilip Gladstone2003-01-14
| | | | | | update .cvsignore (somehere) to exclude .d files Originally committed as revision 1459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-11
| | | | Originally committed as revision 1447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpeg detection fix - fixed imagepipe outputFabrice Bellard2003-01-11
| | | | Originally committed as revision 1443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added still image supportFabrice Bellard2003-01-11
| | | | Originally committed as revision 1439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added url_get_filename()Fabrice Bellard2003-01-11
| | | | Originally committed as revision 1438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extracted yuv4mpeg from img.c (untested)Fabrice Bellard2003-01-11
| | | | Originally committed as revision 1437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added simple still image format support to simplify image and imagepipe ↵Fabrice Bellard2003-01-11
| | | | | | video formats Originally committed as revision 1436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libav -> libavformat in Makefile patch by (Thomas Jarosch <tomj at simonv ↵Thomas Jarosch2002-12-30
| | | | | | dot com>) Originally committed as revision 1377 to svn://svn.ffmpeg.org/ffmpeg/trunk