summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* * fixing some minor const warningsZdenek Kabelac2002-11-121-1/+1
* * avcodec_init could be removed I guess...Zdenek Kabelac2002-11-111-1/+1
* dont call emms_c() for each MBMichael Niedermayer2002-10-311-0/+6
* more defaultsMichael Niedermayer2002-10-221-0/+4
* better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer2002-10-131-0/+2
* corrected pixel format displayFabrice Bellard2002-10-111-3/+3
* added two pass infoFabrice Bellard2002-10-101-3/+12
* Minor warning fix.Falk Hüffner2002-09-281-1/+1
* fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ...Michael Niedermayer2002-09-191-1/+1
* fixing apiexampleMichael Niedermayer2002-09-191-0/+7
* avcodec_alloc_context()Michael Niedermayer2002-09-191-0/+21
* Add conversions to and from RGBA32 and BGRA32.Philip Gladstone2002-07-271-1/+14
* new codec: Sorenson v1Nick Kurshev2002-07-091-0/+1
* moved code to mem.c and allcodecs.cFabrice Bellard2002-06-111-100/+0
* * started to cleanup name clashes for onetime compilationZdenek Kabelac2002-05-271-9/+9
* license/copyright changeFabrice Bellard2002-05-251-11/+11
* better av_freep()Fabrice Bellard2002-05-201-0/+7
* proper memory handling functionsFabrice Bellard2002-05-181-13/+22
* build info for ABINick Kurshev2002-05-121-0/+5
* * Don't allocate 0 bytes of memory. It upsets electricFence!Philip Gladstone2002-05-091-4/+9
* version infoNick Kurshev2002-05-051-0/+4
* avcodec_flush_buffers()Michael Niedermayer2002-04-241-0/+9
* * using some small char buffer - needed for sprintfZdenek Kabelac2002-04-221-4/+4
* - 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
OpenPOWER on IntegriCloud