]> git.sesse.net Git - ffmpeg/history - libavcodec/utils.c
well that does not need to be there anymore
[ffmpeg] / libavcodec / utils.c
2004-07-25 Todd KirbyUYVY support patch by ("Todd.Kirby" <doubleshot at...
2004-07-14 Michael Niedermayersimplify
2004-06-27 Roberto TogniForce alignement for rpza and smc
2004-06-22 Michael Niedermayerflush audio encoder buffers at the end
2004-05-25 Michael Niedermayeravcodec_find is in no header file, and appearently...
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-05-10 Michael Niedermayerdummy avcodec_thread_init() to avoid linking issues
2004-05-04 Michael Niedermayeruse AVInteger in av_rescale() so it can finally do...
2004-04-30 Michael Niedermayersimplify
2004-04-30 Michael Niedermayercleanup & memleak fix
2004-03-22 Michael Niedermayer1000l in av_mallocz_static()
2004-03-21 Michael Niedermayerstatic allocation rewrite (old code was plain a broken...
2004-03-04 Ivan Kalvachevsilence warnings
2004-03-03 Michael Niedermayerav_log() cleanup
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2004-03-03 Michael Niedermayermacrofree av_freep()
2004-02-25 Michael Niedermayeruse AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0
2004-02-22 Michael Niedermayer(f)printf() is disallowed in libavcodec, compilation...
2004-02-13 Michael Niedermayermultithreaded/SMP motion estimation
2004-02-12 Michael Niedermayerppc chroma mess workaround (real bug is that the motion...
2004-02-01 Falk Hüffnertiny warning fix
2004-01-23 Michael Niedermayersegfault fix
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2004-01-05 Michael Niedermayer10l
2003-11-26 Roberto Togni- Add reget_buffer() function to AVCodecContext
2003-11-07 Roberto TogniAdd cr codec capability and buffer hints
2003-11-03 Michael Niedermayeronly add prefix after \n
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-30 Michael Niedermayerinitalize various uninitalized variables and avoid...
2003-10-30 Mike Melansonrevised palette API, courtesy of Roberto Togni (rtogni...
2003-10-29 Fabrice Bellardadded fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DA...
2003-10-20 Michael Niedermayeruse continued fractions to approximate a fraction if...
2003-10-20 Michael NiedermayerAVRational
2003-10-16 Roman Shaposhnik * original fix still didn't align lines on s_align...
2003-10-15 Michael Niedermayerdefault_get_buffer() fixes
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)
next