]> git.sesse.net Git - ffmpeg/history - libavcodec/utils.c
support a few more types of VQA files
[ffmpeg] / libavcodec / utils.c
2003-10-07 Michael Niedermayeruse lagrange multipler instead of qp for ratecontrol...
2003-09-10 Michael Niedermayerdetect avcodec_open() on an already opened AVCodecContext
2003-09-09 Fabrice Bellardremoved warnings
2003-09-08 Fabrice Bellardupdate sub_id in mpegaudio decoding (might need same...
2003-08-05 Michael Niedermayercleanup / fixes
2003-07-29 Michael Niedermayerrate distortion mb decision support
2003-07-17 Michael NiedermayerAVCodec.flush()
2003-07-09 Garrick Meekerflash video (flv) support patch by (Garrick Meeker...
2003-05-30 Michael Niedermayerrgb15 & rgb16 fix
2003-05-24 Falk HüffnerWarning and compatibility fixes.
2003-05-14 Michael Niedermayercleanup
2003-05-12 Michael Niedermayer100l (document buffer padding requirements)
2003-04-25 Michael Niedermayer10l
2003-04-25 Michael Niedermayerfixing mixed dr1 + internal buffers
2003-04-20 Fabrice Bellardfixed static init
2003-04-02 Michael Niedermayer10l
2003-03-22 Michael Niedermayeruser setable quantizer bias
2003-03-16 Fred Rothgangerrawvideo patch by (Fred Rothganger <rothgang at uiuc...
2003-03-16 Michael Niedermayerfield pic decoding cleanup
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-01-23 Fabrice Bellardremoved warning
2003-01-23 Fabrice Bellarduse av_malloc() functions - added av_strdup and av_real...
2003-01-12 Michael Niedermayerget_format()
2003-01-11 Fabrice Bellardmoved avpicture_xxx to imgconvert
2003-01-11 Fabrice Bellardmoved avcodec_get_chroma_sub_sample() to imgconvert.c
2003-01-06 Zdenek Kabelac* avoid usage of next/last buffer after flush
2003-01-05 Michael Niedermayerqpel in mmx2/3dnow
2002-12-18 Michael Niedermayermb qp limits
2002-12-09 Zdenek Kabelac* fill codec_id in codec_open
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-12-09 Michael Niedermayercleanup / messup?
2002-12-04 Michael Niedermayerprint a warning if something allocates 0 bytes
2002-12-04 Michael Niedermayercleanup
2002-12-03 Zdenek Kabelac* two functions to handle allocation of static data...
2002-11-12 Zdenek Kabelac* fixing some minor const warnings
2002-11-11 Zdenek Kabelac* avcodec_init could be removed I guess...
2002-10-31 Michael Niedermayerdont call emms_c() for each MB
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