]> git.sesse.net Git - ffmpeg/history - libavcodec
memleak fix
[ffmpeg] / libavcodec /
2005-02-17 Michael Niedermayermemleak fix
2005-02-16 Loic Le Loarerremove goto and reindent patch by (Loic Le Loarer ...
2005-02-16 Matti HamalainenOff-by-one bug in libavcodec/idcinvideo.c, caused
2005-02-15 Roberto TogniMultichannel mp3 in mp4 support ISO/IEC 14496-3:2001...
2005-02-13 Michael Niedermayerbuffer overflow
2005-02-07 Martin Draboptimization and gcc 4.0 bug workaround patch by (Marti...
2005-02-07 Loic Le LoarerINTRA PCM macroblocks support patch by (Loic )lll+ffmpe...
2005-02-06 Michael Niedermayeremulate (idiotic) MS behavior for inconsistant dimensions
2005-02-06 Michael Niedermayersupport skiping some bitstream encoding
2005-02-06 Michael Niedermayerseperate bitstream encoding skip from PASS1 flag
2005-02-04 Michael Niedermayer10l (use of deallocated memory)
2005-02-04 James A. MorrisonBuild libpostproc out of source directory patch by...
2005-02-04 Loic Le LoarerH.264 multiple slice support in CABAC patch by (Loic...
2005-02-04 anonymous- samples from mplayer ftp in the "adv" profile seem...
2005-02-03 Michael Niedermayermerge a few shifts into the dequantization, faster...
2005-02-02 Michael Niedermayeroptimizing imdct12
2005-02-02 Michael Niedermayermb_lmin/max to limit the per mb quality for the ratecon...
2005-02-02 Christophe MassiotBorder processing adaptive quant patch by (Christophe...
2005-02-02 Johan Bilienrtp_callback: send number of mb patch by (Johan Bilien...
2005-02-02 Michael Niedermayeroptimize antialias
2005-02-01 Michael Niedermayerfaster, simpler and more accurate l3_unscale()
2005-02-01 Michael Niedermayeroptimizing imdct36()
2005-02-01 Michael Niedermayermake keyframe default for AVFrames
2005-02-01 François RevolStereo MACE fix by Burkhard Plaum <plaum AT ipf DOT...
2005-02-01 Michael Niedermayer10l (array gets padded with 0 which is CODEC_ID_NONE...
2005-02-01 Loïc Le LoarerH.264 multiplce instance in reference list patch by...
2005-02-01 Loïc Le Loarercorrect long term picture management patch by (Loic...
2005-02-01 anonymous- a lot less overflows when decoding frames
2005-02-01 anonymousDocumentation patch by anonymous
2005-01-31 Roberto TogniAdd 32bit RGB support
2005-01-31 Michael Niedermayer10000l vbr mp3 fix
2005-01-31 Michael Niedermayersupport 32bit output for the mpeg audio decoder
2005-01-31 Michael Niedermayermore accurate dequant of near zero coefficients
2005-01-31 Michael Niedermayer10l (missing overflow check)
2005-01-30 Michael Niedermayer100000l (typos in the #define for selecting the NORM6...
2005-01-30 anonymous- add another way to decode norm6 VLC; modify VLC_NORM6...
2005-01-30 anonymousIn that patch:
2005-01-30 Michael Niedermayer10l (didnt test code after cvs up ...)
2005-01-30 Michael Niedermayerdithering for the mpeg audio decoder
2005-01-30 Michael Niedermayerfixing missaligned memory accesses in fill_rectangle()
2005-01-29 Michael Niedermayerrequire a few valid and equal mp3 headers for resync
2005-01-29 François Revoladded a lock/unlock_lib pair to allow extern progs...
2005-01-28 Alex Beregszasziexported ff_mpa_synth_filter for upcoming qdm2 decoder
2005-01-28 Michael Niedermayermake decode012() static inline
2005-01-26 Michael Niedermayer10l (negative strides)
2005-01-26 anonymoususe dc tables from msmpeg4 instead of duplicating them...
2005-01-25 Michael Niedermayerdont duplicate decode012()
2005-01-25 Michael Niedermayercheck norm6 vlc validity as there are some bit sequence...
2005-01-24 anonymousFixes:
2005-01-24 Michael Niedermayermore 10l typos
2005-01-24 Michael Niedermayernorm-6 / diff-6 support (untested, parts of it just...
2005-01-24 Michael Niedermayerfixing many bugs in bitplane_decoding()
2005-01-23 Michael Niedermayerdont use several 100 mb memory for a tiny 120 element...
2005-01-23 Michael Niedermayer1000000000l typos
2005-01-23 Michael Niedermayermention table duplications, note, please avoid duplicat...
2005-01-23 Roberto TogniCheck pointers before writing to memory
2005-01-23 Michael Niedermayersimplify
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2005-01-23 Michael Niedermayermore detailed error messages
2005-01-23 Michael Niedermayer10l
2005-01-23 Michael Niedermayerframerate check
2005-01-23 Michael Niedermayersimplify deblock
2005-01-23 Michael Niedermayeruse clip_uint8()
2005-01-23 Michael Niedermayersimplify
2005-01-22 Alex Beregszaszipreliminary vc9 bitstream decoder, committing to make...
2005-01-22 Alex Beregszaszipreliminary vc9 bitstream decoder, committing to make...
2005-01-21 Michael Niedermayercount errors instead of printing 2^31
2005-01-21 Philipp Matthias... Out-of-directory build patch by (Philipp Matthias Hahn...
2005-01-20 Michael Niedermayerjpeg style yuv fixes
2005-01-19 Loic Le LoarerH.264 b ref pic list order and long term pictures patch...
2005-01-19 Michael Niedermayerdiv by zero aspect fix
2005-01-19 Michael Niedermayersvq3_get_se_golomb() fix
2005-01-19 Loïc Le Loarercompile with TRACE define patch by (Loic <lll+ffmpeg...
2005-01-18 Michael Niedermayerx86_64 pointer typecast fix by (Martin Drab <drab keple...
2005-01-17 Michael Niedermayersimplify
2005-01-16 Matthieu Castet10l patch by (matthieu castet <castet.matthieu free...
2005-01-15 Michael Niedermayersimplify
2005-01-15 Michael Niedermayersimplify, null pointer, selftest
2005-01-15 Roberto TogniDecode MP3 in ADU format
2005-01-15 Roberto Togni1l, forgot to remove duplicated error message
2005-01-15 Diego BiurrunMention the l5 pp filter in 'mplayer -pphelp' output.
2005-01-15 Roberto TogniUse avcodec_check_dimensions instead of custom hack
2005-01-14 Michael Niedermayerassertion about bits statistic and minor bits stat fix
2005-01-13 Michael Niedermayer10l (dont modify the input picture pts)
2005-01-12 Kurosuav_malloc vs av_mallocz patch by (Kurosu <kurosu infore...
2005-01-12 Michael Niedermayer10l (gcc 2.95 fix)
2005-01-12 Michael Niedermayerdisallow strcat
2005-01-12 Michael Niedermayerdissallow sprintf
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2005-01-11 Diego BiurrunQuote path expression to take care of $(prefix) possibl...
2005-01-11 Michael Niedermayerfixing selftest
2005-01-10 Michael Niedermayerpicture heap corruption fix
2005-01-09 Roberto TogniCheck pointers before writing to memory, fix possible...
2005-01-09 Gert Vervoort10l (obmc_scratchpad not always initialize)
2005-01-08 Loren Merritt10l: scratchpad could be allocated before its size...
2005-01-07 Loren MerrittH.264 weighted prediction.
2005-01-06 Michael Niedermayerprint "D" instead of "P" for dropable frames in flv...
2005-01-06 Michael NiedermayerRV30/RV40 demuxing (untested)
2005-01-05 Michael Niedermayerfixing decoding of http://mplayerhq.hu/~atmos4/ffrv20...
2005-01-05 Michael Niedermayerfix decoding of http://mplayerhq.hu/~diego/problem.mov
next