summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* removed warningFabrice Bellard2003-01-23
* use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard2003-01-23
* get_format()Michael Niedermayer2003-01-12
* moved avpicture_xxx to imgconvertFabrice Bellard2003-01-11
* moved avcodec_get_chroma_sub_sample() to imgconvert.cFabrice Bellard2003-01-11
* * avoid usage of next/last buffer after flushZdenek Kabelac2003-01-06
* qpel in mmx2/3dnowMichael Niedermayer2003-01-05
* mb qp limitsMichael Niedermayer2002-12-18
* * fill codec_id in codec_openZdenek Kabelac2002-12-09
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
* cleanup / messup?Michael Niedermayer2002-12-09
* print a warning if something allocates 0 bytesMichael Niedermayer2002-12-04
* cleanupMichael Niedermayer2002-12-04
* * two functions to handle allocation of static data more simpleZdenek Kabelac2002-12-03
* * fixing some minor const warningsZdenek Kabelac2002-11-12
* * avcodec_init could be removed I guess...Zdenek Kabelac2002-11-11
* dont call emms_c() for each MBMichael Niedermayer2002-10-31
* more defaultsMichael Niedermayer2002-10-22
* better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer2002-10-13
* corrected pixel format displayFabrice Bellard2002-10-11
* added two pass infoFabrice Bellard2002-10-10
* Minor warning fix.Falk Hüffner2002-09-28
* fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ...Michael Niedermayer2002-09-19
* fixing apiexampleMichael Niedermayer2002-09-19
* avcodec_alloc_context()Michael Niedermayer2002-09-19
* Add conversions to and from RGBA32 and BGRA32.Philip Gladstone2002-07-27
* new codec: Sorenson v1Nick Kurshev2002-07-09
* moved code to mem.c and allcodecs.cFabrice Bellard2002-06-11
* * started to cleanup name clashes for onetime compilationZdenek Kabelac2002-05-27
* license/copyright changeFabrice Bellard2002-05-25
* better av_freep()Fabrice Bellard2002-05-20
* proper memory handling functionsFabrice Bellard2002-05-18
* build info for ABINick Kurshev2002-05-12
* * Don't allocate 0 bytes of memory. It upsets electricFence!Philip Gladstone2002-05-09
* version infoNick Kurshev2002-05-05
* avcodec_flush_buffers()Michael Niedermayer2002-04-24
* * using some small char buffer - needed for sprintfZdenek Kabelac2002-04-22
* - Versions defined for libav/libavcodec.Juanjo2002-04-15
* - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode forJuanjo2002-04-09
* * using pixtype as enum - by Philip GladstoneZdenek Kabelac2002-04-08
* wmv1 header parser (unfinished)Michael Niedermayer2002-04-06
* msmpeg4v2 decoding (no encoding yet)Michael Niedermayer2002-04-05
* multiple init bugfix (patch by Alex Beregszaszi <alex@naxine.org>)Alex Beregszaszi2002-04-01
* - Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine)Juanjo2002-03-16
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-10
* avcodec_find_encoder_by_name() patch by AlexArpi2001-12-23
* fixed pcm bitrateFabrice Bellard2001-09-24
* added pcm codecsFabrice Bellard2001-09-23
* CONFIG_MPGLIB no more neededArpi2001-09-21
* memalign autodetectionNick Kurshev2001-09-13