log

age author description
2005-01-23 michael mention table duplications, note, please avoid duplicating tables! libavcodec
2005-01-23 rtognimp Check pointers before writing to memory libavcodec
2005-01-23 michael simplify libavcodec
2005-01-23 michael avoid buf_size == 0 checks in every decoder libavcodec
2005-01-23 michael more detailed error messages libavcodec
2005-01-23 michael 10l libavcodec
2005-01-23 michael framerate check libavcodec
2005-01-23 michael simplify deblock libavcodec
2005-01-23 michael use clip_uint8() libavcodec
2005-01-23 michael simplify libavcodec
2005-01-22 alex preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier libavcodec
2005-01-22 alex preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier libavcodec
2005-01-21 michael count errors instead of printing 2^31 libavcodec
2005-01-21 michael Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>) libavcodec
2005-01-20 michael jpeg style yuv fixes libavcodec
2005-01-19 michael H.264 b ref pic list order and long term pictures patch by (Loic Le Loarer <loic.le-loarer polytechnique org>) libavcodec
2005-01-19 michael div by zero aspect fix libavcodec
2005-01-19 michael svq3_get_se_golomb() fix libavcodec
2005-01-19 michael compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>) libavcodec
2005-01-18 michael x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>) libavcodec
2005-01-17 michael simplify libavcodec
2005-01-16 michael 10l patch by (matthieu castet <castet.matthieu free fr>) libavcodec
2005-01-15 michael simplify libavcodec
2005-01-15 michael simplify, null pointer, selftest libavcodec
2005-01-15 rtognimp Decode MP3 in ADU format libavcodec
2005-01-15 rtognimp 1l, forgot to remove duplicated error message libavcodec
2005-01-15 diego Mention the l5 pp filter in 'mplayer -pphelp' output. libavcodec
2005-01-15 rtognimp Use avcodec_check_dimensions instead of custom hack libavcodec
2005-01-14 michael assertion about bits statistic and minor bits stat fix libavcodec
2005-01-13 michael 10l (dont modify the input picture pts) libavcodec
2005-01-12 michael av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>) libavcodec
2005-01-12 michael 10l (gcc 2.95 fix) libavcodec
2005-01-12 michael disallow strcat libavcodec
2005-01-12 michael dissallow sprintf libavcodec
2005-01-12 michael various security fixes and precautionary checks libavcodec
2005-01-11 diego Quote path expression to take care of $(prefix) possibly containing spaces. libavcodec
2005-01-11 michael fixing selftest libavcodec
2005-01-10 michael picture heap corruption fix libavcodec
2005-01-09 rtognimp Check pointers before writing to memory, fix possible integer overflows libavcodec
2005-01-09 lorenm 10l (obmc_scratchpad not always initialize) libavcodec
2005-01-08 lorenm 10l: scratchpad could be allocated before its size was known. libavcodec
2005-01-07 lorenm H.264 weighted prediction. libavcodec
2005-01-06 michael print "D" instead of "P" for dropable frames in flv with -debug 1 libavcodec
2005-01-06 michael RV30/RV40 demuxing (untested) libavcodec
2005-01-05 michael fixing decoding of http://mplayerhq.hu/~atmos4/ffrv20-crashing-atmos.rm libavcodec
2005-01-05 michael fix decoding of http://mplayerhq.hu/~diego/problem.mov libavcodec
2005-01-04 lorenm reduce stutter if we learn too late that the stream contains B-frames. libavcodec
2005-01-04 lorenm Sort B-frames into display order. libavcodec
2005-01-03 michael Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>) libavcodec
2005-01-03 diego Make -pphelp output consistent with the other instances of -xxx help. libavcodec
2005-01-01 michael WV1F support libavcodec
2004-12-31 michael faster and slightly less accurate nearest neighbor resampler libavcodec
2004-12-31 michael 10l libavcodec
2004-12-31 michael special case for filter_length==1 libavcodec
2004-12-31 michael - correct several errors on the deblocking accross slice boundaries. libavcodec
2004-12-30 rtognimp Fix avc1 if there is nore than one nal per mov frame libavcodec
2004-12-30 michael imgresample test cleanup patch by (Panagiotis Issaris <takis )( lumumba d0t luc d0t ac.be>) libavcodec
2004-12-29 rtognimp Fix compilation when both amr_nb and amr_wb are enabled libavcodec
2004-12-29 michael common.c -> bitstream.c (and the single non bitstream func -> utils.c) libavcodec
2004-12-29 michael motion_val doxy libavcodec
2004-12-29 lorenm implement B_DIRECT and B_SKIP macroblock types. libavcodec
2004-12-20 lorenm vismv for h264 displayed incorrect motion vectors. libavcodec
2004-12-19 michael better motion_subsample_log2 docs libavcodec
2004-12-18 michael fixes transcoding to vorbis with ffmpeg on big endian machines patch by (Sigbjørn Skjæret {sskjer-1 broadpark no}) libavcodec
2004-12-18 michael add multi slice support libavcodec
2004-12-18 michael fixes for PIC code on x86-64 patch by (Drew Hess <drew.hess gmail com>) libavcodec
2004-12-14 michael quantizer overflow warning + AAN dct fix libavcodec
2004-12-14 michael fix timestamp prediction for low_delay mpeg streams libavcodec
2004-12-13 michael x86 cpu capabilities detection rewrite / cleanup libavcodec
2004-12-13 michael another try at fixing rv20 ... libavcodec
2004-12-12 michael flush remaining data from parser at EOF libavcodec
2004-12-11 michael warn the user if the quantization code could overflow with the selected custom matrix and qp limits libavcodec
2004-12-09 michael uppercase codec_tag=AVC1 support libavcodec
2004-12-09 michael out of buffer access fix libavcodec
2004-12-08 michael more flexible frame skip decission libavcodec
2004-12-08 michael frame skip support libavcodec
2004-12-07 michael rv20 encoding libavcodec
2004-12-06 michael seeking in rm libavcodec
2004-12-06 michael rv10 thread safety fix / rv10 ffplay fix libavcodec
2004-12-05 michael detect sse on athlon-xp patch by (matthieu castet <castet >.< matthieu >at< free >.< fr>) libavcodec
2004-12-05 michael next try at fixing rv20 decoding libavcodec
2004-11-30 michael raw rgb flip fix libavcodec
2004-11-28 lorenm fix interlacing check in v1 huffyuv. libavcodec
2004-11-28 lorenm split ffhuffyuv into 2 codecs: libavcodec
2004-11-28 michael fix some codec_id values so that new ones can be added at the end of the subsets without breaking binary compatibility libavcodec
2004-11-28 michael 10l (dont use codec_id for error simulation) libavcodec
2004-11-27 michael Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) libavcodec
2004-11-27 lorenm new option: context_model libavcodec
2004-11-25 michael fix for build on IRIX by (Michel Bardiaux {mbardiaux peaktime be}) libavcodec
2004-11-25 michael fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>) libavcodec
2004-11-24 michael YUV420P to UYVY422 conversion patch by (Luca Abeni <lucabe72 >< email >< it>) libavcodec
2004-11-24 michael Fixed typo which caused incorrect motion prediction in B-frames. patch by (Loren Merritt <lorenm ta u tod washington tod edu>) libavcodec
2004-11-24 michael check num_entries too to avoid reading over the array end and dont check i>0 it must be >0 there libavcodec
2004-11-23 michael Fixes a segfault when flushing delayed B-frames on the 2nd pass. patch by (Loren Merritt <lorenm.u@washington@edu>) libavcodec
2004-11-21 mmu_man BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more generic "if HAVE_THREADS" libavcodec
2004-11-21 michael whitespace cleanup patch by (James A. Morrison <ja2morri>@<csclub>dot<uwaterloo>point<ca>) libavcodec
2004-11-19 michael workaround apps which dont provided correctly padded streams libavcodec
2004-11-19 michael fixing rv20201002 libavcodec
2004-11-19 michael rv20103001 support libavcodec
2004-11-19 michael reset ref_index libavcodec
2004-11-19 michael fix parser libavcodec
2004-11-17 melanson native QPEG video decoder, courtesy of Konstantin Shishkov libavcodec
2004-11-16 michael overflow fix libavcodec
2004-11-15 michael extradata and FF_INPUT_BUFFER_PADDING_SIZE doc libavcodec
2004-11-14 michael attribute_used libavcodec
2004-11-14 michael plane predicted non-interlacd rgb decodeing fix libavcodec
2004-11-13 michael automatic workaround for another padding bug libavcodec
2004-11-12 michael merge pam_decode_frame() into pnm_decode_frame() libavcodec
2004-11-12 michael pnm parser libavcodec
2004-11-12 michael When bswap_32 is a macro, png images fail to decode properly, patch by (Milan Cutka <cutka>at<szm>dot<sk>) libavcodec
2004-11-12 michael av_resample_compensate() doxy libavcodec
2004-11-12 michael H261 fixing and cleaning: libavcodec
2004-11-11 michael move p*m from image/lavf -> image2/lavc libavcodec
2004-11-11 michael 10l (CONFIG_ZLIB) libavcodec
2004-11-09 michael porting png support from -f image to -f image2 libavcodec
2004-11-08 michael fix image stream copy libavcodec
2004-11-06 michael cbr audio muxing fix libavcodec
2004-10-31 michael switch ffv1 to the put/get_symbol() from snow libavcodec
2004-10-31 michael switch ffv1 from CABAC to the range coder libavcodec
2004-10-31 michael remove debug stuff libavcodec