]> git.sesse.net Git - ffmpeg/history - libavcodec/utils.c
10l
[ffmpeg] / libavcodec / utils.c
2002-10-22 Michael Niedermayermore defaults
2002-10-13 Michael Niedermayerbetter/cleaner error resilience (done in a 2nd pass...
2002-10-11 Fabrice Bellardcorrected pixel format display
2002-10-10 Fabrice Bellardadded two pass info
2002-09-28 Falk HüffnerMinor warning fix.
2002-09-19 Michael Niedermayerfixing i_quant_factor, this should finally fix the...
2002-09-19 Michael Niedermayerfixing apiexample
2002-09-19 Michael Niedermayeravcodec_alloc_context()
2002-07-27 Philip GladstoneAdd conversions to and from RGBA32 and BGRA32.
2002-07-09 Nick Kurshevnew codec: Sorenson v1
2002-06-11 Fabrice Bellardmoved code to mem.c and allcodecs.c
2002-05-27 Zdenek Kabelac* started to cleanup name clashes for onetime compilation
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-20 Fabrice Bellardbetter av_freep()
2002-05-18 Fabrice Bellardproper memory handling functions
2002-05-12 Nick Kurshevbuild info for ABI
2002-05-09 Philip Gladstone* Don't allocate 0 bytes of memory. It upsets electricF...
2002-05-05 Nick Kurshevversion info
2002-04-24 Michael Niedermayeravcodec_flush_buffers()
2002-04-22 Zdenek Kabelac* using some small char buffer - needed for sprintf
2002-04-15 Juanjo- Versions defined for libav/libavcodec.
2002-04-09 Juanjo- Fixed AC3 decoding for 5:1 AC3 streams. Now when...
2002-04-08 Zdenek Kabelac* using pixtype as enum - by Philip Gladstone
2002-04-06 Michael Niedermayerwmv1 header parser (unfinished)
2002-04-05 Michael Niedermayermsmpeg4v2 decoding (no encoding yet)
2002-04-01 Alex Beregszaszimultiple init bugfix (patch by Alex Beregszaszi <alex...
2002-03-16 Juanjo- Bug fix MPEG-2 decoder to handle "repeat_first_field...
2002-03-10 Juanjo- Added MP3 encoding through libmp3lame contributed...
2001-12-23 Arpiavcodec_find_encoder_by_name() patch by Alex
2001-09-24 Fabrice Bellardfixed pcm bitrate
2001-09-23 Fabrice Bellardadded pcm codecs
2001-09-21 ArpiCONFIG_MPGLIB no more needed
2001-09-13 Nick Kurshevmemalign autodetection
2001-08-20 Nick KurshevAligned malloc. Another 10% of speedup.
2001-08-15 Fabrice Bellardchanged opendivx to mpeg4
2001-08-11 Fabrice Bellardpicture utils
2001-08-06 Fabrice Bellardadded MJPEG decoder + comments
2001-07-23 Fabrice Bellardadded CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and...
2001-07-22 Fabrice BellardInitial revision