aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* - Versions defined for libav/libavcodec.Juanjo2002-04-151-0/+1
* - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode forJuanjo2002-04-091-1/+17
* * using pixtype as enum - by Philip GladstoneZdenek Kabelac2002-04-081-0/+4
* wmv1 header parser (unfinished)Michael Niedermayer2002-04-061-0/+1
* msmpeg4v2 decoding (no encoding yet)Michael Niedermayer2002-04-051-2/+6
* multiple init bugfix (patch by Alex Beregszaszi <alex@naxine.org>)Alex Beregszaszi2002-04-011-0/+12
* - Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine)Juanjo2002-03-161-1/+2
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-101-0/+3
* avcodec_find_encoder_by_name() patch by AlexArpi2001-12-231-0/+12
* fixed pcm bitrateFabrice Bellard2001-09-241-2/+2
* added pcm codecsFabrice Bellard2001-09-231-17/+39
* CONFIG_MPGLIB no more neededArpi2001-09-211-2/+2
* memalign autodetectionNick Kurshev2001-09-131-19/+5
* Aligned malloc. Another 10% of speedup.Nick Kurshev2001-08-201-0/+31
* changed opendivx to mpeg4Fabrice Bellard2001-08-151-2/+2
* picture utilsFabrice Bellard2001-08-111-0/+97
* added MJPEG decoder + commentsFabrice Bellard2001-08-061-0/+1
* added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: d...Fabrice Bellard2001-07-231-0/+12
* Initial revisionFabrice Bellard2001-07-221-0/+306