]> git.sesse.net Git - ffmpeg/history - libavcodec
motion estimation bitrate penalty compensation
[ffmpeg] / libavcodec /
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
2005-01-04 Loren Merrittreduce stutter if we learn too late that the stream...
2005-01-04 Loren MerrittSort B-frames into display order.
2005-01-03 Gianluigi TiesiDisable encoders patch by (Gianluigi Tiesi <mplayer...
2005-01-03 Diego BiurrunMake -pphelp output consistent with the other instances...
2005-01-01 Michael NiedermayerWV1F support
2004-12-31 Michael Niedermayerfaster and slightly less accurate nearest neighbor...
2004-12-31 Michael Niedermayer10l
2004-12-31 Michael Niedermayerspecial case for filter_length==1
2004-12-31 Loïc Le Loarer- correct several errors on the deblocking accross...
2004-12-30 Roberto TogniFix avc1 if there is nore than one nal per mov frame
2004-12-30 Panagiotis Issarisimgresample test cleanup patch by (Panagiotis Issaris...
2004-12-29 Roberto TogniFix compilation when both amr_nb and amr_wb are enabled
2004-12-29 Michael Niedermayercommon.c -> bitstream.c (and the single non bitstream...
2004-12-29 Michael Niedermayermotion_val doxy
2004-12-29 Loren Merrittimplement B_DIRECT and B_SKIP macroblock types.
2004-12-20 Loren Merrittvismv for h264 displayed incorrect motion vectors.
2004-12-19 Michael Niedermayerbetter motion_subsample_log2 docs
2004-12-18 Sigbjørn Skjæretfixes transcoding to vorbis with ffmpeg on big endian...
2004-12-18 Loic Le Loareradd multi slice support
2004-12-18 Drew Hessfixes for PIC code on x86-64 patch by (Drew Hess <drew...
2004-12-14 Michael Niedermayerquantizer overflow warning + AAN dct fix
2004-12-14 Michael Niedermayerfix timestamp prediction for low_delay mpeg streams
2004-12-13 Michael Niedermayerx86 cpu capabilities detection rewrite / cleanup
2004-12-13 Michael Niedermayeranother try at fixing rv20 ...
2004-12-12 Michael Niedermayerflush remaining data from parser at EOF
2004-12-11 Michael Niedermayerwarn the user if the quantization code could overflow...
next