summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Clear out an unused field in the created AVI file. This helps makePhilip Gladstone2003-04-12
| | | | | | the MD5 checksums *much* more predictable!! Originally committed as revision 1762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv file format support patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-04-08
| | | | Originally committed as revision 1742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI > 2Gb (OpenDML) generation patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-04-08
| | | | Originally committed as revision 1741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QT AVID 4CCs patch by ("Sebastien Bechet" <s dot bechet at av7 dot net>) ↵Sebastien Bechet2003-04-05
| | | | | | (not tested) Originally committed as revision 1737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H264 decoder & demuxerMichael Niedermayer2003-04-04
| | | | Originally committed as revision 1732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan ↵Michael Niedermayer2003-04-04
| | | | | | at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>) Originally committed as revision 1731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-28
| | | | Originally committed as revision 1714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the media node now won't connect itself to the default audio input with -ad ↵François Revol2003-03-27
| | | | | | | | wait: (allows redirecting another node to it) Originally committed as revision 1713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* experimental BeOS audio input support. (needs unreleased library)François Revol2003-03-27
| | | | Originally committed as revision 1712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup; unused pipe() stuff removed.François Revol2003-03-27
| | | | Originally committed as revision 1711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>)Sebastien Bechet2003-03-26
| | | | Originally committed as revision 1710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at ↵Mark Hills2003-03-26
| | | | | | pogo dot org dot uk>) Originally committed as revision 1704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OpenDML AVI > 2Gb support patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-26
| | | | Originally committed as revision 1703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* db video chunk in avi files support (idea by Dmitry Poplavsky <dima at ↵Michael Niedermayer2003-03-20
| | | | | | thekompany dot com>) Originally committed as revision 1693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merging a small amount of the changes from BroadQ, the rest is either not ↵Michael Niedermayer2003-03-18
| | | | | | clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later) Originally committed as revision 1690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>)Fred Rothganger2003-03-16
| | | | Originally committed as revision 1687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * moved os_support.h into libavcodecZdenek Kabelac2003-03-12
| | | | | | * added few more functions for os2 Originally committed as revision 1672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sorry forgotMichael Niedermayer2003-03-12
| | | | Originally committed as revision 1671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleaner support for usleep()François Revol2003-03-12
| | | | Originally committed as revision 1668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer2003-03-12
| | | | | | sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-12
| | | | Originally committed as revision 1664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at ↵Slavik Gnatenko2003-03-11
| | | | | | newmail dot ru>) Originally committed as revision 1663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing parsing of opendml avisMichael Niedermayer2003-03-11
| | | | Originally committed as revision 1662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifiedAlex Beregszaszi2003-03-09
| | | | Originally committed as revision 1655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-03-08
| | | | Originally committed as revision 1653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing frame_rate accuracyMichael Niedermayer2003-03-08
| | | | Originally committed as revision 1652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot ....Michael Niedermayer2003-03-08
| | | | Originally committed as revision 1651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wmv2 & huffyuv regression testMichael Niedermayer2003-03-08
| | | | Originally committed as revision 1650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huffyuv encoding fixedMichael Niedermayer2003-03-08
| | | | Originally committed as revision 1647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read BITMAPINFOHEADER extra stuff (huffyuv decoding fixed)Michael Niedermayer2003-03-08
| | | | | | fixed framerate encoding & decoding hopefully, this should fix av sync on long AVIs Originally committed as revision 1646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merging fourcc with codec_tagMichael Niedermayer2003-03-08
| | | | Originally committed as revision 1645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reversing not yet reversed changes from r1.7 -> r1.8 except the static/const ↵Michael Niedermayer2003-03-08
| | | | | | | | | stuff this seems to fix all avi parsing bugs kabi, can u explain what this was good for? Originally committed as revision 1644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>)Max Krasnyansky2003-03-07
| | | | Originally committed as revision 1641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * compile PNG only when ZLIB is availableZdenek Kabelac2003-02-27
| | | | Originally committed as revision 1609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536)Michael Niedermayer2003-02-26
| | | | Originally committed as revision 1608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prettier debug outputFrançois Revol2003-02-25
| | | | Originally committed as revision 1607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2003-02-25
| | | | Originally committed as revision 1604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid false URL protocol detection when using ':' in filenamesFabrice Bellard2003-02-21
| | | | Originally committed as revision 1595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Looks like this one was forgotten in the INT -> int_t moveFrançois Revol2003-02-13
| | | | Originally committed as revision 1584 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
* * 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