summaryrefslogtreecommitdiff
path: root/libav/avienc.c
Commit message (Collapse)AuthorAge
* more mpeg4 fourcc'sMichael Niedermayer2002-06-22
| | | | Originally committed as revision 701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wmv1Michael Niedermayer2002-06-18
| | | | Originally committed as revision 698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright changeFabrice Bellard2002-05-25
| | | | Originally committed as revision 593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* converted to new APIFabrice Bellard2002-05-20
| | | | Originally committed as revision 547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av memory handling functionsFabrice Bellard2002-05-18
| | | | Originally committed as revision 528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Add default cases to switch statements.Philip Gladstone2002-05-09
| | | | Originally committed as revision 460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Changed FOURCC for H263.Juanjo2002-05-02
| | | | | | - Warnings fixes. Originally committed as revision 430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more msmpeg4 fourccs patch by Gert Vervoort <Gert.Vervoort@wxs.nl>Gert Vervoort2002-04-29
| | | | Originally committed as revision 426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * patch by Philip GladstonePhilip Gladstone2002-04-08
| | | | Originally committed as revision 390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * more warning cleanupsZdenek Kabelac2002-04-08
| | | | | | * adding const & statics Originally committed as revision 387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-07
| | | | | | | | | | (and fix) stream copying. By now force_pts it's just honoured by the MPEG muxer. ASF could honour this also, but it should be fixed to use Tickers first. - MPEG audio decoder exports it's frame size in bytes. - Hope this fix the floating point exception found in ffserver. Originally committed as revision 382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-10
| | | | | | - Changes on AVI and WAV muxers to support MP3. Originally committed as revision 324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Fix on AVI and WAV headers based on Nikolai Zhubr patch.Juanjo2002-03-01
| | | | | | | | - Now the properties of the AVIs are correctly shown, but the MP2 audio isn't playable, it seems the problems is that Fraunhoffer MP3 decoder included on Windows cannot decode MP2 streams. Originally committed as revision 316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct pcm audio format handlingFabrice Bellard2001-09-24
| | | | Originally committed as revision 147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added pcm formatsFabrice Bellard2001-09-23
| | | | Originally committed as revision 142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added CODEC_ID_H263P to fourcc tables.Juanjo2001-08-27
| | | | | | | H.263+ on AVI wasn't using U263 fourcc. Originally committed as revision 112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed opendivx to mpeg4Fabrice Bellard2001-08-15
| | | | Originally committed as revision 102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 fixesFabrice Bellard2001-08-13
| | | | Originally committed as revision 78 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed avi RIFF header sizeFabrice Bellard2001-08-08
| | | | Originally committed as revision 56 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-22
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk