]> git.sesse.net Git - ffmpeg/history - libavcodec
1000000000l typos
[ffmpeg] / libavcodec /
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...
2004-12-09 Michael Niedermayeruppercase codec_tag=AVC1 support
2004-12-09 Michael Niedermayerout of buffer access fix
2004-12-08 Michael Niedermayermore flexible frame skip decission
2004-12-08 Michael Niedermayerframe skip support
2004-12-07 Michael Niedermayerrv20 encoding
2004-12-06 Michael Niedermayerseeking in rm
2004-12-06 Michael Niedermayerrv10 thread safety fix / rv10 ffplay fix
2004-12-05 Matthieu Castetdetect sse on athlon-xp patch by (matthieu castet ...
2004-12-05 Michael Niedermayernext try at fixing rv20 decoding
2004-11-30 Michael Niedermayerraw rgb flip fix
2004-11-28 Loren Merrittfix interlacing check in v1 huffyuv.
2004-11-28 Loren Merrittsplit ffhuffyuv into 2 codecs:
2004-11-28 Michael Niedermayerfix some codec_id values so that new ones can be added...
2004-11-28 Michael Niedermayer10l (dont use codec_id for error simulation)
2004-11-27 Burkhard PlaumMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-11-27 Loren Merrittnew option: context_model
2004-11-25 Michael Niedermayerfix for build on IRIX by (Michel Bardiaux {mbardiaux...
2004-11-25 Jeff Muizelaarfix some type mismatches patch by (Jeff Muizelaar ...
2004-11-24 Luca AbeniYUV420P to UYVY422 conversion patch by (Luca Abeni...
2004-11-24 Loren MerrittFixed typo which caused incorrect motion prediction...
2004-11-24 Michael Niedermayercheck num_entries too to avoid reading over the array...
2004-11-23 Loren MerrittFixes a segfault when flushing delayed B-frames on...
2004-11-21 François RevolBeOS threading support. changed some "if FOO_THREAD...
2004-11-21 James A. Morrisonwhitespace cleanup patch by (James A. Morrison <ja2morr...
2004-11-19 Michael Niedermayerworkaround apps which dont provided correctly padded...
2004-11-19 Michael Niedermayerfixing rv20201002
2004-11-19 Michael Niedermayerrv20103001 support
next