log

age author description
Sat, 15 Jan 2005 10:34:49 +0000 diego Mention the l5 pp filter in 'mplayer -pphelp' output. libavcodec
Sat, 15 Jan 2005 00:07:38 +0000 rtognimp Use avcodec_check_dimensions instead of custom hack libavcodec
Fri, 14 Jan 2005 23:48:12 +0000 michael assertion about bits statistic and minor bits stat fix libavcodec
Thu, 13 Jan 2005 11:59:19 +0000 michael 10l (dont modify the input picture pts) libavcodec
Wed, 12 Jan 2005 18:25:48 +0000 michael av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>) libavcodec
Wed, 12 Jan 2005 11:14:12 +0000 michael 10l (gcc 2.95 fix) libavcodec
Wed, 12 Jan 2005 01:44:02 +0000 michael disallow strcat libavcodec
Wed, 12 Jan 2005 00:59:42 +0000 michael dissallow sprintf libavcodec
Wed, 12 Jan 2005 00:16:25 +0000 michael various security fixes and precautionary checks libavcodec
Tue, 11 Jan 2005 08:16:04 +0000 diego Quote path expression to take care of $(prefix) possibly containing spaces. libavcodec
Tue, 11 Jan 2005 03:18:08 +0000 michael fixing selftest libavcodec
Mon, 10 Jan 2005 23:41:25 +0000 michael picture heap corruption fix libavcodec
Sun, 09 Jan 2005 23:39:32 +0000 rtognimp Check pointers before writing to memory, fix possible integer overflows libavcodec
Sun, 09 Jan 2005 00:48:37 +0000 lorenm 10l (obmc_scratchpad not always initialize) libavcodec
Sat, 08 Jan 2005 08:56:18 +0000 lorenm 10l: scratchpad could be allocated before its size was known. libavcodec
Fri, 07 Jan 2005 05:56:07 +0000 lorenm H.264 weighted prediction. libavcodec
Thu, 06 Jan 2005 01:02:36 +0000 michael print "D" instead of "P" for dropable frames in flv with -debug 1 libavcodec
Thu, 06 Jan 2005 00:54:03 +0000 michael RV30/RV40 demuxing (untested) libavcodec
Wed, 05 Jan 2005 02:36:10 +0000 michael fixing decoding of http://mplayerhq.hu/~atmos4/ffrv20-crashing-atmos.rm libavcodec
Wed, 05 Jan 2005 00:20:52 +0000 michael fix decoding of http://mplayerhq.hu/~diego/problem.mov libavcodec
Tue, 04 Jan 2005 10:26:47 +0000 lorenm reduce stutter if we learn too late that the stream contains B-frames. libavcodec
Tue, 04 Jan 2005 01:12:48 +0000 lorenm Sort B-frames into display order. libavcodec
Mon, 03 Jan 2005 16:13:52 +0000 michael Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>) libavcodec
Mon, 03 Jan 2005 00:36:26 +0000 diego Make -pphelp output consistent with the other instances of -xxx help. libavcodec
Sat, 01 Jan 2005 23:02:09 +0000 michael WV1F support libavcodec
Fri, 31 Dec 2004 17:37:23 +0000 michael faster and slightly less accurate nearest neighbor resampler libavcodec
Fri, 31 Dec 2004 14:02:35 +0000 michael 10l libavcodec
Fri, 31 Dec 2004 12:58:46 +0000 michael special case for filter_length==1 libavcodec
Fri, 31 Dec 2004 00:07:17 +0000 michael - correct several errors on the deblocking accross slice boundaries. libavcodec
Thu, 30 Dec 2004 18:05:54 +0000 rtognimp Fix avc1 if there is nore than one nal per mov frame libavcodec
Thu, 30 Dec 2004 14:48:01 +0000 michael imgresample test cleanup patch by (Panagiotis Issaris <takis )( lumumba d0t luc d0t ac.be>) libavcodec
Wed, 29 Dec 2004 23:17:42 +0000 rtognimp Fix compilation when both amr_nb and amr_wb are enabled libavcodec
Wed, 29 Dec 2004 17:50:25 +0000 michael common.c -> bitstream.c (and the single non bitstream func -> utils.c) libavcodec
Wed, 29 Dec 2004 12:14:14 +0000 michael motion_val doxy libavcodec
Wed, 29 Dec 2004 04:17:52 +0000 lorenm implement B_DIRECT and B_SKIP macroblock types. libavcodec
Mon, 20 Dec 2004 03:03:37 +0000 lorenm vismv for h264 displayed incorrect motion vectors. libavcodec
Sun, 19 Dec 2004 12:26:54 +0000 michael better motion_subsample_log2 docs libavcodec
Sat, 18 Dec 2004 16:20:42 +0000 michael fixes transcoding to vorbis with ffmpeg on big endian machines patch by (Sigbjrn Skjret {sskjer-1 broadpark no}) libavcodec
Sat, 18 Dec 2004 03:49:07 +0000 michael add multi slice support libavcodec
Sat, 18 Dec 2004 03:07:15 +0000 michael fixes for PIC code on x86-64 patch by (Drew Hess <drew.hess gmail com>) libavcodec
Tue, 14 Dec 2004 20:17:23 +0000 michael quantizer overflow warning + AAN dct fix libavcodec
Tue, 14 Dec 2004 12:04:45 +0000 michael fix timestamp prediction for low_delay mpeg streams libavcodec
Mon, 13 Dec 2004 16:11:38 +0000 michael x86 cpu capabilities detection rewrite / cleanup libavcodec
Mon, 13 Dec 2004 11:41:59 +0000 michael another try at fixing rv20 ... libavcodec
Sun, 12 Dec 2004 14:19:54 +0000 michael flush remaining data from parser at EOF libavcodec
Sat, 11 Dec 2004 18:33:18 +0000 michael warn the user if the quantization code could overflow with the selected custom matrix and qp limits libavcodec
Thu, 09 Dec 2004 22:04:15 +0000 michael uppercase codec_tag=AVC1 support libavcodec
Thu, 09 Dec 2004 01:01:11 +0000 michael out of buffer access fix libavcodec
Wed, 08 Dec 2004 18:02:56 +0000 michael more flexible frame skip decission libavcodec
Wed, 08 Dec 2004 11:46:16 +0000 michael frame skip support libavcodec
Tue, 07 Dec 2004 13:14:37 +0000 michael rv20 encoding libavcodec
Mon, 06 Dec 2004 22:44:03 +0000 michael seeking in rm libavcodec
Mon, 06 Dec 2004 17:21:17 +0000 michael rv10 thread safety fix / rv10 ffplay fix libavcodec
Sun, 05 Dec 2004 23:26:43 +0000 michael detect sse on athlon-xp patch by (matthieu castet <castet >.< matthieu >at< free >.< fr>) libavcodec
Sun, 05 Dec 2004 23:21:39 +0000 michael next try at fixing rv20 decoding libavcodec
Tue, 30 Nov 2004 21:50:16 +0000 michael raw rgb flip fix libavcodec
Sun, 28 Nov 2004 19:19:39 +0000 lorenm fix interlacing check in v1 huffyuv. libavcodec
Sun, 28 Nov 2004 18:29:38 +0000 lorenm split ffhuffyuv into 2 codecs: libavcodec
Sun, 28 Nov 2004 15:33:15 +0000 michael fix some codec_id values so that new ones can be added at the end of the subsets without breaking binary compatibility libavcodec
Sun, 28 Nov 2004 14:58:50 +0000 michael 10l (dont use codec_id for error simulation) libavcodec