aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Collapse)AuthorAgeFilesLines
...
* version infoNick Kurshev2002-05-051-0/+4
| | | | Originally committed as revision 443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avcodec_flush_buffers()Michael Niedermayer2002-04-241-0/+9
| | | | Originally committed as revision 420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using some small char buffer - needed for sprintfZdenek Kabelac2002-04-221-4/+4
| | | | Originally committed as revision 416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Versions defined for libav/libavcodec.Juanjo2002-04-151-0/+1
| | | | | | | - Bug fix in wav muxer for MP2 audio. - ffmpeg/libavcodec version in MPEG-4 user data. Originally committed as revision 400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode forJuanjo2002-04-091-1/+17
| | | | | | | | | | AC3 set avcodec_context->channels to the desired number channels, if the setting is 0 AC3 decoder will set it to the channels found in the stream. - Changed ffmpeg to cope with the new "way" of AC3 decoding. - ASF muxer now uses Tickers for PTS calculations. Originally committed as revision 393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using pixtype as enum - by Philip GladstoneZdenek Kabelac2002-04-081-0/+4
| | | | Originally committed as revision 389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wmv1 header parser (unfinished)Michael Niedermayer2002-04-061-0/+1
| | | | Originally committed as revision 380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* msmpeg4v2 decoding (no encoding yet)Michael Niedermayer2002-04-051-2/+6
| | | | Originally committed as revision 376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* multiple init bugfix (patch by Alex Beregszaszi <alex@naxine.org>)Alex Beregszaszi2002-04-011-0/+12
| | | | Originally committed as revision 371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine)Juanjo2002-03-161-1/+2
| | | | | | - Hack in MPEG-2 demux to cope with buggy VOBs. Originally committed as revision 333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-101-0/+3
| | | | Originally committed as revision 326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avcodec_find_encoder_by_name() patch by AlexArpi2001-12-231-0/+12
| | | | Originally committed as revision 237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed pcm bitrateFabrice Bellard2001-09-241-2/+2
| | | | Originally committed as revision 149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added pcm codecsFabrice Bellard2001-09-231-17/+39
| | | | Originally committed as revision 140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_MPGLIB no more neededArpi2001-09-211-2/+2
| | | | Originally committed as revision 136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memalign autodetectionNick Kurshev2001-09-131-19/+5
| | | | Originally committed as revision 115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Aligned malloc. Another 10% of speedup.Nick Kurshev2001-08-201-0/+31
| | | | Originally committed as revision 111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed opendivx to mpeg4Fabrice Bellard2001-08-151-2/+2
| | | | Originally committed as revision 102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* picture utilsFabrice Bellard2001-08-111-0/+97
| | | | Originally committed as revision 72 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added MJPEG decoder + commentsFabrice Bellard2001-08-061-0/+1
| | | | Originally committed as revision 35 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: ↵Fabrice Bellard2001-07-231-0/+12
| | | | | | don't forget to put CONFIG_DECODERS in mplayer) Originally committed as revision 9 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-221-0/+306
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk